Home
last modified time | relevance | path

Searched refs:hex (Results 126 – 150 of 153) sorted by last modified time

1234567

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml486 "unicode"=>"Sosa did fine." + ["263A".hex ].pack('U*'),
/plugin/chordsheets/js/
H A Draphael.js1hex},ot=function(t,r,i){if(null==r&&e.is(t,"object")&&"r"in t&&"g"in t&&"b"in t&&(i=t.b,r=t.g,t=t.… property in AnonymousFunctionb75df7fc0300.AnonymousFunctionb75df7fc2100.a
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md853 Markdown will also perform a bit of randomized decimal and hex
/plugin/callflow/
H A Draphael.js962 return this.hex;
992 hex: R.rgb(r, g, b), property in AnonymousFunctionaefe14e82600.rgb
1026 clr.hex = rgb.hex;
1032 clr.hex = rgb.hex;
1045 clr = {hex: "none"}; property in AnonymousFunctionaefe14e82700.clr
1243 return this.hex;
1356 return R.hsb2rgb(h, s, b).hex;
1370 return R.hsl2rgb(h, s, l).hex;
1404 return rgb.hex;
2475 dot.color = dot.color.hex;
[all …]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php2079 $hex = array();
2085 array_push($hex, '0');
2087 array_push($hex, strtoupper(dechex(bcmod($number, '16'))));
2091 $hex = array_reverse($hex);
2092 return implode($hex);
2101 public function hex_to_dec($hex) { argument
2104 $len = strlen($hex);
2106 $dec = bcadd($dec, bcmul(hexdec($hex{$pos}), $bitval));
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1796 O.md5 = function(hex) { return crypto.createHash('md5').update(hex).digest('hex'); }; argument
1798 O.md5 = function(hex) { throw "unimplemented"; };
H A Dxlsx.min.js3 …n out};if(crypto){O.md5=function(hex){return crypto.createHash("md5").update(hex).digest("hex")}}e… argument
H A Dxlsx.min.map1 …","range","OFFCRYPTO","make_offcrypto","O","_crypto","crypto","rc4","md5","hex","createHash","upda…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js27840 var hex, part;
27849 hex = parseInt(color.slice(1), 16);
27850 color = [hex >> 16, hex >> 8 & 0xff, hex & 0xff];
H A Dpdfmake.min.js.map1hex","part","_setColor","gstate","_sMasked","SMask","_setColorSpace","_fillColor","strokeColor","_…
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js794 var hex = "",
797 hex += String.fromCharCode(dec & 0xff);
800 return hex;
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/jukebox/id3/
H A Dgetid3.lib.php17 function PrintHexBytes($string, $hex=true, $spaces=true, $htmlsafe=true) { argument
20 if ($hex) {
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/pgn4web/pgn4web/
H A Dcrc32.js27 var hex = "0123456789ABCDEF";
33 s = hex.charAt(r) + s;
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js515 this.fromString = function(hex, flags) { argument
516 var m = hex.match(/^\W*([0-9A-F]{3}([0-9A-F]{3})?)\W*$/i);
/plugin/vcard/
H A Dvcard.php39 $hex = array('0','1','2','3','4','5','6','7','8','9','A','B','C','D','E','F');
57 $c = $escape.$hex["$h2"].$hex["$h1"];
/plugin/advrack/
H A Draphael.js962 return this.hex;
992 hex: R.rgb(r, g, b), property in AnonymousFunctionfecc8d702600.rgb
1026 clr.hex = rgb.hex;
1032 clr.hex = rgb.hex;
1045 clr = {hex: "none"}; property in AnonymousFunctionfecc8d702700.clr
1243 return this.hex;
1356 return R.hsb2rgb(h, s, b).hex;
1370 return R.hsl2rgb(h, s, l).hex;
1404 return rgb.hex;
2475 dot.color = dot.color.hex;
[all …]
/plugin/fedauth/Auth/OpenID/
H A DHMAC.php35 $hex = sha1($text);
38 $hexcode = substr($hex, $i, 2);
/plugin/shorturl/
H A Dhelper.php90 $hex = md5($pageID);
91 $hexLen = strlen($hex);
95 $subHex = substr ($hex, $i * 8, 8);
/plugin/processing/
H A Dscript.js5503 while (hex.length < padding) {
5504 hex = "0" + hex;
5506 if (hex.length >= padding) {
5507 hex = hex.substring(hex.length - padding, hex.length);
5509 return hex;
5515 p.hex = function hex(value, len) { function
5526 function unhexScalar(hex) { argument
5536 p.unhex = function(hex) { argument
5537 if (hex instanceof Array) {
5540 arr.push(unhexScalar(hex[i]));
[all …]
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt189 hexcolor hex color (#FFFFFF) within a value
/plugin/indexmenu2/cms/extensions/
H A Dnumberextensions.js1 …ion(i,I){return this.radix(0x0A,(isUndefined(i))?2:i,I);};Number.prototype.hex=function(i,I){retur… method in Number
H A Dstringextensions.js10 …break;case"x":case"X":if(_<0)_=0x10000000000000000+parseInt(_);_=Number(_).hex(-O[4]);if(O[4])_=_.…
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php342 $hex = $p[1];
343 $dec = hexdec($hex);

1234567