Home
last modified time | relevance | path

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

/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 …]
H A DREADME.md6 [![Build Status](https://travis-ci.org/i-net-software/dokuwiki-plugin-siteexport.svg?branch=master)…
127 ### Status subsection
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
H A Dcron.php285 $status = $this->siteexportAjax->__siteexport_add_site($site['id']);
H A Dhelper.php306 $form->startFieldset( $this->getLang('status') );
/plugin/siteexport/action/
H A Dsendfile.php68 $event->data['status'] >= 500
71 $event->data['status'] = 200;
H A Dajax.php130 $status = $this->__siteexport_add_site($site['id']);
132 if ( $status === false ) {
320 $status = $this->__siteexport_add_site($INPUT->str('site'));
321 if ( $status === false ) {
548 $status = $this->filewriter->__addFileToZip($tmpFile[0], $fileName);
553 return $status;
585 …if( $getData === false ) { // || ($http->status != 200 && !$this->functions->settings->ignoreNon20…
587 if ( $http->status != 200 && $this->functions->settings->ignoreNon200 ) {
588 …$this->functions->debug->message("HTTP status was '{$http->status}' - but I was told to ignore it …
592 …tions->debug->message("Sending request failed with error, HTTP status was '{$http->status}'.", $UR…
/plugin/siteexport/inc/
H A Dfilewriter.php45 $status = $this->__writeFileToZip($tmpFile, $FILENAME, $ZIP);
47 $status = $this->__addFileToZip($tmpFile, $FILENAME, $ZIP);
54 return $status;
H A Ddebug.php122 header("Status: 500 Internal Server Error", true, 500);
160 header("Status: 500 Internal Server Error", true, 500);
H A Dhttpproxy.php54 $this->status = -1;
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.' :…
/plugin/siteexport/syntax/
H A Dtoctools.php55 …ists( $handler, 'getStatus') && $handler->getStatus('section') ) || $handler->status['section'] ) {