Searched refs:ftp (Results 1 – 25 of 35) sorted by relevance
12
| /plugin/icalevents/vendor/sabre/uri/tests/ |
| D | ParseTest.php | 74 'scheme' => 'ftp', 75 'host' => 'ftp.example.org',
|
| /plugin/advanced/lang/en/config/ |
| D | scheme.txt | 10 ftp
|
| /plugin/advanced/lang/fr/config/ |
| D | scheme.txt | 10 ftp
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | AutoFormat.Linkify.txt | 8 This directive turns on linkification, auto-linking http, ftp and
|
| D | URI.AllowedSchemes.txt | 8 'ftp' => true,
|
| D | URI.Munge.txt | 8 Munges all browsable (usually http, https and ftp)
|
| /plugin/bibtex/ |
| D | syntax.php | 345 if(substr($url,0,3) == 'ftp' && (substr($url,0,6) != 'ftp://')) $url = 'ftp://'.$url;
|
| /plugin/authucenter/lib/uc_client/lib/ |
| D | uccode.class.php | 114 …if(!in_array(strtolower(substr($url, 0, 6)), array('http:/', 'https:', 'ftp://', 'rtsp:/', 'mms://…
|
| /plugin/bbs/ |
| D | style.css | 6 .bbs .ftp {border-bottom:1px solid LIME;}
|
| /plugin/fckg/fckeditor/editor/dialog/fck_link/ |
| D | fck_link.js | 969 var ftp = false; 971 ftp = true; 1008 if(ftp) break; 1048 if(ftp) sInnerHtml = sUri;
|
| /plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/ |
| D | XmlTest.php | 2754 'KEY;MEDIATYPE=application/pgp-keys:ftp://example.com/keys/jdoe' . "\n" .
|
| /plugin/a2s/ |
| D | demo.txt | 119 "a2s:link":"ftp://ftp.debian.org/debian/README"
|
| /plugin/ckgedit/ckeditor/plugins/link/dialogs/ |
| D | link.js.unc | 204 urlRegex = /^((?:http|https|ftp|news|m-files):\/\/)?(.*)$/, 614 [ 'ftp://\u200E', 'ftp://' ], 645 … urlOnChangeProtocol = /^(http|https|ftp|news|m-files):\/\/(?=.)/i, 1484 if(ar[i].match(/\#|http|https|ftp|news|m-files/)) {
|
| /plugin/pgn4web/pgn4web/ |
| D | pgn-standard.txt | 1406 A suggested directory arrangement for ftp sites and CD-ROM distributions: 1489 Some PGN software is freeware and can be gotten from ftp sites and other 1499 provided an ftp site (chess.uoknor.edu) for the storage of chess related data 1508 provided the ftp site ftp.math.uni-hamburg.de; this carries a daily mirror of 1515 from the ftp site chess.uoknor.edu in the directory pub/chess/Unix as the file 1531 text selection. It is available from the chess.uoknor.edu ftp site in the 1540 the ICS (Internet Chess Server). It can be found at the chess.uoknor.edu ftp 1556 now handles PGN data. It is available from the chess.uoknor.edu ftp site in 1564 It is available from the chess.uoknor.edu ftp site in the 1739 from the chess.uoknor.edu ftp site in the pub/chess/DOS directory as the file [all …]
|
| /plugin/fckg/ |
| D | Changes | 169 Added ftp option to link dialog 170 Put some controls into ftp liink creation.
|
| /plugin/txt2tags/ |
| D | txt2tags.class.php | 624 "ftp\\d?\\.[^\\s$UEX]+" =>'ftp://', # lazy links
|
| /plugin/codemirror/dist/modes/ |
| D | gfm.min.js.map | 1 …ycontainer|playsingle)|dns|doi|dtn|dvb|ed2k|facetime|feed|file|finger|fish|ftp|geo|gg|git|gizmopro…
|
| /plugin/ckgdoku/ckeditor/plugins/link/dialogs/ |
| D | link.js.unc | 220 urlRegex = /^((?:http|https|ftp|news|m-files):\/\/)?(.*)$/, 613 [ 'ftp://\u200E', 'ftp://' ], 644 … urlOnChangeProtocol = /^(http|https|ftp|news|m-files):\/\/(?=.)/i,
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/ |
| D | schema.ser | 1 …ftp";b:1;s:4:"nntp";b:1;s:4:"news";b:1;s:3:"tel";b:1;}s:8:"URI.Base";N;s:17:"URI.DefaultScheme";s:…
|
| /plugin/rater/scripts/ |
| D | jquery.tablesorter.js | 944 return /^(https?|ftp|file):\/\/$/.test(s);
|
| /plugin/jplayer/vendor/james-heinrich/getid3/ |
| D | README.md | 573 * http://ftp.aessc.org/pub/aes46-2002.pdf
|
| D | readme.txt | 591 * http://ftp.aessc.org/pub/aes46-2002.pdf
|
| /plugin/ckgedit/scripts/ |
| D | parse_wiki.js.unc | 670 if (attrs[i].escaped.match(/^ftp:/)) {
|
| /plugin/ckgdoku/scripts/ |
| D | parse_wiki.js.unc | 596 if(attrs[i].escaped.match(/^ftp:/)) {
|
| /plugin/combo/resources/library/bootstrap/4.4.1/ |
| H A D | bootstrap.min.js.map | 1 …tion/url_sanitizer.ts\n */\nconst SAFE_URL_PATTERN = /^(?:(?:https?|mailto|ftp|tel|file):|[^&:/?#]…
|
12