Home
last modified time | relevance | path

Searched refs:sequence (Results 51 – 75 of 200) sorted by relevance

12345678

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfTests.yml10 test: Empty sequence
90 test: A sequence with an embedded mapping
92 A sequence with an embedded mapping
H A DYtsSpecificationExamples.yml688 # a sequence of mappings, with
1033 - First item in top sequence
1037 A folded sequence entry
1038 - Sixth item in top sequence
1041 'block' => [ 'First item in top sequence', [ 'Subordinate sequence entry' ],
1042 "A folded sequence entry\n", 'Sixth item in top sequence' ] }
1056 - Subordinate sequence
1080 - is a sequence
1082 - With a sequence value.
1101 [ 'This key', 'is a sequence' ] => [ 'With a sequence value.' ] } }
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultEntry.php101 $asn1 = Asn1::application(self::TAG_NUMBER, Asn1::sequence());
105 $partialAttributes->addChild(Asn1::sequence(
H A DSearchResultReference.php78 return Asn1::application(self::TAG_NUMBER, Asn1::sequence(...array_map(function ($ref) {
/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/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAddRequest.php106 'Expected a sequence type, but received: %s',
140 $attr = Asn1::sequence(Asn1::octetString($attribute->getDescription()));
149 return Asn1::application(self::APP_TAG, Asn1::sequence(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvControl.php170 $this->controlValue = Asn1::sequence(
180 $this->controlValue->addChild(Asn1::context(0, Asn1::sequence(
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dgrammar.jison1 /** js sequence diagrams
2 * https://bramp.github.io/js-sequence-diagrams/
/plugin/icalevents/vendor/sabre/vobject/lib/ITip/
H A DMessage.php46 public $sequence; variable in Sabre\\VObject\\ITip\\Message
/plugin/davcard/vendor/sabre/vobject/lib/ITip/
H A DMessage.php46 public $sequence; variable in Sabre\\VObject\\ITip\\Message
/plugin/webdav/vendor/sabre/vobject/lib/ITip/
H A DMessage.php46 public $sequence; variable in Sabre\\VObject\\ITip\\Message
/plugin/webdavclient/vendor/sabre/vobject/lib/ITip/
H A DMessage.php46 public $sequence; variable in Sabre\\VObject\\ITip\\Message
/plugin/davcal/vendor/sabre/vobject/lib/ITip/
H A DMessage.php46 public $sequence; variable in Sabre\\VObject\\ITip\\Message
/plugin/sequencediagram/
H A Dplugin.info.txt6 desc Generate sequence-diagrams
H A DREADME4 Generate sequence-diagrams using js-sequence-diagrams by Andrew Brampton.
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php159 $result = Asn1::sequence(
165 $result->addChild(Asn1::context(3, Asn1::sequence(...array_map(function ($v) {
/plugin/ebnf/
H A Debnf.php165 } else if ($node->nodeName=='sequence') {
336 $sequence = $dom->createElement("sequence");
338 $sequence->appendChild($factor);
342 $sequence->appendChild(ebnf_parse_factor($dom, $tokens, $i));
344 } return $mul ? $sequence: $sequence->removeChild($sequence->firstChild);
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
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:
/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 Dlast.rst7 The ``last`` filter returns the last "element" of a sequence, a mapping, or
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DSdFlagsControl.php85 $this->controlValue = Asn1::sequence(Asn1::integer($this->flags));
/plugin/loglog/lang/en/
H A Dauth_failed.txt7 In case this turns out to be part of an ongoing sequence, you will receive the next alert on @NEXT_…
H A Dauth_success.txt7 In case this turns out to be part of an ongoing sequence, you will receive the next alert on @NEXT_…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DDESIGN.md22 * SVG: 'sequence' and the name of the theme e.g. 'simple' or 'hand'

12345678