Home
last modified time | relevance | path

Searched refs:token (Results 476 – 500 of 922) sorted by relevance

1...<<11121314151617181920>>...37

/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DTemplate.php85 * set stop token for render and discard method
87 * @param string|false $token token to set as stop token or false to remove
91 public function setStopToken($token) argument
94 $topStack[2] = $token;
99 * get current stop token
179 $newStack[2] = false; //No stop token from now on
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerUnbindHandler.php29 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void
28 handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
H A DServerProtocolHandlerInterface.php35 public function handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options): void;
32 handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dsyntax_error_in_reused_template.test10 Twig\Error\SyntaxError: Unexpected token "operator" of value "=" ("end of statement block" expected…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DComment.php276 $token = array(
282 return $token;
/plugin/codemirror/dist/modes/
H A Debnf.min.js1token:function(b,f){if(!b)return;if(f.stack.length===0){if(b.peek()=='"'||b.peek()=="'"){f.stringT…
H A Ddiff.min.js1 …"diff",function(){var a={"+":"positive","-":"negative","@":"meta"};return{token:function(b){var c=…
H A Dphp.min.js1token(b,c.curState)}if(c.pending)c.pending=null;var h=b.current(),i=h.search(/<\?/),j;if(i!=-1){if…
H A Ddiff.min.js.map1token","stream","tw_pos","string","search","sol","skipToEnd","charAt","replace","token_name","peek…
H A Dprotobuf.min.js1 …"variable"}a.next();return null}a.defineMode("protobuf",function(){return{token:f,fold:"brace"}});…
H A Dbrainfuck.min.js1 …te:function(){return{commentLine:false,left:0,right:0,commentLoop:false}},token:function(a,c){if(a…
/plugin/txtconf/
H A Dconfig0.class.php423 foreach ($tokens as $token) {
424 if (is_string ($token)) {
425 $out .= $token;
427 list ($id, $text) = $token;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DTokens.php779 foreach ($tokens as $token) {
780 if (isset($weights[$token]) === true) {
781 $weight = $weights[$token];
788 $highestType = $token;
H A DFixer.php135 foreach ($tokens as $index => $token) {
136 if (isset($token['orig_content']) === true) {
137 $this->_tokens[$index] = $token['orig_content'];
139 $this->_tokens[$index] = $token['content'];
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md129 Proxy (IAP), you will need to fetch an ID token to access your application. For
141 // Provide the ID token audience. This can be a Client ID associated with an IAP application,
220 you can include the ID token in a `Proxy-Authorization: Bearer`
221 header instead. If a valid ID token is found in a `Proxy-Authorization` header,
235 // Provide the ID token audience. This can be a Client ID associated with an IAP application
263 the `Google\Auth\AccessToken` class to verify the ID token:
273 (IAP), you can verify the ID token coming from the IAP server by pointing to the
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php224 $token = '[!#$%&\'*+\-.^_`~A-Za-z0-9]+';
232 (?<name> $token) # Prefer property name
/plugin/gitlabproject/
H A DREADME.md18 * **token.default**: Fill your admin token. You can override this setting in `server.json` file.
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php224 $token = '[!#$%&\'*+\-.^_`~A-Za-z0-9]+';
232 (?<name> $token) # Prefer property name
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D61.61.js.map1token: 'delimiter.square' },\n { open: '(', close: ')', token: 'delimiter.parenthesis' }\n …
H A D62.62.js.map1token: 'delimiter.curly', open: '{', close: '}' },\n { token: 'delimiter.parenthesis', open…
H A D27.27.js.map1token: 'delimiter.parenthesis' },\n { open: '{', close: '}', token: 'delimiter.curly' },\n …
/plugin/syntaxhighlightjs/action/
H A Dsxh.php88 trim($token, '<>');
/plugin/code3/src/
H A Dpsyhi.js110 s[s.length] = escapeHtml(t[i].token);
113 var comm = t[i].token.split(/\r\n|\r|\n/);
122 … s[s.length] = "<span class=\""+t[i].style+"\">"+escapeHtml(t[i].token)+"</span>";
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSecurityToken/Resource/
H A DV1.php62 public function token(GoogleIdentityStsV1ExchangeTokenRequest $postBody, $optParams = []) function in Google\\Service\\CloudSecurityToken\\Resource\\V1
/plugin/authfacebook/lib/Authentication/
H A DOAuth2Client.php230 throw new FacebookSDKException('Access token was not returned from Graph.', 401);

1...<<11121314151617181920>>...37