Home
last modified time | relevance | path

Searched refs:matchRule (Results 1 – 4 of 4) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
DSortKey.php109 * @param null|string $matchRule
112 public static function ascending(string $attribute, ?string $matchRule = null) argument
114 return new self($attribute, false, $matchRule);
121 * @param null|string $matchRule
124 public static function descending(string $attribute, ?string $matchRule = null) argument
126 return new self($attribute, true, $matchRule);
DSortingControl.php103 $matchRule = null;
112 $matchRule = $keyItem->getValue();
127 $sortKeys[] = new SortKey($attrName, $useReverseOrder, $matchRule);
/plugin/asciidocjs/node_modules/jake/lib/
Dnamespace.js63 matchRule(relativeName) { method in Namespace
80 this.parentNamespace.matchRule(relativeName));
Djake.js251 prereqRule = ns.matchRule(name);