/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/ |
H A D | MessageWrapperInterface.php | 14 use FreeDSx\Socket\Queue\Buffer; 36 * @return Buffer 39 public function unwrap(string $message): Buffer; 13 use FreeDSx\Socket\Queue\Buffer; global() alias
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/MessageWrapper/ |
H A D | SaslMessageWrapper.php | 20 use FreeDSx\Socket\Queue\Buffer; 59 public function unwrap(string $message): Buffer 64 return new Buffer( 19 use FreeDSx\Socket\Queue\Buffer; global() alias
|
/plugin/findologicxmlexport/vendor/hoa/iterator/ |
H A D | CHANGELOG.md | 14 * Buffer: Make `current` & `key` methods inlinable. (Ivan Enderlin, 2016-02-22T12:01:39+01:00) 15 * README: Illustrate `Hoa\Iterator\Buffer`. (Ivan Enderlin, 2016-01-21T01:09:38+01:00) 16 * Test: Write test suite of `Hoa\Iterator\Buffer`. (Ivan Enderlin, 2016-01-21T01:01:32+01:00) 17 * Iterator: New `Buffer` iterator. (Ivan Enderlin, 2016-01-21T00:55:07+01:00)
|
H A D | Buffer.php | 47 class Buffer extends IteratorIterator implements Outer class
|
H A D | README.md | 386 ### Buffer subsection 388 `Hoa\Iterator\Buffer` allows to move forward as usual but also backward up to a 393 $buffer = new Hoa\Iterator\Buffer($abcde, 3);
|
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/ |
H A D | MessageQueue.php | 156 * @return Buffer 158 protected function unwrap($bytes) : Buffer 160 return new Buffer($bytes, \strlen($bytes));
|
H A D | Buffer.php | 18 class Buffer class
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/perl/ |
H A D | upload_fck.pl | 147 my $Buffer; 222 read(STDIN,$Buffer,$ENV{'CONTENT_LENGTH'}); 224 foreach(split(/&/,$Buffer),split(/&/,$ENV{'QUERY_STRING'})) {
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ |
H A D | LdapQueue.php | 22 use FreeDSx\Socket\Queue\Buffer; 122 protected function unwrap($bytes): Buffer 20 use FreeDSx\Socket\Queue\Buffer; global() alias
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 5420 Buffer = _require.Buffer; 29492 Buffer = require('buffer').Buffer; 33081 Buffer = require('buffer').Buffer; 38667 if (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) { 38747 exports.Buffer = Buffer; 71189 var Buffer = safeBuffer.Buffer; 71668 var Buffer = require('buffer').Buffer; 73955 Buffer = _require.Buffer; 75357 var buffer = Buffer.alloc ? Buffer.alloc(20) : new Buffer(20); 75406 if (Buffer.from && Buffer.alloc && Buffer.allocUnsafe && Buffer.allocUnsafeSlow) { [all …]
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
H A D | pdfmake.js | 211 exports.Buffer = Buffer 278 function Buffer (arg) { 282 return new Buffer(arg) 453 if (!Buffer.isBuffer(a) || !Buffer.isBuffer(b)) { 503 return new Buffer(0) 652 if (Buffer.isBuffer(val)) { 1525 var BP = Buffer.prototype 1531 arr.constructor = Buffer 17791 var Buffer = __webpack_require__(2).Buffer; 19097 var Buffer = __webpack_require__(2).Buffer; [all …]
|
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/ |
H A D | Buffer.php | 14 * Buffer API. 18 class Buffer extends AbstractService class
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | cpexcel.full.mjs | 982 /*global module, Buffer */ 1008 var nbfs = !Buffer.from; 1010 …fs ? function(buf, enc) { return (enc) ? new Buffer(buf, enc) : new Buffer(buf); } : Buffer.from.b… 1012 if(!Buffer.allocUnsafe) Buffer.allocUnsafe = function(n) { return new Buffer(n); }; 1033 } else if(/*:: data instanceof Buffer && */Buffer.isBuffer(data)) { 1068 if(/*::data instanceof Buffer && */Buffer.isBuffer(data)) { 1105 } else if(/*::data instanceof Buffer && */Buffer.isBuffer(data)) { 1142 if(/*::data instanceof Buffer && */Buffer.isBuffer(data)) { 1185 if(has_buf && /*::data instanceof Buffer && */Buffer.isBuffer(data)) { 1416 … if(has_buf && /*::data instanceof Buffer && */Buffer.isBuffer(data)) return data.toString(M); [all …]
|
/plugin/diagramsnet/lib/ |
H A D | electron.js | 417 expArgs.xml = Buffer.from(expArgs.xml).toString('base64'); 970 …var outBuff = Buffer.allocUnsafe(origBuff.length + dataLen + 4); //4 is the header size "zTXt", "t… 1024 data = Buffer.allocUnsafe(9); 1164 await pdfDoc.attach(Buffer.from(xml).toString('base64'), 'diagram.xml', { 1178 return Buffer.from(pdfBytes);
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
H A D | upload.asp | 4 Response.Buffer = True
|
H A D | connector.asp | 4 Response.Buffer = True
|
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/ |
H A D | Buffer.php | 40 use Hoa\Iterator\Buffer as SUT; 51 class Buffer extends Test\Unit\Suite class
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | flac.js | 766 this.list.append(new AV.Buffer(packet)); 785 this.list.append(new AV.Buffer(packet));
|
/plugin/oauth/vendor/lusitanian/oauth/ |
H A D | README.md | 66 - Buffer
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.js | 2 …_buf=typeof Buffer!=="undefined";function new_raw_buf(len){return new(has_buf?Buffer:Array)(len)}f… 3 …Buffer(2*data.length),w,i,j=1,k=0,ww=0,c;for(i=0;i<data.length;i+=j){j=1;if((c=data.charCodeAt(i))… 8 …=comment.w=comment.ixfe=undefined}function xlml_normalize(d){if(has_buf&&Buffer.isBuffer(d))return… 9 …Buffer.isBuffer(data)?"buffer":"base64";switch(o.type){case"base64":zip=new jszip(d,{base64:true})…
|
H A D | xlsx.js | 72 var has_buf = (typeof Buffer !== 'undefined'); 76 return new (has_buf ? Buffer : Array)(len); 81 if(has_buf) return new Buffer(s, "binary"); 1425 var out = new Buffer(2*data.length), w, i, j = 1, k = 0, ww=0, c; 1554 …toBuffer = function(bufs) { return (bufs[0].length > 0 && Buffer.isBuffer(bufs[0][0])) ? Buffer.co… 1555 …bconcat = function(bufs) { return Buffer.isBuffer(bufs[0]) ? Buffer.concat(bufs) : [].concat.apply… 1575 var __unhexlify = typeof Buffer !== "undefined" ? function(s) { return Buffer.isBuffer(s) ? new Buf… 1785 i = j = 0; out = Buffer(data.length); 8614 if(has_buf && Buffer.isBuffer(d)) return d.toString('utf8'); 11372 if(!o.type) o.type = (has_buf && Buffer.isBuffer(data)) ? "buffer" : "base64"; [all …]
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/ |
H A D | Parser.php | 162 $this->_tokenSequence = new Iterator\Buffer(
|
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/ |
H A D | JplayerRtmp.as | 240 case "NetStream.Buffer.Full": 247 case "NetStream.Buffer.Flush": 250 case "NetStream.Buffer.Empty":
|
/plugin/diagramsnet/lib/js/socket.io/ |
H A D | simplepeer9.10.0.min.js | 6 …Buffer=s,n.SlowBuffer=function(e){return+e!=e&&(e=0),s.alloc(+e)},n.INSPECT_MAX_BYTES=50;n.kMaxLen…
|
/plugin/datatables/assets/jszip/dist/ |
H A D | jszip.min.js |
|