Home
last modified time | relevance | path

Searched refs:StringUtil (Results 1 – 25 of 35) sorted by last modified time

12

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DStringUtilTest.php12 … $this->assertEquals($result, StringUtil::textMatch($haystack, $needle, $collation, $matchType));
72 StringUtil::textMatch('foobar','foo','blabla','contains');
82 StringUtil::textMatch('foobar','foo','i;octet','booh');
93 StringUtil::ensureUTF8($inputString)
105 StringUtil::ensureUTF8($inputString)
117 StringUtil::ensureUTF8($inputString)
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php463 if (!StringUtil::isUTF8($this->getRawMimeDirValue())) {
468 $newValue = StringUtil::convertToUTF8($oldValue);
469 if (true || StringUtil::isUTF8($newValue)) {
H A DStringUtil.php12 class StringUtil { class
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php140 $vcardData = DAV\StringUtil::ensureUTF8($vcardData);
H A DCard.php92 $cardData = DAV\StringUtil::ensureUTF8($cardData);
H A DPlugin.php339 $data = DAV\StringUtil::ensureUTF8($data);
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/davcal/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php16 class StringUtil { class
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DPlugin.php795 $data = DAV\StringUtil::ensureUTF8($data);
H A DCalendarQueryValidator.php263 …$isMatching = \Sabre\DAV\StringUtil::textMatch($check, $textMatch['value'], $textMatch['collation'…
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DStringUtilTest.php9 $string = StringUtil::isUTF8(chr(0xbf));
17 $string = StringUtil::isUTF8('I �� SabreDAV');
25 $string = StringUtil::isUTF8(chr(0x00));
33 $string = StringUtil::convertToUTF8(chr(0xbf));
41 $string = StringUtil::convertToUTF8('I �� SabreDAV');
49 $string = StringUtil::convertToUTF8(chr(0x00));
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php16 class StringUtil { class
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DCard.php94 $cardData = DAV\StringUtil::ensureUTF8($cardData);
H A DPlugin.php638 …$success = DAV\StringUtil::textMatch($vProperty[$filter['name']]->getValue(), $filter['text-match'…
681 …$success = DAV\StringUtil::textMatch($haystack, $filter['value'], $filter['collation'], $filter['m…
H A DAddressBook.php142 $vcardData = DAV\StringUtil::ensureUTF8($vcardData);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DStringUtil.php12 class StringUtil class
H A DProperty.php513 if (!StringUtil::isUTF8($this->getRawMimeDirValue())) {
517 $newValue = StringUtil::convertToUTF8($oldValue);
518 if (true || StringUtil::isUTF8($newValue)) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php259 …$isMatching = \Sabre\DAV\StringUtil::textMatch($check, $textMatch['value'], $textMatch['collation'…
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DStringUtil.php12 class StringUtil { class
H A DProperty.php463 if (!StringUtil::isUTF8($this->getRawMimeDirValue())) {
468 $newValue = StringUtil::convertToUTF8($oldValue);
469 if (true || StringUtil::isUTF8($newValue)) {
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DStringUtilTest.php9 $string = StringUtil::isUTF8(chr(0xbf));
17 $string = StringUtil::isUTF8('I �� SabreDAV');
25 $string = StringUtil::isUTF8(chr(0x00));
33 $string = StringUtil::convertToUTF8(chr(0xbf));
41 $string = StringUtil::convertToUTF8('I �� SabreDAV');
49 $string = StringUtil::convertToUTF8(chr(0x00));
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DExactValueToken.php16 use Prophecy\Util\StringUtil; alias
34 * @param StringUtil $util
37 …public function __construct($value, StringUtil $util = null, ComparatorFactory $comparatorFactory …
40 $this->util = $util ?: new StringUtil();
H A DIdenticalValueToken.php14 use Prophecy\Util\StringUtil; alias
31 * @param StringUtil $util
33 public function __construct($value, StringUtil $util = null)
36 $this->util = $util ?: new StringUtil();
H A DObjectStateToken.php16 use Prophecy\Util\StringUtil; alias
35 * @param null|StringUtil $util
41 StringUtil $util = null,
46 $this->util = $util ?: new StringUtil;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DStringUtil.php21 class StringUtil class
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCallCenter.php18 use Prophecy\Util\StringUtil; alias
38 * @param StringUtil $util
40 public function __construct(StringUtil $util = null)
42 $this->util = $util ?: new StringUtil;

12