Lines Matching refs:ID

80         global $ID;
110 $data = $this->__get_siteexport_list_and_init_tocs($ID, !empty($_REQUEST['startcounter']));
472 private function __siteexport_add_site($ID) { argument
476 $CURRENT_ID = $ID;
479 $this->functions->debug->message("Adding Site: '$ID'", null, 2);
513 $ID = $this->functions->cleanID($ID);
514 $url = $this->functions->wl($ID, $request, true, '&');
517 $CURRENT_PARENT = $fileName = $this->functions->getSiteName($ID, true);
534 … $this->functions->debug->message("Will replace old filename '{$fileName}' with {$ID}", null, 1);
539 …$dirname . '/' . $this->functions->cleanID($this->functions->getSiteTitle($ID)) . '.' . $extension;
755 $ID = $DATA[2];
759 $ID = preg_replace("#^_(detail|media)(/|:)#", "", $ID);
762 $ID = $this->functions->cleanID($DATA[2], null, $ISMEDIA);
768 $IDifIDnotExists = $ID; // 08/10/2010 - Save ID - with possible upper cases to preserve them
771 $this->functions->debug->message("Resolving ID: '$ID'", null, 2);
773 $ID = (new MediaResolver('root'))->resolveId($ID);
774 $IDexists = media_exists($ID);
775 … $this->functions->debug->message("Current mediaID to filename: '" . mediaFN($ID) . "'", null, 2);
777 $ID = (new PageResolver('root'))->resolveId($ID);
778 $IDexists = page_exists($ID);
779 … $this->functions->debug->message("Current ID to filename: '" . wikiFN($ID) . "'", null, 2);
782 …$this->functions->debug->message("Current ID after resolvement: '$ID' the ID does exist: '" . ($ID…
788 … $ID = $IDifIDnotExists; // there may have been presevered Upper cases. We will need them!
792 if (substr($ID, -1) == ':' || empty($ID)) $ID .= $conf['start'];
799 …$url = $this->functions->wl($ID, null, true, null, null, true, $hadBase) . (!empty($ANCHOR) ? '#' …
823 …A, $url, $newAdditionalParameters, $PARAMS, $noDeepReplace, $fileName, $newDepth, $ID, $IDexists );
845 … &$newAdditionalParameters, &$PARAMS, &$noDeepReplace, &$fileName, &$newDepth, &$ID, &$IDexists ) { argument
853 $fileName = $this->functions->getSiteName($ID, true);
884 … $ID = $this->functions->cleanID(str_replace('/', ':', $DATA[2]), null, strstr($DATA[2], 'media'));
885 …$fileName = $this->functions->getSiteName($ID, true); // 2010-09-03 - rewrite with override enabled
891 …ns->debug->message("This is detail.php file with addParams", array($DATA, $ID, $fileName, $newDept…
897 $ID = $this->functions->cleanID($DATA[2], null, strstr($DATA[2], 'id'));
899 …is->functions->debug->message("Current ID to filename (doku.php): '" . wikiFN($ID) . "'", null, 2);
901 … $fileName = $this->functions->getSiteName($ID); // 2010-09-03 - rewrite with override enabled
908 …ions->debug->message("This is doku.php file with addParams", array($DATA, $ID, $fileName, $newDept…
916 $ID = $this->functions->cleanID($DATA[2], null, strstr($DATA[2], 'media'));
917 $ID = (new MediaResolver('root'))->resolveId($ID);
918 $IDexists = media_exists($ID);
920 $DATA[2] = $this->functions->wl($ID, null, null, null, $IDexists, true);
926 … $this->functions->debug->message("This is fetch.php file", array($DATA, $ID, $PARAMS), 2);
941 $ID = preg_replace("#^_detail(/|:)#", "", $ID);
951 …ssage("This is something with '_detail' file", array($DATA, $backlinkID, $newDepth, $url, $ID), 2);
975 return $this->__rebuildLink($DATA, null, $ID);