| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ |
| D | URISchemeRegistry.php | 32 protected $schemes = array(); variable in HTMLPurifier_URISchemeRegistry 55 if (isset($this->schemes[$scheme])) { 56 return $this->schemes[$scheme]; 66 $this->schemes[$scheme] = new $class(); 67 return $this->schemes[$scheme]; 77 $this->schemes[$scheme] = $scheme_obj;
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
| D | URI.AllowedSchemes.txt | 14 Whitelist that defines the schemes that a URI is allowed to have. This 15 prevents XSS attacks from using pseudo-schemes like javascript or mocha. 17 URI schemes, but they are not enabled by default.
|
| D | URI.OverrideAllowedSchemes.txt | 8 to add more schemes.
|
| D | URI.DefaultScheme.txt | 13 which case we reject all URIs which do not have explicit schemes.
|
| /plugin/targetlink/ |
| D | syntax.php | 61 $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/struct/types/ |
| H A D | Url.php | 29 $schemes = getSchemes(); 30 $regex = '^(' . implode('|', $schemes) . '):\/\/.+';
|
| /plugin/linksenhanced/syntax/ |
| D | link.php | 154 $schemes = getSchemes(); 157 if(!in_array($scheme,$schemes)) $url = ''; 258 $schemes = getSchemes(); 261 if(!in_array($scheme,$schemes)) $url = '';
|
| /plugin/confmanager/lang/en/ |
| D | scheme.txt | 2 [[doku>urlschemes|More information on URL schemes]].
|
| /plugin/imagemapping/ |
| D | syntax.php | 165 if (is_null($this->schemes)) $this->schemes = getSchemes(); 168 if (!in_array($scheme, $this->schemes)) $url = '';
|
| /plugin/imagemap/ |
| D | syntax.php | 137 if(is_null($this->schemes)) $this->schemes = getSchemes(); 140 if(!in_array($scheme,$this->schemes)) $url = '';
|
| /plugin/codeprettify/code-prettify/styles/ |
| D | sons-of-obsidian.css | 3 * http://studiostyl.es/schemes/son-of-obsidian by
|
| /plugin/mizarverifiabledocs/src/ |
| H A D | mizar.grammar | 69 "schemes"
|
| /plugin/advanced/lang/en/ |
| D | config.txt | 20 …l.conf'' | [[doku>urlschemes]] | URL schemes to be recognized …
|
| /plugin/radarchart/ |
| D | README.md | 8 - Four predefined color schemes (default, pastel, dark, neon)
|
| D | plugin.info.txt | 99 - `colorScheme`: Choose from predefined schemes
|
| /plugin/fckg/fckeditor/ |
| D | Install_README | 22 There are three color schemes or "skins" for the toolbar. DokuWikiFCK uses the 'silver'
|
| /plugin/edittable/renderer/ |
| D | inverse.php | 437 $schemes = getSchemes(); 438 foreach ($schemes as $scheme) {
|
| /plugin/gemini/ |
| D | renderer.php | 20 protected $schemes = null; variable in renderer_plugin_gemini
|
| /plugin/multiorphan/ |
| D | script.js | 162 if (JSINFO.schemes.indexOf(scheme) > -1) {
|
| /plugin/codemirror/dist/modes/ |
| D | gfm.min.js.map | 1 …e it not crash the Chrome Regexp engine\n // And then limited url schemes to the CommonMark…
|
| /plugin/asciidocjs/node_modules/chalk/ |
| D | readme.md | 335 - [chalk-pipe](https://github.com/LitoMore/chalk-pipe) - Create chalk style schemes with simpler st…
|
| /plugin/ckgedit/ckeditor/plugins/link/dialogs/ |
| D | link.js.unc | 1479 var schemes = ed.config.ckgProtocols; 1480 var ar = schemes.split(/\n/);
|
| /plugin/findologicxmlexport/vendor/jms/serializer/doc/ |
| D | LICENSE | 35 …is a member of a collecting society that administers voluntary licensing schemes, via that society…
|
| /plugin/ckgedit/ckeditor/ |
| D | config.js.unc | 299 ckedit_path + "schemes.php",
|
| /plugin/findologicxmlexport/vendor/hoa/stream/ |
| D | README.md | 364 A stream wrapper allows to declare schemes, like `hoa://` or
|