Home
last modified time | relevance | path

Searched +full:status +(+path:plugin +path:linkback) -(+path:plugin +path:linkback +path:lang) (Results 1 – 6 of 6) sorted by relevance

/plugin/linkback/
H A Dhttp.php30 if($this->status == 304 && $sloppy304) return $this->resp_body;
31 if($this->status < 200 || $this->status > 206) return false;
44 if($this->status < 200 || $this->status > 206) return false;
56 $this->status = 0;
114 $this->status = '-100';
136 $this->status = -100;
159 // get Status
164 $this->status
[all...]
H A Dadmin.php44 $this->_changeStatus($_REQUEST['status']);
135 * Outputs header, page ID and status of linkbacks
152 ptln($this->getLang('status').': ', 10);
155 ptln('<label for="status_'.$id.'_'.$key.'">'.$label.'</label>&nbsp;<input type="checkbox" name="status['.$key.']" value="1"'.$selected.' id="status_'.$id.'_'.$key.'" />&nbsp;&nbsp;', 12);
277 * Changes the status of a comment
H A Dtools.php34 if ($http_client->status == 200)
58 'status' => $http_client->status,
H A DCOPYING259 of preserving the free status of all derivatives of our free software and
/plugin/linkback/exe/
H A Dtrackback.php120 if (!$page['success'] && ($page['status'] < 200 || $page['status'] >= 300)) {
121 $log[] = "\tLinked page cannot be reached, status " .$page['status'];
H A Dpingback.php72 if (!$page['success'] && ($page['status'] < 200 || $page['status'] >= 300))