Home
last modified time | relevance | path

Searched refs:ip (Results 1 – 25 of 135) sorted by path

123456

/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js8772 function gch_tr1(p,transp){var i,o,n,a,ip,b40,csa=p.split('/')
8776 ip=o+1
8778 while(p[ip]=='#'||p[ip]=='\u266f'){a++;ip++}
8779 while(p[ip]=='b'||p[ip]=='\u266d'){a--;ip++}
8786 p.slice(ip)}
H A Dsnd-1.js485 throw new Error('chunk not found');this.parseRiffChunk(chunk);this.input=null};sf2.Parser.prototype.parseRiffChunk=function(chunk){var parser,data=this.input,ip=chunk.offset,signature;if(chunk.type!=='RIFF')
486 throw new Error('invalid chunk type:'+chunk.type);signature=String.fromCharCode(data[ip++],data[ip++],data[ip++],data[ip++]);if(signature!=='sfbk')
487 throw new Error('invalid signature:'+signature);parser=new sf2.Riff.Parser(data,{'index':ip,'length':chunk.size-4});parser.parse();if(parser.getNumberOfChunks()!==3)
488 throw new Error('invalid sfbk structure');this.parseInfoList(parser.getChunk(0));this.parseSdtaList(parser.getChunk(1));this.parsePdtaList(parser.getChunk(2))};sf2.Parser.prototype.parseInfoList=function(chunk){var parser,data=this.input,ip=chunk.offset,signature;if(chunk.type!=='LIST')
489 throw new Error('invalid chunk type:'+chunk.type);signature=String.fromCharCode(data[ip++],data[ip++],data[ip
[all...]
/plugin/abortlogin/
H A DREADME.md6 ip addresses can be entered in the Config Mgr and the results will
H A Daction.php24 $ip = $_SERVER['REMOTE_ADDR'];
29 …sabled file from the plugin directory when you are finished setting up. Your current IP is $ip",2);
49 …&& empty($_REQUEST['http_credentials']) && !empty($USERINFO) && !$this->is_allowed($allowed, $ip)){
66 if($ACT == 'login' && !$this->is_allowed($allowed, $ip)) {
68 $this->log($ip);
76 function is_allowed($allowed, $ip) { argument
90 if( preg_match("/" . $allowed . "/", $ip) ) {
96 function log($ip) { argument
98 io_saveFile($log,"$ip\n",1);
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe802 h ip
2165 ip s
2226 ip le
2662 Ġpartic ip
3820 Ġsh ip
4057 ic ip
4413 ip ment
7093 Ġp ip
7196 Ġrec ip
7450 Ġman ip
[all...]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js65187 var bh, bp, bw, h, hp, image, ip, w, wp, _base, _name, _ref, _ref1, _ref2;
65226 ip = image.width / image.height;
65227 if (ip > bp) {
65229 h = bw / ip;
65232 w = bh * ip;
H A Dpdfmake.min.js.map1ip","wp","valign","JPEG","PNG","channels","MARKERS","colorSpace","BitsPerComponent","Width","Heigh…
/plugin/anonip/
H A Daction.php36 $ip = 'fe80:'.substr($uid,0,4).
45 $_SERVER['REMOTE_ADDR'] = $ip;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDomainsRDAP.php43 public $ip; variable in Google\\Service\\DomainsRDAP
126 'ip',
130 'path' => 'v1/ip/{ipId}/{ipId1}',
187 'path' => 'v1/ip',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DRequestLog.php63 public $ip; variable in Google\\Service\\Logging\\RequestLog
286 public function setIp($ip) argument
288 $this->ip = $ip;
295 return $this->ip;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/
H A DPeer.php25 public $ip; variable in Google\\Service\\ServiceControl\\Peer
46 public function setIp($ip) argument
48 $this->ip = $ip;
55 return $this->ip;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/SyslogUdp/
H A DUdpSocket.php22 protected $ip; variable in Monolog\\Handler\\SyslogUdp\\UdpSocket
28 public function __construct(string $ip, int $port = 514) argument
30 $this->ip = $ip;
63 …throw new \RuntimeException('The UdpSocket to '.$this->ip.':'.$this->port.' has been closed and ca…
65 socket_sendto($this->socket, $chunk, strlen($chunk), $flags = 0, $this->ip, $this->port);
/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/authradius/
H A Ddes.php76 $ip .= $clearText[$bit - 1];
78 $l[0] = substr($ip, 0, 32);
79 $r[0] = substr($ip, 32);
/plugin/authucenter/lib/uc_client/
H A Dclient.php216 function uc_fopen2($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeou… argument
222 return uc_fopen($url, $limit, $post, $cookie, $bysocket, $ip, $timeout, $block);
225 function uc_fopen($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeout… argument
261 if(!$fp = @fsocketopen(($ip ? $ip : $host), $port, $errno, $errstr, $timeout)) {
271 $fp = @fopen($scheme.'://'.($ip ? $ip : $host).':'.$port.$path, 'b', false, $context);
359 …login($username, $password, $isuid = 0, $checkques = 0, $questionid = '', $answer = '', $ip = '') { argument
361 …uid'=>$isuid, 'checkques'=>$checkques, 'questionid'=>$questionid, 'answer'=>$answer, 'ip' => $ip));
439 function uc_user_logincheck($username, $ip) { argument
440 …urn call_user_func(UC_API_FUNC, 'user', 'logincheck', array('username' => $username, 'ip' => $ip));
/plugin/authucenter/lib/uc_client/control/
H A Duser.php113 $ip = $this->input('ip');
117 …if($ip && $this->settings['login_failedtime'] && !$loginperm = $_ENV['user']->can_do_login($userna…
140 if($ip && $this->settings['login_failedtime'] && $status <= 0) {
141 $_ENV['user']->loginfailed($username, $ip);
150 $ip = $this->input('ip');
151 return $_ENV['user']->can_do_login($username, $ip);
/plugin/authucenter/lib/uc_client/model/
H A Ddomain.php26 function add_domain($domain, $ip) { argument
28 $this->db->query("INSERT INTO ".UC_DBTABLEPRE."domains SET domain='$domain', ip='$ip'");
50 function update_domain($domain, $ip, $id) { argument
51 $this->db->query("UPDATE ".UC_DBTABLEPRE."domains SET domain='$domain', ip='$ip' WHERE id='$id'");
H A Dmisc.php52 function test_api($url, $ip = '') { argument
55 …function dfopen2($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE, $ip = '', $timeout… argument
61 return $this->dfopen($url, $limit, $post, $cookie, $bysocket, $ip, $timeout, $block, $encodetype);
64 …function dfopen($url, $limit = 0, $post = '', $cookie = '', $bysocket = FALSE , $ip = '', $timeout… argument
97 if(!$fp = @fsocketopen(($ip ? $ip : $host), $port, $errno, $errstr, $timeout)) {
107 $fp = @fopen($scheme.'://'.($ip ? $ip : $host).':'.$port.$path, 'b', false, $context);
H A Duser.php231 function can_do_login($username, $ip = '') { argument
237 if(!$ip) {
238 $ip = $this->base->onlineip;
242 …$query = $this->db->query("SELECT * FROM ".UC_DBTABLEPRE."failedlogins WHERE ip='".$ip."' OR ip='$…
246 } elseif($row['ip'] === $ip) {
253 …LACE INTO ".UC_DBTABLEPRE."failedlogins (ip, count, lastupdate) VALUES ('{$ip}', '0', '{$this->bas…
272 function loginfailed($username, $ip = '') { argument
274 if(!$ip) {
275 $ip = $this->base->onlineip;
277 …dlogins SET count=count+1, lastupdate='".$this->base->time."' WHERE ip='".$ip."' OR ip='$username'…
/plugin/autlogin/
H A Daction.php132 $ip=0;
161 $ip = 1;
194 if($ip != 1 && $is == 1 )//if is set ip and same criteria set new $best
195 $ip = 0;
200 $ip=0;
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/backlinks2/_test/data/meta/
H A Dbacklinks_include_syntax.meta1ip";s:9:"127.0.0.1";s:4:"type";s:1:"e";s:2:"id";s:17:"backlinks_include";s:4:"user";s:6:"mprins";s…
H A Dbob_ross_says.meta3ip";s:9:"127.0.0.1";s:4:"type";s:1:"e";s:2:"id";s:13:"bob_ross_says";s:4:"user";s:6:"mprins";s:3:"…
/plugin/backlinks2/_test/data/meta/exclude/
H A Dlink.meta1 …4:"user";s:6:"mprins";s:11:"last_change";a:7:{s:4:"date";i:1463393812;s:2:"ip";s:9:"127.0.0.1";s:4…
3 …4:"user";s:6:"mprins";s:11:"last_change";a:7:{s:4:"date";i:1463393812;s:2:"ip";s:9:"127.0.0.1";s:4…
/plugin/backlinks2/_test/data/meta/include/
H A Dlink.meta1 …4:"user";s:6:"mprins";s:11:"last_change";a:7:{s:4:"date";i:1463393826;s:2:"ip";s:9:"127.0.0.1";s:4…
3 …4:"user";s:6:"mprins";s:11:"last_change";a:7:{s:4:"date";i:1463393826;s:2:"ip";s:9:"127.0.0.1";s:4…

123456