Home
last modified time | relevance | path

Searched refs:strpos (Results 426 – 450 of 1099) sorted by last modified time

1...<<11121314151617181920>>...44

/plugin/iptrust2/
H A Daction.php73 if (strpos($ip, $net) === 0) {
/plugin/pdftools/
H A Daction.php33 strpos($ID,'start')!==false &&
34 (strlen($ID)-strpos($ID,'start'))==5) $show_button = false;
78 …if (strpos($event->data['replace']['@APPROVER@'],$event->data['replace']['@AUTHOR@']) > 0) $event-…
H A Dsyntax.php111 if (strpos($match,"quer")>0) {
H A Dadmin.php37 if (strpos($command,"install:")===0) {
45 if (strpos($command,"erase:")===0) {
56 if(strpos($command,"upload")===0) {
/plugin/symbols4odt/
H A Dsyntax.php100 if (strpos($match, 'utf8symbol') != false) {
/plugin/reqlang/
H A Daction.php65 $split = strpos($lang, '-');
/plugin/multiselect/
H A Daction.php88 $stop=strpos($found[$selectcount_range+1],">");
103 if(strpos($sm,' ') !== false){
/plugin/outliner/
H A Dsyntax.php81 $opened = (strpos($matches[2], '^') !== false);
83 $nopopup = (strpos($matches[2], '#') !== false);
85 $link = (strpos($matches[2], '@') !== false);
/plugin/watchcycle/
H A Daction.php283 if (strpos($grp, $term) !== false) {
H A Dhelper.php99 if (strpos($item, '@') !== false) {
188 if (strpos($item, '@') !== false && in_array(ltrim($item, '@'), $userData['grps'])) {
/plugin/tagalerts/
H A Daction.php69 …if ((isset($tags[$i])) and (($this->getConf('action') == "messages") or (strpos($this->getConf('fo…
/plugin/matrixnotifier/
H A Dhelper.php214 …if((strpos($event->data['file'], 'data/attic') === false) && $this->valid_namespace() && $this->ch…
/plugin/twofactoryubiauth/
H A DYubiAuthenticator.php30 $delpos = strpos($item,'=');
/plugin/clipboardutils/
H A Dsyntax.php126 if (strpos($icon,'.') === FALSE) $icon .='.png';
159 if (strpos($f_str,',') !== FALSE) $formats =explode(',',$f_str);
/plugin/externalembed/
H A Dsyntax.php318 if(strpos($parameters['url'], 'playlist?list=') !== false) {
320 …} else if((strpos($parameters['url'], '/watch') || strpos($parameters['url'], 'youtu.be/')) !== fa…
/plugin/currentlyreading/
H A Dsyntax.php59 if ($spos = strpos($pagename, '?')) {
/plugin/airtable/
H A Dsyntax.php451 $type = substr($user_string, 0, strpos($user_string, " | "));
/plugin/oembed/
H A Dsyntax.php432 $first = strpos($base,"?") === false ? true : false;
/plugin/addressbook/
H A Dsyntax.php136 if (strpos($data,'departments') > 0) {
717 $params = substr($params,strpos($params,'?')+1);
721 if (strpos($o,'=') == 0) {$res[$o] = false;} else {
/plugin/textmodule/
H A Daction.php45 $n = strpos($m[$c],":");
/plugin/mediathumbnails/
H A Dthumbnail.php50 if (strpos($e,"PDFDelegateFailed") !== false) {
53 if (strpos($e,"security policy") !== false) {
/plugin/googlemaps3/
H A Dsyntax.php243 …$markers[$mark]['icon'] = ($marker['icon'] && strpos($marker['icon'], '.') ? $this->getConf('path'…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D40.40.js.map1 … 'string_agg',\n 'string_to_array',\n 'strip',\n 'strpos',\n 'substr…
H A D50.50.js.map1 …,\n 'reverse',\n 'rtrim',\n 'split_part',\n 'strpos',\n 'strtol…
/plugin/ipgroup/
H A Daction.php42 $network_bits = substr($network,strpos($network,'/')+1);
64 $cx = strpos($ipaddr, '/');

1...<<11121314151617181920>>...44