Home
last modified time | relevance | path

Searched refs:stripos (Results 26 – 50 of 68) sorted by last modified time

123

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php20 use function stripos; alias
145 if (stripos($header, 'content-type:') === 0) {
161 …if (stripos($contentType, 'application/javascript') !== false || stripos($contentType, 'text/javas…
165 if (stripos($contentType, 'text/html') !== false) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DPlugin.php374 if (stripos($header, 'second-') === 0) $header = (int)(substr($header, 7));
375 elseif (stripos($header, 'infinite') === 0) $header = LockInfo::TIMEOUT_INFINITE;
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php66 return null !== $lastError && false !== stripos($lastError, 'interrupted system call');
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php14 define('GETID3_OS_ISWINDOWS', (stripos(PHP_OS, 'WIN') === 0));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DHttpAsset.php71 if (0 === stripos($header, 'Last-Modified: ')) {
/plugin/sentry/
H A DBrowser.php519 if (stripos($this->_agent, 'aol') !== false) {
879 …if (stripos($this->_agent, 'Windows Phone') !== false || stripos($this->_agent, 'Android') !== fal…
909 … else if (stripos($this->_agent, 'msie') !== false && stripos($this->_agent, 'opera') === false) {
958 …else if (stripos($this->_agent, 'mspie') !== false || stripos($this->_agent, 'pocket') !== false) {
1144 if (stripos($this->_agent, 'icab') !== false) {
1348 if (stripos($this->_agent, 'lynx') !== false) {
1382 if (stripos($this->_agent, 'Safari') !== false
1384 && stripos($this->_agent, 'iPod') === false
1419 if (stripos($this->_agent, 'Silk') !== false) {
1661 … if (stripos($this->_agent, 'Portable)') !== false || stripos($this->_agent, 'Vita') !== false) {
[all …]
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 … strchr strcmp strcoll strcspn strftime strip_tags stripcslashes ' +\n 'stripos stripslashes stri…
/plugin/data-au/
H A Daction.php180 stripos($id, cleanID($search)) === false &&
181 stripos($title, $search) === false) {
/plugin/bureaucracyau/
H A Daction.php45 stripos($username, $search) === 0 || // Username (prefix)
46 stripos($data['name'], $search) !== false) { // Full name
/plugin/bureaucracy-au/
H A Daction.php45 stripos($username, $search) === 0 || // Username (prefix)
46 stripos($data['name'], $search) !== false) { // Full name
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocParser.php974 $classPos = stripos($identifier, '::class');
1190 if (0 === stripos(rtrim($name, '\\') . '\\', $ignoredAnnotationNamespace)) {
H A DDocLexer.php141 return (strpos($value, '.') !== false || stripos($value, 'e') !== false)
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlDeserializationVisitor.php76 if (false !== stripos($data, '<!doctype')) {
399 $startPos = $endPos = stripos($data, '<!doctype');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTeamCity.php192 if (stripos(ini_get('disable_functions'), 'getmypid') === false) {
/plugin/switchpanel/
H A Dsyntax.php83 $iPosFirstLine = stripos( $match, "\n" );
93 if( trim( $sKeyVal ) == '' || stripos( $sKeyVal, '=' ) === false ){
120 $iPosStop = stripos( $sOptions, '=' );
127 $iPosStop = stripos( $sOptions, ',' );
134 $iPosStop = stripos( $sOptions, '"', 1 );
174 $iPosSep = stripos( $sLine, ':' );
202 $iPosSep = stripos( $sLine, ':' );
/plugin/ckgdoku/action/
H A Dedit.php684 if(stripos($_SERVER['HTTP_USER_AGENT'],'Chrome') !== false) {
1180 if(stripos($xhtml,'oIWIKIo') !== false) {
/plugin/backlinks2/
H A Dsyntax.php109 if (stripos($filterNS, "!", 0) === 0) {
113 return stripos($ns, $filterNS, 0) !== 0;
118 return stripos($ns, $filterNS, 0) === 0;
/plugin/fckg/action/
H A Dmeta.php501 if(stripos($lines[$i+1], 'upgrade') !== false) {
/plugin/filterrss/
H A Dsyntax.php53 if(stripos($sort, 'desc') !== false)
/plugin/mapillary/
H A Dsyntax.php82 $space = stripos($match, ' ');
/plugin/database2/
H A Ddatabase2.php1543 if ( stripos( $query, ' WHERE ' ) !== false )
1654 if ( stripos( $query, ' WHERE ' ) !== false )
4125 if ( stripos( $e->getMessage(), 'no such table' ) !== false )
4129 if ( stripos( $e->getMessage(), 'no such column' ) !== false )
/plugin/issuetracker/
H A Dedit.php385 if (stripos($conf['status_special'],$value) === false) {
H A Ditsearch.php85 if(stripos($issue_string,$needle)!==false)
97 if(stripos($comments,$needle)!==false)
140 if(stripos($comment['comment'],$needle)!==false) {
H A Dsyntax.php231 …if ( ($valid_umail == true) && ((stripos($xdescription, " ") > 0) || (strlen($xdescription)>5)) &&…
257 …{ $wmsg = $this->getLang('wmsg3').' ('.stripos($xdescription, " ").', '.strlen($xdescription).')';…
421 if (($status != '') && (stripos($this->getConf('status_special'),$status)===false))
483 if(stripos("login, mail, name",$shw_assignee_as) === false) $shw_assignee_as = "login";
622 if (stripos($this->getConf('status_special'),$a_status) !== false) continue;
729 if (stripos($this->getConf('status_special'),$a_status) !== false) continue;
836 …if(stripos($this->getConf('ltdListFilters'),'Filter Severity')=== false) $ret .= '<label for=…
848 …if(stripos($this->getConf('ltdListFilters'),'Sort by')=== false) $ret .= '<label for=…
927 if(stripos("login, mail, name",$shw_assignee_as) === false) $shw_assignee_as = "login";
936 if(stripos("mail",$shw_assignee_as) !== false) return $issue[$key];
[all …]
H A Daction.php241 …if((stripos($line,'ul]')!==false) || (stripos($line,'ol]')!==false) || (stripos($line,'li]')!==fal…
521 if (stripos($email,$a1) === false) $ret_mails .= $email.',';
983 if(stripos("login, mail, name",$shw_assignee_as) === false) $shw_assignee_as = "login";
1131 …if ((stripos($this->getConf('status_special'),$a_status) !== false) && (stripos($filter['status'],…
1239 …if ((stripos($this->getConf('status_special'),$a_status) !== false) && (stripos($filter['status'],…
1449 if(stripos($rawText, "{{issuetracker>") == false) { return $ret; }
2361 elseif (stripos($issue['add_user_mail'],$role) != false)
2363 elseif (stripos($target2,$role) != false)
2678 if(stripos($to.$cc,$issue['assigned'])==false) $cc .=', '.$issue['assigned'];
3028 if(stripos("mail",$shw_assignee_as) !== false) { return $issue[$key]; }
[all …]

123