Home
last modified time | relevance | path

Searched refs:sequences (Results 1 – 25 of 36) sorted by relevance

12

/plugin/mapillary/
Dsyntax.php94 list ($img, $width, $sequences, $legs) = $params;
111 hsc($sequences),
131 list ($image, $width, $sequences, $legs, $float) = $data;
145 if (!empty ($sequences)) {
146 $url .= 'sequences=' . $sequences . '&';
DCHANGES12 * add support for sequences and legs
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/
H A DGroup.php40 * @param array $sequences
42 public function __construct(array $sequences = []) { argument
43 foreach ($sequences as $sequence) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
Dreverse.rst21 For sequences and mappings, numeric keys are not preserved. To reverse
/plugin/grensladawritezor/
Dreadme.txt5 …otentially a bit dangerous. Nonetheless, it's a bit tricky to tell what sequences will and will no…
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/
DREADME.md107 sequences.
325 - `sequences` (default: true) -- join consecutive simple statements using the
327 of consecutive comma sequences that will be generated. If this option is set to
328 `true` then the default `sequences` limit is `200`. Set option to `false` or `0`
329 to disable. The smallest `sequences` length is `2`. A `sequences` value of `1`
331 occasions the default sequences limit leads to very slow compress times in which
393 - `cascade` -- small optimization for sequences, transform `x, x` into `x`
/plugin/combo/
H A Dyarn.lock127 diff-sequences "^29.6.3"
263 diff-sequences@^29.6.3:
265 resolved "https://registry.npmjs.org/diff-sequences/-/diff-sequences-29.6.3.tgz"
/plugin/findologicxmlexport/vendor/symfony/yaml/
DCHANGELOG.md96 * Added support for dumping empty PHP arrays as YAML sequences:
/plugin/dirtylittlehelper/mermaid/editor/docs/
D52.52.js.map1sequences\n * and quoting of literate strings/regular expressions, and\n * an 'end' keyword that d…
D14.14.js.map1 … '=>'\n ],\n symbols: /[=><!~?:&|+\\-*\\/\\^%]+/,\n // escape sequences\n escapes: /\…
D27.27.js.map1 …r.square' }\n ],\n ident: /π|ℯ|\\b(?!\\d)\\w+\\b/,\n // escape sequences\n escape: /(?…
Deditor.worker.js.map1sequences on the bounded range.\n * @returns An array of the differences between the two input…
Djson.worker.js.map1sequences on the bounded range.\n * @returns An array of the differences between the two input…
/plugin/asciidocjs/node_modules/uglify-js/
DREADME.md107 sequences.
222 uglifyjs file.js -c toplevel,sequences=false
797 - `sequences` (default: `true`) — join consecutive simple statements using the
799 of consecutive comma sequences that will be generated. If this option is set to
800 `true` then the default `sequences` limit is `200`. Set option to `false` or `0`
801 to disable. The smallest `sequences` length is `2`. A `sequences` value of `1`
803 occasions the default sequences limit leads to very slow compress times in which
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md149 * Added support for dumping empty PHP arrays as YAML sequences:
/plugin/fckg/
DChanges88 removed only around non-alpha characters, preserving sequences such as \r\n.
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js78 sequences : !false_by_default, property
114 var sequences = this.options["sequences"];
115 this.sequences_limit = sequences == 1 ? 200 : sequences | 0;
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
DJplayerRtmp.as277 // Lots of commands sequences after setMedia would be corrupted by this assumption.
/plugin/pgn4web/pgn4web/
Dpgn-standard.txt182 baroque representations for a newline: multicharacter sequences, end-of-line
218 PGN data is composed of characters; non-overlapping contiguous sequences of
2725 include move sequences, move sets, and character strings.
2759 Moves can be organized into sequences and sets. A move sequence is an ordered
2766 bytes. Most move sequences can be represented using just a byte header; these
/plugin/ckgedit/scripts/
Dparse_wiki.js.unc1579 // remove left-over space inside multiple format sequences
/plugin/ckgdoku/scripts/
Dparse_wiki.js.unc1577 // remove left-over space inside multiple format sequences
/plugin/sequencediagram/bower_components/lodash/doc/
DREADME.md8540 chain sequences. Methods that operate on and return arrays, collections,
8547 Explicit chain sequences, which must be unwrapped with `_#value`, may be
8676 chain sequences enabled. The result of such sequences must be unwrapped
8837 Creates a `lodash` wrapper instance with explicit method chain sequences enabled.
/plugin/html2pdf/html2pdf/html2ps/
DChangeLog892 * Fixed: escape sequences were not supported in 'content' property
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js94 sequences : !false_by_default, property
161 var sequences = this.options["sequences"];
162 this.sequences_limit = sequences == 1 ? 800 : sequences | 0;
/plugin/codemirror/dist/modes/
Dsql.min.js.map1 …search second section security select selective self sensitive sequence sequences serializable ser…

12