Home
last modified time | relevance | path

Searched refs:skip (Results 76 – 100 of 260) sorted by relevance

1234567891011

/plugin/zip/pear/File/Archive/Reader/
H A DMemory.php140 function skip($length = -1) function in File_Archive_Reader_Memory
H A DCache.php163 function skip($length = -1) function in File_Archive_Reader_Cache
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DCHANGELOG.md38 * Better internal options support (no skip). (Ivan Enderlin, 2015-02-22T14:18:57+01:00)
H A DGrammar.pp46 %skip nl \n
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md72 "skip": 1 // skip header row
107 skip | 0 | [CSV only] skip X first rows in data (includes first row if useColumnNames is used)
/plugin/dw2pdf/
H A DREADME22 .gitignore is used to skip checking in unneeded library files like examples
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php191 if (null !== $skip = $pElem->attributes()->{'skip-when-empty'}) {
192 $pMetadata->skipWhenEmpty = 'true' === strtolower((string) $skip);
/plugin/findologicxmlexport/vendor/hoa/math/Test/Unit/
H A DArithmetic.pp44 %skip space [\x20\x09]+
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md78 [PCRE](http://pcre.org/). We can skip tokens with the `%skip` construction.
85 %skip space \s
H A DCHANGELOG.md29 * Llk: Correctly order and merge skip tokens. (Ivan Enderlin, 2016-08-14T17:24:52+02:00)
120 * Add skip token generation. (Metalaka, 2014-08-25T17:09:56+02:00)
/plugin/findologicxmlexport/vendor/hoa/math/
H A DArithmetic.pp43 %skip space [\x20\x09]+
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.pp43 %skip space \s
/plugin/database2/
H A Ddatabase2.php1776 unset( $skip, $num );
1779 $rows = $this->__recordsList( $cols, true, $skip, $num, $customQuery );
1784 $skip, $sort, $meta, $expectInput,
1795 public function __renderTable( $idCol, $cols, $rows, $count, $num, $skip, argument
1824 $counter = $skip;
2054 …list( $flipDown, $flipUp, $pages, $sizes, $stat ) = $this->getPagerElements( $skip, $num, $count );
2198 * @param integer $skip number of records to skip on listing
2206 protected function getPagerElements( $skip, $num, $count ) argument
2215 for ( $i = $skip; $i > 0; $i -= $num )
2220 for ( $i = $skip + $num; $i < $count - $num; $i += $num )
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php1586 $this->skip($NextGlyphPos * 2);
1664 $this->skip($GlyphPos * 2);
1687 $this->skip(2);
1688 $this->skip($GlyphPos * 2);
1731 $this->skip($GlyphPos * 2);
1741 $this->skip(($alt - 1) * 2);
1766 $this->skip($FirstGlyphPos * 2);
2033 $this->skip($GlyphPos * 2);
3315 $this->skip($GlyphPos * 2 * $this->count_bits($ValueFormat));
3380 $this->skip(
5869 private function skip($delta) global() function in Mpdf\\Otl
[all...]
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/pgn4web/
H A DREADME.md40 find pgn4web/ -type f -name "*.png" | xargs pngquant --ext .png --force --skip-if-larger # (optiona…
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DWavFile.java284 wavFile.iStream.skip(numChunkBytes); in openWavFile()
310 wavFile.iStream.skip(numChunkBytes); in openWavFile()
/plugin/revealjs/plugin/highlight/
H A Dhighlight.js2skip?v+=n:(t.eB&&(v+=n),o(),t.rB||t.eB||(v=n)),l(t),t.rB?0:n.length}function s(e){var n=e[0],t=i.s…
/plugin/syntaxhighlighter3/sxh3/build/
H A Dtasks.coffee79 # skip the theme template
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst91 can however filter the sequence during iteration which allows you to skip
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D38.38.js.map1 … 'nil',\n 'of',\n 'remove',\n 'return',\n 'skip',\n 'then',\…
/plugin/sphinxsearch-was/
H A DINSTALL17 as a milestone. You can skip ahead to the recent installation instructions if
/plugin/codemirror/dist/modes/
H A Dtoml.min.js.map1 …& stream.peek() === '[' && stream.skipTo(']')) {\n stream.next();//skip closing ]\n …
/plugin/dropfiles/src/
H A Dupload.js113 text: window.LANG.plugins.dropfiles.skip,
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DLexer.php230 * Instruct the lexer to skip creating a token for current lexer rule
236 public function skip() : void function in Antlr\\Antlr4\\Runtime\\Lexer
514 // skip a char and try again

1234567891011