Home
last modified time | relevance | path

Searched refs:sequence (Results 51 – 75 of 200) sorted by last modified time

12345678

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
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 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.');
/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 DSortingControl.php97 foreach ($response->getChildren() as $sequence) {
98 if (!$sequence instanceof SequenceType) {
108 foreach ($sequence->getChildren() as $keyItem) {
142 $child = Asn1::sequence(Asn1::octetString($sortKey->getAttribute()));
H A DSortingResponseControl.php122 $this->controlValue = Asn1::sequence(Asn1::enumerated($this->result));
/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(
H A DModifyRequest.php136 $changeSeq = Asn1::sequence(Asn1::enumerated($change->getType()));
138 $changeSeq->addChild(Asn1::sequence(
148 return Asn1::application(self::APP_TAG, Asn1::sequence(
H A DPasswordModifyRequest.php123 $this->requestValue = Asn1::sequence();
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1 …lBeUsed` callback, and\n * executes any of those callbacks found in sequence. The final `Reque…
H A Dworkbox-bed83ea8.js.map1 …lBeUsed` callback, and\n * executes any of those callbacks found in sequence. The final `Reque…
H A Dworkbox-f163abaa.js.map1 …lBeUsed` callback, and\n * executes any of those callbacks found in sequence. The final `Reque…
/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
H A Dmermaid.min.js29 …ole.error("`mermaid config.sequenceDiagram` has been renamed to `config.sequence`. Please update y… class in lt
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js3358 …onfig={theme:"neutral",arrowMarkerAbsolute:!1,flowchart:{htmlLabels:!1},sequence:{diagramMarginX:5… class in EditorUi.defaultMermaidConfig
H A Dviewer.min.js3358 …onfig={theme:"neutral",arrowMarkerAbsolute:!1,flowchart:{htmlLabels:!1},sequence:{diagramMarginX:5… class in EditorUi.defaultMermaidConfig
H A Dextensions.min.js1728 …ole.error("`mermaid config.sequenceDiagram` has been renamed to `config.sequence`. Please update y… method in cs
H A Dapp.min.js10690 …onfig={theme:"neutral",arrowMarkerAbsolute:!1,flowchart:{htmlLabels:!1},sequence:{diagramMarginX:5… class in EditorUi.defaultMermaidConfig
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jar ... INF/maven/org.terracotta.management/sequence-generator/ META-INF/maven/org ...
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js113 sequence: class in EditorUi.defaultMermaidConfig
/plugin/plantumlparser/
H A DREADME.md17 This block describes a sequence diagram:
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js28 …ole.error("`mermaid config.sequenceDiagram` has been renamed to `config.sequence`. Please update y… method in as
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1 …*/:\n _error(localize('InvalidUnicode', 'Invalid unicode sequence in string.'), Err…
H A D44.44.js.map1 …,\n 'while',\n 'workflow',\n 'parallel',\n 'sequence',\n 'inlin…
H A D52.52.js.map1sequence. Except for brackets\n * where the closing bracket ends the sequence.. and except for a n…

12345678