Home
last modified time | relevance | path

Searched refs:substrings (Results 1 – 5 of 5) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DSubstringFilter.php150 $substrings = Asn1::sequenceOf();
153 $substrings->addChild(Asn1::context(0, Asn1::octetString($this->startsWith)));
157 $substrings->addChild(Asn1::context(1, Asn1::octetString($contain)));
161 $substrings->addChild(Asn1::context(2, Asn1::octetString($this->endsWith)));
166 $substrings
210 $substrings = $type->getChild(1);
211 …if (!($attrType instanceof OctetStringType && $substrings instanceof SequenceType && count($substr…
214 [$startsWith, $endsWith, $contains] = self::parseSubstrings($substrings);
223 protected static function parseSubstrings(SequenceType $substrings): array argument
230 foreach ($substrings->getChildren() as $substring) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php351 … $substrings = preg_split('/\*/', $value, -1, PREG_SPLIT_OFFSET_CAPTURE | PREG_SPLIT_NO_EMPTY);
352 if (!is_array($substrings)) {
360 foreach ($substrings as $substring) {
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/syntaxhighlighter4/dist/
Dsyntaxhighlighter.js.map1substrings.\n * @example\n *\n * // Basic use\n * XRegExp.split('a b c', ' ');\n * // -> ['a', 'b'…
/plugin/codemirror/dist/keymaps/
Dvim.min.js.map1 …Keymap, vim.inputState, 'insert');\n // Need to check all key substrings in insert mode.\…