Home
last modified time | relevance | path

Searched refs:hex (Results 76 – 100 of 153) sorted by relevance

1234567

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D17.17.js.map1 …@digits))?/, 'number.float'],\n [/0[xX](@hexdigits)n?/, 'number.hex'],\n [/0…
H A D39.39.js.map1hex',\n 'scalar',\n 'untie',\n 'cos',\n 'index',\n 'seek',\n …
H A D57.57.js.map1 …mber', next: '@units' }],\n ['#[0-9a-fA-F_]+(?!\\\\w)', 'number.hex']\n ],\n …
H A D66.66.js.map1 …@digits))?/, 'number.float'],\n [/0[xX](@hexdigits)n?/, 'number.hex'],\n [/0…
H A D0.0.js.map1 …'],\n [/0[xX][0-9a-fA-F']*[0-9a-fA-F](@integersuffix)/, 'number.hex'],\n [/0…
H A D55.55.js.map1 …r.float', '@allowMethod'],\n [/0[xX](@hexdigits)[Ll]?/, 'number.hex', '@allowMethod'],\…
H A D6.6.js.map1 …@digits))?/, 'number.float'],\n [/0[xX](@hexdigits)n?/, 'number.hex'],\n [/0…
H A D67.67.js.map1 …x)/, 'number.float'],\n [/&H[0-9a-f]+(@integersuffix)/, 'number.hex'],\n [/&…
H A D27.27.js.map1 … // numbers\n [/0[xX][0-9a-fA-F](_?[0-9a-fA-F])*/, 'number.hex'],\n [/0…
H A D62.62.js.map1 ….\\.)/, 'delimiter'],\n [/\\b(16#[0-9A-Fa-f\\_]*)+\\b/, 'number.hex'],\n [/\…
H A D48.48.js.map1 …'number.float.cs'],\n [/0[xX][0-9a-fA-F']*[0-9a-fA-F]/, 'number.hex.cs'],\n …
H A D1.1.js.map1 …?[\\d_]*\\s*)?'[sS]?[hH]\\s*[0-9a-fA-FxXzZ?]+?[0-9a-fA-FxXzZ?_]*/, 'number.hex'],\n [/1…
H A D41.41.js.map1 …number.float.php'],\n [/0[xX][0-9a-fA-F']*[0-9a-fA-F]/, 'number.hex.php'],\n …
/plugin/codemirror/dist/modes/
H A Dperl.min.js1 …rvent:1,getsockname:1,getsockopt:1,given:1,glob:1,gmtime:1,"goto":1,grep:1,hex:1,"import":1,index:… property in AnonymousFunction3829359c0200.a
/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/sequencediagram/bower_components/raphael/dev/
H A Draphael.vml.js258 fill.color = R.getRGB(params.fill).hex;
291 stroke.on && params.stroke && (stroke.color = strokeColor.hex);
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default183 $PHPTHUMB_CONFIG['border_hexcolor'] = '000000'; // Default border color - usual HTML-style hex
184 …umbnail aspect ratio does not match fixed-dimension box - usual HTML-style hex color notation (ove…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js752 function dec(hex) {
753 return parseInt(hex, 16);
789 function hex(dec) {
2208 return '\\u' + pad4(hex(code));
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt189 hexcolor hex color (#FFFFFF) within a value
H A Dhighlight.pack.js1hex:1,chr:1,lbound:1,msgbox:1,ucase:1,getlocale:1,cos:1,cdate:1,cbyte:1,rtrim:1,join:1,hour:1,oct:… property in hljs.LANGUAGES.vbscript.dM.k.built_in
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64hex|xdmp:http-put|xdmp:http-post|xdmp:http-options|xdmp:http-head|xdmp:http-get|xdmp:http-delete|x…
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock14 "@webassemblyjs/floating-point-hex-parser@1.8.5":
16 … "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parse…
136 "@webassemblyjs/floating-point-hex-parser" "1.8.5"
/plugin/structsection/
H A Dyarn.lock245 "@webassemblyjs/floating-point-hex-parser@1.9.1":
247 … "https://registry.yarnpkg.com/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parse…
366 "@webassemblyjs/floating-point-hex-parser" "1.9.1"
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php4554 $hex = substr(preg_replace_callback('#.#s', function ($matches) {
4561 … $output .= str_pad($hex, $this->log_long_width - $this->log_short_width, ' ') . $raw . "\r\n";
/plugin/imapmarkers/
H A Djquery.imagemapster.js1256 function hex_to_decimal(hex) { argument
1257 return Math.max(0, Math.min(parseInt(hex, 16), 255));

1234567