Home
last modified time | relevance | path

Searched refs:strpos (Results 451 – 475 of 1099) sorted by relevance

1...<<11121314151617181920>>...44

/plugin/keyboard/
H A Dsyntax.php60 $mpos = strpos($match, '-');
61 $ppos = strpos($match, '+');
/plugin/combo/ComboStrap/
H A DSqlite.php249 $subdir = strpos($dbFile, $metadir) === 0;
348 if (strpos($dbFile, $metaDir) === 0) {
H A DSpacing.php58 $minusLocation = strpos($spacingClass, $minusCharacter);
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
H A DPdfStream.php185 $length = \strpos($buffer, 'endstream');
264 if (\strpos($filter->value, 'LZW') === 0) {
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php157 if (strpos($server_url, '://') === false) {
258 if (strpos($base, $name) === 0) {
558 return (strpos($_Auth_OpenID_filename_allowed, $char) !== false);
/plugin/move/_test/
H A Dnamespace_move.test.php201 $actual_response = substr($actual_response,strpos($actual_response,"<!-- wikipage start -->") + 23);
202 $actual_response = substr($actual_response,strpos($actual_response, 'doku.php'));
203 $actual_response = substr($actual_response,0,strpos($actual_response,"<!-- wikipage stop -->"));
/plugin/tagfilter/
H A Dhelper.php451 if (($ns == '.' && getNS($matchedPage) === false) || strpos(':' . getNS($matchedPage) . ':', ':' . $ns . ':') === 0 || $ns === '') {
479 if (strpos($column, '*')) {
550 return $ns === '' || strpos(':' . getNS($pageid) . ':', ':' . $ns . ':') === 0;
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php266 elseif (false !== strpos(self::PUNCTUATION, $this->code[$this->cursor])) {
268 if (false !== strpos('([{', $this->code[$this->cursor])) {
272 elseif (false !== strpos(')]}', $this->code[$this->cursor])) {
316 if (false !== strpos($match[1][0], $this->options['whitespace_trim'])) {
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DFileAsset.php45 if (0 !== strpos($source, $sourceRoot)) {
/plugin/redirect2/
H A Dhelper.php68 if (strpos($token[0], '%') !== 0) { // not regular expression
/plugin/davcard/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php209 if ($cdoId===2 && strpos((string)$vtimezone->TZID, 'Sarajevo')!==false) {
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DBlacklist.php124 if (strpos($className, $prefix) === 0) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DColonSpacingSniff.php96 if (strpos($content, $phpcsFile->eolChar) === false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
H A DAjaxNullComparisonSniff.php62 if (strpos($comment, '* @api') === false) {
/plugin/google_cal/
H A Dsyntax.php40 if (strpos($matches[2],',') !== false) {
/plugin/badbehaviour/bad-behavior/
H A Dfunctions.inc.php8 return(strpos(strtolower($haystack),strtolower($needle),$offset));
/plugin/findologicxmlexport/vendor/phpunit/php-text-template/src/
H A DTemplate.php128 strpos($error['message'], ':') + 2
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DTraversableContains.php98 if (is_string($this->value) && strpos($this->value, "\n") !== false) {
/plugin/asana/syntax/
H A DAsanaSyntax.php86 $filter = substr( $attr , strpos( $attr , "=" )+1 );
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php209 if ($cdoId===2 && strpos((string)$vtimezone->TZID, 'Sarajevo')!==false) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DMock.php105 if (strpos($path, $source . '/')===0) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php209 if ($cdoId===2 && strpos((string)$vtimezone->TZID, 'Sarajevo')!==false) {
/plugin/blockquote/syntax/
H A Dblockquote.php58 $source = trim(substr($match,strpos($match,' '),-1));
H A Dq.php55 $source = trim(substr($match,strpos($match,' '),-1));
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DMinutesField.php29 $parts = strpos($parts, ',') !== false ? explode(',', $parts) : array($parts);

1...<<11121314151617181920>>...44