Lines Matching refs:true

65         $this->__init_functions(true);
156 …$this->functions->settings->pattern, 'sectok' => $this->functions->getSecurityToken()), true, '&');
178 $this->functions = new siteexport_functions(true, $isAJAX);
220 …$maxRedirectNumber = ceil((count($this->__get_siteexport_list($INPUT->str('ns'), true))*5)/$this->…
237 …$zipFile . ' --post-data="' . $POSTData . '" ' . wl(cleanID($path), null, true) . ' --http-user=US…
239 … '-o ' . $zipFile . ' -d "' . $POSTData . '" ' . wl(cleanID($path), null, true) . ' --anyauth --us…
514 $url = $this->functions->wl($ID, $request, true, '&');
517 $CURRENT_PARENT = $fileName = $this->functions->getSiteName($ID, true);
583 $getData = $http->get($URL, true); // true == sloopy, get 304 body as well.
589 return true;
694 $noDeepReplace = true;
736 …$hadBase = true; // 2010-08-23 Check if there has been a rewrite here that will have to be conside…
797 $this->functions->removeWikiVariables($PARAMS, false, true);
799 …$url = $this->functions->wl($ID, null, true, null, null, true, $hadBase) . (!empty($ANCHOR) ? '#' …
853 $fileName = $this->functions->getSiteName($ID, true);
885 …$fileName = $this->functions->getSiteName($ID, true); // 2010-09-03 - rewrite with override enabled
920 $DATA[2] = $this->functions->wl($ID, null, null, null, $IDexists, true);
977 $this->__rebuildDataForNormalFiles($DATA, $PARAMS, true);
1080 return true;
1087 return true;
1092 return true;
1142 …private function __removeOldZip($FILENAMEID = null, $checkForMore = true, $reauthenticated = false…
1146 $returnValue = true;
1153 $returnValue = true;
1161 return $this->__removeOldZip($FILENAMEID, $checkForMore, true);