Home
last modified time | relevance | path

Searched refs:token (Results 76 – 100 of 922) sorted by path

12345678910>>...37

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DInsightOpsHandler.php30 * @param string $token Log token supplied by InsightOps
37 string $token, argument
66 $this->logToken = $token;
H A DLogEntriesHandler.php27 * @param string $token Log token supplied by LogEntries
34 string $token, argument
60 $this->logToken = $token;
H A DLogglyHandler.php41 protected $token; variable in Monolog\\Handler\\LogglyHandler
47 * @param string $token API token supplied by Loggly
51 public function __construct(string $token, $level = Logger::DEBUG, bool $bubble = true) argument
57 $this->token = $token;
87 $url = sprintf("https://%s/%s/%s/", static::HOST, $endpoint, $this->token);
H A DLogmaticHandler.php39 * @param string $token Log token supplied by Logmatic.
47 string $token, argument
77 $this->logToken = $token;
H A DPushoverHandler.php31 private $token; variable in Monolog\\Handler\\PushoverHandler
83 * @param string $token Pushover api token
102 string $token, argument
130 $this->token = $token;
160 'token' => $this->token,
H A DSlackHandler.php33 private $token; variable in Monolog\\Handler\\SlackHandler
42 * @param string $token Slack API token
53 string $token, argument
94 $this->token = $token;
104 return $this->token;
136 $dataArray['token'] = $this->token;
/plugin/authhiorgserver/
H A Dauth.php115 $token = $_GET["token"];
117 $url = $this->addUrlParams($this->ssourl,array("token"=>$token));
137 "token"=> $token);
/plugin/authloginapi/
H A Daction.php12 protected $token; variable in action_plugin_authloginapi
30 $this->token = $this->getConf('token');
76 $signature = hash('sha256', $encoded.$this->token);
H A Dauth.php10 protected $token; variable in auth_plugin_authloginapi
21 $this->token = $this->getConf('token');
76 $signatureInput = $raw.$this->token;
/plugin/authloginapi/conf/
H A Ddefault.php4 $conf['token'] = '******';
/plugin/authyubikey/lib/
H A DYubico.php268 * @param string $token Yubico OTP
281 function verify($token, $use_timestamp=null, $wait_for_all=False, argument
285 $ret = $this->parsePasswordOTP($token);
/plugin/autotweet/
H A DOAuth.php73 * @param OAuthToken $token
82 * @param OAuthToken $token
110 ($token) ? $token->secret : ""
142 ($token) ? $token->secret : ""
298 if ($token)
509 $token = NULL;
549 return array($consumer, $token);
618 if (!$token) {
621 return $token;
642 $token,
[all …]
H A Dtwitteroauth.php65 $this->token = NULL;
81 $token = OAuthUtil::parse_parameters($request);
82 $this->token = new OAuthConsumer($token['oauth_token'], $token['oauth_token_secret']);
83 return $token;
92 if (is_array($token)) {
93 $token = $token['oauth_token'];
117 $token = OAuthUtil::parse_parameters($request);
118 $this->token = new OAuthConsumer($token['oauth_token'], $token['oauth_token_secret']);
119 return $token;
138 $this->token = new OAuthConsumer($token['oauth_token'], $token['oauth_token_secret']);
[all …]
/plugin/bez/
H A DREADME.md
/plugin/bez/ctl/
H A D8d.php6 //if we don't have a token, generate a new one and redirect
8 $token = $this->model->authentication_tokenFactory->create_token($this->id()); variable
10 wl($this->id('8d', 'id', $this->get_param('id')), array('t' => $token), false, '&'));
H A Dkp.php6 //if we don't have a token, generate a new one and redirect
8 $token = $this->model->authentication_tokenFactory->create_token($this->id()); variable
10 wl($this->id('kp', 'id', $this->get_param('id')), array('t' => $token), false, '&'));
/plugin/bez/db/
H A Dupdate0001.sql349 token TEXT NOT NULL, field
355 PRIMARY KEY (page_id, token)
H A Dupdate0007.sql4 token TEXT NOT NULL field
/plugin/bez/mdl/
H A DAuthentication_tokenFactory.php14 $r = $this->model->sqlite->query("SELECT token FROM {$this->get_table_name()} WHERE page_id=?", $page_id);
15 $token = $this->model->sqlite->res2single($r);
16 if (!$token) {
19 return $token;
28 $token = $this->get_token($page_id);
29 if ($token) {
30 return $token;
37 $token = bin2hex(openssl_random_pseudo_bytes(16));
40 'token' => $token,
[all...]
H A DSubscriptionFactory.php10 protected function checkToken($token) { argument
11 $q = "SELECT user_id FROM {$this->get_table_name()} WHERE token=?";
12 $r = $this->model->sqlite->query($q, $token);
16 public function mute($token='') { argument
17 //mute by token
18 if ($token) {
19 $user_id = $this->checkToken($token);
65 $q = "SELECT token FROM {$this->get_table_name()} WHERE user_id=?";
67 $token = $this->model->sqlite->res2single($r);
68 if ($token
[all...]
/plugin/bible/bible_douayRheims/
H A D2_Machabees.txt197 …6:13. For it is a token of great goodness, when sinners are not suffered to go on in their ways fo…
H A DEcclesiasticus.txt396 13:32. The token of a good heart, and a good countenance thou shalt hardly find, and with labour.
H A DEsther.txt71 …t any delay: except the king shall hold out the golden sceptre to him, in token of clemency, that …
H A DGenesis.txt1227 …u didst see the second time a dream pertaining to the same thing: it is a token of the certainty, …
H A DJosue.txt30 …ve shewed mercy to you, so you also will shew mercy to my father's house: and give me a true token.

12345678910>>...37