Home
last modified time | relevance | path

Searched refs:allocate (Results 1 – 25 of 40) sorted by relevance

12

/plugin/asciidocjs/node_modules/core-js/library/modules/
D_typed-array.js82 return allocate(speciesConstructor(O, O[DEF_CONSTRUCTOR]), length);
105 var allocate = function (C, length) { function
118 var result = allocate(C, length);
140 for (i = 0, length = toLength(O.length), result = allocate(this, length); length > i; i++) {
149 var result = allocate(this, length);
/plugin/asciidocjs/node_modules/core-js/modules/
D_typed-array.js82 return allocate(speciesConstructor(O, O[DEF_CONSTRUCTOR]), length);
105 var allocate = function (C, length) { function
118 var result = allocate(C, length);
140 for (i = 0, length = toLength(O.length), result = allocate(this, length); length > i; i++) {
149 var result = allocate(this, length);
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DQRcode.php2087 protected function allocate($setLength) { function in jucksearm\\barcode\\lib\\QRcode
2098 $bstream = $this->allocate($bits);
2118 $bstream = $this->allocate($size * 8);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Dogg.js2allocate(slab,types,allocator,ptr){var zeroinit,size;if(typeof slab==="number"){zeroinit=true;size… property
15allocate(intArrayFromString(Module["thisProgram"]||"/bin/this.program"),"i8",ALLOC_NORMAL)];pad();…
Dvorbis.js2allocate(slab,types,allocator,ptr){var zeroinit,size;if(typeof slab==="number"){zeroinit=true;size… function
19allocate(intArrayFromString(Module["thisProgram"]||"/bin/this.program"),"i8",ALLOC_NORMAL)];pad();…
Daurora.js618 AVBuffer.allocate = function(size) { function
1188 result = AVBuffer.allocate(length);
1201 result = AVBuffer.allocate(length);
Dopus.js2allocate(slab,types,allocator,ptr){var zeroinit,size;if(typeof slab==="number"){zeroinit=true;size… property
23allocate(intArrayFromString(Module["thisProgram"]||"/bin/this.program"),"i8",ALLOC_NORMAL)];pad();…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DClusterNamespace.asciidoc236 …['body'] = (array) The definition of `commands` to perform (`move`, `cancel`, `allocate`)
/plugin/qrcode2/
Dphpqrcode.php1788 public function allocate($setLength) function in QRbitstream
1798 $bstream->allocate($bits);
1817 $bstream->allocate($size * 8);
/plugin/codemirror/dist/modes/
Dfortran.min.js.map1 …words([\n \"abstract\", \"accept\", \"allocatable\", \"allocate\",\n …
Dsql.min.js.map1 …bsolute access according action ada add admin after aggregate alias all allocate also alter always…
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dindex.mjs561 // @param singleton [Boolean,null] a true value denotes we want to allocate
3246 $defs(self, '$allocate', function $$allocate() {
4181 …Opal.add_stubs('require,class_eval,to_proc,+,subclasses,flatten,map,initialize_copy,allocate,name,…
4206 $def(self, '$allocate', function $$allocate() {
4241 var object = self.$allocate();
4506 …Opal.add_stubs('!,=~,==,object_id,raise,new,class,coerce_to?,<<,map,caller,nil?,allocate,copy_inst…
4718 } copy = self.$class().$allocate();
4748 copy = self.$class().$allocate();
6066 $def(self, '$allocate', function $$allocate() {
6194 $def(self, '$allocate', function $$allocate() {
[all …]
Dindex.cjs570 // @param singleton [Boolean,null] a true value denotes we want to allocate
3255 $defs(self, '$allocate', function $$allocate() {
4190 …Opal.add_stubs('require,class_eval,to_proc,+,subclasses,flatten,map,initialize_copy,allocate,name,…
4215 $def(self, '$allocate', function $$allocate() {
4250 var object = self.$allocate();
4515 …Opal.add_stubs('!,=~,==,object_id,raise,new,class,coerce_to?,<<,map,caller,nil?,allocate,copy_inst…
4727 } copy = self.$class().$allocate();
4757 copy = self.$class().$allocate();
6075 $def(self, '$allocate', function $$allocate() {
6203 $def(self, '$allocate', function $$allocate() {
[all …]
/plugin/diagramsnet/lib/js/diagramly/vsdx/
Dimporter.js3903 …/*private*/ this.variantsColors = (function (dims) { var allocate = function (dims) { if (dims.len… function
3909 array.push(allocate(dims.slice(1)));
3912 } }; return allocate(dims); })([4, 7]);
3928 …/*private*/ this.variantFillIdx = (function (dims) { var allocate = function (dims) { if (dims.len… function
3934 array.push(allocate(dims.slice(1)));
3937 } }; return allocate(dims); })([4, 4]);
3938 …/*private*/ this.variantLineIdx = (function (dims) { var allocate = function (dims) { if (dims.len… function
3944 array.push(allocate(dims.slice(1)));
3947 } }; return allocate(dims); })([4, 4]);
3948 …/*private*/ this.variantEffectIdx = (function (dims) { var allocate = function (dims) { if (dims.l… function
[all …]
/plugin/asciidocjs/node_modules/core-js/client/
Dlibrary.js607 return allocate(speciesConstructor(O, O[DEF_CONSTRUCTOR]), length);
630 var allocate = function (C, length) {
643 var result = allocate(C, length);
665 for (i = 0, length = toLength(O.length), result = allocate(this, length); length > i; i++) {
674 var result = allocate(this, length);
Dshim.js643 return allocate(speciesConstructor(O, O[DEF_CONSTRUCTOR]), length);
666 var allocate = function (C, length) {
679 var result = allocate(C, length);
701 for (i = 0, length = toLength(O.length), result = allocate(this, length); length > i; i++) {
710 var result = allocate(this, length);
Dcore.js703 return allocate(speciesConstructor(O, O[DEF_CONSTRUCTOR]), length);
726 var allocate = function (C, length) {
739 var result = allocate(C, length);
761 for (i = 0, length = toLength(O.length), result = allocate(this, length); length > i; i++) {
770 var result = allocate(this, length);
/plugin/highlightjs/highlight/
Dhighlight.pack.js1allocate:1,ancestors:1,"any?":1,arity:1,assoc:1,at:1,at_exit:1,autoload:1,"autoload?":1,"between?"… property
/plugin/dirtylittlehelper/mermaid/editor/docs/
D7.7.js.map1 … 'after',\n 'alias',\n 'aliases',\n 'align',\n 'all',\n 'allocate',\n 'alpha',\n…
/plugin/diagramsnet/lib/WEB-INF/lib/
Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js303 that = allocate(that, length < 0 ? 0 : checked(length) | 0)
317 that = allocate(that, length)
348 that = allocate(that, length)
355 that = allocate(that, length)
365 that = allocate(that, length)
389 that = allocate(that, length)
406 that = allocate(that, length)
414 function allocate (that, length) { function
/plugin/statdisplay/pchart/
DpChart.php2754 $C_White = $this->canvas->allocate(new Color(255, 255, 255));
/plugin/combo/resources/library/rrdiagram/0.9.4.1/
H A Drrdiagram.js.map1allocate","LITTLE_ENDIAN","Uint16Array","buffer","FORCED_SET","toOffset","BYTES","offset","validat…
/plugin/combo/resources/library/combo/
H A Dcombo.min.js.map1 …ord, which\n // has a stable shape and so hopefully should be cheap to allocate.\n function tryC…
/plugin/combo/resources/library/combo/dist/
H A Dcombo.min.js.map1 …ord, which\n // has a stable shape and so hopefully should be cheap to allocate.\n function tryC…

12