Home
last modified time | relevance | path

Searched refs:strpos (Results 776 – 800 of 1099) sorted by relevance

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

/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php555 if (strpos($path, '/../') !== false || strrchr($path, '/') === '/..') {
558 if (strpos(realpath($path), realpath($assetDir)) === 0 && file_exists($path)) {
/plugin/tag/
H A Dhelper.php417 if(strpos($page, $ns.':') === 0 ) {
651 // hide if ns is not matching the page id (match gives strpos===0)
652 if ($ns && strpos(':'.getNS($id).':', ':'.$ns.':') !== 0) {
/plugin/nobadbrowser/
H A Daction.php211 if (strpos($user_agent, 'MSIE') !== false) {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DFunctionSpacingSniff.php139 if (strpos($tokens[$i]['content'], $phpcsFile->eolChar) === false) {
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php117 false === strpos($this->getValue(), 'Z')
/plugin/loadskin/
H A Daction.php191 $pos = strpos($id, $langPath);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php128 strpos($this->getValue(), 'Z') === false
/plugin/yql/
H A Dsyntax.php85 if (strpos($part, '|') !== FALSE) { // is this a link?
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php123 strpos($this->getValue(),'Z')===false
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DText.php243 if (strpos($val,"\n") !== false) {
/plugin/matrixnotifier/
H A Dhelper.php214 …if((strpos($event->data['file'], 'data/attic') === false) && $this->valid_namespace() && $this->ch…
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php123 strpos($this->getValue(),'Z')===false
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DText.php243 if (strpos($val,"\n") !== false) {
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php123 strpos($this->getValue(),'Z')===false
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DText.php243 if (strpos($val,"\n") !== false) {
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php91 $pos = strpos($value[0], ',');
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php108 if (false !== \strpos($setting, '.')) {
/plugin/blog/
H A Daction.php233 if (strpos($cache->file, $conf['datadir']) === 0) {
/plugin/adhoctags/syntax/
H A Dabstract.php84 $data = trim(substr($match,strpos($match,' '),-1)," \t\n/");
/plugin/combo/action/
H A Dsnippetsbootstrap.php195 $jqueryFound = strpos($scriptData['src'], 'jquery');
/plugin/combo/ComboStrap/
H A DIso8601Date.php272 if (strpos($pattern, "%") !== false) {
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php2006 if (strpos($style,'U')!==false) {
2168 if(strpos($border,'L')!==false)
2170 if(strpos($border,'T')!==false)
2172 if(strpos($border,'R')!==false)
2174 if(strpos($border,'B')!==false)
2240 if(strpos($border,'L')!==false)
2242 if(strpos($border,'R')!==false)
2244 $b=(strpos($border,'T')!==false) ? $b2.'T' : $b2;
2324 if($border && strpos($border,'B')!==false)
2549 if(isset($_SERVER['HTTP_USER_AGENT']) && strpos($_SERVER['HTTP_USER_AGENT'],'MSIE'))
[all …]
/plugin/database/
H A Ddatabase.php235 $counter = abs(substr($file,0,strpos($file,'-')));
667 $posOfPipe = strpos($value, $environment->COLUMN_SEPARATOR);
749 || strpos($value, $environment->COLUMN_SEPARATOR) === false
758 || strpos($value, $environment->COLUMN_SEPARATOR) === false
1141 $posOfWildCard = strpos($filterValue, $environment->WILD_CARD);
1151 $posOfWildCard = strpos($filterValue, $environment->WILD_CARD,1);
1179 $pos = strpos($value, $filterValue);
1201 $nextPos= strpos($restToCheck, $filterValue);
/plugin/googlemaps3/
H A Dsyntax.php243 …$markers[$mark]['icon'] = ($marker['icon'] && strpos($marker['icon'], '.') ? $this->getConf('path'…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Sharing/
H A DPlugin.php190 if (strpos($contentType, 'application/davsharing+xml') === false) {

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