Home
last modified time | relevance | path

Searched full:status (Results 251 – 275 of 3084) sorted by last modified time

1...<<11121314151617181920>>...124

/plugin/sql/
H A DDB.php43 $resultat = $this->query('show slave status');
/plugin/tagging/action/
H A Dmain.php180 echo json_encode(array('status' => 'error', 'msg' => $this->getLang('no_admin')));
185 echo json_encode(array('status' => 'error', 'msg' => 'Security Token did not match. Possible CSRF attack.'));
190 echo json_encode(array('status' => 'error', 'msg' => 'No page id given.'));
196 echo json_encode(array('status' => 'error', 'msg' => 'No proper input. Give "oldValue" and "newValue"'));
203 echo json_encode(array('status' => 'error', 'msg' => $msg));
210 'status' => 'ok',
/plugin/tagging/script/
H A Deditable.js204 if (response.status === 'error') {
/plugin/confmanager/
H A Djquery.form.js334 status: 0, property in $.fn.ajaxSubmit.xhr
339 abort: function(status) { argument
539 var status = 'success', errMsg;
572 xhr.status = Number( docRoot.getAttribute('status') ) || xhr.status;
584 xhr.status = Number( ta.getAttribute('status') ) || xhr.status;
613 status = 'error';
619 status = null;
622 if (xhr.status) { // we've set xhr.status
623status = (xhr.status >= 200 && xhr.status < 300 || xhr.status === 304) ? 'success' : 'error';
627 if (status === 'success') {
[all …]
/plugin/cloud/
H A DCOPYING255 of preserving the free status of all derivatives of our free software and
/plugin/caption/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/template/ad-hominem/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js62010 if (status !== Z_STREAM_END && status !== Z_OK) {
62058 * - status (Number): deflate status. 0 (Z_OK) on success,
62410 if (status !== c.Z_STREAM_END && status !== c.Z_OK) {
62486 * - status (Number): inflate status. 0 (Z_OK) on success,
65111 var status;
65121 status = strm.state.status;
65123status !== INIT_STATE && status !== EXTRA_STATE && status !== NAME_STATE && status !== COMMENT_STA…
70936 status++;
70944 status++;
70948 status++;
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js4820 var status, _mode;
4847 if (status !== Z_STREAM_END && status !== Z_OK) {
4896 * - status (Number): deflate status. 0 (Z_OK) on success,
4914 this.err = status;
5181 var status, _mode;
5229 status = c.Z_OK;
5233 if (status !== c.Z_STREAM_END && status !== c.Z_OK) {
5314 * - status (Number): inflate status. 0 (Z_OK) on success,
5334 this.err = status;
7640 var status;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs14090 159: "SET.UPDATE.STATUS",
/plugin/api/
H A DREADME.md3 [![Build Status](https://travis-ci.org/gerardnico/dokuwiki-plugin-api.svg?branch=master)](https://t…
/plugin/dev/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
H A DSVGIcon.php223 throw new \Exception("Failed to download $url: " . $http->status . ' ' . $http->error);
/plugin/dev/skel/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/structtasks/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/structtasks/_test/
H A DActionTest.php63 'status' => 'Ongoing'];
66 'status' => 'Ongoing'];
70 'status' => $old_data['status'],
78 'status' => $new_data['status'],
H A DCliTest.php93 'status' => 'Ongoing'];
97 'status' => $data['status'],
135 'status' => 'Ongoing'];
148 'status' => $data['status'],
163 'status' => $data['status'],
H A DNotifiersTest.php37 @STATUS@
113 'status' => 'Complete',
121 'status' => 'Ongoing',
127 'duedate_formatted' => '', 'assignees' => [], 'status' => ''];
147 array_replace($new_data, ['status' => 'Ongoing']),
148 array_replace($old_data, ['status' => 'Completed']),
319 'STATUS' => $new_data['status'],
320 'PREVSTATUS' => $old_data['status'],
369 'status' => 'Ongoing',
383 'STATUS' => $new_data['status'],
[all …]
H A DUtilitiesTest.php77 'status' => 'Ongoing'];
80 'status' => 'Ongoing',
85 'status' => 'Ongoing'];
90 'status' => 'Ongoing',
95 'status' => 'Ongoing'];
98 'status' => 'Ongoing',
/plugin/structtasks/_test/json/
H A Dbadassignees.struct.json64 "label": "status",
H A Dbaddate.struct.json66 "label": "status",
75 "en": "Status"
H A Dbadstatus.struct.json64 "label": "status",
H A Dmissingassignees.struct.json42 "label": "status",
51 "en": "Status"
H A Dmissingdate.struct.json44 "label": "status",
53 "en": "Status"
H A Dmissingstatus.struct.json68 "label": "status",
77 "en": "Status"

1...<<11121314151617181920>>...124