Home
last modified time | relevance | path

Searched refs:strpos (Results 726 – 750 of 1099) sorted by relevance

1...<<21222324252627282930>>...44

/plugin/struct/types/
H A DMedia.php34 if (strpos($mime, $allow) === 0) return $rawvalue;
H A DDecimal.php84 if ($this->config['trimzeros'] && (strpos($value, (string) $this->config['decpoint']) !== false)) {
/plugin/issuetracker/
H A Daction.php1073 if (strpos($user_grps,$w)!== false)
1497 (strpos($target2,$user_mail['userinfo']['mail']) != false)) &&
1743 if(strpos($target2,$user_mail['userinfo']['mail']) != false) {
1787 if(strpos($target2,$user_mail['userinfo']['mail']) != false) {
2177 if(strpos($this->getConf('ltdReport'),'Symptom link 2')===false){
2182 if(strpos($this->getConf('ltdReport'),'Symptom link 3')===false){
2213 if(strpos($this->getConf('ltdReport'),'Symptom link 1')!==false){
2219 if(strpos($this->getConf('ltdReport'),'Symptom link 2')!==false){
2225 if(strpos($this->getConf('ltdReport'),'Symptom link 3')!==false){
2331 or (strpos($target2,$user_mail['userinfo']['mail']) != false)
[all …]
/plugin/autotranslation/
H A Dhelper.php96 if($tns && strpos($ID,$tns) === false) continue;
191 if($this->translationsNs && strpos($id, $this->translationsNs) !== 0) return false;
/plugin/farm/
H A Dsoapconfig.class.php119 if(strpos($m, 'service_') !== 0) continue;
225 if(strpos($m, 'service_') !== 0) continue;
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php340 $a = strpos ( $value, '|' );
345 $b = strpos ( $value, '|', $a + 1 );
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php316 $a = strpos ( $value, '|' );
321 $b = strpos ( $value, '|', $a + 1 );
/plugin/jenkins/
H A Dsyntax.php34 if (strpos($url, 'https') !== false) {
/plugin/findologicxmlexport/vendor/hoa/file/
H A DReadWrite.php347 if (false === $n = strpos($line, "\n")) {
/plugin/revealjs/syntax/
H A Dheader.php201 while (strpos($check, '{'.$title.'}')) {
/plugin/authgoogle/google/io/
H A DGoogle_CurlIO.php186 if ($headerLine && strpos($headerLine, ':') !== false) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLexer.php125 if (false === strpos($fullLexeme, ':')) {
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DInterchangeBuilder.php
/plugin/scrape/
H A Dsyntax.php77 if (strpos($data['url'], '>') !== false) {
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/syntaxhighlighter4/
H A Dsyntax.php139 $title = trim(substr($attr, strpos($attr, ' ') + 1));
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlockFactory.php145 if (strpos($comment, '@') === 0) {
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/src/
H A DCaBundle.php129 if (0 === strpos($caBundleFile, 'phar://')) {
/plugin/structtasks/meta/
H A DUtilities.php134 if (strpos($userData['name'], ',')) $realname = '"' . $realname;
/plugin/dev/
H A DSVGIcon.php99 if (strpos($ident, ':')) {
/plugin/bez/tpl/
H A Dthread.php60 <?php if ( !(strpos($tpl->param('action'), 'task') === 0) &&
/plugin/zip/pear/File/
H A DArchive.php317 if (strpos($lastFile, '*')!==false ||
318 strpos($lastFile, '?')!==false) {
387 $pos = strpos($realPath, '/', $pos+1);
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php608 if (false === strpos($value, $subString)) {
619 if (false !== strpos($value, $subString)) {
640 if (0 !== strpos($value, $prefix)) {
/plugin/include/
H A Dhelper.php72 if (strpos($flag, '=') !== false) {
551 if (strpos($ins[$i][0], 'link') !== false && isset($ins[$i][1][1]) && is_array($ins[$i][1][1]) && $ins[$i][1][1]['type'] == 'internalmedia') {
831 if(strpos($id, '@BROWSER_LANG@') !== false){

1...<<21222324252627282930>>...44