Home
last modified time | relevance | path

Searched refs:advance (Results 1 – 25 of 77) sorted by relevance

1234

/plugin/asciidocjs/node_modules/token-stream/test/
Dindex.js22 assert(stream.advance() === 'a');
31 assert(stream.advance() === 'z');
32 assert(stream.advance() === 'b');
33 assert(stream.advance() === 'c');
34 assert(stream.advance() === 'd');
45 stream.advance();
/plugin/asciidocjs/node_modules/token-stream/
DREADME.md28 assert(stream.advance() === 'a');
37 assert(stream.advance() === 'z');
38 assert(stream.advance() === 'b');
39 assert(stream.advance() === 'c');
40 assert(stream.advance() === 'd');
42 // an error is thrown if you try and advance beyond the end of the stream
54 ### stream.advance()
60 Put a token on the start of the stream (useful if you need to back track after calling advance.
64 Return the item at `index` position from the start of the stream, but don't advance the stream. `s…
Dindex.js22 TokenStream.prototype.advance = function () { method in TokenStream
/plugin/asciidocjs/node_modules/pug-parser/
Dindex.js69 advance: function(){ method in Parser
70 return this.tokens.advance();
108 this.advance();
135 return this.advance();
150 return this.advance();
269 this.advance();
285 var tok = this.advance();
295 var tok = this.advance();
309 var tok = this.advance();
322 this.advance();
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
Daurora.js391 Bitstream.prototype.advance = function(bits) {
394 this.stream.advance(pos >> 3);
409 return this.advance(offset - curOffset);
418 return this.stream.advance(1);
459 this.advance(bits);
541 this.advance(bits);
721 BufferList.prototype.advance = function() {
888 Stream.prototype.advance = function(bytes) {
896 this.list.advance();
920 return this.advance(position - this.offset);
[all …]
Dflac.js81 stream.advance(1); // reserved bit
115 stream.advance(2); // == 2
142 stream.advance(8); // skip CRC check
149 stream.advance(16); // skip CRC frame footer
482 data.advance(32 + k - log);
649 stream.advance(16); // skip MD5 hashes
666 stream.advance(18);
679 stream.advance(2);
708 stream.advance(this.size - 4);
729 stream.advance(this.size);
[all …]
Daac.js34 stream.advance(3); // mpeg version and layer
40 stream.advance(1); // private
42 stream.advance(4); // original/copy, home, copywrite, and copywrite start
45 stream.advance(11); // fullness
50 stream.advance(16);
414 stream.advance(14); // coreCoderDelay
423 stream.advance(1);
427 stream.advance(4) // element_instance_tag
506 stream.advance(count * 8);
520 stream.advance(id * 8);
[all …]
Dmp3.js138 stream.advance(10 + id3header.length);
157 stream.advance(3); // 'ID3'
187 …stream.advance(XING_OFFSETS[header.flags & MP3FrameHeader.FLAGS.LSF_EXT ? 1 : 0][header.nchannels(…
207 stream.advance(4);
214 stream.advance(4); // skip delay and quality
215 stream.advance(4); // skip size
246 stream.advance(10);
274 stream.advance(off - stream.offset);
458 stream.advance(11);
642 stream.advance(8);
[all …]
/plugin/accscounter/lang/en/
Dmovedirection.txt7 … destination will be __all overwritten__.\\ Also, I recommend you to backup the files in advance.**
Dviewer.txt9 …er Check function, set values of "sfsExFreq" and "sfsExConf" from Configuration Manager in advance.
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DZipper.php72 public function advance($t, $n) { function in HTMLPurifier_Zipper
/plugin/imagecarousel/vendor/slick/
DREADME.markdown101 touchThreshold | int | 5 | To advance slides, the user must swipe a length of (1/touchThreshold) * …
107 waitForAnimate | boolean | true | Ignores requests to advance the slide while animating
/plugin/farm/install/animaltemplate/conf/
Dacronyms.conf116 TIA Thanks in advance
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md109 * #25: Added `readText` to quickly grab all text from a node and advance the
/plugin/dirtylittlehelper/mermaid/editor/docs/
D5.5.js1advance=function(e){this.position+=e},e.prototype.goToEnd=function(){this.position=this.source.len… method in e
D4.4.js1advance=function(e){this.position+=e},e.prototype.nextChar=function(){return this.source.charCodeA… method in e
D2.2.js28219 MultiLineStream.prototype.advance = function (n) {
28250 this.advance(i);
28454 this.stream.advance(1);
28459 this.stream.advance(2);
28464 this.stream.advance(2);
28469 this.stream.advance(2);
28474 this.stream.advance(2);
28479 this.stream.advance(2);
28516 this.stream.advance(1);
28529 this.stream.advance(npeek + 1);
[all …]
/plugin/webdav/vendor/sabre/xml/
DCHANGELOG.md176 * #25: Added `readText` to quickly grab all text from a node and advance the
/plugin/icalevents/vendor/sabre/xml/
DCHANGELOG.md170 * #25: Added `readText` to quickly grab all text from a node and advance the
/plugin/codemirror/dist/modes/
Ddjango.min.js.map1advance to the next character\n stream.next();\n return \"null\";\n }\n\n function…
Dmathematica.min.js.map1 …or';\n }\n\n // everything else is an error\n stream.next(); // advance the stream.\n …
Dsas.min.js.map1advance the stream\n var ch = stream.next();\n\n // BLOCKCOMMENT\n if (ch === '/' &…
Dpuppet.min.js.map1 …tream.match(/(\\s+)?[@]{1,2}[\\w:_]+(\\s+)?{/, false);\n\n // Finally advance the stream\n v…
/plugin/jcapture/lib/
Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts125 advance(): boolean;

1234