Home
last modified time | relevance | path

Searched refs:docURL (Results 1 – 2 of 2) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/
DPurifierLinkify.php17 public $docURL; variable in HTMLPurifier_Injector_PurifierLinkify
31 $this->docURL = $config->get('AutoFormat.PurifierLinkify.DocURL');
62 array('href' => str_replace('%s', $bits[$i], $this->docURL))
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Printer/
DConfigForm.php19 protected $docURL; variable in HTMLPurifier_Printer_ConfigForm
46 $this->docURL = $doc_url;
156 if ($this->docURL) {
157 $url = str_replace('%s', urlencode("$ns.$directive"), $this->docURL);
176 if ($this->docURL) {