Home
last modified time | relevance | path

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

12

/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js1111 var addr = fat_addrs[Math.floor(j*4/ssz)];
1114 j = __readInt32LE(sectors[addr], jj);
1133 var addr = fat_addrs[Math.floor(j*4/ssz)];
1136 j = __readInt32LE(sectors[addr], jj);
7351 var addr = encode_cell({c:C,r:R});
7352 if(!s[addr]) s[addr] = {t:"stub",v:undefined};
7353 s[addr].l = val;
7720 var row, p, cf, R, C, addr, sstr, rr;
7781 addr = encode_cell({c:C,r:R});
7782 if(!s[addr]) s[addr] = {t:'s',v:undefined};
[all …]
H A Dxlsx.min.js2 …tart;j>=0;){chkd[j]=true;buf[buf.length]=j;buf_chain.push(sectors[j]);var addr=fat_addrs[Math.floo… variable
3addr],jj)}return{nodes:buf,data:__toBuffer([buf_chain])}}function make_sector_list(sectors,dir_sta… variable
H A Dxlsx.min.map1 …t32LE","get_sector_list","start","chkd","sl","buf","buf_chain","modulus","addr","nodes","__toBuffe…
/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/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/codemirror/dist/modes/
H A Dsas.min.js.map1 …_ _i_ _infile_ _last_ _msg_ _null_ _numeric_ _temporary_ _type_ abort abs addr adjrsq airy alpha a…
/plugin/database2/
H A Dmedia.php116 $ioIndex, $user, $addr ) = $source;
118 if ( $addr !== $_SERVER['REMOTE_ADDR'] )
/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/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D42.42.js.map1addr@',\n 'addr',\n 'fold@',\n 'free@',\n 'fix@',\n 'fix',\n …
/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/ipgroup/
H A Daction.php73 $addr = inet_pton($ipaddr);
79 $len = 8*strlen($addr);
97 return ($addr & $mask);
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/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/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/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);
/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/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/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/schedule/
H A Dschedule.class.php25 var $addr; // event place addresse variable in schedule

12