Home
last modified time | relevance | path

Searched refs:b (Results 1901 – 1925 of 2511) sorted by last modified time

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

/plugin/wikistats/
H A DREADME.md16b "Frusterick Manners"](https://download.dokuwiki.org/src/dokuwiki/dokuwiki-2017-02-19b.tgz "Relea…
63 For Dokuwiki "**Release 2017-02-19b Frusterick Manners**", you should process as follows:
/plugin/issuetracker/
H A Dprototype.js997 return a < b ? -1 : a > b ? 1 : 0;
4669 sortOrder = function( a, b ) { argument
4671 if ( a == b ) {
4677 var ret = a.compareDocumentPosition(b) & 4 ? -1 : a === b ? 0 : 1;
4684 sortOrder = function( a, b ) {
4686 if ( a == b ) {
4701 if ( a == b ) {
4710 bRange.setStart(b, 0);
4711 bRange.setEnd(b, 0);
4912 } : function(a, b){
[all …]
H A Dtablekit.js380 rows.sort(function(a,b) { argument
465 compare : function(a,b){ argument
474 return a < b ? -1 : a === b ? 0 : 1;
494 var b = r[1] ? Number(r[1]).valueOf() : 0;
496 var result = b;
499 result = b * 1024;
502 result = b * 1024 * 1024;
505 result = b * 1024 * 1024 * 1024;
508 result = b * 1024 * 1024 * 1024 * 1024;
592 if(a && b) {
[all …]
/plugin/inclform/
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/icalevents/
H A DLICENSE.txt106 b) You must cause any work that you distribute or publish, that in
150 b) Accompany it with a written offer, valid for at least three
161 an offer, in accord with Subsection b above.)
/plugin/barcodes/vendor/jucksearm/php-barcode/
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/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcodeFactory.php167 $b = hexdec(substr($color, 4, 2));
171 $b = hexdec(substr($color, 2, 1).substr($color, 2, 1));
174 return [$r, $g, $b];
H A DDatamatrix.php354 protected function getGFProduct($a, $b, $log, $alog, $gf) { argument
355 if (($a == 0) OR ($b == 0)) {
358 return ($alog[($log[$a] + $log[$b]) % ($gf - 1)]);
400 for ($b = 0; $b < $nb; ++$b) {
403 for ($n = $b; $n < $num_wd; $n += $nb) {
417 for ($i = $b; $i < $num_we; $i += $nb) {
H A DDatamatrixFactory.php141 $b = hexdec(substr($color, 4, 2));
145 $b = hexdec(substr($color, 2, 1).substr($color, 2, 1));
148 return [$r, $g, $b];
H A DPDF417Factory.php141 $b = hexdec(substr($color, 4, 2));
145 $b = hexdec(substr($color, 2, 1).substr($color, 2, 1));
148 return [$r, $g, $b];
H A DQRcode.php1047 $b = 0;
1059 $b += (int)(ord($d[$y][$x]) & 1);
1062 return $b;
2162 $b = $this->newFromNum($bits, $num);
2163 return $this->appendBitstream($bitstream, $b);
2177 $b = $this->newFromBytes($size, $data);
2178 return $this->appendBitstream($bitstream, $b);
H A DQRcodeFactory.php180 $b = hexdec(substr($color, 4, 2));
184 $b = hexdec(substr($color, 2, 1).substr($color, 2, 1));
187 return [$r, $g, $b];
/plugin/confsearch/
H A Dsyntax.php31 foreach ($br as $a=>$b) $lastcrumb=$a;
/plugin/shortcutkey/
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/dir/
H A Dsyntax.php858 function _sortPage($a, $b) { argument
859 return $this->_sortPageByKey($a, $b, 0);
862 function _sortPageByKey(&$a, &$b, $index) { argument
868 $sortKeyB = $this->_getSortKey($b, $keyType [0]);
871 return $this->_sortPageByKey($a, $b, $index + 1);
/plugin/toggle/
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/doodle3/
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.)
H A Dsyntax.php89 $this->Lexer->addSpecialPattern('<doodle\b.*?>.+?</doodle>', $mode, 'plugin_doodle3');
/plugin/authlinotp/
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/rater/scripts/
H A Djquery.tablesorter.js638 b = "b[" + index + "]";
640 … + " == " + b + " ? 0 : (" + a + " === null ? Number.POSITIVE_INFINITY : (" + b + " === null ? Num…
642 …(" + a + " == " + b + " ? 0 : (" + a + " === null ? Number.POSITIVE_INFINITY : (" + b + " === null…
666 function sortText(a, b) { argument
668 return ((a < b) ? -1 : ((a > b) ? 1 : 0));
671 function sortTextDesc(a, b) { argument
673 return ((b < a) ? -1 : ((b > a) ? 1 : 0));
676 function sortNumeric(a, b) { argument
677 return a - b;
680 function sortNumericDesc(a, b) { argument
[all …]
/plugin/toolbox/
H A DToolboxTextTools.js68 function alphanumCase(a, b) { argument
85 var bb = chunkify(b.toLowerCase());
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1549 …__utf16le = function utf16le_b(b,s,e) { if(!Buffer.isBuffer(b)) return ___utf16le(b,s,e); return b argument
1550 …__hexlify = function(b,s,l) { return Buffer.isBuffer(b) ? b.toString('hex',s,s+l) : ___hexlify(b,s… argument
1551 …_lpstr = function lpstr_b(b,i) { if(!Buffer.isBuffer(b)) return ___lpstr(b, i); var len = b.readUI… argument
1552 …__lpwstr = function lpwstr_b(b,i) { if(!Buffer.isBuffer(b)) return ___lpwstr(b, i); var len = 2*b.… argument
1556 …__double = function double_(b,i) { if(Buffer.isBuffer(b)) return b.readDoubleLE(i); return ___doub… argument
1569 var __readUInt16LE = function(b, idx) { return b[idx+1]*(1<<8)+b[idx]; }; argument
1571 var __readUInt32LE = function(b, idx) { return b[idx+3]*(1<<24)+(b[idx+2]<<16)+(b[idx+1]<<8)+b[idx]… argument
1572 var __readInt32LE = function(b, idx) { return (b[idx+3]<<24)|(b[idx+2]<<16)|(b[idx+1]<<8)|b[idx]; }; argument
1890 var fX100 = b[0] & 1, fInt = b[0] & 2;
1893 var RK = fInt === 0 ? __double([0,0,0,0,b[0],b[1],b[2],b[3]],0) : __readInt32LE(b,0)>>2;
[all …]
H A Dxlsx.min.js3b,s,e){var ss=[];for(var i=s;i<e;i+=2)ss.push(String.fromCharCode(__readUInt16LE(b,i)));return ss.… argument
4 …b,6);var val=parse_Bes(blob,2);cell.val=val;cell.t=val===true||val===false?"b":"e";return cell}fun…
5 …;case"<u/>":font.u=1;break;case"</u>":break;case"<b":if(!y.val)break;case"<b/>":font.b=1;break;cas…
6 …b.l+=8;return["String","s"];case 1:b=blob[blob.l+2]===1;blob.l+=8;return[b,"b"];case 2:b=blob[blob…
8b=bconcat(bufs);prep_blob(b,0);var ll=0;b.lens=[];for(var j=0;j<bufs.length;++j){b.lens.push(ll);l… argument
H A Dxlsx.min.map1b","__readUInt16LE","__hexlify","___hexlify","hexlify_","__utf8","___utf8","__readUInt8","__lpstr"…
/plugin/amcharts/assets/amcharts/
H A Dgantt.js3 …<x.length;g++){var d=x[g],b=d[C],h=d[D],n=d[E];isNaN(b)&&(b=m);isNaN(n)||(h=b+n);var n="start_"+a+…
4b)||(k=c.changeDate(new Date(q),f,b*p,!0,!0)),isNaN(h)||(B=c.changeDate(new Date(q),f,h*p,!0,!0)))…
5b.customBullet=this.graph.customBullet;b.type="column";b.openField=n;b.valueField=y;b.clustered=!1…

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