/plugin/webdav/vendor/sabre/dav/lib/CalDAV/ |
H A D | CalendarQueryValidator.php | 250 * @param array $textMatch 253 protected function validateTextMatch($check, array $textMatch) { argument 259 …$isMatching = \Sabre\DAV\StringUtil::textMatch($check, $textMatch['value'], $textMatch['collation'… 261 return ($textMatch['negate-condition'] xor $isMatching);
|
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/ |
H A D | CalendarQueryValidator.php | 254 * @param array $textMatch 257 protected function validateTextMatch($check, array $textMatch) { argument 263 …$isMatching = \Sabre\DAV\StringUtil::textMatch($check, $textMatch['value'], $textMatch['collation'… 265 return ($textMatch['negate-condition'] xor $isMatching);
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | StringUtilTest.php | 12 … $this->assertEquals($result, StringUtil::textMatch($haystack, $needle, $collation, $matchType)); 72 StringUtil::textMatch('foobar','foo','blabla','contains'); 82 StringUtil::textMatch('foobar','foo','i;octet','booh');
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/ |
H A D | StringUtil.php | 27 static function textMatch($haystack, $needle, $collation, $matchType = 'contains') { function in Sabre\\DAV\\StringUtil
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/ |
H A D | StringUtil.php | 27 static function textMatch($haystack, $needle, $collation, $matchType = 'contains') { function in Sabre\\DAV\\StringUtil
|
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/ |
H A D | Plugin.php | 582 …$success = DAV\StringUtil::textMatch($vProperty[$filter['name']]->getValue(), $filter['text-match'… 625 …$success = DAV\StringUtil::textMatch($haystack, $filter['value'], $filter['collation'], $filter['m…
|
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/ |
H A D | Plugin.php | 638 …$success = DAV\StringUtil::textMatch($vProperty[$filter['name']]->getValue(), $filter['text-match'… 681 …$success = DAV\StringUtil::textMatch($haystack, $filter['value'], $filter['collation'], $filter['m…
|
/plugin/xlsx2dw/packages/xlsx/ |
H A D | xlsx.mjs | 12219 var textMatch = x.match(/<(?:\w+:)?text>([\s\S]*)<\/(?:\w+:)?text>/); 12220 var rt = !!textMatch && !!textMatch[1] && parse_si(textMatch[1]) || {r:"",t:"",h:""};
|
/plugin/ckgedit/ckeditor/ |
H A D | CHANGES.md | 176 …* [Text Match](https://ckeditor.com/cke4/addon/textMatch) – Allows to search [`CKEDITOR.dom.…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
H A D | xlsx.min.map | 1 …se_comments_xml","authors","commentList","trim","authorId","sheetRows","textMatch","write_comments…
|