Home
last modified time | relevance | path

Searched refs:schemes (Results 1 – 25 of 37) sorted by last modified time

12

/plugin/struct/types/
H A DUrl.php29 $schemes = getSchemes();
30 $regex = '^(' . implode('|', $schemes) . '):\/\/.+';
/plugin/imagemapping/
H A Dsyntax.php165 if (is_null($this->schemes)) $this->schemes = getSchemes();
168 if (!in_array($scheme, $this->schemes)) $url = '';
/plugin/confmanager/lang/en/
H A Dscheme.txt2 [[doku>urlschemes|More information on URL schemes]].
/plugin/edittable/renderer/
H A Dinverse.php437 $schemes = getSchemes();
438 foreach ($schemes as $scheme) {
/plugin/advanced/lang/en/
H A Dconfig.txt20 …l.conf'' | [[doku>urlschemes]] | URL schemes to be recognized …
/plugin/ckgedit/ckeditor/
H A Dconfig.js.unc299 ckedit_path + "schemes.php",
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc1479 var schemes = ed.config.ckgProtocols;
1480 var ar = schemes.split(/\n/);
/plugin/gemini/
H A Drenderer.php20 protected $schemes = null; variable in renderer_plugin_gemini
/plugin/multiorphan/
H A Dscript.js162 if (JSINFO.schemes.indexOf(scheme) > -1) {
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1 … }\n }\n }\n}\n// for a while we allowed uris *without* schemes and this is the m…
H A Dbundle.js.map1 … }\n }\n }\n}\n// for a while we allowed uris *without* schemes and this is the m…
H A Deditor.worker.js.map1 … }\n }\n }\n}\n// for a while we allowed uris *without* schemes and this is the m…
H A Djson.worker.js.map1schemes and this is the migration\n// for them, e.g. an uri without scheme and without strict-mode…
H A D3.3.js.map1 … }\n }\n }\n}\n// for a while we allowed uris *without* schemes and this is the m…
H A D2.2.js.map1 … }\n }\n }\n}\n// for a while we allowed uris *without* schemes and this is the m…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1schemes","emailLinkRegExp","fileLinkRegExp","connectDokuModes","escapeRegExp","words","escapedWord…
H A Dscripts.min.js8 …,{name:"externallink",type:"substition",entries:[{behind:/\B$/,match:h(b.schemes),exit:true}],styl…
/plugin/codemirror/dist/modes/
H A Dgfm.min.js.map1 …e it not crash the Chrome Regexp engine\n // And then limited url schemes to the CommonMark…
/plugin/codeprettify/code-prettify/styles/
H A Dsons-of-obsidian.css3 * http://studiostyl.es/schemes/son-of-obsidian by
/plugin/linksenhanced/syntax/
H A Dlink.php154 $schemes = getSchemes();
157 if(!in_array($scheme,$schemes)) $url = '';
258 $schemes = getSchemes();
261 if(!in_array($scheme,$schemes)) $url = '';
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md364 A stream wrapper allows to declare schemes, like `hoa://` or
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A DLICENSE35 …is a member of a collecting society that administers voluntary licensing schemes, via that society…
/plugin/targetlink/
H A Dsyntax.php61 $args = $this->externallink($renderer, $data[1], $data[2], $target, $this->schemes);
191 function externallink(&$xhtml, $url, $name = null, $target, $schemes, $returnonly = false) { argument
197 if(is_null($this->schemes)) $this->schemes = getSchemes();
200 if(!in_array($scheme, $this->schemes)) $url = '';
/plugin/fckg/fckeditor/
H A DInstall_README22 There are three color schemes or "skins" for the toolbar. DokuWikiFCK uses the 'silver'

12