Searched refs:IDexists (Results 1 – 2 of 2) sorted by relevance
/plugin/siteexport/action/ |
H A D | ajax.php | 769 $IDexists = false; 774 $IDexists = media_exists($ID); 778 $IDexists = page_exists($ID); 782 …>message("Current ID after resolvement: '$ID' the ID does exist: '" . ($IDexists ? 'true' : 'false… 787 if (!$IDexists) { 842 …ATA, $url, $noDeepReplace, $newAdditionalParameters, $ORIGDATA2, $newDepth, $IDexists, $fileName ); 918 $IDexists = media_exists($ID); 920 $DATA[2] = $this->functions->wl($ID, null, null, null, $IDexists, true); 964 … } else if ($IDexists) { // 08/10/2010 - was page_exists($ID) - but this should do as well. 988 …TA, $url, $noDeepReplace, $newAdditionalParameters, $ORIGDATA2, $newDepth, $IDexists, $fileName ) { argument [all …]
|
/plugin/siteexport/inc/ |
H A D | functions.php | 221 …public function wl($id='',$more='',$abs=false,$sep='&', $IDexists=true, $overrideRewrite=false… argument 260 …if (!$IDexists && !$hadBase) { // If the file does not exist, we have to remove the base. This lin… 263 } else if ($IDexists || $hadBase) { // if the ID does exist, we may add the base.
|