Home
last modified time | relevance | path

Searched refs:strpos (Results 251 – 275 of 1099) sorted by relevance

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

/plugin/ipban/ip-lib/
H A Dip-lib.php5 if (strpos($class, 'IPLib\\') !== 0) {
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A Dautoload.php11 if (strpos($class, 'setasign\Fpdi\\') === 0) {
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/
H A DAutoloader.php40 if (0 !== strpos($class, 'Twig_Extensions')) {
/plugin/wysiwyg/fckeditor/_samples/php/
H A Dsample01.php46 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ;
H A Dsample03.php74 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ;
H A Dsample04.php80 $sBasePath = substr( $sBasePath, 0, strpos( $sBasePath, "_samples" ) ) ;
/plugin/noiewarning/
H A Daction.php156 if (strpos($useragent, 'MSIE') !== false)
158 else if (strpos($useragent, 'Trident/') !== false)
160 else if (strpos($useragent, 'Edge/') !== false)
/plugin/html2pdf/html2pdf/html2ps/samples/API/events/1/
H A Dhtml2pdf.php82 if ( strpos ( trim ( $filerows[$i] ), "HTML2PDF_POST_PROCESSING_DIRECTIVES -->" ) === 0 ) {
89 if ( strpos ( trim ( $filerows[$i] ), "//" ) === 0 ) { continue; } // Skip comment line
118 if ( strpos ( trim ( $filerows[$i] ), "<!-- HTML2PDF_POST_PROCESSING_DIRECTIVES" ) === 0 ) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DFreeBusyRequestTest.php309 strpos($this->response->body, $string)!==false,
315strpos($this->response->body, 'FREEBUSY;FBTYPE=BUSY:20110101T080000Z/20110101T090000Z')==false,
370 strpos($this->response->body, $string)!==false,
/plugin/fedauth/Auth/Yadis/
H A DXRI.php128 if (strpos(rtrim($url, '?'), '?') !== false) {
162 $root = substr($authority, 0, strpos($authority, ')') + 1);
H A DMisc.php56 return strpos($s, $stuff) === 0;
/plugin/semanticdata/
H A Daction.php44 if(strpos($data[0][1],'dataentry') !== false) return; // plugin seems still to be there
107 if (strpos($event->data, 'data_page_') !== 0) {
/plugin/openid/Auth/Yadis/
H A DXRI.php128 if (strpos(rtrim($url, '?'), '?') !== false) {
162 $root = substr($authority, 0, strpos($authority, ')') + 1);
H A DMisc.php56 return strpos($s, $stuff) === 0;
/plugin/spatialhelper/helper/
H A Dsearch.php121 if (strpos($_geohash, (string)$adjHash) !== false) {
137 if (strpos($id, 'media__') === 0) {
/plugin/socialcards/
H A Daction.php149 $secure = strpos($ogImage, 'https') === 0 ? ':secure_url' : '';
254 if(strpos($img, "http") === 0) {
/plugin/smtp/
H A Dhelper.php27 $colonPos = strpos($ip, ':');
/plugin/ajaxloader/
H A Dcommon.php2 if (strpos($call, 'plugin_') === 0) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DStringStartsWith.php41 return strpos($other, $this->prefix) === 0;
/plugin/const/_test/
H A Dcalculation.test.php23 $this->assertTrue(strpos($HTML, '42') !== false, 'Calculation is 42');
/plugin/ac/
H A Dcommon.php18 if (strpos($name, 'syntax_plugin_ac_action_') !== 0) {
/plugin/mediathumbnails/
H A Dthumbnail.php50 if (strpos($e,"PDFDelegateFailed") !== false) {
53 if (strpos($e,"security policy") !== false) {
/plugin/toctweak/
H A Dhelper.php28 if (strpos($param, '|') !== false) {
49 if (strpos($matches[3], '-') !== false) {
/plugin/davcard/syntax/
H A Dcard.php66 if(strpos($match, '{{davcardclient') === 0)
102 if(strpos($data['id'], 'webdav://') === 0)
/plugin/userhistory/
H A Dadmin.php45 …$href = wl ( $ID ). ( strpos ( wl ( $ID ), '?' )?'&amp;':'?' ).'do=admin&amp;page='.$this->getPlug…
102 …$href = wl ( $ID ). ( strpos ( wl ( $ID ), '?' )?'&amp;':'?' ).'do=admin&amp;page='.$this->getPlug…

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