Home
last modified time | relevance | path

Searched refs:strpos (Results 51 – 75 of 1099) sorted by last modified time

12345678910>>...44

/plugin/gallery/
H A Dsyntax.php
/plugin/dev/
H A DSVGIcon.php99 if (strpos($ident, ':')) {
H A Dcli.php148 if (strpos($dir, $pdir) === 0) {
151 } elseif (strpos($dir, $tdir) === 0) {
160 if (strpos($ldir, '/') !== false) {
/plugin/authwordpress/
H A Dclass-phpass.php132 $count_log2 = strpos($this->itoa64, $setting[3]);
/plugin/structtasks/meta/
H A DUtilities.php134 if (strpos($userData['name'], ',')) $realname = '"' . $realname;
/plugin/orphanswanted/
H A Dhelper.php153 if (strpos($page_namespace, $include_item) === 0) {
175 if (strpos($page_namespace, $exclude_item) === 0) {
/plugin/button/
H A Dsyntax.php72 return '' === $needle || false !== strpos($haystack, $needle);
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php1024 if (strpos($author, ',') === false) {
/plugin/tag/
H A Dhelper.php417 if(strpos($page, $ns.':') === 0 ) {
651 // hide if ns is not matching the page id (match gives strpos===0)
652 if ($ns && strpos(':'.getNS($id).':', ':'.$ns.':') !== 0) {
/plugin/tag/syntax/
H A Dtopic.php84 $separator_pos = strpos($flag, '=');
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php824 return strpos($value, $pattern) === 0;
1836 if (($pos = strpos($tag, ' ')) !== false) {
1949 if ($pos = strpos($tag, '<') !== false) {
2191 if (($pos = strpos($this->doc, $char, $this->pos)) === false) {
2247 while (($pos = strpos($text, '___noise___')) !== false) {
2295 if (strpos($noiseElement, $text) !== false) {
/plugin/recommend/helper/
H A Dassignment.php88 if (strpos($pns, $ans) === 0) {
H A Dmail.php55 } elseif (strpos($recipient, '@') === false) {
/plugin/translation/
H A Daction.php105 strpos($event->data['script'][$i]['src'], '/lib/exe/js.php') !== false
H A Dhelper.php166 if ($this->translationNs && strpos($id, (string) $this->translationNs) !== 0) return false;
/plugin/todo/
H A Daction.php144 $todoTagEndPos = strpos($wikitext, '>', $todoTagStartPos) + 1;
148 $todoTextEndPos = strpos( $wikitext, '</todo', $todoTagEndPos );
218 $pos = strpos($haystack, $needle, $pos);
/plugin/todo/syntax/
H A Dlist.php280 $parsepage = strpos($item, ':') === FALSE;
282 $p = strpos($item.':', ':', $len+1);
284 $parsepage = 0 === strpos($item, rtrim($ns.':'.$x, ':').':');
286 $parsepage = 0 === strpos($item, $ns.':');
/plugin/bureaucracy/helper/
H A Dactiontemplate.php346 if (!isset($last_folder[$n]) || strpos($ID, $last_folder[$n]['id']) !== 0) {
348 …'id' => substr($ID, 0, strpos($ID, ':', ($n > 0 ? strlen($last_folder[$n - 1]['id']) : 0) + 1) + 1…
H A Dactionscript.php32 $classFragment = substr($scriptName, 0, strpos($scriptName, '.'));
/plugin/bureaucracy/
H A Dsyntax.php118 if(strpos($args[0], '_') === false) {
144 if(strpos($action['type'], '_') === false) {
/plugin/addnewpage/
H A Dsyntax.php135 if(strpos($ns, '@PAGE@') !== false) {
208 …while(!empty($ancestor_stack) && strpos($ns, $ancestor_stack[count($ancestor_stack) - 1] . ':') !=…
261 if( ! empty($exclude) && strpos($ns['id'], $exclude) === 0) {
/plugin/gitbacked/lib/
H A DGit.php611 if ($branch == "" || strpos($branch, 'HEAD -> ') !== false) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DLineReader.php81 ($trailerPos = \strpos($reader->getBuffer(false), 'trailer', \max($bytesPerCycle * $cycles++, 0))) === false
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DCode128.php257 if (strpos($keys, $code[$i]) === false) {
260 $sum += (strpos($keys, $code[$i]) * ($i + 1));
275 $ck = strpos($keys, $code[$i]);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Color/
H A DColorConverter.php193 } elseif (strpos($color, '#') === 0) { // case of #nnnnnn or #nnn
289 if (strpos($cores[0], '%') !== false) {
296 if ($ncores > 1 && strpos($cores[1], '%') !== false) {
306 if ($ncores > 2 && strpos($cores[2], '%') !== false) {
316 if ($ncores > 3 && strpos($cores[3], '%') !== false) {

12345678910>>...44