Home
last modified time | relevance | path

Searched refs:ip (Results 76 – 100 of 135) sorted by relevance

123456

/plugin/vote/
H A Dsyntax.php126 $ip = clientIP( true );
127 if ( isset( $vote_log['ips'] ) && in_array( $ip, $vote_log['ips'] ) ) {
/plugin/quickstats/
H A Dstyle.css14 div.quickstats.basics span.title, div.quickstats.ip span.title, div.quickstats.ua span.title,
22 div.quickstats.ip {
H A Dstyle.wide.css14 div.quickstats.basics span.title, div.quickstats.ip span.title, div.quickstats.ua span.title,
22 div.quickstats.ip {
H A Dsyntax.php215 case 'ip':
598 foreach($this->ua_data as $ip=>$data) {
604 …$renderer->doc .= $this->extended_row($uasort_ip[$ip], array($ip, "  $country",$uas), $…
H A DHOW-TO71 ~~QUICKSTATS:ip<;;depth>~~
80 ~~QUICKSTATS:<month_year>&ip<;;depth>~~
107 ip:
/plugin/abortlogin/
H A DREADME.md6 ip addresses can be entered in the Config Mgr and the results will
/plugin/dnsresolver/
H A Dsyntax.php93 $content = $result[0][ip];
H A DREADME3 Resolving dns name in real ip address.
/plugin/owncloud/
H A Dall.css38 .ip {
/plugin/plantuml/
H A Dplugin.history.txt26 * Remote image generation support (defaults to http://plantuml.no-ip.org/plantuml/uml)
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DX509.php1537 * @param string $ip
1541 public static function decodeIP($ip) argument
1543 return inet_ntop($ip);
1551 * @param string $ip
1557 $size = strlen($ip) >> 1;
1558 $mask = substr($ip, $size);
1559 $ip = substr($ip, 0, $size);
1568 * @param string|array $ip
1574 return is_string($ip) ?
1575 inet_pton($ip) :
[all …]
/plugin/serverinfos/serverinfos/lib/
H A DElements.class.php132 public function displayWebCategories($ip, $serverName, $serverWeb, $ServerPort) argument
135 echo "<div id='categorie_contenu_web'><strong>".$ip."</strong></div>";
/plugin/tgnotify/
H A DCHANGELOG.rst26 * Feature: user address (ip or fqdn) in message can be enabled/disabled in plugin config
/plugin/quickstats/lang/nl/
H A Dgeneral_intro.txt3 - specifieke zoekopdrachten maken gebaseerd op land, ip adres, en Dokuwiki pagina namen;
/plugin/quickstats/lang/en/
H A Dgeneral_intro.txt3 - make specific queries based on country, ip address, and Dokuwiki page names;
/plugin/blogtng/db/
H A Dupdate0004.sql31 ip field
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DCHANGELOG.md10 * added `Assert::ip()`
/plugin/logger/
H A DREADME.md4 It logs the date, time, ip, username, host name, query string and user agent.
/plugin/quiz/
H A Dclass_quiz.php538 $ip = clientIP(true);
544 $score['ips'][] = $ip;
549 $score['rows'][$score['total']]['ip'] = $ip;
/plugin/freechat/phpfreechat/themes/msn/smileys/
H A Dtheme.txt61 msn_island.gif (ip)
/plugin/captcha/
H A Dhelper.php177 $ip = clientIP();
180 return sha1(implode("\n", [$ID, $lm, $td, $ip, $salt]));
/plugin/codemirror/dist/modes/
H A Dgas.min.js1 …f.rsp="variable-3";f.bp="variable";f.ebp="variable-2";f.rbp="variable-3";f.ip="variable";f.eip="va…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhost-config.asciidoc21 needs (ip vs hostname, port, ssl, etc).
/plugin/autlogin/
H A Dadmin.php1442 function control_ip($ip) argument
1446 if(preg_match($regular,$ip)) //IPv4
1450 if(preg_match($IPV6_REGEX,$ip)) //IPv6
/plugin/cli/
H A Dcli-examples.txt352 console(config)#ip ssh server
383 console(config)#ip ssh server

123456