Home
last modified time | relevance | path

Searched refs:strpos (Results 501 – 525 of 1099) sorted by relevance

1...<<21222324252627282930>>...44

/plugin/davcal/syntax/
H A Dtable.php152 elseif(strpos($from, 'today-') === 0)
158 elseif(strpos($from, 'today+') === 0)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php351 if (strpos($className, 'PHPUnit_Framework') === 0) {
882 if (strpos($method->name, 'test') === 0) {
890 return strpos($docComment, '@test') !== false ||
891 strpos($docComment, '@scenario') !== false;
/plugin/dir/
H A Dsyntax.php729 strpos(substr($flags, 1), '?') === FALSE &&
730 strpos(substr($flags, 1), ':') === FALSE
739 strpos(substr($flags, 1), '?') === FALSE
753 strpos(substr($flags, 1), '?') !== FALSE
/plugin/mikioplugin/syntax/
H A Dcore.php130 $i = strpos($item, '=');
626 $i = strpos($url, '?');
644 $i = strpos($url, '://');
905 $j = strpos($option, '=');
944 return (strpos($styleData, $searchString) !== false);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php220 … if ($cdoId === 2 && strpos((string)$vtimezone->TZID, 'Sarajevo') !== false) {
/plugin/fedauth/
H A Dcommon.php96 …$protocol = substr(strtolower($_SERVER['SERVER_PROTOCOL']), 0, strpos(strtolower($_SERVER['SERVER_…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DAnnotationRegistry.php145 if (\strpos($class, $namespace) === 0) {
/plugin/syntaxhighlightjs/syntax/
H A Dsxh.php81 $data = strtolower(trim(substr($match, strpos($match, ' '), -1), " \t\n/"));
/plugin/webdav/vendor/sabre/vobject/lib/
H A DTimeZoneUtil.php212 … if (2 === $cdoId && false !== strpos((string) $vtimezone->TZID, 'Sarajevo')) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DIntrospectionProcessor.php80 if (strpos($trace[$i]['class'], $part) !== false) {
/plugin/authgooglesheets/vendor/google/auth/src/Credentials/
H A DAppIdentityCredentials.php100 0 === strpos($_SERVER['SERVER_SOFTWARE'], 'Google App Engine');
/plugin/evesso/phpoauthlib/src/OAuth/Common/Service/
H A DAbstractService.php63 if (false !== strpos($path, '?')) {
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Service/
H A DAbstractService.php63 if (false !== strpos($path, '?')) {
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/
H A DHoursField.php37 $parts = strpos($parts, ',') !== false ? explode(',', $parts) : array($parts);
/plugin/recommend/helper/
H A Dassignment.php88 if (strpos($pns, $ans) === 0) {
/plugin/txtconf/
H A Dconfig0.class.php443 function is_whitespace($c) { return (strpos("\t\n\r ",$c) !== false); }
444 function is_quote($c) { return (strpos("\"'",$c) !== false); }
474 $i = strpos($contents, $c_close, $i+$c_open_len)+strlen($c_close)-1;
/plugin/file2dw/
H A Daction.php54 if ( strpos( $this->getConf('formDisplayRule'), $event->data) === false ) return;
208 … && strpos( $this->getConf( 'parserMimeTypeSOffice' ), $_FILES['userFile']['type'] ) !== false) {
490 $val = substr( $output, 0, strpos( $output, '_' )+1 );
/plugin/combo/ComboStrap/Xml/
H A DXmlDocument.php187 strpos($error->message, "htmlParseEntityRef: expecting ';' in Entity") !== false
198 if (strpos($error->message, "Specification mandates value for attribute") !== false) {
395 if (strpos($namespaceUri, "http") === false) {
/plugin/openid/Auth/OpenID/
H A DFileStore.php167 if (strpos($server_url, '://') === false) {
274 if (strpos($base, $name) === 0) {
605 return (strpos($_Auth_OpenID_filename_allowed, $char) !== false);
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DText.php82 if (false !== ($breakpoint = strpos($value, ' ', $length))) {
/plugin/geonav/tpl/startermap/
H A Dtpl_functions.php24 $isDiscussPage = strpos($ID, $discussPageRaw) !== false;
/plugin/html2pdf/multilingual/
H A Dsyntax.php85 if($this->hlp->tns && strpos($ID,$this->hlp->tns) !== 0) return;
/plugin/leightweightscript/
H A Daction.php127 if ( strpos( $str, $entry ) ) return true;
/plugin/webcode/_test/
H A Ddokuwiki.test.php47 …$this->assertTrue(strpos($cache->cache,DOKU_INC) !== false, "The cache file path must contains DOK…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php111 if( false !== strpos( $chunk, $tag ) )

1...<<21222324252627282930>>...44