Home
last modified time | relevance | path

Searched refs:StringUtil (Results 1 – 25 of 35) sorted by path

12

/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php263 …$isMatching = \Sabre\DAV\StringUtil::textMatch($check, $textMatch['value'], $textMatch['collation'…
H A DPlugin.php795 $data = DAV\StringUtil::ensureUTF8($data);
/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/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/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/davcard/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/davcard/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/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;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DCallPrediction.php19 use Prophecy\Util\StringUtil; alias
34 * @param StringUtil $util
36 public function __construct(StringUtil $util = null)
38 $this->util = $util ?: new StringUtil;
H A DCallTimesPrediction.php19 use Prophecy\Util\StringUtil; alias
37 * @param StringUtil $util
39 public function __construct($times, StringUtil $util = null)
42 $this->util = $util ?: new StringUtil;
H A DNoCallsPrediction.php17 use Prophecy\Util\StringUtil; alias
32 * @param null|StringUtil $util
34 public function __construct(StringUtil $util = null)
36 $this->util = $util ?: new StringUtil;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/
H A DProphet.php21 use Prophecy\Util\StringUtil; alias
46 * @param null|StringUtil $util
49 StringUtil $util = null)
66 $this->util = $util ?: new StringUtil;
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Util/
H A DStringUtil.php21 class StringUtil class
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php552 if (!StringUtil::isUTF8($this->getRawMimeDirValue())) {
557 $newValue = StringUtil::convertToUTF8($oldValue);
558 if (true || StringUtil::isUTF8($newValue)) {
H A DStringUtil.php12 class StringUtil { class
/plugin/icalevents/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));

12