Home
last modified time | relevance | path

Searched refs:peek (Results 176 – 192 of 192) sorted by path

12345678

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D5.5.js1peek=function(e){var t=null;return e=e||0,(e+=this.__position)>=0&&e<this.__input_length&&(t=this.… method in i
H A Dbundle.js396peek(i);if(r&&r.touch>a&&r.type===n[t].completion.kind&&r.insertText===n[t].completion.insertText&…
H A Dbundle.js.map1peek/referencesWidget.css","webpack:///./node_modules/monaco-editor/esm/vs/editor/contrib/links/li…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php655 if ((null === $peek = $this->lexer->glimpse())
656 …|| (DocLexer::T_NAMESPACE_SEPARATOR !== $peek['type'] && !in_array($peek['type'], self::$classIden…
657 || $peek['position'] !== $this->lexer->lookahead['position'] + 1) {
1021 $peek = $this->lexer->glimpse();
1023 if (DocLexer::T_EQUALS === $peek['type']) {
1154 $peek = $this->lexer->glimpse();
1156 if (DocLexer::T_EQUALS === $peek['type']
1157 || DocLexer::T_COLON === $peek['type']) {
/plugin/findologicxmlexport/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/
H A DAbstractLexer.php64 private $peek = 0; variable in Doctrine\\Common\\Lexer\\AbstractLexer
108 $this->peek = 0;
119 $this->peek = 0;
177 $this->peek = 0;
217 public function peek() function in Doctrine\\Common\\Lexer\\AbstractLexer
219 if (isset($this->tokens[$this->position + $this->peek])) {
220 return $this->tokens[$this->position + $this->peek++];
233 $peek = $this->peek();
234 $this->peek = 0;
235 return $peek;
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js457 if (stream.peek(12) === 0xfff)
H A Daurora.js463 Bitstream.prototype.peek = function(bits, signed) { method in Bitstream
977 Stream.prototype.peek = function(bytes, offset, littleEndian) { method in Stream
1002 this.peek(1, offset);
1015 this.peek(2, offset, littleEndian);
1028 this.peek(2, offset, littleEndian);
1079 this.peek(4, offset, littleEndian);
1092 this.peek(4, offset, littleEndian);
1105 this.peek(4, offset, littleEndian);
1143 this.peek(8, offset, littleEndian);
1182 this.peek(10, offset, littleEndian);
H A Dflac.js473 buf = data.peek(32 - offset) << offset,
487 buf = data.peek(32 - offset) << offset;
H A Dmp3.js4991 var peek = stream.copy();
4992 peek.seek(stream.next_frame * 8);
4994 var nextHeader = peek.read(16);
4997 peek.advance(16); // crc check
4999 peek.advance(16); // skip the rest of the header
5000 next_md_begin = peek.read((nextHeader & 8) ? 9 : 8);
5450 var peek = stream.copy();
5454 var cachesz = 8 - peek.bitPosition;
5457 var bitcache = peek.read(cachesz);
5512 bitcache = (bitcache << bits) | peek.read(bits);
[all …]
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …\n assert(container._queue.length > 0, 'Spec-level failure: should never peek at an empty queue.'…
H A Dpdf.worker.js.map1 …\n assert(container._queue.length > 0, 'Spec-level failure: should never peek at an empty queue.'…
/plugin/processing/
H A Dscript.js4167 this.matrixStack.push(this.peek());
4174 PMatrixStack.prototype.peek = function peek() { method in PMatrixStack
/plugin/projects/
H A Dcodemirror-compressed.js1 …){return this.pos>=this.string.length},sol:function(){return this.pos==0},peek:function(){return t… method in d
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/Queue/
H A DMessageQueue.php134 if ($this->toConsume === '' && ($peek = $this->socket->read(false)) !== false) {
135 $this->buffer .= $peek;
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6 …totype.peek=function(){return this.tokens[this.tokens.length-1]||0},p.prototype.parseText=function… method in p
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js28841 var decodedTag = derDecodeTag(buffer, 'Failed to peek tag: "' + tag + '"');

12345678