/plugin/hyphenation/phpHyphenation/ |
D | hyphenation.php | 69 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…
|
D | phpHyphenation.class.php | 166 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 D | XPathEscaper.php | 17 if (mb_strpos($xpathToEscape, "'") === false) { 22 if (mb_strpos($xpathToEscape, '"') === false) {
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/ |
H A D | WebDriverExpectedCondition.php | 62 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 D | Cookie.php | 109 if (mb_strpos($domain, ':') !== false) { 264 if (mb_strpos($name, ';') !== false) {
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
D | StringContains.php | 57 return mb_strpos($other, $this->string) !== false;
|
/plugin/src/ |
D | syntax.php | 188 $pos = mb_strpos($haystack, $needle); 192 $pos = mb_strpos($haystack, $needle, $pos + $replacement_len);
|
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/ |
H A D | CustomWebDriverCommand.php | 75 if (mb_strpos($custom_url, '/') !== 0) {
|
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/ |
D | Text.php | 43 if (false === ($breakpoint = mb_strpos($value, ' ', $length, $env->getCharset()))) {
|
/plugin/yuriigantt/ |
D | syntax.php | 80 $data = mb_substr($match, mb_strpos($match, "\n") + 1);
|
/plugin/combo/vendor/symfony/polyfill-mbstring/ |
H A D | bootstrap.php | 64 …function mb_strpos($haystack, $needle, $offset = 0, $encoding = null) { return p\Mbstring::mb_strp… function
|
H A D | bootstrap80.php | 60 …function mb_strpos(?string $haystack, ?string $needle, ?int $offset = 0, ?string $encoding = null)… function
|
H A D | Mbstring.php | 518 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 D | DriverService.php | 170 …&& mb_strpos('@deprecated', (new \ReflectionClass(ProcessBuilder::class))->getDocComment()) === fa…
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
D | Hyphenator.php | 189 $p = mb_strpos($entry, '/', $offset, 'UTF-8');
|
D | Otl.php | 5755 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 D | FirefoxProfile.php | 203 if (mb_strpos($value, '//www.mozilla.org/2004/em-rdf') > 0) {
|
/plugin/aichat/vendor/vanderlee/php-sentence/src/ |
D | Sentence.php | 205 if (mb_strpos($punctuation, $terminal) !== false) {
|