Home
last modified time | relevance | path

Searched refs:strpos (Results 226 – 250 of 1099) sorted by last modified time

12345678910>>...44

/plugin/blog/
H A Dhelper.php65 if (($ns) && (strpos($id, $ns.':') !== 0)) continue; // filter namespaces
/plugin/pubmed2020/classes/
H A Dcache.php118 if (strpos($name,$this->extension)!==false){
179 if (strpos($name,".pdf")!==false){
198 if (strpos($name,".pdf")!==false){
H A Dpubmed2020.php327 if (strpos($value, ',') !== false) {
358 if (strpos($value, "[doi]") > 0)
360 if (strpos($value, "[pii]") > 0)
362 if (strpos($value, "[bookaccession]") > 0)
382 if (strpos($value, "[doi]") > 0) {
384 } else if (strpos($value, "[pii]") > 0) {
403 if (strpos($ret["title"], "[Not Available]") !== false) {
801 if (strpos($low_t, ". ")) {
814 if (strpos($low_t, "? ")) {
849 if (strpos($pages, "-") === false) {
/plugin/pubmed2020/
H A Dsyntax.php240 if (strpos($outputString, "%listgroup%") !== false) {
397 $multipleIds = strpos($id, ",");
431 if (strpos($raw, "TT - ") === false) {
447 if (strpos($raw, "HASH- ") === false) {
472 $multipleIds = strpos($id, ",");
621 if (strpos($cmd, 'abstract') !== false) {
/plugin/simplenavi/_test/
H A DSimplenaviTest.php
/plugin/tplinc/
H A Dhelper.php171 if (strpos($pns, $ans) === 0) {
/plugin/statdisplay/
H A DBrowser.php329 return( strpos($this->_agent,"chromeframe") !== false );
787 if( stripos($this->_agent,'Series60') !== false || strpos($this->_agent,'S60') !== false ) {
/plugin/statdisplay/helper/
H A Dlog.php201 if (substr($referer, 0, 4) == 'http' && (strpos($referer, DOKU_URL) !== 0)) {
/plugin/linksuggest/
H A Daction.php76 } else if (strpos($q, '.') !== false //relative link (., .:, .., ..:, .ns: etc, and :..:, :.: )
121 if ($hash === '' || strpos($t['hid'], $hash) === 0) {
194 } else if (strpos($q, '.') !== false //relative link (., .:, .., ..:, .ns: etc, and :..:, :.: )
/plugin/oauthauthsch/
H A DDotAccess.php32 if (strpos($key, '.') === false) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DSettings.php83 if (false !== \strpos($setting, '.')) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Serializers/
H A DSmartSerializer.php57 if (strpos($headers['content_type'], 'json') !== false) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php31 return false !== \strpos(\strtoupper($requestUri), '%2F');
57 $pos2 = \strpos($requestUri, '/', $pos1);
67 if (false !== \strpos($uriSegment, '\\\\')) {
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php132 if (strpos($message, 'getaddrinfo') // DNS lookup failed
133 || strpos($message, 'Connection refused')
402 if (false === strpos($url, 'http')) {
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php91 $pos = strpos($value[0], ',');
/plugin/elasticsearch/helper/
H A Dacl.php91 if (strpos($key, '@') === 0) {
/plugin/elasticsearch/vendor/composer/
H A DClassLoader.php533 if (0 === strpos($class, $prefix)) {
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php105 return strpos($rec['message'], $message) !== false;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php108 if (false !== \strpos($setting, '.')) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php330 if (strpos($body, '"succeeded":true') !== false) {
627 $this->OSVersion = strpos(strtolower(ini_get('disable_functions')), 'php_uname') !== false
639 if (strpos($uri, ':', 7) !== false) {
650 if (strpos($url, '?') === false) {
688 } elseif ($statusCode === 400 && strpos($responseBody, 'script_lang not supported') !== false) {
719 if ($statusCode === 500 && strpos($responseBody, "RoutingMissingException") !== false) {
723 } elseif ($statusCode === 500 && strpos($responseBody, 'NoShardAvailableActionException') !== false) {
/plugin/ckgedit/action/
H A Dedit.php137 if(strpos($ua, 'msie') !== false) {
259 …if(strpos($text, '%%') !== false || strpos($text, '\\\\') !== false || strpos($text, '|') !== fals…
284 $pos = strpos($text, '<');
533 if(strpos($line,$tpl_name)!==false) {
1069 if(strpos($text,'~~NO_STYLING~~') !== false) {
1075 if(strpos($matches[0],"\n") !== false) return $matches[0];
1139 if(!strpos($matches[1], "_ckgedit_NL")) return $matches[0];
1251 $pos = strpos($xhtml, 'MULTI_PLUGIN_OPEN');
1298 if(strpos($ua,'chrome') !== false) {
H A Dsave.php57 if(strpos($TEXT,'data:image') !== false) {
152 $pos = strpos($TEXT, 'MULTI_PLUGIN_OPEN');
172 if(strpos($TEXT,'L_PARgr') !== false) {
201 … if($this->helper->has_plugin('button') && strpos($matches[0], '[[{') === 0) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php102 … if ($codepoint < 127 && (strpos(self::$plain.self::$post_indicator,chr($codepoint))!==false)) {
H A Dconfig.php274 if(strpos($ns, ':')) {
319 if(strpos($line,'#') === false) {
322 if(strpos($mtype,'image')!==false) {
366 if(strpos($_COOKIE['FCK_NmSp'], ':')) {
/plugin/ckgedit/syntax/
H A Dfont.php41 if(isset($size) && strpos($size,':') !== false) {

12345678910>>...44