Home
last modified time | relevance | path

Searched refs:status (Results 101 – 125 of 1484) sorted by last modified time

12345678910>>...60

/plugin/combo/resources/snippet/js/
H A Dsubscribe.min.js1 !function(e){"use strict";let t="subscribe";const a=`.${t}-cs`,o=document.querySelectorAll(`${a} form`);Array.from(o).forEach((o=>{o.addEventListener("submit",(async r=>{if(r.preventDefault(),r.stopPropagation(),o.checkValidity()){let s=new URL(o.getAttribute("action")),n=new FormData(o),c=await fetch(s,{body:n,method:"post"}),i=e.Html.createRandomIdWithPrefix(t),l=e.Modal.getOrCreate(i);let d,u=r.target.closest(a);l.setPlacementBottomToElement(u);try{d=(await c.json()).message}catch(e){}if(200!==c.status)l.setHeader("Error"),void 0===d&&(d="Sorry. The server seems to be down.");else{let e=o.getAttribute("data-success-header");null===e&&(e="Hurray!"),l.setHeader(e),d=o.getAttribute("data-success-content"),null===d&&(d="A validation email has been send. <br>Check your mailbox and click on the validation link.<br>If you don't find our email, check your spambox.")}l.addBody(d).show()}}),!1)}))}(combo);
/plugin/combo/ComboStrap/Api/
H A DQualityMessageHandler.php76 $status = $message->getStatus();
80 ->setStatus($status)
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DWebDriverResponse.php10 private $status; variable in Facebook\\WebDriver\\Remote\\WebDriverResponse
33 return $this->status;
37 * @param int $status
40 public function setStatus($status) argument
42 $this->status = $status;
/plugin/combo/ComboStrap/
H A DMessage.php35 private $status; variable in ComboStrap\\Message
251 * An exit code / status
252 * @param int $status
255 public function setStatus(int $status): Message argument
257 $this->status = $status;
263 if ($this->status !== null) {
264 return $this->status;
H A DHttpResponse.php35 private $status; variable in ComboStrap\\HttpResponse
140 // header should before the status
141 // because for instance a `"Location` header changes the status to 302
146 if ($this->status !== null) {
147 Http::setStatus($this->status);
149 $status = Http::getStatus();
150 if ($status === null) {
152 LogUtility::log2file("No status was set for this soft exit, the default was set instead", LogUtility::LVL_MSG_ERROR, $this->canonical);
169 if ($this->status !== HttpResponseStatus::ALL_GOOD && isset($this->body)) {
171 LogUtility::log2file("Bad Http Response: $this->status
328 setStatus(int $status) global() argument
[all...]
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Exception/
H A DInvalidCharacterException.php4 * Exception thrown if a scanner status finds does not find a
18 * Exception thrown if a scanner status finds does not
29 /** @var Status $status scanner status */
35 * @param Status $status
37 public function __construct(string $buffer, int $offset, Status $status) { argument
40 $this->_status = $status;
43 'Invalid char "%s" for status "%s" at offset #%d in "%s"',
/plugin/combo/vendor/carica/phpcss/src/PhpCss/
H A DScanner.php15 * The actual result depends on the status, the status
22 * Scanner status object
38 * Constructor, set status object
40 * @param Scanner\Status $status
42 public function __construct(Scanner\Status $status) { argument
43 $this->_status = $status;
64 // check for status switch
98 * Got new status, delegate to subscanner.
100 * If the status return
106 _delegate(array& $target, Scanner\\Status $status) global() argument
[all...]
/plugin/combo/vendor/php-webdriver/webdriver/
H A DREADME.md4 [![GitHub Actions build status](https://img.shields.io/github/workflow/status/php-webdriver/php-webdriver/Tests?style=flat-square&label=GitHub%20Actions)](https://github.com/php-webdriver/php-webdriver/actions)
5 [![SauceLabs test status](https://img.shields.io/github/workflow/status/php-webdriver/php-webdriver/Sauce%20Labs?style=flat-square&label=SauceLabs)](https://saucelabs.com/u/php-webdriver)
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js33 values+='height:'+(parseInt(firebug.internal.targetWindow.firebug.el.main.element.style.height.replace(/px/,''),10)-38);exdate=new Date();exdate.setDate(exdate.getDate()+365);firebug.internal.targetWindow.document.cookie='FBLiteSettings='+values+';expires='+exdate.toGMTString();}},refreshForm:function(){var fe=firebug.env,elSet=firebug.el.settings;elSet.cbxDebug.element.checked=fe.debug;elSet.cbxDetectFirebug.element.checked=fe.detectFirebug;elSet.cbxHideDOMFunctions.element.checked=fe.hideDOMFunctions;elSet.cbxOverride.element.checked=fe.override;elSet.cbxShowIcon.element.checked=fe.showIconWhenHidden;elSet.cbxOpenInPopup.element.checked=fe.openInPopup;elSet.textNodeChars.element.value=fe.textNodeChars;}},win:{hide:function(){with(firebug){el.main.environment.addStyle({"display":"none"});el.mainiframe.environment.addStyle({"display":"none"});if(env.showIconWhenHidden){el.firebugIcon.environment.addStyle({"display":"block"});}}},show:function(){with(firebug){el.main.environment.addStyle({"display":"block"});el.mainiframe.environment.addStyle({"display":"block"});if(env.showIconWhenHidden){el.firebugIcon.environment.addStyle({"display":"none"});}}},iconClicked:function(_event){with(firebug){if(_event.ctrlKey==true||_event.metaKey==true){el.firebugIcon.environment.addStyle({"display":"none"});env.showIconWhenHidden=false;}else{win.show();}}},minimize:function(){with(firebug){internal.minimized=true;el.main.environment.addStyle({"height":"35px"});el.mainiframe.environment.addStyle({"height":"35px"});el.button.maximize.environment.addStyle({"display":"block"});el.button.minimize.environment.addStyle({"display":"none"});win.refreshSize();}},maximize:function(){with(firebug){internal.minimized=false;el.button.minimize.environment.addStyle({"display":"block"});el.button.maximize.environment.addStyle({"display":"none"});win.setHeight(env.height);}},newWindow:function(){var interval,scripts,script,scriptPath,fe=firebug.env,fi=firebug.internal;if(!fi.popupWin){scripts=document.getElementsByTagName('script');fi.popupWin=window.open("","_firebug","status=0,menubar=0,resizable=1,top="+fe.popupTop+",left="+fe.popupLeft+",width="+fe.popupWidth+",height="+fe.popupHeight+",scrollbars=0,addressbar=0,outerWidth="+fe.popupWidth+",outerHeight="+fe.popupHeight+"toolbar=0,location=0,directories=0,dialog=0");if(!fi.popupWin){alert("Firebug Lite could not open a pop-up window, most likely because of a popup blocker.\nPlease enable popups for this domain");}else{firebug.settings.hide();for(i=0,len=scripts.length;i<len;i++){if(scripts[i].src.indexOf(fi.liteFilename)>-1){scriptPath=scripts[i].src;break;}}
82 d.scripts.open(d.scripts.index);}}},str:{open:function(_str){with(firebug){d.navigate("str");el.left.str.container.update(_str.replace(/\n/g,"<br />"))}}},xhr:{objects:[],addObject:function(){with(firebug){for(var i=0,len=arguments.length;i<len;i++){try{var item=arguments[i],val=internal.targetWindow.eval(item);d.xhr.objects.push([item,val]);}catch(e){continue;}}}},open:function(){with(firebug){el.left.xhr.container.update("");el.left.xhr.name=new lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.element("DIV").attribute.addClass("Block").environment.addStyle({"width":"20%"}).insert(el.left.xhr.container));el.left.xhr.nameTitle=new lib.element("STRONG").update("Object Name:").insert(el.left.xhr.name);el.left.xhr.nameContent=new lib.element("DIV").insert(el.left.xhr.name);el.left.xhr.status=new lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.element("DIV").attribute.addClass("Block").environment.addStyle({"width":"10%"}).insert(el.left.xhr.container));el.left.xhr.statusTitle=new lib.element("STRONG").update("Status:").insert(el.left.xhr.status);el.left.xhr.statusContent=new lib.element("DIV").insert(el.left.xhr.status);el.left.xhr.readystate=new lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.element("DIV").environment.addStyle({"width":"15%"}).attribute.addClass("Block").insert(el.left.xhr.container));el.left.xhr.readystateTitle=el.left.xhr.nameTitle=new lib.element("STRONG").update("Ready State:").insert(el.left.xhr.readystate);el.left.xhr.readystateContent=new lib.element("DIV").insert(el.left.xhr.readystate);el.left.xhr.response=new lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.element("DIV").environment.addStyle({"width":(lib.env.ie?"50":"55")+"%"}).attribute.addClass("Block").insert(el.left.xhr.container));el.left.xhr.responseTitle=new lib.element("STRONG").update("Response:").insert(el.left.xhr.response);el.left.xhr.responseContent=new lib.element("DIV").insert(el.left.xhr.response);setTimeout(d.xhr.refresh,500);}},refresh:function(){with(firebug){el.left.xhr.nameContent.update("");el.left.xhr.statusContent.update("");el.left.xhr.readystateContent.update("");el.left.xhr.responseContent.update("");for(var i=0,len=d.xhr.objects.length;i<len;i++){var item=d.xhr.objects[i],response=item[1].responseText;if(Boolean(item[1])==false)continue;el.left.xhr.nameContent.child.add(new lib.element("span").update(item[0]));try{el.left.xhr.statusContent.child.add(new lib.element("span").update(item[1].status));}catch(e){el.left.xhr.statusContent.child.add(new lib.element("span").update("&nbsp;"));}
H A Dfirebug-lite-1.2.js681 "status=0,menubar=0,resizable=1,top="+fe.popupTop+",left="+fe.popupLeft+",width=" + fe.popupWidth +
1628 el.left.xhr.status = new lib.element("DIV").attribute.addClass("BlockContent").insert(new lib.element("DIV").attribute.addClass("Block").environment.addStyle({ "width":"10%" }).insert(el.left.xhr.container));
1629 el.left.xhr.statusTitle = new lib.element("STRONG").update("Status:").insert(el.left.xhr.status);
1630 el.left.xhr.statusContent = new lib.element("DIV").insert(el.left.xhr.status);
1652 el.left.xhr.statusContent.child.add(new lib.element("span").update(item[1].status));
/plugin/combo/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/combo/vendor/salesforce/handlebars-php/
H A DCODE_OF_CONDUCT.md12 race, age, religion, level of experience, education, socioeconomic status, or
31 socioeconomic status, or other similar personal characteristics.
/plugin/combo/vendor/symfony/process/
H A DProcess.php71 private $status = self::STATUS_READY; variable in Symfony\\Component\\Process\\Process
240 * @return int The exit status code
357 $this->status = self::STATUS_STARTED;
749 * @return int|null The exit status code, null if the Process is not terminated
761 * This method relies on the Unix exit code status standardization
764 * @return string|null A string representation for the exit status code, null if the Process is not terminated
864 if (self::STATUS_STARTED !== $this->status) {
880 return self::STATUS_READY != $this->status;
892 return self::STATUS_TERMINATED == $this->status;
896 * Gets the process status
[all...]
/plugin/adhoctags/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/dwtimeline/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/mobiletable/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/katex/
H A DLICENSE303 typical or common use of that class of product, regardless of the status
/plugin/bbcodeextensions/
H A DLICENSE303 typical or common use of that class of product, regardless of the status
/plugin/confightmlok/
H A DLICENSE108 A “User Product” is either (1) a “consumer product”, which means any tangible personal property which is normally used for personal, family, or household purposes, or (2) anything designed or sold for incorporation into a dwelling. In determining whether a product is a consumer product, doubtful cases shall be resolved in favor of coverage. For a particular product received by a particular user, “normally used” refers to a typical or common use of that class of product, regardless of the status of the particular user or of the way in which the particular user actually uses, or expects or is expected to use, the product. A product is a consumer product regardless of whether the product has substantial commercial, industrial or non-consumer uses, unless such uses represent the only significant mode of use of the product.
/plugin/randomtables/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/oauth/
H A DHTTPClient.php27 if (!$ok || $http->status < 200 || $http->status > 299) {
29 throw new TokenResponseException($msg . $http->error . ' [HTTP ' . $http->status . ']');
/plugin/upgrade/
H A DLICENSE255 of preserving the free status of all derivatives of our free software and
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md131 you call backend code from your CLI that expects a Logger instance to produce any sensible status output while running.
/plugin/upgrade/HTTP/
H A DHTTPClient.php41 public $status; variable in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient
75 $this->status = 0;
101 if($this->status == 304 && $sloppy304) return $this->resp_body;
102 if($this->status < 200 || $this->status > 206) return false;
143 if($this->status < 200 || $this->status > 206) return false;
167 $this->status = 0;
207 $this->status = -200;
264 $this->status
[all...]
/plugin/smtp/subtree/txtthinking/Mailer/tests/
H A DSMTPTest.php67 $status = $this->smtp->send($message);
68 $this->assertTrue($status);

12345678910>>...60