Home
last modified time | relevance | path

Searched refs:over (Results 176 – 200 of 342) sorted by last modified time

12345678910>>...14

/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest-fp.js1606 _.each([fp.over, convert('over', _.over)], function(func) {
1607 var over = func([Math.max, Math.min]);
1608 assert.deepEqual(over(1, 2, 3, 4), [4, 1]);
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js15809 var over = createOver(arrayMap);
16603 lodash.over = over;
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js242 over: 18, property in parser.parser.symbols_
751 …]*)/i, /^(?:participant\b)/i, /^(?:left of\b)/i, /^(?:right of\b)/i, /^(?:over\b)/i, /^(?:note\b)/…
H A Dsequence-diagram-min.js6over:18,actor_pair:19,",":20,left_of:21,right_of:22,signaltype:23,ACTOR:24,linetype:25,arrowtype:2… property in parser.parser.symbols_
H A Dsequence-diagram-min.js.map1 …ne","statement","NL","participant","actor_alias","note_statement","note","over","actor_pair",",","…
H A Dsequence-diagram-raphael-min.js.map1 …ne","statement","NL","participant","actor_alias","note_statement","note","over","actor_pair",",","…
H A Dsequence-diagram-raphael.js242 over: 18, property in parser.parser.symbols_
751 …]*)/i, /^(?:participant\b)/i, /^(?:left of\b)/i, /^(?:right of\b)/i, /^(?:over\b)/i, /^(?:note\b)/…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dgrammar.ebnf16 | 'over' (actor | actor ',' actor)
H A Dgrammar.jison22 "over" return 'over';
65 | 'note' 'over' actor_pair message { $$ = new Diagram.Note($3, Diagram.PLACEMENT.OVER, $4); }
/plugin/data-au/lang/nl/
H A Dadmin_intro.txt7 Ga naar de [[doku>plugin:data|pluginbeschrijving]] voor meer informatie over aliases.
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dkeys.rst5 iterate over the keys of an array:
H A Dnumber_format.rst46 The defaults set for ``number_format`` can be over-ridden upon each call using the
H A Dslice.rst12 {# will iterate over 2 and 3 #}
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DREADME.md118 We are also able to iterate over the string:
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A DREADME.md16 …ommended by FINDOLOGIC. The XML is easier to read and has some advantages over the CSV export like:
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DREADME.md27 (that are sent over the `hoa://Event/Exception` event channel), idle exceptions
28 (that are not sent over an event channel), uncaught exception handlers, errors
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DREADME.md85 `Hoa\Iterator\Outer` represents an iterator that iterates over iterators. It
164 `Hoa\Iterator\Infinite` allows to iterate over and over again the same iterator.
229 `Hoa\Iterator\Append` allows to iterate over iterators one after another. It
251 `Hoa\Iterator\Multiple` allows to iterate over several iterator at the same
389 given buffer size over another iterator:
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md26 This library is a high-level abstraction over PHP streams. It
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst316 If you iterate over a set of files, you can pass the filename to the
/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
21 If you do need to iterate over a sequence of numbers, you can use the ``..``
103 counting the users not iterated over. Keep in mind that properties like
130 Iterating over Keys
133 By default, a loop iterates over the values of the sequence. You can iterate
145 Iterating over Keys and Values
159 Iterating over a Subset
162 You might want to iterate over a subset of values. This can be achieved using
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Dkeys.test2 "for" tag can iterate over keys
H A Dkeys_and_values.test2 "for" tag can iterate over keys and values
H A Dobjects.test2 "for" tag iterates over iterable objects
H A Dobjects_countable.test2 "for" tag iterates over iterable and countable objects
H A Dvalues.test2 "for" tag iterates over item values

12345678910>>...14