| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/ |
| H A D | SubstringFilter.php | 52 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/ |
| D | DefaultFileFilter.java | 58 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()
|
| D | EditorActions.java | 508 if (dokuHost.endsWith(":80")) { in post()
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/ |
| H A D | Filters.php | 143 * @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/ |
| D | endsWith.js | 29 function endsWith(string, target, position) { function 43 module.exports = endsWith;
|
| /plugin/asciidocjs/node_modules/core-js/library/modules/ |
| D | es6.string.ends-with.js | 10 endsWith: function endsWith(searchString /* , endPosition = @length */) {
|
| /plugin/asciidocjs/node_modules/core-js/modules/ |
| D | es6.string.ends-with.js | 10 endsWith: function endsWith(searchString /* , endPosition = @length */) {
|
| /plugin/asciidocjs/node_modules/core-js/fn/string/virtual/ |
| D | ends-with.js | 2 module.exports = require('../../../modules/_entry-virtual')('String').endsWith;
|
| /plugin/asciidocjs/node_modules/core-js/library/fn/string/virtual/ |
| D | ends-with.js | 2 module.exports = require('../../../modules/_entry-virtual')('String').endsWith;
|
| /plugin/asciidocjs/node_modules/core-js/fn/string/ |
| D | ends-with.js | 2 module.exports = require('../../modules/_core').String.endsWith;
|
| /plugin/asciidocjs/node_modules/core-js/library/fn/string/ |
| D | ends-with.js | 2 module.exports = require('../../modules/_core').String.endsWith;
|
| /plugin/openlayersmap/ol/ |
| D | generate-info.js.diff | 8 if (sourcePath.endsWith('.js')) {
|
| /plugin/jcapture/src/com/hammurapi/jcapture/ |
| D | JCaptureApplet.java | 25 } else if (dokuHost.endsWith(":80")) { in createRequest()
|
| /plugin/fblogin/lib/ |
| D | base_facebook.php | 1380 return self::endsWith($big, '.'.$small); 1383 protected static function endsWith($big, $small) { function in BaseFacebook
|
| /plugin/mikioplugin/ |
| H A D | script.js | 31 if (windowPath.endsWith('/doku.php')) { 34 if (urlPath.endsWith('/doku.php')) {
|
| /plugin/findologicxmlexport/vendor/webmozart/assert/src/ |
| D | Assert.php | 668 public static function endsWith($value, $suffix, $message = '') function in Webmozart\\Assert\\Assert
|
| /plugin/mizarverifiabledocs/src/ |
| H A D | script.js | 728 if (!filename.endsWith(".miz")) {
|
| /plugin/findologicxmlexport/vendor/webmozart/assert/ |
| D | README.md | 146 `endsWith($value, $suffix, $message = '')` | Check that a string has a suffix
|
| /plugin/fuzzysearch/ |
| H A D | fuse.min.js | 9 …endsWith(this.pattern);return{isMatch:t,score:t?0:1,indices:[e.length-this.pattern.length,e.length…
|
| /plugin/diagramsnet/lib/ |
| D | workbox-f163abaa.js | 1 …&&t.searchParams.delete(s);return t}(r,e);if(yield o.href,s&&o.pathname.endsWith("/")){const t=new…
|
| D | workbox-9fe249eb.js | 1 …&&t.searchParams.delete(s);return t}(r,e);if(yield o.href,s&&o.pathname.endsWith("/")){const t=new…
|
| D | workbox-bed83ea8.js | 1 …&&t.searchParams.delete(s);return t}(r,e);if(yield o.href,s&&o.pathname.endsWith("/")){const t=new…
|
| /plugin/s5reloaded/ui/effects_support/ |
| D | prototype.js | 612 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/ |
| D | commons-codec-1.10.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
| /plugin/issuetracker/ |
| D | prototype.js | 731 function endsWith(pattern) { function 775 endsWith: endsWith, property 3247 if (Object.isString(number) && number.endsWith('px')) {
|