Searched refs:urlfilename (Results 1 – 11 of 11) sorted by relevance
/dports/graphics/netpbm/netpbm-10.91.01/ |
H A D | manweb | 151 my $urlfilename = "$webdir/$topic0.url"; 153 my $openworked = open(URLFILE, "<$urlfilename"); 158 die("URL file '$urlfilename' is empty."); 160 die("URL file '$urlfilename' contains more than one line."); 209 my $urlfilename = "$progDir/doc.url"; 210 if (-f($urlfilename)) { 211 debug("Looking at file '$urlfilename'"); 212 my $openworked = open(URLFILE, "<$urlfilename"); 217 die("URL file '$urlfilename' is empty."); 219 die("URL file '$urlfilename' contains more " . [all …]
|
/dports/net-p2p/libswift/libswift-dc0cbcc/ |
H A D | swift.cpp | 95 uint32_t chunk_size, std::string urlfilename); 339 urlfilename = strdup(optarg); in utf8main() 382 urlfilename = hex2bin(strdup(optarg)); in utf8main() 487 if (livestream && urlfilename != "") { in utf8main() 489 FILE *fp = fopen_utf8(urlfilename.c_str(),"rb"); in utf8main() 741 if (urlfilename != "") { in PrintURL() 742 fp = fopen_utf8(urlfilename.c_str(),"wb"); in PrintURL() 745 quit("cannot open URL file %s",urlfilename.c_str()); in PrintURL() 786 uint32_t chunk_size, std::string urlfilename) in HandleLiveSource() argument 890 if (urlfilename != "") in HandleLiveSource() [all …]
|
/dports/net-p2p/libswift/libswift-dc0cbcc/tests/ |
H A D | testasserver.py | 56 self.urlfilename = None 128 if self.urlfilename is not None: 130 args.append(self.urlfilename)
|
H A D | livetest2.py | 60 self.peers[0].urlfilename = "swarm.url" 66 f = open(self.peers[0].urlfilename,"rb")
|
H A D | livetest-umt1.py | 56 self.urlfilename = "swarm.url" 65 f = open(self.urlfilename,"rb")
|
/dports/print/py-reportlab/reportlab-3.5.68/demos/rlzope/ |
H A D | rlzope.py | 101 urlfilename = self.escapexml(context.absolute_url() + '/%s' % filename) 106 …graph("If possible, this report will be automatically saved as : %s" % urlfilename, self.StyleShee…
|
/dports/net-im/kopete/kopete-21.12.3/libkopete/ |
H A D | kopetechatsession.cpp | 351 … QString urlfilename = Kopete::ChatSession::getUrlsFileName(msg.manager()->members().first()); in urlSearch() local 352 QFile file(urlfilename); in urlSearch() 397 QString urlfilename = getUrlsFileName(c); in initLastUrl() local 398 if (!urlfilename.isEmpty()) { in initLastUrl() 399 QFile file(urlfilename); in initLastUrl()
|
/dports/devel/checkbashisms/devscripts-2.21.4/scripts/ |
H A D | bts.pl | 3659 my $urlfilename = $2; 3671 $urlfilename ||= $att // ''; 3674 if ($urlfilename =~ m%^/%) { 3675 $filename = basename($urlfilename); 3690 my $urlfilename = $2;
|
/dports/graphics/mapserver/mapserver-7.6.4/ |
H A D | mapcontext.c | 1069 int msLoadMapContextURL(mapObj *map, char *urlfilename, int unique_layer_names) in msLoadMapContextURL() argument 1075 if (!map || !urlfilename) { in msLoadMapContextURL() 1083 if (msHTTPGetFile(urlfilename, pszTmpFile, &status,-1, 0, 0, 0) == MS_SUCCESS) { in msLoadMapContextURL() 1088 "msGetMapContextURL()", urlfilename); in msLoadMapContextURL()
|
H A D | mapows.h | 555 MS_DLL_EXPORT int msLoadMapContextURL(mapObj *map, char *urlfilename, int unique_layer_names);
|
/dports/devel/brz/breezy-3.2.0/breezy/plugins/weave_fmt/ |
H A D | bzrdir.py | 515 for urlfilename in store_transport.list_dir('.'): 516 filename = urlutils.unescape(urlfilename)
|