Home
last modified time | relevance | path

Searched defs:token (Results 51 – 75 of 402) sorted by relevance

12345678910>>...17

/plugin/dirtylittlehelper/mermaid/editor/docs/
D10.10.js1 …gion")}}},t={defaultToken:"",ignoreCase:!0,tokenPostfix:".bat",brackets:[{token:"delimiter.bracket… property
D53.53.js1 …ragma\\s+region\\b"),end:new RegExp("^\\s*#pragma\\s+endregion\\b")}}},s={tokenPostfix:".rust",def… property
D40.40.js1 …tToken:"",tokenPostfix:".sql",ignoreCase:!0,brackets:[{open:"[",close:"]",token:"delimiter.square"… property
D50.50.js1 …tToken:"",tokenPostfix:".sql",ignoreCase:!0,brackets:[{open:"[",close:"]",token:"delimiter.square"… property
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DInjector.php253 public function handleText(&$token)
260 public function handleElement(&$token)
267 public function handleEnd(&$token)
278 public function notifyEnd($token)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
DAuthenticationToken.php25 public $token; variable in Google\\Service\\AndroidEnterprise\\AuthenticationToken
30 public function setToken($token)
DAdministratorWebToken.php25 public $token; variable in Google\\Service\\AndroidEnterprise\\AdministratorWebToken
30 public function setToken($token)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IAMCredentials/
DGenerateIdTokenResponse.php25 public $token; variable in Google\\Service\\IAMCredentials\\GenerateIdTokenResponse
30 public function setToken($token)
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Type/
DPdfToken.php25 public static function create($token)
40 public static function ensure($token)
/plugin/findologicxmlexport/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/
DAbstractLexer.php78 public $token; variable in Doctrine\\Common\\Lexer\\AbstractLexer
153 public function isNextToken($token)
207 public function isA($value, $token)
280 public function getLiteral($token)
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/
DDisplayLinkURI.php21 public function handleElement(&$token)
28 public function handleEnd(&$token)
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
DSyntaxException.php17 protected $token; variable in Mustache_Exception_SyntaxException
24 public function __construct($msg, array $token, Exception $previous = null)
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
DForTokenParser.php37 public function parse(Token $token)
79 public function decideForFork(Token $token)
84 public function decideForEnd(Token $token)
DWithTokenParser.php26 public function parse(Token $token)
46 public function decideWithEnd(Token $token)
DSpacelessTokenParser.php31 public function parse(Token $token)
42 public function decideSpacelessEnd(Token $token)
DSetTokenParser.php32 public function parse(Token $token)
63 public function decideBlockEnd(Token $token)
/plugin/dirtylittlehelper/mermaid/editor/src/components/
Deditor-utils.js40 { token: 'keyword', foreground: '880000', fontStyle: 'bold' }, property
41 { token: 'custom-error', foreground: 'ff0000', fontStyle: 'bold' }, property
42 { token: 'string', foreground: 'AA8500' }, property
43 { token: 'transition', foreground: '008800', fontStyle: 'bold' }, property
44 { token: 'delimiter.bracket', foreground: '000000', fontStyle: 'bold' }, property
/plugin/dirtylittlehelper/mermaid/editor/src/mermaid-language/
Dmermaid.js479 [/'/, { token: 'string', bracket: '@open', next: '@stringquote' }], property
480 [/\|/, { token: 'string', bracket: '@open', next: '@stringtemplate' }], property
486 [/\|/, { token: 'string', bracket: '@close', next: '@pop' }], property
490 [/'/, { token: 'string', bracket: '@close', next: '@pop' }], property
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SiteVerification/
DSiteVerificationWebResourceGettokenResponse.php29 public $token; variable in Google\\Service\\SiteVerification\\SiteVerificationWebResourceGettokenResponse
48 public function setToken($token)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
DPretargetingConfigPlacements.php22 public $token; variable in Google\\Service\\AdExchangeBuyer\\PretargetingConfigPlacements
25 public function setToken($token)
DPretargetingConfigExcludedPlacements.php22 public $token; variable in Google\\Service\\AdExchangeBuyer\\PretargetingConfigExcludedPlacements
25 public function setToken($token)
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Grammar/
DBody.php31 public function parse(Twig_Token $token)
39 public function decideBlockEnd(Twig_Token $token)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSecurityToken/
DGoogleIdentityStsV1IntrospectTokenRequest.php25 public $token; variable in Google\\Service\\CloudSecurityToken\\GoogleIdentityStsV1IntrospectTokenRequest
34 public function setToken($token)
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Text/
H A DSingle.php54 public function isEndToken(Scanner\Token $token): bool {
68 public function getNewStatus(Scanner\Token $token): ?Scanner\Status {
H A DDouble.php54 public function isEndToken(Scanner\Token$token): bool {
66 public function getNewStatus(Scanner\Token $token): ?Scanner\Status {

12345678910>>...17