Home
last modified time | relevance | path

Searched refs:hex (Results 101 – 125 of 153) sorted by relevance

1234567

/plugin/codemirror/dist/modes/
H A Dvbscript.min.js.map1 …matpercent', 'getlocale', 'getobject',\n 'getref', 'hex', 'hour', 'inputbox…
H A Dpython.min.js.map1 … \"getattr\", \"globals\", \"hasattr\", \"hash\", \"help\", \"hex\", \"id\",\n …
H A Dperl.min.js.map1hex","import","index","int","ioctl","join","keys","kill","last","lc","lcfirst","length","link","li…
H A Dsql.min.js.map1hex\n // ref: http://dev.mysql.com/doc/refman/5.5/en/hexadecimal-literals.html\n return …
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D42.42.js.map1 … },\n { regex: /0[xX]@xdigit+@INTSP*/, action: { token: 'number.hex' } },\n …
H A D52.52.js.map1 … // numbers\n [/0[xX][0-9a-fA-F](_?[0-9a-fA-F])*/, 'number.hex'],\n [/0…
H A D43.43.js.map1 …\\-+]?\\d+)?/, 'number.float'],\n [/0[xX][0-9a-fA-F]+/, 'number.hex'],\n [/\…
H A D7.7.js.map1 …change',\n 'changing',\n 'channels',\n 'character',\n 'char-to-hex',\n 'check',\n …
H A D59.59.js.map1 …'],\n [/0[xX][0-9a-fA-F']*[0-9a-fA-F](@integersuffix)/, 'number.hex'],\n [/0…
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.svg.js538 node.setAttribute(att, clr.hex);
/plugin/authgooglesheets/
H A Dcomposer.lock659 "hex",
/plugin/ckgedit/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js50 "image/png";else if(-1!==a[e].indexOf("\\jpegblip"))d="image/jpeg";else continue;b.push({hex:d?a[e]…
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js794 var hex = "",
797 hex += String.fromCharCode(dec & 0xff);
800 return hex;
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md853 Markdown will also perform a bit of randomized decimal and hex
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml486 "unicode"=>"Sosa did fine." + ["263A".hex ].pack('U*'),
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js429 var hex = "", i;
431 hex += String.fromCharCode(dec & 0xff);
434 return hex;
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1hex","parseInt","array","len","isType","type","isQuantifierNext","pattern","pad4","prepareFlags","…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
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.js1796 O.md5 = function(hex) { return crypto.createHash('md5').update(hex).digest('hex'); }; argument
1798 O.md5 = function(hex) { throw "unimplemented"; };
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1hex","octal","err","lineStart","radix","numPart","textPart","matchPart","compareFn","a","b","anum"…
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/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];
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt328 * Bugfix: (#1216) show hex values of unknown atom names
1401 representing the background color in HTML hex color format
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs2147 else o.write_shift(16, file.clsid, "hex");
3930 …g*/ { return Buffer.isBuffer(b)/*:: && b instanceof Buffer*/ ? b.toString('hex',s,s+l) : ___hexlif…
4102 } else if(f === 'hex') {
6291 hdr.write_shift(16, CFB.utils.consts.HEADER_CLSID, "hex");
6293 hdr.write_shift(16, clsid, "hex");
6300 hdr.write_shift(16, clsid2, "hex");
10517 function rgb_tint(hex, tint) { argument
10518 if(tint === 0) return hex;
10519 var hsl = rgb2HSL(hex2RGB(hex));
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js45320 var hex = [gen, prime.toString(16)].join('_');
45322 if (hex in primeCache) {
45323 return primeCache[hex];
45342 primeCache[hex] = error;
45376 primeCache[hex] = error;
51165 var hex = "",
51169 hex += String.fromCharCode(dec & 0xff);
51173 return hex;
82580 var hex = parseInt(hexTab.charAt(x >>> 4 & 0x0f) + hexTab.charAt(x & 0x0f), 16);
82581 output.push(hex);

1234567