Home
last modified time | relevance | path

Searched refs:b (Results 1976 – 2000 of 2511) sorted by last modified time

1...<<71727374757677787980>>...101

/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DFilter.ExtractStyleBlocks.txt
H A DCore.HiddenElements.txt
H A DOutput.SortAttr.txt
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A Dschema.ser
/plugin/labeled/
H A Dhelper.php247 public function cmpOrder($a, $b) { argument
248 if ($a['ordernr'] == $b['ordernr']) return 0;
249 return ($a['ordernr'] > $b['ordernr']) ? 1 : -1;
/plugin/pgn4web/pgn4web/
H A Dpgn4web.js406 case 66: // b
2233 if ((cc == "w") || (cc == "b")) {
2234 if (cc == "b") {
2410 var ColorName = new Array ("w", "b");
2411 var PiecePrefix = new Array ("k", "q", "r", "b", "n", "p");
3297 …essMovesRegExp = new RegExp("\\b((\\d+(\\.{1,3}|\\s)\\s*)?((([KQRBN][a-h1-8]?)|[a-h])?x?[a-h][1-8]…
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php321 $b = strpos ( $value, '|', $a + 1 );
322 if (! $b)
328 'name' => substr ( $value, $a + 1, $b - $a - 1 ),
329 'file' => substr ( $value, $b + 1 )
/plugin/prettytables/
H A Dscript.js27 var a=0, b=0, leading=true;
32 if (text.substr(i,1)==' ') b++; else break;
34 return [a,b];
/plugin/iframe/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/markdownextra/lib/meltdown/css/
H A Dmeltdown.css89 content: "\5b";
104 content: "\2b";
240 content: "\2b";
252 content: "\5b";
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js176 function cmp_gamut(a, b) { argument
177 a = a[1]; b = b[1];
178 return a > b ? 1 : a < b ? -1 : 0;
H A Drangyinputs-jquery.min.js17b){var c=typeof a[b];return"function"===c||!("object"!=c||!a[b])||"unknown"==c}function m(a,c){ret… argument
/plugin/orphanmedia/
H A DCOPYING98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/dirpictures/
H A DsortPages.php22 private static function _dateAsc($a, $b) { argument
23 if ($a['date'] == $b['date']) return 0;
24 return ($a['date'] < $b['date']) ? -1 : 1;
28 private static function _dateDesc($a, $b) { argument
29 if ($a['date'] == $b['date']) return 0;
30 return ($a['date'] > $b['date']) ? -1 : 1;
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A DCOPYING98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcclient.js1154 var b = range.getBookmark();
1155 obj.selStart = b.charCodeAt(2) - b.charCodeAt(0) - 1;
1162 b = range.getBookmark();
1163 obj.selEnd = b.charCodeAt(2) - b.charCodeAt(0) - 1;
H A Dpfcresource.js77 function (a,b) argument
80 var y = b.unescapeHTML();
H A Dmd5.js100 b = this.md5_ff(b, c, d, a, x[i+ 3], 22, -1044525330);
104 b = this.md5_ff(b, c, d, a, x[i+ 7], 22, -45705983);
117 b = this.md5_gg(b, c, d, a, x[i+ 0], 20, -373897302);
121 b = this.md5_gg(b, c, d, a, x[i+ 4], 20, -405537848);
134 b = this.md5_hh(b, c, d, a, x[i+14], 23, -35309556);
142 b = this.md5_hh(b, c, d, a, x[i+ 6], 23, 76029189);
151 b = this.md5_ii(b, c, d, a, x[i+ 5], 21, -57434055);
166 b = this.safe_add(b, oldb);
184 return this.md5_cmn((b & c) | ((~b) & d), a, b, x, s, t);
194 return this.md5_cmn(b ^ c ^ d, a, b, x, s, t);
[all …]
H A Dprototype.js769 return a < b ? -1 : a > b ? 1 : 0;
2928 var b = mm[2] ? Number(mm[2]) : 0;
2932 fragment: fragment, a: a, b: b });
3002 concat: function(a, b) { argument
3003 for (var i = 0, node; node = b[i]; i++)
3230 getIndices: function(a, b, total) { argument
3231 if (a == 0) return b > 0 ? [b] : [];
3233 if (0 == (i - b) % a && (i - b) / a >= 0) memo.push(i);
3258 var b = m[2] ? Number(m[2]) : 0;
3357 concat: function(a, b) { argument
[all …]
/plugin/freechat/phpfreechat/themes/msn/smileys/
H A Dtheme.txt36 msn_beer.gif (B) (b)
/plugin/freechat/phpfreechat/src/commands/
H A Dbanlist.class.php28 foreach($banlist as $b)
30 $n = $ct->getNickname($b);
/plugin/glossary/
H A Dscript.js62 function glossaryComparatorWord (a, b) { argument
63 return glossaryComparator (a, b, "word", false);
66 function glossaryComparatorTranslate (a, b) { argument
70 function glossaryComparatorDate (a, b) { argument
74 function glossaryComparatorView (a, b) { argument
75 return -glossaryComparator (a, b, "view", true);
78 function glossaryComparatorScore (a, b) { argument
82 function glossaryComparator (a, b, name, num) { argument
90 for (var i = 0; i < b.attributes.length; i++)
91 if (b.attributes [i].name == name) {
[all …]
/plugin/plantuml/res/file-broken/
H A DLICENSE126 Component, and (b) serves only to enable use of the work with that
217 b) The work must carry prominent notices stating that it is
257 b) Convey the object code in, or embodied in, a physical product
273 with subsection 6b.
368 b) Requiring preservation of specified reasonable legal notices or
418 finally terminates your license, and (b) permanently, if the copyright
531 conveyed by you (or copies made from those copies), or (b) primarily
/plugin/codebender/
H A DLICENSE98 b) You must cause any work that you distribute or publish, that in
142 b) Accompany it with a written offer, valid for at least three
153 an offer, in accord with Subsection b above.)

1...<<71727374757677787980>>...101