Home
last modified time | relevance | path

Searched refs:strpos (Results 201 – 225 of 1099) sorted by last modified time

12345678910>>...44

/plugin/keyboard/
H A Dsyntax.php60 $mpos = strpos($match, '-');
61 $ppos = strpos($match, '+');
/plugin/openid/Auth/OpenID/
H A DAX.php647 if (strpos($key, 'type.') === 0) {
H A DAssociation.php311 if (strpos($k, $signed_prefix) === 0) {
H A DFileStore.php167 if (strpos($server_url, '://') === false) {
274 if (strpos($base, $name) === 0) {
605 return (strpos($_Auth_OpenID_filename_allowed, $char) !== false);
H A DMessage.php377 if (strpos($desired_alias, '.') !== false) {
714 if (strpos($k, 'openid.') !== 0) {
827 (strpos($namespace, ':') === false)) {
H A DTrustRoot.php151 if (strpos($host, ':') !== false) {
H A DURINorm.php137 $i = strpos($path, '/', $i);
205 if (strpos($host, '%') !== false) {
H A DKVForm.php100 if (strpos($key, ':') !== false) {
104 if (strpos($key, "\n") !== false) {
108 if (strpos($value, "\n") !== false) {
/plugin/openid/Auth/
H A DOpenID.php365 if (strpos($url, '?') !== false) {
/plugin/openid/Auth/Yadis/
H A DHTTPFetcher.php139 if (strpos(strtolower($line), "location: ") === 0) {
142 $ppos = strpos($loc, "://");
143 if ($ppos === false || $ppos > strpos($loc, "/")) {
145 $hpos = strpos($url, "://");
150 $fspos = strpos($url, "/");
157 $xpos = strpos($url, "/");
159 $apos = strpos($url, "?");
161 $apos = strpos($url, "&");
H A DMisc.php56 return strpos($s, $stuff) === 0;
H A DParanoidHTTPFetcher.php201 if (strpos($header, ': ')) {
280 if (strpos($header, ': ')) {
H A DXRI.php128 if (strpos(rtrim($url, '?'), '?') !== false) {
162 $root = substr($authority, 0, strpos($authority, ')') + 1);
/plugin/extranet/
H A Daction.php37 return strpos($content, '~~NOEXTRANET~~') !== false;
/plugin/deeplautotranslate/
H A Daction.php741 if (strpos($match[1], '://') !== false) continue;
744 if (strpos($match[1], '>') !== false) continue;
747 if (strpos($match[1], '@') !== false) continue;
750 if (strpos($match[1], '\\\\') !== false) continue;
788 if (strpos($match[1], '://') !== false) continue;
791 if (strpos($match[1], '>') !== false) continue;
/plugin/prosemirror/parser/
H A DMark.php191 if (strpos($this->parent->getInnerSyntax(), '%%') === false) {
/plugin/blogtng/helper/
H A Dentry.php1103 } elseif (strpos($link, ':') === false) {
/plugin/navi/
H A Dsyntax.php45 if (strpos($id, '?') !== false) {
/plugin/orphanmedia2/
H A Dsyntax.php168 …if((strpos($perPage_MediaLinks[$i],"|valid")===false) && (strpos($perPage_MediaLinks[$i],"|relativ…
184 …if((strpos($perPage_MediaLinks[$i],'http:')!==false) || (strpos($perPage_MediaLinks[$i],'https:')!…
185 …if((strpos($perPage_MediaLinks[$i],"|valid")===false) && (strpos($perPage_MediaLinks[$i],"|relativ…
240 if((strpos($perPage_MediaLinks[$i],"|valid")>0)) {
244 if((strpos($perPage_MediaLinks[$i],"|relative")>0)) {
248 …if((strpos($perPage_MediaLinks[$i],"|valid")===false) && (strpos($perPage_MediaLinks[$i],"|relativ…
411 elseif(strpos($defFileTypes, $extension)!==false) {
666 if((strlen($flashpl_link)>1) && strpos($flashpl_link, "://")<1) {
709 if((strlen($imgmaps_link)>1) && strpos($imgmaps_link, "://")<1) {
731 if((strlen($galary_link)>1) && strpos($galary_link, "://")<1) {
[all …]
/plugin/do/syntax/
H A Ddolist.php57 if (strpos($match, '?') === false) {
58 $pos = strpos($match, '&');
/plugin/odtsupport/
H A Dsyntax.php121 if (strpos($string,'date') !== false) {
/plugin/barcodes/vendor/composer/
H A DClassLoader.php538 if (0 === strpos($class, $prefix)) {
/plugin/authdrupal8/
H A Dpassword.inc188 return strpos($itoa64, $setting[3]);
/plugin/edittable/renderer/
H A Dinverse.php252 if(strpos($text, '%%') !== false) {
/plugin/blog/
H A Daction.php233 if (strpos($cache->file, $conf['datadir']) === 0) {

12345678910>>...44