Lines Matching refs:null

11     public $debug = null;
12 public $settings = null;
48 $this->debug->message("'{$file}' does not exist. Checking original ZipFile", null, 3);
57 …ther original file over. Did it work? " . ($status ? 'Yes, it did.' : 'No, it did not.'), null, 2);
98 …$url = $this->wl($this->cleanID($ID), null, true, null, null, $overrideRewrite); // this must be d…
112 $heading = null;
144 $this->debug->message("Shortening file to '$NAME'", null, 1);
162 static $sepcharpat = null;
173 if ($sepcharpat == null) // build string only once to save clock cycles
274 $this->debug->message("Override enabled.", null, 1);
295 $this->debug->message("internal WL function result: '$xlink'", null, 2);
305 public function getSpecialExportFileName($FILE, $PATTERN = null) {
313 …age("Generating an internal md5 pattern. This will go wrong - and won't cache properly.", null, 3);
331 $this->debug->message("Export Filename for '$FILE' will be: '$fileName'", null, 2);
335 public function getCacheFileNameForPattern($PATTERN = null)
337 if ($PATTERN == null) {
363 $this->debug->message("Redirecting to '$URL'", null, 2);
447 list($key, $value) = array_pad( explode("=", $param, 2), 2, null );
473 foreach ($plugin_controller->getList(null, true) as $plugin) {
627 public function getRelativeURL($replaceURL, $baseURL, $existingPageID = null)
695 if ( $isExternalPage && $existingPageID != null && !empty($offsiteTemplate)) {
699 $check = null;
700 $mapID = $this->getMapID($existingPageID, null, $check);
704 …ebug->message("Replacing finalLink '${finalLink}' with offsiteLink '${offsiteTemplate}'", null, 1);
759 public function checkSecurityToken($token = null, $softfail = true) {