Home
last modified time | relevance | path

Searched refs:oct (Results 1 – 24 of 24) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/
DIPv4.php40 $oct = '(?:25[0-5]|2[0-4][0-9]|1[0-9]{2}|[1-9][0-9]|[0-9])'; // 0-255
41 $this->ip4 = "(?:{$oct}\\.{$oct}\\.{$oct}\\.{$oct})";
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
DPdfString.php143 $oct = '' . $s[$count];
151 $oct .= $s[$count];
158 $oct .= $s[++$count];
162 $out .= \chr(\octdec($oct));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
DBaseWriter.php161 $oct = ''. $s[$count];
164 $oct .= $s[++$count];
167 $oct .= $s[++$count];
170 $out .= chr(octdec($oct));
/plugin/indexmenu2/cms/extensions/
Dnumberextensions.js1 …on(i,I){return this.radix(0x02,(isUndefined(i))?16:i,I);};Number.prototype.oct=function(i,I){retur… method in Number
/plugin/virtualkeyboard/vk/extensions/
Dnumberextensions.js11 Number.prototype.oct = function(n, c) { method in Number
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Des.js1 …[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],…
H A Des-do.js1 …[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],…
H A Des-us.js1 …[/^ene/i,/^feb/i,/^mar/i,/^abr/i,/^may/i,/^jun/i,/^jul/i,/^ago/i,/^sep/i,/^oct/i,/^nov/i,/^dic/i],…
/plugin/dirtylittlehelper/mermaid/editor/docs/
D46.46.js.map1 …memoryview',\n 'min',\n 'next',\n 'object',\n 'oct',\n 'open',\…
D39.39.js.map1 … 'not',\n 'socketpair',\n '-R',\n 'format',\n 'oct',\n 'sort',\…
Dbundle.js.map1oct/i, /^nov/i, /^dic/i];\n var monthsRegex = /^(enero|febrero|marzo|abril|mayo|junio|julio|ago…
/plugin/codemirror/dist/modes/
Dperl.min.js1 …map:1,mkdir:1,msgctl:1,msgget:1,msgrcv:1,msgsnd:1,my:2,"new":1,next:1,no:1,oct:1,open:1,opendir:1,… property
Dvbscript.min.js.map1 … 'trim', 'maths', 'mid', 'minute', 'month', 'monthname', 'msgbox', 'now', 'oct', 'replace', 'rgb',…
Dpython.min.js.map1 … \"memoryview\", \"min\", \"next\",\n \"object\", \"oct\", \"open\", \"ord\…
Dperl.min.js.map1oct","open","opendir","ord","our","pack","package","pipe","pop","pos","print","printf","prototype"…
/plugin/highlightjs/highlight/
Dhighlight.pack.js1oct:1,typename:1,trim:1,strcomp:1,"int":1,createobject:1,loadpicture:1,tan:1,formatnumber:1,mid:1,… property
/plugin/sketchcanvas/script/
Djs-yaml.mjs635 octal: [ 8, 'oct' ],
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dindex.mjs7886 $def(self, '$oct', function $$oct() {
20754 case 'oct': month = 10; break;
Dindex.cjs7895 $def(self, '$oct', function $$oct() {
20763 case 'oct': month = 10; break;
/plugin/syntaxhighlighter4/dist/
Dsyntaxhighlighter.js.map1oct open opendir ord pack pipe pop pos print printf prototype push ' +\n 'quotemeta rand read r…
/plugin/abc2/abc-libraries/abc2svg/
Dabc2svg-1.js7168 …,y:0,c:"\ue07a"},scclef:{x:-8,y:0,c:"\ue07b"},sbclef:{x:-7,y:0,c:"\ue07c"},oct:{x:0,y:2,c:"\ue07d"… property
/plugin/abc2/abc-libraries/abc-ui/
Dabc-ui-1.0.0.min.js8 …"},stclef:{x:-8,y:0,c:""},scclef:{x:-8,y:0,c:""},sbclef:{x:-7,y:0,c:""},oct:{x:0,y:2,c:""},HDD… property
/plugin/sketchcanvas/bundle/
DSketchCanvas.js.map4 …leAliases: {\r\n binary: [ 2, 'bin' ],\r\n octal: [ 8, 'oct' ],\r\n decimal:…
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs3489 if(lower.match(/jan|feb|mar|apr|may|jun|jul|aug|sep|oct|nov|dec/)) {