Home
last modified time | relevance | path

Searched refs:status (Results 1451 – 1475 of 1484) sorted by path

1...<<51525354555657585960

/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DBroker.php819 $status = null;
889 $status = strtoupper($vevent->STATUS->getValue());
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng439 property-status-event? &
486 property-status-todo? &
526 property-status-jour? &
797 property-status-event = element status {
808 property-status-todo = element status {
820 property-status-jour = element status {
1183 property-rstatus = element request-status {
/plugin/webdavclient/
H A Dhelper.php84 if($this->client->status == 201)
113 if($this->client->status == 204)
142 if($this->client->status == 204)
289 if($this->client->status == 201)
319 if($this->client->status == 204)
348 if($this->client->status == 204)
844 if(($this->client->status >= 400) || ($this->client->status < 200))
1214 if(($this->client->status >= 400) || ($this->client->status < 200))
1221 dbglog($this->client->status);
1243 $status = $this->parseHttpStatus((string)$response->propstat->status);
[all …]
/plugin/webdavclient/vendor/sabre/vobject/
H A DChangeLog.md120 * #177: SCHEDULE-STATUS should not contain a reason phrase, only a status
169 * Changed: iTip broker now sets RSVP status to false when replies are received.
H A DREADME.md9 Build status
12 | branch | status |
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php196 $status = strtoupper($component->STATUS);
197 if ($status==='CANCELLED') {
200 if ($status==='TENTATIVE') {
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DBroker.php831 $status = null;
885 $status = strtoupper($vevent->STATUS->getValue());
/plugin/webmaster/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/wideredit/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/wikicalendar/
H A DCOPYING255 of preserving the free status of all derivatives of our free software and
/plugin/wikistats/
H A DCOPYING255 of preserving the free status of all derivatives of our free software and
/plugin/wrap/
H A DCOPYING259 of preserving the free status of all derivatives of our free software and
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckxml_gecko.js35 if ( oXmlHttp.status == 200 || oXmlHttp.status == 304 )
37 else if ( oXmlHttp.status == 0 && oXmlHttp.readyState == 4 )
47 'Server response:\r\nStatus: ' + oXmlHttp.status + '\r\n' +
H A Dfckxml_ie.js43 if ( oXmlHttp.status == 200 || oXmlHttp.status == 304 )
45 else if ( oXmlHttp.status == 0 && oXmlHttp.readyState == 4 )
62 'Server response:\r\nStatus: ' + oXmlHttp.status + '\r\n' +
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js64 …if ( ( oXmlHttp.status != 200 && oXmlHttp.status != 304 ) || oXmlHttp.responseXML == null || oXmlH…
67 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')\n\n' +
83 if ( oXmlHttp.status == 200 || oXmlHttp.status == 304 )
87 alert( 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')' ) ;
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js67status==200||C.status==304) this.DOMDocument=C.responseXML;else if (C.status==0&&C.readyState==4) …
H A Dfckeditorcode_ie.js68status==200||B.status==304) this.DOMDocument=B.responseXML;else if (B.status==0&&B.readyState==4){…
/plugin/wysiwyg/fckeditor/editor/plugins/autogrow/
H A Dfckplugin.js86 function FCKAutoGrow_CheckEditorStatus( sender, status ) argument
88 if ( status == FCK_STATUS_COMPLETE )
/plugin/wysiwyg/fckeditor/
H A Dlicense.txt284 of preserving the free status of all derivatives of our free software and
745 decision will be guided by the two goals of preserving the free status
/plugin/xcom/lang/en/
H A Dhowto.txt16 * A status bar with action links to clear the various views and to display the current query
17 …* Above the status bar is the output window where the results of the query are displayed. They op…
40status bar at the bottom of the screen there are command links which enable you to ''Clear'' the c…
/plugin/xcom/
H A Dscript.js39 var status =new Array("Save remote: ("+ id + ") to Local wiki");
40 xcom_query_status(status);
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js62010 if (status !== Z_STREAM_END && status !== Z_OK) {
62410 if (status !== c.Z_STREAM_END && status !== c.Z_OK) {
64357 this.status = 0;
65111 var status;
65121 status = strm.state.status;
65123status !== INIT_STATE && status !== EXTRA_STATE && status !== NAME_STATE && status !== COMMENT_STA…
70932 var status = 0;
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) {
4864 this.onEnd(status);
4914 this.err = status;
5181 var status, _mode;
5229 status = c.Z_OK;
5233 if (status !== c.Z_STREAM_END && status !== c.Z_OK) {
5282 this.onEnd(status);
5334 this.err = status;
7640 var status;
[all …]
/plugin/xtern/
H A Daction.php90 $status = "408";
93 $status = "495";
95 else $status = $curl_errno;
97 else $status = curl_getinfo($ch, CURLINFO_HTTP_CODE);
99 echo "$status";
H A Dadmin.php224 $status = $this->link_check($url);
225 if($status !="200" && $status !="300" && $status != "301" && $status != "0") {
229 $status = "414";
243 echo $status .": $link:\n<br />";

1...<<51525354555657585960