Home
last modified time | relevance | path

Searched refs:status (Results 376 – 400 of 1484) sorted by relevance

1...<<11121314151617181920>>...60

/plugin/tindexmenu/inc/
H A Drepo.class.php29 $status=$zip->add($localtheme,PCLZIP_OPT_REMOVE_ALL_PATH);
31 if ($status == 0) return false;
/plugin/indexmenu/inc/
H A Drepo.class.php34 $status = $zip->add($localtheme, PCLZIP_OPT_REMOVE_ALL_PATH);
36 if ($status == 0) return false;
/plugin/directions/
H A Daction.php174 * @param $status HTTP status code followed by the file size
199 function dir_logAccess($page,$status,$referer=''){ argument
270 …//$logline = "$host - $user $timestamp \"$method $page $protocol\" $status \"$referer\" \"$agent\"…
/plugin/latex/
H A Dclass.latexrender.php190 $output=$this->myexec($this->_identify_path." ".$filename, $status);
287 function myexec($cmd,&$status) { argument
289 $lastline = exec($cmd,$output,$status);
297 …_cmdoutput .= "\n>>>>> $cmd\n".trim(implode(PHP_EOL,$output)).PHP_EOL." --- exit status ".$status;
/plugin/latex-was/
H A Dclass.latexrender.php190 $output=$this->myexec($this->_identify_path." ".$filename, $status);
288 function myexec($cmd,&$status) { argument
290 $lastline = exec($cmd,$output,$status);
298 …_cmdoutput .= "\n>>>>> $cmd\n".trim(implode(PHP_EOL,$output)).PHP_EOL." --- exit status ".$status;
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-script-xml.js15 t.status=200;
128 status=4;
132 status=500;
228 status=statusText=responseJS=null;
422 req.status=null;
424 req.status=xr.status;
429 if(!req.status){
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script-xml.js16 t.status = 200;
183 status = 4;
187 status = 500;
297 status = statusText = responseJS = null;
553 req.status = null;
557 req.status = xr.status;
560 if (!req.status) return;
/plugin/revealjs/plugin/print-pdf/
H A Dprint-pdf.js27 probePage.open( inputFile, function( status ) { argument
43 printPage.open( inputFile, function( status ) { argument
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.text.php501 $status = $driver->setfont($this->_get_font_name($driver, $i),
504 if (is_null($status)) {
517 $status = $driver->setfont($this->_get_font_name($driver, $index),
520 if (is_null($status)) {
542 $status = $driver->setfont($this->_get_font_name($driver, $i),
545 if (is_null($status)) {
586 $status = $driver->setfont($this->_get_font_name($driver, $i),
589 if (is_null($status)) {
611 $status = $driver->setfont($this->_get_font_name($driver, $i),
H A Dvalue.generic.percentage.php14 function init($value, $status) { argument
16 $this->_status = $status;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstance.php148 public $status; variable in Google\\Service\\Compute\\Instance
695 public function setStatus($status) argument
697 $this->status = $status;
704 return $this->status;
/plugin/podcast/
H A Dhelper.php80 $status = $m[1]; }}} }}
81 if( $status === '302' ) return $this->get_headers_length( trim( $location ));
82 if( $status === '200' ) return $length;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mount/
H A DPluginTest.php30 …$this->assertEquals(501, $this->response->status,'We expected GET to not be implemented for Direct…
47 $this->assertEquals(200, $this->response->status);
/plugin/fedauth/Auth/Yadis/
H A DXRIRes.php47 if ($response->status != 200 and $response->status != 206) {
/plugin/openid/Auth/Yadis/
H A DXRIRes.php51 if ($response->status != 200 and $response->status != 206) {
/plugin/editions/
H A Dscript.js40 $snippet.load(targetURL+' #'+targetAnchor, function(response, status, xhr) { argument
41 if (status == "success") {
/plugin/wysiwyg/fckeditor/editor/plugins/autogrow/
H A Dfckplugin.js86 function FCKAutoGrow_CheckEditorStatus( sender, status ) argument
88 if ( status == FCK_STATUS_COMPLETE )
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DMultiGetTest.php37 …$this->assertEquals(207, $response->status, 'Incorrect status code. Full response body:' . $respon…
80 …$this->assertEquals(207, $response->status, 'Incorrect status code. Full response body:' . $respon…
/plugin/combo/ComboStrap/Api/
H A DQualityMessageHandler.php76 $status = $message->getStatus();
80 ->setStatus($status)
/plugin/ireadit/action/
H A Dmigration.php73 $status = preg_match('/~~IREADIT.*~~/', $content, $matches);
75 if ($status === 1) {
235 $status = preg_match('/~~IREADIT.*~~/', $content, $matches);
237 if ($status !== 1) continue;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/
H A DPlacement.php138 public $status; variable in Google\\Service\\Dfareporting\\Placement
657 public function setStatus($status) argument
659 $this->status = $status;
666 return $this->status;
/plugin/socialshareprivacy/
H A Djquery.socialshareprivacy.min.js15 …fn.socialSharePrivacy=function(c){var a=b.extend(!0,{services:{facebook:{status:"on",dummy_img:"im…
16 …acebook",referrer_track:"",language:"de_DE",action:"recommend"},twitter:{status:"on",dummy_img:"im…
17 display_name:"Twitter",referrer_track:"",tweet_text:r,language:"en"},gplus:{status:"on",dummy_img:"…
19 …uri:s},c),f="on"===a.services.facebook.status,j="on"===a.services.twitter.status,n="on"===a.servic…
/plugin/html2pdf/html2pdf/html2ps/demo/
H A Dsystemcheck.php28 function status2class($status) { argument
32 if (isset($mapping[$status])) {
33 return $mapping[$status];
36 error_log(sprintf("Unknown status code passed to 'status2class': %s", $status));
173 function setStatus($status) { argument
174 $this->_status = $status;
/plugin/usercontact/
H A Dscript.js23 function (text, status, jqxhr) { argument
24 if (jqxhr.status >= 400) {
/plugin/webcomponent/syntax/
H A Dheading.php130 if ($handler->status['section']) $handler->_addCall('section_close', array(), $pos);
133 $handler->status['section'] = true;

1...<<11121314151617181920>>...60