Home
last modified time | relevance | path

Searched refs:sequence (Results 76 – 100 of 200) sorted by relevance

12345678

/plugin/plantuml/
H A DREADME.markdown21 * [Graphviz](http://www.graphviz.org) _You don't need this if you only want to generate sequence di…
33 This block describes a sequence diagram:
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DCancelRequest.php71 $this->requestValue = Asn1::sequence(Asn1::integer($this->messageId));
H A DSaslBindRequest.php88 $sasl = Asn1::sequence(Asn1::octetString($this->mechanism));
H A DBindRequest.php90 return Asn1::application(self::APP_TAG, Asn1::sequence(
H A DCompareRequest.php121 return Asn1::application(self::APP_TAG, Asn1::sequence(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DPasswordModifyResponse.php61 $this->responseValue = Asn1::sequence(Asn1::context(0, Asn1::octetString($this->generatedPassword)));
H A DIntermediateResponse.php98 $response = Asn1::sequence();
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DPolicyHintsControl.php73 $this->controlValue = Asn1::sequence(Asn1::integer($this->isEnabled ? 1 : 0));
88 throw new ProtocolException('A PolicyHints control value must be a sequence type.');
92 throw new ProtocolException('A PolicyHints control value sequence 0 must be an integer type.');
H A DExtendedDnControl.php82 throw new ProtocolException('An ExtendedDn control value must be a sequence type.');
86 throw new ProtocolException('An ExtendedDn control value sequence 0 must be an integer type.');
104 $this->controlValue = Asn1::sequence(Asn1::integer($useHexFormat));
116 throw new ProtocolException('An ExtendedDn control value must be a sequence type with 1 child.');
119 throw new ProtocolException('An ExtendedDn control value sequence 0 must be an integer type.');
H A DDirSyncResponseControl.php108 throw new ProtocolException('A DirSyncResponse control value must be a sequence type with 3 children.');
114 throw new ProtocolException('A DirSyncResponse control value sequence 0 must be an integer type.');
117 throw new ProtocolException('A DirSyncResponse control value sequence 1 must be an integer type.');
120 throw new ProtocolException('A DirSyncResponse control value sequence 2 must be an octet string type.');
137 $this->controlValue = Asn1::sequence(
H A DExpectedEntryCountControl.php105 throw new ProtocolException('An ExpectedEntryCount control value must be a sequence type.');
110 throw new ProtocolException('An ExpectedEntryCount control value sequence 0 must be an integer type.');
113 throw new ProtocolException('An ExpectedEntryCount control value sequence 1 must be an integer type.');
128 $this->controlValue = Asn1::sequence(
143 throw new ProtocolException('An ExpectedEntryCount control value must be a sequence type with 2 children.');
146 throw new ProtocolException('An ExpectedEntryCount control value sequence 0 must be an integer type.');
149 throw new ProtocolException('An ExpectedEntryCount control value sequence 1 must be an integer type.');
/plugin/spreadout/
H A Dsyntax.php160 * argument adding a raw UTF-8 character sequence to the
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dlength.rst8 The ``length`` filter returns the number of items of a sequence or mapping, or
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DNotFilter.php70 return Asn1::context(self::CHOICE_TAG, Asn1::sequence($this->filter->toAsn1()));
H A DAttributeValueAssertionTrait.php73 return Asn1::context(self::CHOICE_TAG, Asn1::sequence(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPagingControl.php106 throw new ProtocolException('A paged control value must be a sequence type with 2 children.');
111 throw new ProtocolException('A paged control value sequence 0 must be an integer type.');
114 throw new ProtocolException('A paged control value sequence 1 must be an octet string type.');
126 $this->controlValue = Asn1::sequence(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingResponseControl.php122 $this->controlValue = Asn1::sequence(Asn1::enumerated($this->result));
/plugin/plantumlparser/
H A DREADME.md17 This block describes a sequence diagram:
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Drandom.rst16 * a random item from a sequence;
/plugin/diagramsnet/lib/js/mermaid/
H A DREADME.md29 …orejs: {version: '2.0'} or polyfill.io). IE11 has basic support for flowchart, sequence and er only
/plugin/noiewarning/
H A DChangeLog15 * action.php: added sequence number for the WIKITEXT_PREPROCESS event
/plugin/davcard/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php59 $message->sequence = isset($vcal->VEVENT[0])?(string)$vcal->VEVENT[0]->SEQUENCE:null;
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php61 $message->sequence = isset($vcal->VEVENT[0]) ? (string)$vcal->VEVENT[0]->SEQUENCE : null;
/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/webdavclient/vendor/sabre/vobject/tests/VObject/ITip/
H A DBrokerTester.php59 $message->sequence = isset($vcal->VEVENT[0])?(string)$vcal->VEVENT[0]->SEQUENCE:null;

12345678