Home
last modified time | relevance | path

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

/plugin/dokusioc/lib/
Dsioc_dokuwiki.php28 private $has_space = null; variable in SIOCDokuWikiArticle
106 $this->has_space = $url;
160 if ($this->has_space) {
161 … $rdf .= " <sioc:has_space rdf:resource=\"" . clean($this->has_space, true) . "\" />\n";
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Lexer/
DDirectLex.php392 $has_space = strpos($string, ' ');
393 if ($num_equal === 0 && !$has_space) {
396 } elseif ($num_equal === 1 && !$has_space) {