Home
last modified time | relevance | path

Searched refs:dec (Results 26 – 50 of 57) sorted by path

123

/plugin/diagramsnet/lib/js/diagramly/
H A DPages.js1847 codec.beforeDecode = function(dec, node, obj) argument
1849 obj.ui = dec.ui;
1854 codec.afterDecode = function(dec, node, obj) argument
1871 codec.beforeDecode = function(dec, node, obj)
1873 obj.ui = dec.ui;
1878 codec.afterDecode = function(dec, node, obj)
1925 codec.beforeDecode = function(dec, node, obj)
1927 obj.ui = dec.ui;
1970 if (dec.lookup(id) == null)
1972 dec.decodeCell(tmp);
[all …]
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js247 var dec = new mxCodec(xmlDoc);
248 dec.decode(xmlDoc.documentElement, graph.getStylesheet());
H A Dorgchart.min.js8dec=function(n){return this.sub(1,n)};System.Int64.prototype.sign=function(){return this.value.isZ… method in System.Int64
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js540 var dec = new mxCodec(node.ownerDocument);
552 dec.decode(node, this.graph.getModel());
566 var wrapper = dec.document.createElement('mxGraphModel');
569 dec.decode(wrapper, this.graph.getModel());
H A DEditorUi.js3623 codec.afterDecode = function(dec, node, obj) argument
H A DGraph.js7470 var dec = new mxCodec(node.ownerDocument);
7471 dec.decode(node, this.getStylesheet());
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8dec=function(n){return this.sub(1,n)};System.Int64.prototype.sign=function(){return this.value.isZ… method in System.Decimal
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D12.12.js.map1dec',\n \"dec'\",\n 'decimal?',\n 'declare',\n 'dedupe',\n 'def…
H A D7.7.js.map1 … 'clnt',\n 'cuky',\n 'curr',\n 'dats',\n 'dec',\n 'df16_de…
H A Dbundle.js.map1dec = parseInt(hex, 16), length = hex.length, hasAlpha = length % 4 === 0, isFullLength = length >…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1dec","hasAlpha","isFullLength","multiplier","bits","bitsOffset","mask","DEC2HEX","frac2hex","lumin…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DImb.php348 $dec = 0;
352 $dec = bcadd($dec, bcmul(hexdec($hex[$pos]), $bitval));
355 return $dec;
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ro/
H A Dro.txt
/plugin/fedauth/Auth/OpenID/
H A DSQLStore.php519 $dec = octdec($octal_digits);
520 $char = chr($dec);
/plugin/googlemap3/
H A Dgooglemap3.js12 function dec2deg (dec) { argument
13 var dec_abs = Math.abs(dec);
17 if (dec < 0) deg=-deg;
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1dec:1,eicall:1,eijmp:1,elpm:1,eor:1,fmul:1,fmuls:1,fmulsu:1,icall:1,ijmp:1,"in":1,inc:1,jmp:1,ld:1… property in hljs.LANGUAGES.avrasm.dM.k.keyword
/plugin/indexmenu2/cms/extensions/
H A Dnumberextensions.js1 …ion(i,I){return this.radix(0x08,(isUndefined(i))?6:i,I);};Number.prototype.dec=function(i,I){retur… method in Number
H A Dstringextensions.js10 …ath.abs(_);case"d":_=Math.round(_);if(_<0){_="-"+Math.abs(_).dec(O[4]);}else{_=Number(_).dec(O[4])…
/plugin/odp/
H A Drenderer.php850 $dec = @html_entity_decode($this->entities[$entity],ENT_NOQUOTES,'UTF-8');
851 if($dec){
852 $this->doc .= $this->_xmlEntities($dec);
/plugin/openid/Auth/OpenID/
H A DSQLStore.php558 $dec = octdec($octal_digits);
559 $char = chr($dec);
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt1558 comments should be directed to its author, Tim Mann (mann@src.dec.com).
/plugin/phpipam/
H A Dsyntax.php1491 private function dec2DMS($dec, $lat=false) { argument
1498 if (!is_numeric($dec) || abs($dec) > 180) {
1502 if ($lat && $dec < 0) {
1504 } elseif (!$lat && $dec < 0) {
1512 $d = abs($dec) ;
1524 $dms .= "' title='$dec'>$degrees&deg;&nbsp;$minutes&apos;&nbsp;$seconds&quot;" ;
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php343 $dec = hexdec($hex);
344 if ($dec === "38" && $this->SCRIPT_DECODE_MODE == 'entities') {
349 $c = @iconv('UCS-2BE', $this->SCRIPT_ENCODING, pack('n', $dec));
351 $c = $this->_decUcs2Decode($dec, $this->SCRIPT_ENCODING);
355 $c = '&#'.$dec.';';
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js752 function dec(hex) {
789 function hex(dec) {
790 return parseInt(dec, 10).toString(16);
2201 var code = dec(match[1]);
H A Dsyntaxhighlighter.js.map1dec","hex","parseInt","array","len","isType","type","isQuantifierNext","pattern","pad4","prepareFl…

123