Home
last modified time | relevance | path

Searched refs:status (Results 726 – 750 of 1484) sorted by path

1...<<21222324252627282930>>...60

/plugin/externalembed/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/facebooklike/
H A DLICENSE303 typical or common use of that class of product, regardless of the status
/plugin/facebookwall/
H A Dplugin.info.txt6 desc Allows you to display facebook status messages in Dokuwiki
/plugin/farm/
H A DCOPYING255 of preserving the free status of all derivatives of our free software and
H A Danimalmanager.class.php228 $status = $this->animal->getInfos()->getStatus();
229 if($status == '') $status = 'open';
231 …ptln(' <option '.($status == 'open' ? 'selected="selected"' : '').' value="open">'.$this->manag…
232 …ptln(' <option '.($status == 'maintenance' ? 'selected="selected"' : '').' value="maintenance">…
233 …ptln(' <option '.($status == 'closed' ? 'selected="selected"' : '').' value="closed">'.$this->m…
234 …ptln(' <option '.($status == 'abuse' ? 'selected="selected"' : '').' value="abuse">'.$this->man…
H A Doverview.class.php153 $status = $a->getMetadata('status');
154 if($status == '') $status = 'open';
156 …ptln(' <option '.($status == 'open' ? 'selected="selected"' : '').' value="open">'.$this->manag…
157 …ptln(' <option '.($status == 'maintenance' ? 'selected="selected"' : '').' value="maintenance">…
158 …ptln(' <option '.($status == 'closed' ? 'selected="selected"' : '').' value="closed">'.$this->m…
159 …ptln(' <option '.($status == 'abuse' ? 'selected="selected"' : '').' value="abuse">'.$this->man…
H A Dsoapserver.php178 $status = isset($args['status']) ? $args['status'] : '';
179 …if($name == '' || in_array($status, array('open', 'maintenance', 'closed', 'abuse'))) return array…
182 return array('success' => $a->setMetadata('status', $status));
/plugin/farm/install/
H A Dpreload.php78 $status = null; variable
82 if($m[1] == 'status') $status = $m[2]; variable
86 if(!$status) $status = 'open'; variable
88 if($status != 'open') displayAndExit($status);
/plugin/farmer/
H A Dhelper.php332 foreach ($plugins as $plugin => $status) {
333 $pluginConf .= '$plugins[\'' . $plugin . '\'] = ' . $status . ";\n";
/plugin/fastwiki/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/fckg/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/fckg/fckeditor/editor/dialog/
H A Dtw-sack.js156 self.responseStatus[0] = self.xmlhttp.status;
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js86 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')\n\n' +
102 if ( oXmlHttp.status == 200 || oXmlHttp.status == 304 ) {
107 alert( 'XML request error: ' + oXmlHttp.statusText + ' (' + oXmlHttp.status + ')' ) ;
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js78status==200||C.status==304||(C.status==0&&C.readyState==4)){B=C.responseXML;if (!B) B=(new DOMPars…
H A Dfckeditorcode_ie.js82status==200||B.status==304||(B.status==0&&B.readyState==4)){this.DOMDocument=B.responseXML;if (!th…
/plugin/fckg/fckeditor/editor/plugins/autogrow/
H A Dfckplugin.js53 CheckEditorStatus : function( sender, status ) argument
55 if ( status == FCK_STATUS_COMPLETE )
/plugin/fckg/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
H A Dtw-sack.js156 self.responseStatus[0] = self.xmlhttp.status;
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php434 if (in_array($response->status, array(Auth_OpenID_SUCCESS,
1409 if ($response->status == 400) {
1412 } else if ($response->status != 200 and $response->status != 206) {
1975 var $status = null; variable in Auth_OpenID_ConsumerResponse
2029 var $status = Auth_OpenID_SUCCESS; variable in Auth_OpenID_SuccessResponse
2135 var $status = Auth_OpenID_FAILURE; variable in Auth_OpenID_FailureResponse
2198 var $status = Auth_OpenID_CANCEL; variable in Auth_OpenID_CancelResponse
2224 var $status = Auth_OpenID_SETUP_NEEDED; variable in Auth_OpenID_SetupNeededResponse
H A DDiscover.php536 if ($http_resp->status != 200 and $http_resp->status != 206) {
/plugin/fedauth/Auth/Yadis/
H A DHTTPFetcher.php26 function Auth_Yadis_HTTPResponse($final_url = null, $status = null, argument
30 $this->status = $status;
H A DXRIRes.php47 if ($response->status != 200 and $response->status != 206) {
H A DYadis.php335 if (!$response || ($response->status != 200 and
336 $response->status != 206)) {
365 if ((!$response) || ($response->status != 200 and
366 $response->status != 206)) {
/plugin/fedauth/
H A DCOPYING255 of preserving the free status of all derivatives of our free software and
/plugin/fedauth/classes/svc/
H A Dfa_openid.svc.class.php107 if ($response->status == Auth_OpenID_SUCCESS) {

1...<<21222324252627282930>>...60