Home
last modified time | relevance | path

Searched refs:token_file (Results 1 – 2 of 2) sorted by relevance

/plugin/phpipam/
Dphpipam-api.php585 * @param bool|string $token_file (default: false)
588 …hod = false, $controller = false, $identifiers = array(), $params = array(), $token_file = false) { argument
597 $this->curl_set_connection ($token_file);
606 $this->curl_add_token_header ($token_file);
616 if ($this->result['code']=="401" && $token_file!==false) {
618 $this->delete_token_file ($token_file);
620 $this->curl_add_token_header ($token_file);
642 * @param mixed $token_file
645 private function curl_set_connection ($token_file) { argument
740 * @param mixed $token_file
[all …]
Dsyntax.php390 $token_file = ($this->getConf('api_taf') ? 'token' : false) ;
400 array($opts['sid']), array(), $token_file) ;
409 array('cidr', $opts['net']), $opts['cst'], $token_file) ;
420 array('devices', $opts['d2s'], 'subnets'), $opts['cst'], $token_file) ;
431 array($opts['f2s'], 'slave_recursive'), $opts['cst'], $token_file) ;
442 array('locations', $opts['l2s'], 'subnets'), $opts['cst'], $token_file) ;
453 array($opts['r2s'], 'subnets'), $opts['cst'], $token_file) ;
464 array($opts['s2s'], 'subnets'), $opts['cst'], $token_file) ;
475 array($opts['v2s'], 'subnets'), $opts['cst'], $token_file) ;
487 array($opts['vid']), array(), $token_file) ;
[all …]