Home
last modified time | relevance | path

Searched refs:startsWith (Results 1 – 25 of 121) sorted by relevance

12345

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DSubstringFilter.php47 protected $startsWith; variable in FreeDSx\\Ldap\\Search\\Filter\\SubstringFilter
61 * @param null|string $startsWith
65 …public function __construct(string $attribute, ?string $startsWith = null, ?string $endsWith = nul… argument
68 $this->startsWith = $startsWith;
80 return $this->startsWith;
91 $this->startsWith = $value;
147 … if ($this->startsWith === null && $this->endsWith === null && count($this->contains) === 0) {
152 if ($this->startsWith !== null) {
153 $substrings->addChild(Asn1::context(0, Asn1::octetString($this->startsWith)));
184 if ($this->startsWith !== null) {
[all …]
/plugin/simplechat/
Dajax.php7 function startsWith($haystack, $needle) function
21 if( startsWith($msg,"/" )) {
22 if( startsWith( $msg, "/me ") ) {
24 } elseif ( startsWith( $msg, "/time") ){
26 } elseif ( startsWith( $msg, "/flip") ){
29 } elseif ( startsWith( $msg, "/roll") ){
/plugin/inseecity/
Dscript.js43 var startsWith = [];
46 startsWith.push (v);
51 startsWith.push (v);
53 response (startsWith.slice (0, inseeCityMaxAutocomplete));
/plugin/evesso/
Dauth.php221 if($this->startsWith($group, helper_plugin_evesso::CORPORATION_PREFIX)
222 || $this->startsWith($group, helper_plugin_evesso::ALLIANCE_PREFIX)
223 || $this->startsWith($group, helper_plugin_evesso::FACTION_PREFIX)
224 || $this->startsWith($group, "eve-") //Old Prefix
267 if($this->startsWith($group, helper_plugin_evesso::CORPORATION_PREFIX)
268 || $this->startsWith($group, helper_plugin_evesso::ALLIANCE_PREFIX)
269 || $this->startsWith($group, helper_plugin_evesso::FACTION_PREFIX)
270 || $this->startsWith($group, "eve-") //Old Prefix
278 private function startsWith($haystack, $needle) { function in auth_plugin_evesso
Daction.php64 if ($this->startsWith($acl[1], "@eve%2d")) {
75 if ($this->startsWith($acl[1], "@eve%2d") && $acl[2] != 0) {
212 if ($this->startsWith($group, helper_plugin_evesso::CORPORATION_PREFIX)) {
215 if ($this->startsWith($group, helper_plugin_evesso::ALLIANCE_PREFIX)) {
218 if ($this->startsWith($group, helper_plugin_evesso::FACTION_PREFIX)) {
239 if ($this->startsWith($group, helper_plugin_evesso::CORPORATION_PREFIX)) {
242 if ($this->startsWith($group, helper_plugin_evesso::ALLIANCE_PREFIX)) {
245 if ($this->startsWith($group, helper_plugin_evesso::FACTION_PREFIX)) {
262 private function startsWith($haystack, $needle) { function in action_plugin_evesso
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DOption.php51 return $this->startsWith('lang-');
59 return $this->startsWith('range=');
99 public function startsWith(string $option): bool function in FreeDSx\\Ldap\\Entry\\Option
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilters.php142 * @param null|string $startsWith
147 …public static function substring(string $attribute, ?string $startsWith, ?string $endsWith, string… argument
149 return new SubstringFilter($attribute, $startsWith, $endsWith, ...$contains);
183 public static function startsWith(string $attribute, string $value): SubstringFilter function in FreeDSx\\Ldap\\Search\\Filters
H A DFilterParser.php105 if (!$this->startsWith(FilterInterface::PAREN_LEFT, $pos)) {
110 if ($this->startsWith($compOp, $pos + 1)) {
226 if ($isRoot && !$this->startsWith(FilterInterface::PAREN_LEFT, $startAt)) {
237 } elseif (!$isRoot && !$this->startsWith(FilterInterface::PAREN_LEFT, $startAt)) {
408 protected function startsWith(string $char, int $pos): bool function in FreeDSx\\Ldap\\Search\\FilterParser
/plugin/asciidocjs/node_modules/lodash/
DstartsWith.js29 function startsWith(string, target, position) { function
39 module.exports = startsWith;
/plugin/asciidocjs/node_modules/core-js/library/modules/
Des6.string.starts-with.js10 startsWith: function startsWith(searchString /* , position = 0 */) {
/plugin/asciidocjs/node_modules/core-js/modules/
Des6.string.starts-with.js10 startsWith: function startsWith(searchString /* , position = 0 */) {
/plugin/asciidocjs/node_modules/unxhr/lib/
Drequest.js57 if (arg.startsWith('--ssl=')) {
59 } else if (arg.startsWith('--encoding=')) {
61 } else if (arg.startsWith('--request-options=')) {
/plugin/snippeter/
Dscript.js3 if (PAGE_TITLE.startsWith(":")) {
14 if(but.id && but.id.startsWith("Snippeter")) {
/plugin/bureaucracytoolbar/
H A Dscript.js12 if (active.tagName === 'TEXTAREA' && active.name.startsWith('bureaucracy[')) {
69 if (active.tagName === 'TEXTAREA' && active.name.startsWith('bureaucracy[')) {
/plugin/asciidocjs/node_modules/core-js/library/fn/string/virtual/
Dstarts-with.js2 module.exports = require('../../../modules/_entry-virtual')('String').startsWith;
/plugin/asciidocjs/node_modules/core-js/fn/string/
Dstarts-with.js2 module.exports = require('../../modules/_core').String.startsWith;
/plugin/asciidocjs/node_modules/core-js/library/fn/string/
Dstarts-with.js2 module.exports = require('../../modules/_core').String.startsWith;
/plugin/asciidocjs/node_modules/core-js/fn/string/virtual/
Dstarts-with.js2 module.exports = require('../../../modules/_entry-virtual')('String').startsWith;
/plugin/jcapture/src/com/hammurapi/jcapture/
DJCaptureApplet.java21 if (dokuHost.toLowerCase().startsWith(HTTPS_PREFIX)) { in createRequest()
34 if (dokuBase.startsWith(host)) { in createRequest()
DTranslucener.java11 if (jVersion==null || "1.6".equals(jVersion) || jVersion.startsWith("1.6.")) { in makeFrameTranslucent()
/plugin/tablecalc/src/tablecalc/
Dscript.js243 if (criterion.startsWith('>=')) {
245 } else if (criterion.startsWith('<=')) {
247 } else if (criterion.startsWith('>')) {
249 } else if (criterion.startsWith('<')) {
251 } else if (criterion.startsWith('=')) {
/plugin/asciidocjs/node_modules/has-flag/
Dindex.js4 const prefix = flag.startsWith('-') ? '' : (flag.length === 1 ? '-' : '--');
/plugin/asciidocjs/node_modules/yargs/build/lib/
Dcompletion.js90 if (!previousArg.startsWith('--') && args.length > 1) {
94 if (!previousArg.startsWith('--'))
100 … return options.choices[previousArgKey].filter(choice => !filter || choice.startsWith(filter));
/plugin/imgpaste/
Dscript.js89 if (img.src.startsWith(DOKU_BASE)) return; // skip local images
94 if (img.src.startsWith('data:')) {
/plugin/heatmap/
Dscripts.js14 if (!script.id.startsWith('data-heatmap')) return;

12345