Home
last modified time | relevance | path

Searched refs:wikiID (Results 1 – 2 of 2) sorted by last modified time

/plugin/owncloud/
H A Dhelper.php89 public function getFilenameForID($id, $wikiID=false){ argument
98 if($wikiID) return $this->pathToWikiID($path);
/plugin/eventline/timeline_js/scripts/
H A Dsources.js489 var wikiID = this.getProperty("wikiID");
490 if (wikiID == null || wikiID.length == 0) {
491 wikiID = this.getText(); // use the title as the backup wiki id
494 if (wikiID == null || wikiID.length == 0) {
500 wikiID = wikiID.replace(/\s/g, "_");
501 var url = this._wikiURL + this._wikiSection.replace(/\s/g, "_") + "/" + wikiID;