/web-php/js/ext/ |
H A D | mousetrap.min.js | 2 …b,g){a.addEventListener?a.addEventListener(b,g,!1):a.attachEvent("on"+b,g)}function z(a){if("keypr… argument 3 …b){var g,d=[];var e=a;"+"===e?e=["+"]:(e=e.replace(/\+{2}/g,"+plus"),e=e.split("+"));for(g=0;g<e.l… argument 4 …b=!1,l;for(l in p)a[l]?b=!0:p[l]=0;b||(x=!1)}function g(a,b,t,f,g,d){var l,E=[],h=t.type;if(!k._ca… argument 5 b.target||b.srcElement,c,f)||!1!==a(b,c)||(b.preventDefault?b.preventDefault():b.returnValue=!1,b.s… 6 …b,c,f,d){k._directMap[a+":"+c]=b;a=a.replace(/\s+/g," ");var e=a.split(" ");1<e.length?m(a,e,b,c):… argument 7 …type&&r;e.type!=x||w(a)||f||b(d);r=l&&"keydown"==e.type};k._bindMultiple=function(a,b,c){for(var d… argument 9 …b,c){a=a instanceof Array?a:[a];this._bindMultiple.call(this,a,b,c);return this};d.prototype.unbin… argument 10 …b){if(-1<(" "+b.className+" ").indexOf(" mousetrap ")||D(b,this.target))return!1;if("composedPath"… argument 11 …it=function(){var a=d(u),b;for(b in a)"_"!==b.charAt(0)&&(d[b]=function(b){return function(){retur… argument 13 (function(a){var b=a.prototype.stopCallback;a.prototype.stopCallback=function(a,c,d){return this.pa… variable
|
H A D | FuzzySearch.min.js | 10 …b){return void 0===b&&(b={}),this instanceof a?void a.setOptions(this,b,a.defaultOptions,F,!0,this… argument
|
H A D | jquery-3.6.0.min.js | 2 …b(e,t,n){var r,i,o=(n=n||E).createElement("script");if(o.text=e,t)for(r in c)(i=t[r]||t.getAttribu… function
|
/web-php/manual/ |
H A D | spam_challenge.php | 7 function plus($a, $b) { argument 8 return $a + $b; 15 function minus($a, $b) { argument 16 return $a - $b; 23 function print_infix($name, $a, $b) { argument 24 return "$a $name $b"; 27 function print_prefix($name, $a, $b) { argument 28 return "$name($a, $b)"; 46 $bn = NUMS[$b]; 61 $b = array_search($bn, NUMS, false); [all …]
|
/web-php/styles/ |
H A D | calendar.css | 27 #calnav td b { 102 .vevent .url b { 129 .calendar-day .vevent .url b {
|
H A D | theme-base.css | 856 #layout .cse .gs-webResult.gs-result a b, 857 #layout .gs-webResult.gs-result a b { 867 #layout .cse .gs-webResult.gs-result a:focus b, 868 #layout .gs-webResult.gs-result a:focus b, 869 #layout .cse .gs-webResult.gs-result a:hover b, 870 #layout .gs-webResult.gs-result a:hover b {
|
H A D | theme-medium.css | 110 .methodname b,
|
/web-php/images/sponsors/ |
H A D | duocast.svg | 7 <mask id="b" fill="white"> id 10 ….15087353 173.574751,0.876536065 173.360698,0.651035256 L173.360698,0.651035256 Z" mask="url(#b)"/>
|
/web-php/src/UserNotes/ |
H A D | Sorter.php | 46 uasort($notes, function ($a, $b) use ($prio) { 47 return $prio[$b->id] <=> $prio[$a->id];
|
/web-php/src/ |
H A D | LangChooser.php | 109 usort($browser_langs, fn ($a, $b) => $b[1] <=> $a[1]);
|
/web-php/include/ |
H A D | changelogs.inc | 65 $sidebar .= " <li><b>PHP {$major}.x</b>\n <ul>";
|
H A D | layout.inc | 22 if (strstr($highlighted, "include/layout.inc</b>")) { 190 echo number_format($size) . 'b'; 276 echo "<b>", date("F j, Y", $sday), "</b>\n"; 282 …echo "<b class='summary'>", stripslashes(htmlentities($event['sdesc'], ENT_QUOTES | ENT_IGNORE, 'U… 323 echo '<br><br><b>URL:</b> ',
|
H A D | pregen-news.inc | 41 version.</b> 82 version.</b> 1333 <p><b>Our focus this year is:</b></p> 2080 <p><b>PHPConf.Asia 2019</b></p> 3158 <b>Dates</b>: May 2nd-4th, 2019 3160 <b>Website</b>: https://www.longhornphp.com 3163 'intro' => '<div><b>Dates</b><b>Website</b></div>', 11950 <p><b>Our focus this year are:</b></p> 19734 <p><b>Ticket price:</b> UAH 1800 (~$80)</p> 22500 <b>The speaker lineup has been decided!</b> [all …]
|
H A D | errors.inc | 548 …The <b>global</b> keyword is used to manipulate <a href="/language.variables.scope">variable scope… 555 Many <a href="/ref.strings">string functions</a> begin with <b>str</b>,
|
/web-php/js/ |
H A D | search.js | 167 .sort((a, b) => b.score - a.score);
|
H A D | common.js | 68 [/en\b/g, 'ee'], 70 [/\Be\b/g, 'e-a'], 81 [/th\b/g, 't'],
|
/web-php/backend/events/ |
H A D | 20156e59322ddc1278794649d1f21fdf | 75 b/ 111 b/
|
/web-php/releases/8.1/ |
H A D | release.inc | 508 $arrayB = ['b' => 2]; 512 // ['a' => 1, 'b' => 2] 524 $arrayB = ['b' => 2]; 528 // ['a' => 1, 'b' => 2]
|
/web-php/releases/ |
H A D | NEWS_5_4_0_RC1.txt | 3033 - Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object). 3987 - Fixed bug #41351 (Invalid opcode with foreach ($a[] as $b)). (Dmitry, Tony) 4254 - Added forward support for 'b' prefix in front of string literals. (Andrei) 5689 . ming 0.3b 6473 - Fixed bug #30990 (allow popen() on *NIX to accept 'b' flag). (Ilia)
|
H A D | NEWS_5_4_0_beta1.txt | 2937 - Fixed bug #47109 (Memory leak on $a->{"a"."b"} when $a is not an object). 3891 - Fixed bug #41351 (Invalid opcode with foreach ($a[] as $b)). (Dmitry, Tony) 4158 - Added forward support for 'b' prefix in front of string literals. (Andrei) 5593 . ming 0.3b 6377 - Fixed bug #30990 (allow popen() on *NIX to accept 'b' flag). (Ilia)
|