/plugin/dokusioc/lib/ |
H A D | sioc_inc.php | 135 return clean($siocURL, true); 162 <foaf:Document rdf:about="' . clean($this->profile_url, true) . '"> 163 <dc:title>"' . clean($this->title) . '" (SIOC profile)</dc:title> 164 <foaf:primaryTopic rdf:resource="' . clean($this->objects[0]->_url, true) . '"/> 165 <admin:generatorAgent rdf:resource="' . clean($this->generator, true) . '"/> 166 <admin:generatorAgent rdf:resource="' . clean(EXPORTER_URL, true) . '?version=' . EXPORTER_VERSION . '"/> 264 $rdf = "<sioc:Site rdf:about=\"" . clean($this->url) . "\">\n"; 265 $rdf .= " <dc:title>" . clean($this->name) . "</dc:title>\n"; 266 $rdf .= " <dc:description>" . clean($this->description) . "</dc:description>\n"; 267 $rdf .= " <sioc:link rdf:resource=\"" . clean( 1246 function clean($text, $url = false) global() function [all...] |
H A D | sioc_dokuwiki.php | 111 $rdf = '<' . $this->type . " rdf:about=\"" . clean($this->url, true) . "\">\n"; 113 $rdf .= " <dc:title>" . clean($this->subject) . "</dc:title>\n"; 115 // $rdf .= " <foaf:primaryTopic rdf:resource=\"".clean('http://dbpedia.org/resource/' 126 ) . "\" rdfs:label=\"" . clean($cont_name) . "\"/>\n"; 131 $creator_name = 'rdfs:label="' . clean($this->contributors[$this->creator['sioc:modifier']]) . '"'; 137 // $rdf .= " <foaf:maker rdf:resource=\"".clean($this->creator['foaf:maker'])."\"/>\n"; 161 $rdf .= " <sioc:has_space rdf:resource=\"" . clean($this->has_space, true) . "\" />\n"; 184 $rdf .= " <sioct:Category rdf:about=\"" . clean($url) ."\">\n"; 186 clean('http://ws.sioc-project.org/mediawiki/mediawiki.php?wiki='.$url); 187 if ($this->api) $rdf .= clean(" [all...] |
/plugin/xref/ |
H A D | syntax.php |
|
/plugin/farmsync/_test/mock/ |
H A D | FarmSyncUtil.php | 34 public function remotePageExists($animal, $page, $clean = true) { argument 35 …) ? $this->remoteData[$animal][$page]['exists'] : parent::remotePageExists($animal, $page, $clean); 69 public function getRemoteFilemtime($animal, $page, $ismedia = false, $clean = true) { argument 70 …remoteData[$animal][$page]['mtime'] : parent::getRemoteFilemtime($animal, $page, $ismedia, $clean); 77 public function readRemotePage($animal, $page, $clean = true, $timestamp = null) { argument 78 …remoteData[$animal][$page]['content'] : parent::readRemotePage($animal, $page, $clean, $timestamp);
|
/plugin/farmsync/meta/ |
H A D | FarmSyncUtil.php | 151 * @param bool $clean does the pageID need cleaning? 154 public function readRemotePage($animal, $page, $clean = true, $timestamp = null) { argument 155 return io_readFile($this->getRemoteFilename($animal, $page, $timestamp, $clean)); 186 $mediaFN = mediaFN($media, $timestamp, $clean); 200 * @param bool $clean Should the pageid be cleaned? 209 $FN = wikiFN($document, $timestamp, $clean); 223 * @param bool $clean For pages only: define if the pageid should be cleaned 230 return filemtime($this->getRemoteFilename($animal, $document, null, $clean)); 238 * @param bool $clean 241 public function remotePageExists($animal, $page, $clean = true) { argument [all …]
|
/plugin/userimportextended/ |
H A D | admin.php | 212 $clean = $this->_cleanImportUser($raw, $error); 213 if ($clean && $this->_addImportUser($clean, $error)) { 214 $sent = $this->_notifyUser($clean[0],$clean[1],false); 216 msg(sprintf($this->getLang('import_notify_fail'),$clean[0],$clean[3]),-1); 332 * @param bool $clean whether the cleanUser method of the authentication backend is applied 335 protected function _retrieveUser($clean=true) { argument 341 $user[0] = ($clean) ? $auth->cleanUser($INPUT->str('userid')) : $INPUT->str('userid'); 349 if($clean) $user[4] = array_map(array($auth,'cleanGroup'),$user[4]);
|
/plugin/projects/action/ |
H A D | action.php | 185 $clean = new Doku_Form("Clean"); 186 $clean->addHidden("do", "clean"); 187 $clean->addHidden("page", "projects_manage_files"); 188 $clean->addHidden("id", $ID); 189 $clean->startFieldSet('Clean the project'); 190 $clean->addElement(form_makeCheckboxField("Recursive")); 191 $clean->addElement(form_makeButton("submit", "", "Clean")); 192 $clean->endFieldSet(); 193 echo $clean->getForm(); 304 if (!$project->clean($recursive))
|
/plugin/dokutexit/ |
H A D | Makefile | 28 zip: clean $(FILES) $(DIRS) 34 tgz: clean $(FILES) $(DIRS) 40 clean: target
|
/plugin/imgpaste/ |
H A D | action.php | 25 $this->clean(); 55 $this->clean(); 137 $this->clean(); 203 protected function clean() 143 protected function clean() global() function in action_plugin_imgpaste
|
/plugin/elasticsearch/vendor/ezimuel/ringphp/ |
H A D | Makefile | 1 all: clean coverage docs 30 clean: target 32 cd docs && make clean
|
/plugin/authgooglesheets/vendor/guzzlehttp/promises/ |
H A D | Makefile | 1 all: clean test 12 clean: target
|
/plugin/autoincludeindex/ |
H A D | removeBox.php | 19 clean($tdir.'/'.$file); 24 function clean($file) function
|
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/ |
H A D | Makefile | 1 all: clean coverage 18 clean: target
|
/plugin/bootswrapper/exe/help/ |
H A D | thumbnail.txt | 50 …ki software that doesn't require a database. It is loved by users for its clean and readable synta… 66 …ki software that doesn't require a database. It is loved by users for its clean and readable synta… 76 …ki software that doesn't require a database. It is loved by users for its clean and readable synta… 86 …ki software that doesn't require a database. It is loved by users for its clean and readable synta… 96 …ki software that doesn't require a database. It is loved by users for its clean and readable synta…
|
/plugin/tag/ |
H A D | helper.php | 495 * @param bool $clean replace placeholders and clean id 498 public function parseTagList($tags, $clean = false) { argument 510 if ($clean) { 698 * @param bool $clean 701 public function _parseTagList($tags, $clean = false) { 702 return $this->parseTagList($tags, $clean); 691 _parseTagList($tags, $clean = false) global() argument
|
/plugin/combo/action/ |
H A D | lang.php | 73 $clean = false; 75 $id = getID("id", $clean);
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/ |
H A D | Makefile | 1 .PHONY : all test dependencies clean veryclean lint js css font 27 clean: target 31 veryclean: clean
|
/plugin/botbouncer/lang/en/ |
H A D | clean.txt | 3 The idea here is to clean out your existing users from spammed entries.
|
/plugin/fedauth/classes/usr/ |
H A D | fa_logout.usr.class.php | 34 $this->manager->cookie->clean();
|
/plugin/archivegenerator/ |
H A D | plugin.info.txt | 6 desc Create a clean copy of your current wiki
|
/plugin/virtualgroup/ |
H A D | admin.php |
|
/plugin/projects/ |
H A D | changelog | 19 * Various minor clean ups and bug fixes. 50 …bprojects, rebuild a project, and clean a project are now all events (remake, create, create_subpr…
|
/plugin/openid/ |
H A D | Makefile | 46 clean: target
|
/plugin/ghissues/helper/ |
H A D | apiCacheInterface.php | 277 public function retrieveETag($clean=true) { argument 278 return io_readFile($this->etag, $clean);
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | HTML.DefinitionRev.txt |
|