Displaying 3 results from an estimated 3 matches for "zip_".
Did you mean:
zip
2008 Mar 29
1
Bug?
Hi,
This might be related to the bug reported earlier about parsing URLs
with parens, but the following looks like a bug to me:
[ZIP archives](http://en.wikipedia.org/wiki/ZIP_(file_format) "ZIP
(file format) - Wikipedia, the free encyclopedia")
gets rendered by Markdown 1.01 as:
<p><a href="http://en.wikipedia.org/wiki/ZIP_(file_format">ZIP
archives</a> "ZIP (file format) - Wikipedia, the free encyclopedia")</p>...
2003 Jan 26
3
NVC for Domino Virus Warning!
(Embedded image moved to file: pic10389.pcx)
NVC for Domino Virus Warning
This is an automatically generated message.
A possible virus, 'Yaha.E@mm', was detected in attachment
'Neu_Textdokument.zip_.scr' in document '[Samba] Neu Textdokument'.
Database: 'KAWILK01 Mailbox'.
Document was apparently created on '26.01.2003 17:45:16' by
samba-admin@lists.samba.org.
Recipients and CCs: samba@samba.org .
The infected attachment was quarantined.
The attachment was dele...
2020 Feb 04
0
Always Be Conferencing v16e - pure AEL-based dial plan solution
...DB(pngnpbx/abc/cb/${pngnpbx_abc_id}/gps/elv)=${elv_});
}
if( ${LEN(${url_})} > 0 ) {
Set(DB(pngnpbx/abc/cb/${pngnpbx_abc_id}/gps/url)=${url_});
}
return;
}
/* PUBLIC */
/* The "sa" macro is to add the street address. */
macro pngnpbx-abc-sa(street_,city_,state_,zip_) {
Set(DB(pngnpbx/abc/cb/${pngnpbx_abc_id}/dloc/street)=${street_});
Set(DB(pngnpbx/abc/cb/${pngnpbx_abc_id}/dloc/city)=${city_});
Set(DB(pngnpbx/abc/cb/${pngnpbx_abc_id}/dloc/state)=${state_});
Set(DB(pngnpbx/abc/cb/${pngnpbx_abc_id}/dloc/zip)=${zip_});
return;
}
/* PUBLIC */...