Home
last modified time | relevance | path

Searched refs:strpos (Results 951 – 975 of 1099) sorted by relevance

1...<<31323334353637383940>>...44

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DICSExportPluginTest.php72 $this->assertTrue(strpos((string)$obj->PRODID, DAV\Version::VERSION)!==false);
123 $this->assertFalse(strpos((string)$obj->PRODID, DAV\Version::VERSION)!==false);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php560 … if (strpos($contentType, 'application/xml') !== 0 && strpos($contentType, 'text/xml') !== 0) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio.mp3.php1194 $framelength1 = strpos($MPEGaudioData, $SyncPattern1, 4);
1195 $framelength2 = strpos($MPEGaudioData, $SyncPattern2, 4);
1205 $framelength1 = strpos($MPEGaudioData, substr($SyncPattern1, 0, 3), 4);
1206 $framelength2 = strpos($MPEGaudioData, substr($SyncPattern2, 0, 3), 4);
H A Dmodule.tag.apetag.php141 $ItemKeyLength = strpos($APEtagData, "\x00", $offset) - $offset;
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php941 $code_data[] = strpos($keys_a, $char);
956 $code_data[] = strpos($keys_b, $char);
1036 $code_data[] = strpos($keys_a, $char);
1079 $code_data[] = strpos($keys_b, $char);
/plugin/fedauth/Auth/OpenID/
H A DAX.php631 if (strpos($key, 'type.') === 0) {
/plugin/translation3/
H A Dhelper.php101 if($this->tns && strpos($id,$this->tns) !== 0) return false;
/plugin/sfauth/
H A Dhelper.php329 if(!strpos($mail, '@')) {
/plugin/autotranslation/
H A Daction.php147 …if(!empty($event->data['script'][$i]['src']) && strpos($event->data['script'][$i]['src'], '/lib/ex…
/plugin/watchcycle/
H A Daction.php283 if (strpos($grp, $term) !== false) {
/plugin/preregister/
H A Daction.php93 if(strpos($_REQUEST['sel'],$card) === false) {
/plugin/quickstats/GEOIP/
H A Dgeoipcity.inc55 // workaround php's broken substr, strpos, etc handling with
/plugin/odt/ODT/css/
H A Dcssdocument.php204 $equal_sign = strpos ($attributes, '=', $pos);
/plugin/combo/ComboStrap/
H A DFileSystems.php344 $firstColon = strpos($uri, ":");
H A DMetadataFrontmatterStore.php250 if (strpos($content, $frontMatterStartTag) === 0) {
/plugin/openid/Auth/OpenID/
H A DAssociation.php311 if (strpos($k, $signed_prefix) === 0) {
H A DAX.php647 if (strpos($key, 'type.') === 0) {
/plugin/database2/
H A Ddatabase2.php473 if ( strpos( $this->driver, 'mysql' ) !== false )
2947 if ( strpos( $argument, '%' ) === false )
3185 $end = strpos( $in, $in[$first], $pos + 1 );
3298 $tag = strpos( $in, '<', $pos );
3306 $end = strpos( $in, '?>', $tag + 2 );
3456 if ( strpos( $href, '://' ) !== false )
4937 if ( strpos( $in, '%{' ) !== false )
5044 $a = strpos( $value, '|' );
5049 $b = strpos( $value, '|', $a + 1 );
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1297 } elseif (strpos($content, '.') !== false) {
1305 if (strpos($content, '-') !== false || strpos($content, '+') !== false) {
/plugin/userimportextended/
H A Dadmin.php162 if ($field === 'groups' && strpos($_REQUEST['defaults'][$field], 'user') === false) {
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php542 $className = substr($className, 0, strpos($className, '.'));
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php94 strpos($p2, $p1) !== 0)
/plugin/issuelinks/helper/
H A Ddb.php184 if (strpos(trim($sql, ';'), ';') !== false) {
/plugin/datatemplate/syntax/
H A Dlist.php252 if(strpos($text, '@@Page@@') !== false) {
/plugin/elwikiupgrade/
H A DHTTPClient.php132 if(strpos($url,'?')){
906 strpos($_SERVER['HTTP_REFERER'], 'httpdebug') !== false

1...<<31323334353637383940>>...44