Home
last modified time | relevance | path

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

/plugin/phpipam/
H A Dphpipam-api.php585 * @param bool|string $token_file (default: false)
597 $this->curl_set_connection ($token_file);
606 $this->curl_add_token_header ($token_file);
642 * @param mixed $token_file
740 * @param mixed $token_file
744 if($token_file!==false) {
746 $token = @file($token_file);
762 $this->write_token_file ($token_file);
820 * @param mixed $token_file
823 private function delete_token_file ($token_file) { argument
[all …]
H A Dsyntax.php400 array($opts['sid']), array(), $token_file) ;
487 array($opts['vid']), array(), $token_file) ;
496 array(), $opts['cst'], $token_file) ;
531 array($opts['2id']), array(), $token_file) ;
540 array(), $opts['cst'], $token_file) ;
553 array($opts['rid']), array(), $token_file) ;
562 array(), $opts['cst'], $token_file) ;
584 array(), $opts['cst'], $token_file) ;
629 array(), $opts['cst'], $token_file) ;
749 array('tags'), $opts['cst'], $token_file) ;
[all …]