Home
last modified time | relevance | path

Searched refs:sequence (Results 126 – 150 of 200) sorted by last modified time

12345678

/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DREADME.md1sequence-diagrams.svg)](https://libraries.io/bower/js-sequence-diagrams) [![Build Status](https://…
3 **Generates UML sequence diagrams from simple text**
4 <https://bramp.github.io/js-sequence-diagrams/>
19 ![Sample generated UML diagram](https://bramp.github.io/js-sequence-diagrams/images/sample.svg)
31 Run `bower install bramp/js-sequence-diagrams` and include the scripts below:
37 <script src="{{ bower directory }}/js-sequence-diagrams/dist/sequence-diagram-min.js" />
43 <link href="{{ bower directory }}/js-sequence-diagrams/dist/sequence-diagram-min.css" rel="styleshe…
72 For full examples check out [the demo site](https://bramp.github.io/js-sequence-diagrams/).
92 * `sequence`: Applies to main SVG tag.
183 * Dozens of other issues on https://github.com/bramp/js-sequence-diagrams/issues
[all …]
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-min.js.map1sequence-diagram.js"],"names":["Diagram","this","title","undefined","actors","signals","ParseError…
H A Dsequence-diagram-raphael-min.js.map1sequence-diagram-raphael.js"],"names":["Diagram","this","title","undefined","actors","signals","Pa…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dgrammar.ebnf1 /** js sequence diagrams
2 * https://bramp.github.io/js-sequence-diagrams/
H A Dgrammar.jison1 /** js sequence diagrams
2 * https://bramp.github.io/js-sequence-diagrams/
/plugin/webcomponent/_test/data/pages/
H A Dunit.txt5 ''unit'' is just a semantic [[webcomponent|component]] to indicate a unit of sequence of [[doku>wik…
/plugin/sphinxsearch-was/
H A DINSTALL68 4.) Issue the commands in sequence:
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Drange.rst54 * ``low``: The first value of the sequence.
55 * ``high``: The highest possible value of the sequence.
56 * ``step``: The increment between elements of the sequence.
H A Dmax.rst7 ``max`` returns the biggest value of a sequence or a set of values:
H A Dmin.rst7 ``min`` returns the lowest value of a sequence or a set of values:
H A Drandom.rst16 * a random item from a sequence;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst599 * ``["foo", "bar"]``: Arrays are defined by a sequence of expressions
784 * ``..``: Creates a sequence based on the operand before and after the operator
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php342 …private static function parseSequence(string $sequence, int $flags, int &$i = 0, array $references… argument
345 $len = \strlen($sequence);
350 if (']' === $sequence[$i]) {
353 if (',' === $sequence[$i] || ' ' === $sequence[$i]) {
359 $tag = self::parseTag($sequence, $i, $flags);
360 switch ($sequence[$i]) {
363 $value = self::parseSequence($sequence, $flags, $i, $references);
367 $value = self::parseMapping($sequence, $flags, $i, $references);
370 $isQuoted = \in_array($sequence[$i], ['"', "'"]);
371 … $value = self::parseScalar($sequence, $flags, [',', ']'], $i, null === $tag, $references);
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DnumericMappingKeys.yml2 test: A sequence with an unordered array
4 A sequence with an unordered array
H A DYtsBasicTests.yml40 You can include a sequence within another
41 sequence by giving the sequence an empty
94 A value in a mapping can be a sequence.
159 If you are adding a mapping to a sequence, you
171 The dash in a sequence counts as indentation, so
172 you can add a sequence inside of a mapping without
H A DYtsFoldedScalars.yml129 sequence or a mapping.
/plugin/findologicxmlexport/vendor/hoa/compiler/Bin/
H A DPp.php211 $sequence = $lexer->lexMe($data, $compiler->getTokens());
212 $format = '%' . (strlen((string) count($sequence)) + 1) . 's ' .
226 foreach ($sequence as $i => $token) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DCoverage.php311 $sequence = $this->extract([$children]);
313 if (null === $sequence) {
318 foreach ($sequence as $seq) {
371 $sequence = $this->extract($children);
373 if (null === $sequence) {
377 foreach ($sequence as $seq) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dfirst.rst7 The ``first`` filter returns the first "element" of a sequence, a mapping, or
H A Djoin.rst8 of a sequence:
24 the last two items of the sequence:
H A Dlast.rst7 The ``last`` filter returns the last "element" of a sequence, a mapping, or
H A Dlength.rst8 The ``length`` filter returns the number of items of a sequence or mapping, or
H A Dreverse.rst7 The ``reverse`` filter reverses a sequence, a mapping, or a string:
45 * ``preserve_keys``: Preserve keys when reversing a mapping or a sequence.
H A Dslice.rst7 The ``slice`` filter extracts a slice of a sequence, a mapping, or a string:
46 If the start is non-negative, the sequence will start at that start in the
47 variable. If start is negative, the sequence will start that far from the end
50 If length is given and is positive, then the sequence will have up to that
53 negative then the sequence will stop that many elements from the end of the
54 variable. If it is omitted, then the sequence will have everything from offset
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst4 Loop over each item in a sequence. For example, to display a list of users
18 A sequence can be either an array or an object implementing the
21 If you do need to iterate over a sequence of numbers, you can use the ``..``
67 ``loop.length`` The number of items in the sequence
91 can however filter the sequence during iteration which allows you to skip
117 If no iteration took place because the sequence was empty, you can render a
133 By default, a loop iterates over the values of the sequence. You can iterate

12345678