Home
last modified time | relevance | path

Searched refs:ip (Results 51 – 75 of 135) sorted by path

123456

/plugin/database2/
H A Ddatabase2.php5662 $ip = gethostbyname( $domain );
5663 if ( ( $ip === $domain ) || ( ip2long( $ip ) === false ) )
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1705ip=function(t,e,n,r,i){var a,o,s=t.children,c=s.length,u=new Array(c+1);for(u[0]=o=a=0;a<c;++a)u[a…
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6ip=function(t,e,n,r,i){var a,o,s=t.children,c=s.length,u=new Array(c+1);for(u[0]=o=a=0;a<c;++a)u[a…
/plugin/diagramsnet/lib/js/orgchart/
H A DmxOrgChartLayout.js514 var ip = new mxPoint(fx, fy2);
515 pointsList.push(ip);
516 ip.mark = edge.mark | e2.mark;
521 up.mark |= ip.mark;
525 uniquePoints[fx + ',' + fy2] = ip;
530 var ip = new mxPoint(fx2, fy);
531 pointsList.push(ip);
532 ip.mark = edge.mark | e2.mark;
537 up.mark |= ip.mark;
541 uniquePoints[fx2 + ',' + fy] = ip;
/plugin/diagramsnet/lib/js/socket.io/
H A Dsimplepeer9.10.0.min.js6ip||t.address)?(this.localAddress=t.ip||t.address,this.localPort=+t.port):t&&t.ipAddress?(this.loc…
/plugin/dig/
H A Dsyntax.php59 $R->cdata($this->getLang('ip'));
78 $this->renderCell($R, $dns['ip']);
128 'ip' => [],
138 $info['ip']['IP'] = $r['ip'];
141 $info['ip']['IPv6'] = $r['ipv6'];
144 $info['ip']['CNAME'] = $r['target'];
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1ip=function(t,e,n,r,i){var a,o,s=t.children,c=s.length,u=new Array(c+1);for(u[0]=o=a=0;a<c;++a)u[a…
/plugin/dlcount/
H A Daction.php144 * @param string $ip IP-Address
147 function isValidIP($ip) { argument
148 $ip = trim($ip);
150 $i = split('\.', $ip, 4);
/plugin/dnsresolver/
H A DREADME3 Resolving dns name in real ip address.
H A Dplugin.info.txt6 desc Resolving dns name in real ip address.
H A Dsyntax.php93 $content = $result[0][ip];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php2178 for ($ip = 0; $ip < $seqIndex; $ip++) {
2179 $exB .= $this->formatEntity($inputGlyphs[$ip]) . '&#x200d;';
2185 for ($ip = $seqIndex + 1; $ip < count($inputGlyphs); $ip++) {
2186 $exL .= $this->formatEntity($inputGlyphs[$ip]) . '&#x200d;';
2254 for ($ip = 0; $ip <
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhost-config.asciidoc21 needs (ip vs hostname, port, ssl, etc).
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/yo/
H A Dyo.txt
/plugin/extranet/
H A Dplugin.info.txt6 desc Hide some pages and disable actions from extranet ip
/plugin/farm/install/animaltemplate/conf/
H A Dwordblock.conf4270 https?:\/\/([^\/]*\.)?lisinopril\.no-ip\.info
6633 https?:\/\/([^\/]*\.)?telephone-ip\.blogspot\.com
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DCHANGELOG.md10 * added `Assert::ip()`
H A DREADME.md159 `ip($value, $message = '')` | Check that a string is a valid IP (either IPv…
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php467 public static function ip($value, $message = '') function in Webmozart\\Assert\\Assert
/plugin/flowcharts/
H A Dmermaid.min.js1ip=function(t,e,n,r,i){var a,o,s=t.children,u=s.length,c=new Array(u+1);for(c[0]=o=a=0;a<u;++a)c[a…
/plugin/freechat/phpfreechat/src/commands/
H A Dconnect.class.php46 $ip = ( $c->get_ip_from_xforwardedfor && isset($_SERVER["HTTP_X_FORWARDED_FOR"])) ?
49 if ($ip == "::1") $ip = "127.0.0.1"; // fix for konqueror & localhost
50 $ct->setUserMeta($nickid, 'ip', $ip);
/plugin/freechat/phpfreechat/themes/msn/smileys/
H A Dtheme.txt61 msn_island.gif (ip)
/plugin/gdpr/action/
H A Doldips.php109 list($timestamp, $ip, $rest) = explode("\t", $line, 3);
118 $cleanedLine = implode("\t", [$timestamp, str_pad('', strlen($ip)), $rest]);
/plugin/glossary/
H A Dglossary.class.php151 $ip = $request['ip'];
163 if ($record['ip'] == $ip)
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …olors-off::before{content:"\FE8B"}.mdi-ip::before{content:"\FA5E"}.mdi-ip-network::before{content:…

123456