Home
last modified time | relevance | path

Searched refs:addr (Results 1 – 25 of 39) sorted by relevance

12

/plugin/quickstats/scripts/php-inet6_1.0.2/
H A Dinet6.php42 function inet6_expand($addr) argument
46 $part = explode('::', $addr);
55 $part = explode(":", $addr);
80 function inet6_compress($addr) argument
123 $addr = gmp_init('0x' . str_replace(':', '', inet6_expand($addr)));
150 function inet6_to_int64($addr) argument
153 if (strlen($addr) != 39) {
154 $addr = inet6_expand($addr);
157 $addr = str_replace(':', '', $addr);
159 $p2 = '0x' . substr($addr, 16);
[all …]
/plugin/dlcount/
H A Daction.php173 $addr = $_SERVER['HTTP_X_FORWARDED_FOR'];
174 if (!empty($addr) && $this->isValidIP($addr)) return $addr;
175 $addr = $_SERVER['HTTP_CLIENT_IP'];
176 if (!empty($addr) && $this->isValidIP($addr)) return $addr;
177 $addr = $_SERVER['REMOTE_ADDR'];
178 if (!empty($addr) && $this->isValidIP($addr)) return $addr;
/plugin/swiftmail/
H A Daction.php89 $addr = $matches[2];
91 $addr = $part;
95 if(empty($addr)) continue;
99 $from =& new Swift_Address($addr,$text);
104 $reci->add($addr,$text,'to');
106 $reci->add($addr,$text,$hdr);
/plugin/swiftmail/Swift/Plugin/
H A DMailSend.php117 foreach ($recipients->getTo() as $addr)
119 if ($this->isWindows()) $to[] = substr($addr->build(true), 1, -1);
120 else $to[] = $addr->build();
129 foreach ($recipients->getBcc() as $addr) $bcc[] = $addr->build();
/plugin/schedule/syntax/
H A Ddisplay.php87 list ($insee, $lat, $lon, $addr) = explode ("|", $line);
98 ($addr ?
99 … preg_replace ('%\\\\\\\\%', "<br/>", preg_replace ('%~[bB][rR]~%', "<br/>", $addr)) :
103 (($addr && $lat && $lon) ?
/plugin/badbehaviour/bad-behavior/
H A Dfunctions.inc.php37 function match_cidr($addr, $cidr) { argument
42 if (match_cidr($addr, $cidrlet)) {
51 $output = ((ip2long($addr) & $mask) == (ip2long($ip) & $mask));
/plugin/smtp/classes/
H A DMessage.php53 foreach($addresses as $addr) {
55 if(preg_match('#(.*?)<(.*?)>#', $addr, $matches)) {
58 $rcpt[] = trim($addr);
/plugin/quickstats/GEOIP/
H A Dgeoip.inc1561 $addr = $rec[0]["ipv6"];
1562 if (!$addr || $addr == $name) {
1571 if (!$addr || $addr == $name) {
1615 $ipnum = inet_pton($addr);
1621 $ipnum = ip2long($addr);
1802 if ($addr == null) {
1805 $ipnum = inet_pton($addr);
1811 if ($addr == null) {
1814 $ipnum = ip2long($addr);
1856 if ($addr == null) {
[all …]
H A Dgeoipcity.inc146 function GeoIP_record_by_addr_v6($gi, $addr)
148 if ($addr == null) {
151 $ipnum = inet_pton($addr);
164 function GeoIP_record_by_addr($gi, $addr)
166 if ($addr == null) {
169 $ipnum = ip2long($addr);
/plugin/ipgroup/
H A Daction.php73 $addr = inet_pton($ipaddr);
79 $len = 8*strlen($addr);
97 return ($addr & $mask);
/plugin/vcard/
H A Dsyntax.php213 $addr = array();
216 $addr[] = $this->_tagclass('street-address', $html);
231 $addr[] = join(' ', $loc);
236 $addr[] = $this->_tagclass('country-name', $html);
239 if (!empty($addr)) {
240 $folded .= ' <b>'.$this->getLang('address').'</b> '. join(', ', $addr);
/plugin/publish/action/
H A Dbanner.php90 $addr = $this->getConf('apr_mail_receiver');
91 if(!mail_isvalid($addr)) {
92 msg(sprintf($this->getLang('mail_invalid'),htmlspecialchars($addr)),-1);
/plugin/tplmod/
H A Daction.php219 $addr = trim($ips[$i]);
220 if($remote_addr == $addr) {
253 $addr = trim($ips[$i]);
254 if($remote_addr == $addr) {
288 $addr = trim($ips[$i]);
289 if($remote_addr == $addr) {
/plugin/schedule/lib/
H A DscheduleCitiesMap.js203 var addr = scheduleSelectedCity.find ('span.addresse').html ().replace (/<br>/gi, '~br~');
208 line.push (addr);
574 var addr = input.val ();
575 var match = addr.match (locationFormatRE);
577 addr = match [3];
584 input.val (addr);
585 scheduleSelectedCity.find ('span.addresse').html (addr.replace (/~br~/gi, '<br/>'));
/plugin/davcard/
H A Dhelper.php644 $addr = array();
674 … $addr[] = array('type' => strtolower((string)$adr['TYPE']), 'address' => $adr->getParts());
676 $addr[] = array('address' => $adr->getParts());
727 'addr' => $addr,
853 $addr = $this->getAddressbookIdForPage($id);
856 if($addr === false)
/plugin/schedule/
H A Dschedule.class.php25 var $addr; // event place addresse variable in schedule
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js1484 Markdown_Parser.prototype.encodeEmailAddress = function(addr) { argument
1532 addr = "mailto:" + addr;
1535 for(i = 0; i < addr.length; i++) {
1536 chars.push(addr.charAt(i));
1538 var seed = Math.floor(Math.abs(_crc32(addr) / addr.length)); // # Deterministic seed.
1554 addr = chars.join('');
1556 addr = "<a href=\"" + addr + "\">" + text + "</a>";
1558 return addr;
/plugin/markdownextra/
H A Dmarkdown.php1504 function encodeEmailAddress($addr) { argument
1520 $addr = "mailto:" . $addr;
1521 $chars = preg_split('/(?<!^)(?!$)/', $addr);
1522 $seed = (int)abs(crc32($addr) / strlen($addr)); # Deterministic seed.
1537 $addr = implode('', $chars);
1539 $addr = "<a href=\"$addr\">$text</a>";
1541 return $addr;
/plugin/database2/
H A Dmedia.php116 $ioIndex, $user, $addr ) = $source;
118 if ( $addr !== $_SERVER['REMOTE_ADDR'] )
/plugin/webdavclient/
H A Dadmin.php117 foreach($addressbooks as $addr)
119 $idx = intval($addr);
/plugin/swiftmail/Swift/Message/
H A DHeaders.php439 $addr = substr($lines[$i], $s);
440 $lines[$i] = "\"" . substr($lines[$i], 0, $s) . "\"" . $addr;
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js595 GetNodeFromAddress : function( doc, addr, normalized ) argument
598 for ( var i = 0 ; i < addr.length ; i++ )
600 var target = addr[i] ;
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php707 $addr = $this->getNextPosition();
708 $this->setFrameAt($addr, 0x02 | (($bit & $code) != 0));
715 $addr = $this->getNextPosition();
716 $this->setFrameAt($addr, 0x02);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D42.42.js.map1addr@',\n 'addr',\n 'fold@',\n 'free@',\n 'fix@',\n 'fix',\n …
/plugin/qrcode2/
H A Dphpqrcode.php2998 $addr = $filler->next();
2999 $filler->setFrameAt($addr, 0x02 | (($bit & $code) != 0));
3011 $addr = $filler->next();
3012 $filler->setFrameAt($addr, 0x02);

12