Home
last modified time | relevance | path

Searched refs:strpos (Results 276 – 300 of 1099) sorted by relevance

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

/plugin/watchcycle/
H A Dhelper.php99 if (strpos($item, '@') !== false) {
188 if (strpos($item, '@') !== false && in_array(ltrim($item, '@'), $userData['grps'])) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUriTemplate.php40 if (false === strpos($template, '{')) {
75 if ($colonPos = strpos($value, ':')) {
/plugin/do/syntax/
H A Ddolist.php57 if (strpos($match, '?') === false) {
58 $pos = strpos($match, '&');
/plugin/combo/ComboStrap/Web/
H A DUrlRewrite.php143 if (strpos($do, self::EXPORT_DO_PREFIX) === 0) {
185 if (strpos($path, $urlPathBaseDir) === 0) {
/plugin/struct/meta/
H A DSearchConfig.php96 if (strpos($filter, '$USER$') !== false) {
98 } elseif (strpos($filter, '$TODAY$') !== false) {
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php54 if (!strpos($input, ':')) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php53 if (!strpos($input, ':')) {
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DAutoloader.php42 if (0 !== strpos($class, 'Twig')) {
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php54 if (!strpos($input, ':')) {
/plugin/quickstats/scripts/
H A Dread_ini.php10 if(strpos($entry,'[') !== false){
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php54 if (!strpos($input, ':')) {
/plugin/authgooglesheets/vendor/google/apiclient-services/
H A Dautoload.php26 if (0 === strpos($class, 'Google_Service_')) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DIssue228Test.php75 $this->assertFalse(strpos($response->body, 'BEGIN:VCALENDAR'));
H A DIssue211Test.php86 $this->assertFalse(strpos('BEGIN:VEVENT', $response->body));
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php54 if (!strpos($input, ':')) {
/plugin/ipban/ip-lib/src/Range/
H A DPattern.php71 if (is_string($range) && strpos($range, '*') !== false) {
75 … } elseif (strpos($range, '.') !== false && preg_match('/^[^*]+((?:\.\*)+)$/', $range, $matches)) {
93 … } elseif (strpos($range, ':') !== false && preg_match('/^[^*]+((?::\*)+)$/', $range, $matches)) {
/plugin/fetchmedia/action/
H A Dajax.php34 if (0 !== strpos($event->data, $call)) {
108 return strpos($elem, ':') === false;
211 $closingBracketsPos = strpos($postfix, ']]');
/plugin/importfacebookevents/
H A Dsyntax.php262 if (strpos($picFull, '?') > 0) $picFull .= '&.jpg';
264 if (strpos($picSmall, '?') > 0) $picSmall .= '&.jpg';
266 if (strpos($picSquare, '?') > 0) $picSquare .= '&.jpg';
/plugin/ckgdoku/action/
H A Dsave.php50 if(strpos($TEXT,'data:image') !== false) {
136 $pos = strpos($TEXT, 'MULTI_PLUGIN_OPEN');
158 if(strpos($TEXT,'L_PARgr') !== false) {
/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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar62 if (!strpos($_SERVER['REQUEST_URI'], $basename)) {
67 $pt = substr($_SERVER['REQUEST_URI'], strpos($_SERVER['REQUEST_URI'], $basename) + strlen($basename…
156 if (strpos ($sessionpath, ";") !== false)
157 $sessionpath = substr ($sessionpath, strpos ($sessionpath, ";")+1);
198 if (strpos(PHP_OS, 'WIN') !== false) {
/plugin/wysiwyg/fckeditor/_samples/php/
H A Dsample02.php86 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ;
/plugin/sqlraw/
H A Daction.php34 if (strpos($metadata, 'sqlRawSort') !== false) {
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DLegacyIntegrationTest.php50 return false !== strpos($value, ' ');
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DStringContainsToken.php35 return is_string($argument) && strpos($argument, $this->value) !== false ? 6 : false;

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