Home
last modified time | relevance | path

Searched refs:status (Results 1 – 25 of 156) sorted by relevance

1234567

/template/gtopia/
H A DTwitterAPIExchange.php68 if (isset($array['status']) && substr($array['status'], 0, 1) === '@')
70 $array['status'] = sprintf("\0%s", $array['status']);
H A Ddblog.css5 table.system-status-report a,
14 table.system-status-report a:hover,
20 table.system-status-report th {
/template/chippedsnow/
H A Dless-1.1.3.min.js28status>=200&&b.status<300?c(b.responseText,b.getResponseHeader("Last-Modified")):typeof d=="functi…
/template/sprintdoc/
H A Dsvg.php309 * Abort processing with given status code
311 * @param int $status
313 protected function abort($status) { argument
314 http_status($status);
/template/starterbootstrap/js/
H A Drespond.min.js6 …,a,!0),c.onreadystatechange=function(){4!==c.readyState||200!==c.status&&304!==c.status||b(c.respo…
/template/kajukkk/js/
H A Drespond.min.js6 …,a,!0),c.onreadystatechange=function(){4!==c.readyState||200!==c.status&&304!==c.status||b(c.respo…
/template/kajukkk/
H A DSnoopy.class.php79 var $status = 0; // http request status variable in Snoopy
853 $this->status=-100;
882 if(preg_match("|^HTTP/[^\s]*\s(.*?)\s|",$currentHeader, $status))
884 $this->status= $status[1];
903 $this->status=-100;
1134 $this->status = 0;
1151 $this->status = $errno;
/template/parallax/lib/js/
H A Dretina-1.1.0.js97 if (http.status >= 200 && http.status <= 399) {
H A Dretina-1.1.0.min.js10 …dystatechange=function(){if(f.readyState!=4){return h(false)}if(f.status>=200&&f.status<=399){if(c…
/template/ospyramid/js/libs/
H A Drespond.js200 if ( req.readyState != 4 || req.status != 200 && req.status != 304 ){
H A Drespond.min.js7 …ET",v,true);w.onreadystatechange=function(){if(w.readyState!=4||w.status!=200&&w.status!=304){retu…
H A Djquery-1.6.1.js7078 if ( status >= 200 && status < 300 || status === 304 ) {
7092 if ( status === 304 ) {
7114 if( !statusText || status ) {
7116 if ( status < 0 ) {
7117 status = 0;
7123 jqXHR.status = status;
7169 tmp = map[ jqXHR.status ];
7310 if ( status < 2 ) {
7834 var status,
7866 status = xhr.status;
[all …]
/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php112 …function mb_output_handler($string, $status) { return p\Mbstring::mb_output_handler($string, $stat… argument
H A Dbootstrap80.php108 …t_handler(?string $string, ?int $status): string { return p\Mbstring::mb_output_handler((string) $… argument
/template/a_new_day/
H A Dstyle_plain.ini96 ; the background and border for the status box
145 ; the gradient for the status bar (should have width 1px and height 34px )
H A Dstyle.ini121 ; the background and border for the status box
176 ; the gradient for the status bar (should have width 1px and height 34px )
/template/battlehorse/
H A Dstyle_plain.ini96 ; the background and border for the status box
145 ; the gradient for the status bar (should have width 1px and height 34px )
H A Dstyle_green.ini96 ; the background and border for the status box
145 ; the gradient for the status bar (should have width 1px and height 34px )
H A Dstyle.ini96 ; the background and border for the status box
145 ; the gradient for the status bar (should have width 1px and height 34px )
H A Dstyle_blue.ini96 ; the background and border for the status box
145 ; the gradient for the status bar (should have width 1px and height 34px )
H A Dlayout.css183 /* --------------- status bar ---------------- */
/template/sprintdoc/js/legacy/
H A Drespond.min.js5 !function(a){"use strict";a.matchMedia=a.matchMedia||function(a){var b,c=a.documentElement,d=c.firstElementChild||c.firstChild,e=a.createElement("body"),f=a.createElement("div");return f.id="mq-test-1",f.style.cssText="position:absolute;top:-100em",e.style.background="none",e.appendChild(f),function(a){return f.innerHTML='&shy;<style media="'+a+'"> #mq-test-1 { width: 42px; }</style>',c.insertBefore(e,d),b=42===f.offsetWidth,c.removeChild(e),{matches:b,media:a}}}(a.document)}(this),function(a){"use strict";function b(){u(!0)}var c={};a.respond=c,c.update=function(){};var d=[],e=function(){var b=!1;try{b=new a.XMLHttpRequest}catch(c){b=new a.ActiveXObject("Microsoft.XMLHTTP")}return function(){return b}}(),f=function(a,b){var c=e();c&&(c.open("GET",a,!0),c.onreadystatechange=function(){4!==c.readyState||200!==c.status&&304!==c.status||b(c.responseText)},4!==c.readyState&&c.send(null))};if(c.ajax=f,c.queue=d,c.regex={media:/@media[ (…)
/template/boozurk/css/
H A Dboozurk.css708 .format-status .avatar,
709 .category-status .avatar {
714 .format-status .storycontent,
715 .category-status .storycontent {
718 .single .format-status .storycontent,
719 .single .category-status .storycontent {
758 .format-status .details {
762 .format-status .details a {
1057 .tb-thumb-format.status:before,
1058 .format-status .icon-placeholder:before,
[all …]
/template/comicslate/
H A Dstyle.ini16 css/status.less = screen
/template/starterpjax/
H A Djquery.pjax.js230 options.success = function(data, status, xhr) { argument
292 fire('pjax:success', [data, status, xhr, options])

1234567