Home
last modified time | relevance | path

Searched refs:token (Results 426 – 450 of 922) sorted by relevance

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

/plugin/markdownextra/
H A Dmarkdown.php1217 $token =& $parts[1];
1220 if (empty($token)) {
1230 $token_len = strlen($token);
1270 $em = $token{0};
1272 array_unshift($token_stack, $token);
1291 array_unshift($token_stack, $token);
1293 $strong = $token;
1307 $text_stack[0] .= $token;
1312 $em = $token;
1610 switch ($token{0}) {
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D63.63.js.map1token: 'string.quote', next: '@stringlit' }],\n [/0[b]([01]_?)+/, 'number.binary'],\n …
H A D37.37.js.map1token: 'delimiter.curly' },\n { open: '[', close: ']', token: 'delimiter.square' },\n …
H A D60.60.js.map1token: 'delimiter.curly', open: '{', close: '}' },\n { token: 'delimiter.parenthesis', open…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php113 * Indicates parser has matched EOF token. See {@see Parser::exitRule()}.
156 * {@see Parser::getBuildParseTree()} is `true` and the token index
162 * @param int $ttype the token type to match.
187 // we must have conjured up a new token during single token insertion
203 * If {@see Parser::getBuildParseTree()} is `true` and the token index
217 $t = $this->token();
226 // we must have conjured up a new token during single token insertion
381 * Tell our token sourc
468 private function token() : Token global() function in Antlr\\Antlr4\\Runtime\\Parser
[all...]
/plugin/gitlabapi/conf/
H A Ddefault.php4 $conf['token.default'] = '';
/plugin/gtime/gtlib/asn1/
H A DASN1ObjectId.php100 foreach ($tokens as $token) {
102 $integer = new GTBigInteger($token);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerRootDseHandler.php53 TokenInterface $token,
91 new RequestContext($message->controls(), $token),
37 handleRequest(LdapMessageRequest $message, TokenInterface $token, RequestHandlerInterface $dispatcher, ServerQueue $queue, array $options) global() argument
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DSession.php69 public function storeAccessToken($service, TokenInterface $token) argument
71 $serializedToken = serialize($token);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DSession.php10 * Stores a token in a PHP session.
36 $sessionVariableName = 'lusitanian-oauth-token',
69 public function storeAccessToken($service, TokenInterface $token) argument
71 $serializedToken = serialize($token);
/plugin/gitlabproject/conf/
H A Ddefault.php7 $conf['token.default'] = '';
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-min.js6token;return token=lexer.lex()||EOF,"number"!=typeof token&&(token=self.symbols_[token]||token),to… variable
/plugin/codemirror/dist/modes/
H A Debnf.min.js.map1token","stream","state","length","peek","next","unshift","match","eol","shift","text","current","i…
H A Dpug.min.js1token(a,b.jsState);if(a.eol())b.javaScriptLine=false;return c||true}}function k(a,b){if(b.javaScri…
/plugin/jenkins/conf/
H A Ddefault.php8 $conf['jenkins.token'] = '';
/plugin/diagramsnet/lib/WEB-INF/
H A Dgitlab_auth_url1 https://gitlab.com/oauth/token
/plugin/authloginapi/conf/
H A Ddefault.php4 $conf['token'] = '******';
/plugin/bez/db/
H A Dupdate0007.sql4 token TEXT NOT NULL field
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/
H A DGrammarInterface.php19 public function parse(Twig_Token $token); argument
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
H A DArray.php22 public function parse(Twig_Token $token) argument
H A DExpression.php22 public function parse(Twig_Token $token) argument
H A DArguments.php22 public function parse(Twig_Token $token) argument
H A DHash.php22 public function parse(Twig_Token $token) argument
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php125 '{DAV:}sync-token',
1449 foreach ($ifCondition['tokens'] as $ii => $token) {
1469 foreach ($tokens as $token) {
1471 $tokenValid = $token['validToken'] || !$token['token'];
1474 if (!$token['etag']) {
1479 if ($token['etag'] && $tokenValid) {
1484 $etagValid = $node instanceof IFile && $node->getETag() == $token['etag'];
1489 if (($tokenValid && $etagValid) ^ $token['negate']) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php119 '{DAV:}sync-token',
1373 foreach ($ifCondition['tokens'] as $ii => $token) {
1393 foreach ($tokens as $token) {
1395 $tokenValid = $token['validToken'] || !$token['token'];
1398 if (!$token['etag']) {
1403 if ($token['etag'] && $tokenValid) {
1408 $etagValid = $node instanceof IFile && $node->getETag() == $token['etag'];
1413 if (($tokenValid && $etagValid) ^ $token['negate']) {

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