Home
last modified time | relevance | path

Searched refs:endsWith (Results 1 – 25 of 96) sorted by relevance

1234

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DSubstringFilter.php52 protected $endsWith; variable in FreeDSx\\Ldap\\Search\\Filter\\SubstringFilter
62 * @param null|string $endsWith
65 …public function __construct(string $attribute, ?string $startsWith = null, ?string $endsWith = nul… argument
69 $this->endsWith = $endsWith;
103 return $this->endsWith;
114 $this->endsWith = $value;
147 … if ($this->startsWith === null && $this->endsWith === null && count($this->contains) === 0) {
160 if ($this->endsWith !== null) {
161 $substrings->addChild(Asn1::context(2, Asn1::octetString($this->endsWith)));
188 if ($this->endsWith !== null) {
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
DDefaultFileFilter.java58 return file.isDirectory() || file.getName().toLowerCase().endsWith(ext); in accept()
141 if (filename.endsWith("." + imageFormats[j].toLowerCase())) in accept()
202 return filename.endsWith(".xml") || filename.endsWith(".xml.gz"); in accept()
DEditorActions.java508 if (dokuHost.endsWith(":80")) { in post()
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilters.php143 * @param null|string $endsWith
147 …public static function substring(string $attribute, ?string $startsWith, ?string $endsWith, string… argument
149 return new SubstringFilter($attribute, $startsWith, $endsWith, ...$contains);
171 public static function endsWith(string $attribute, string $value): SubstringFilter function in FreeDSx\\Ldap\\Search\\Filters
/plugin/asciidocjs/node_modules/lodash/
DendsWith.js29 function endsWith(string, target, position) { function
43 module.exports = endsWith;
/plugin/asciidocjs/node_modules/core-js/library/modules/
Des6.string.ends-with.js10 endsWith: function endsWith(searchString /* , endPosition = @length */) {
/plugin/asciidocjs/node_modules/core-js/modules/
Des6.string.ends-with.js10 endsWith: function endsWith(searchString /* , endPosition = @length */) {
/plugin/asciidocjs/node_modules/core-js/fn/string/virtual/
Dends-with.js2 module.exports = require('../../../modules/_entry-virtual')('String').endsWith;
/plugin/asciidocjs/node_modules/core-js/library/fn/string/virtual/
Dends-with.js2 module.exports = require('../../../modules/_entry-virtual')('String').endsWith;
/plugin/asciidocjs/node_modules/core-js/fn/string/
Dends-with.js2 module.exports = require('../../modules/_core').String.endsWith;
/plugin/asciidocjs/node_modules/core-js/library/fn/string/
Dends-with.js2 module.exports = require('../../modules/_core').String.endsWith;
/plugin/openlayersmap/ol/
Dgenerate-info.js.diff8 if (sourcePath.endsWith('.js')) {
/plugin/jcapture/src/com/hammurapi/jcapture/
DJCaptureApplet.java25 } else if (dokuHost.endsWith(":80")) { in createRequest()
/plugin/fblogin/lib/
Dbase_facebook.php1380 return self::endsWith($big, '.'.$small);
1383 protected static function endsWith($big, $small) { function in BaseFacebook
/plugin/mikioplugin/
H A Dscript.js31 if (windowPath.endsWith('/doku.php')) {
34 if (urlPath.endsWith('/doku.php')) {
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
DAssert.php668 public static function endsWith($value, $suffix, $message = '') function in Webmozart\\Assert\\Assert
/plugin/mizarverifiabledocs/src/
H A Dscript.js728 if (!filename.endsWith(".miz")) {
/plugin/findologicxmlexport/vendor/webmozart/assert/
DREADME.md146 `endsWith($value, $suffix, $message = '')` | Check that a string has a suffix
/plugin/fuzzysearch/
H A Dfuse.min.js9endsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[e.length-this.pattern.length,e.length…
/plugin/diagramsnet/lib/
Dworkbox-f163abaa.js1 …&&t.searchParams.delete(s);return t}(r,e);if(yield o.href,s&&o.pathname.endsWith("/")){const t=new…
Dworkbox-9fe249eb.js1 …&&t.searchParams.delete(s);return t}(r,e);if(yield o.href,s&&o.pathname.endsWith("/")){const t=new…
Dworkbox-bed83ea8.js1 …&&t.searchParams.delete(s);return t}(r,e);if(yield o.href,s&&o.pathname.endsWith("/")){const t=new…
/plugin/s5reloaded/ui/effects_support/
Dprototype.js612 function endsWith(pattern) { function
657 endsWith: endsWith, property
3861 '$=': function(nv, v) { return nv == v || nv && nv.endsWith(v); },
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
/plugin/issuetracker/
Dprototype.js731 function endsWith(pattern) { function
775 endsWith: endsWith, property
3247 if (Object.isString(number) && number.endsWith('px')) {

1234