Home
last modified time | relevance | path

Searched full:status (Results 151 – 175 of 3084) sorted by last modified time

12345678910>>...124

/plugin/siteexport/inc/
H A Dfunctions.php56 $status = io_rename($newCacheFile, $file);
57 …bug->message("had to move another original file over. Did it work? " . ($status ? 'Yes, it did.' :…
H A Dhttpproxy.php54 $this->status = -1;
/plugin/siteexport/action/
H A Dsendfile.php68 $event->data['status'] >= 500
71 $event->data['status'] = 200;
/plugin/siteexport/lang/ko/
H A Dlang.php31 $lang['status'] = '상태';
/plugin/siteexport/lang/nl/
H A Dlang.php33 $lang['status'] = 'Status';
H A Dsettings.php17 $lang['ignoreNon200'] = 'Houdt geen rekening met non-200 status';
/plugin/siteexport/lang/ru/
H A Dlang.php32 $lang['status'] = 'Статус';
/plugin/siteexport/lang/sv/
H A Dlang.php30 $lang['status'] = 'Status';
H A Dsettings.php15 $lang['ignoreNon200'] = 'Ignorera icke-200-status under export';
/plugin/siteexport/
H A Dscript.js79 _.status(_.pages());
98 _.status(LANG.plugins.siteexport.loadingpage);
107 _.status(data);
121 _.status(jqXHR.responseText.replace("\n", "<br/>"));
130 _.status(LANG.plugins.siteexport.startdownload);
135 _.status(LANG.plugins.siteexport.downloadfinished);
164 _.status(LANG.plugins.siteexport.downloadfinished);
244 _.status(LANG.plugins.siteexport.finishedbutdownloadfailed);
254 _.status('Adding "' + page + '" ' + this.pages(this.currentCount++));
267 _.status = function(text) { function
[all …]
/plugin/siteexport/syntax/
H A Dtoctools.php55 …ists( $handler, 'getStatus') && $handler->getStatus('section') ) || $handler->status['section'] ) {
/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))
/plugin/linkback/lang/en/
H A Dlang.php33 $lang['status'] = 'Status';
/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 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
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
/plugin/linkback/lang/hu/
H A Dlang.php16 $lang['status'] = 'Állapot';
/plugin/linkback/lang/ko/
H A Dlang.php25 $lang['status'] = '상태';
/plugin/linkback/lang/nl/
H A Dlang.php25 $lang['status'] = 'Status';
/plugin/linkback/lang/de/
H A Dlang.php24 $lang['status'] = 'Status';
/plugin/linkback/lang/fr/
H A Dlang.php25 $lang['status'] = 'Status';
/plugin/structpublish/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/structpublish/_test/
H A Drevision.test.php70 $status = $revision->getStatus();
74 $this->assertEquals(Constants::STATUS_DRAFT, $status);
83 $status = $revision->getStatus();
84 $this->assertEquals(Constants::STATUS_APPROVED, $status);
90 $status = $revision->getStatus();
92 $this->assertEquals(Constants::STATUS_PUBLISHED, $status);

12345678910>>...124