Home
last modified time | relevance | path

Searched refs:mb_strpos (Results 1 – 18 of 18) sorted by relevance

/plugin/hyphenation/phpHyphenation/
Dhyphenation.php69 if(mb_strpos($word, $GLOBALS["hyphen"]) !== false) return $word;
119 if(mb_strpos($word_boundaries, $char) === false && $tag == "") {
125 …$tag_name = (mb_strpos($tag, " ")) ? mb_substr($tag, 1, mb_strpos($tag, " ") - 1) : mb_substr($tag…
DphpHyphenation.class.php166 if (mb_strpos($word_boundaries, $char)===false && $tag=='') {
179 $tagSep = mb_strpos($tag, ' ');
180 $tagSep2 = mb_strpos($tag, '>');
212 if(mb_strpos($word, $this->hyphen) !== false) return $word;
/plugin/combo/vendor/php-webdriver/webdriver/lib/Support/
H A DXPathEscaper.php17 if (mb_strpos($xpathToEscape, "'") === false) {
22 if (mb_strpos($xpathToEscape, '"') === false) {
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php62 return mb_strpos($driver->getTitle(), $title) !== false;
107 return mb_strpos($driver->getCurrentURL(), $url) !== false;
261 return mb_strpos($element_text, $text) !== false;
338 return mb_strpos($element_text, $text) !== false;
H A DCookie.php109 if (mb_strpos($domain, ':') !== false) {
264 if (mb_strpos($name, ';') !== false) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
DStringContains.php57 return mb_strpos($other, $this->string) !== false;
/plugin/src/
Dsyntax.php188 $pos = mb_strpos($haystack, $needle);
192 $pos = mb_strpos($haystack, $needle, $pos + $replacement_len);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DCustomWebDriverCommand.php75 if (mb_strpos($custom_url, '/') !== 0) {
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
DText.php43 if (false === ($breakpoint = mb_strpos($value, ' ', $length, $env->getCharset()))) {
/plugin/yuriigantt/
Dsyntax.php80 $data = mb_substr($match, mb_strpos($match, "\n") + 1);
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php64 …function mb_strpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strp… function
H A Dbootstrap80.php60 …function mb_strpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null)… function
H A DMbstring.php518 public static function mb_strpos($haystack, $needle, $offset = 0, $encoding = null) function in Symfony\\Polyfill\\Mbstring\\Mbstring
670 return self::mb_strpos($haystack, $needle, $offset, $encoding);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverService.php170 …&& mb_strpos('@deprecated', (new \ReflectionClass(ProcessBuilder::class))->getDocComment()) === fa…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DHyphenator.php189 $p = mb_strpos($entry, '/', $offset, 'UTF-8');
DOtl.php5755 while (mb_strpos($txt, $char, 0, $this->mpdf->mb_enc) !== false) {
5756 $pos = mb_strpos($txt, $char, 0, $this->mpdf->mb_enc);
5783 while (mb_strpos($txt, $char, 0, $this->mpdf->mb_enc) !== false) {
5784 $pos = mb_strpos($txt, $char, 0, $this->mpdf->mb_enc);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxProfile.php203 if (mb_strpos($value, '//www.mozilla.org/2004/em-rdf') > 0) {
/plugin/aichat/vendor/vanderlee/php-sentence/src/
DSentence.php205 if (mb_strpos($punctuation, $terminal) !== false) {