Home
last modified time | relevance | path

Searched defs:token (Results 26 – 50 of 402) sorted by relevance

12345678910>>...17

/plugin/dirtylittlehelper/mermaid/editor/docs/
D14.14.js1 …")}}},s={defaultToken:"",tokenPostfix:".cs",brackets:[{open:"{",close:"}",token:"delimiter.curly"}… property
D32.32.js1 …d"],[/^(\t|[ ]{4})[^ ].*$/,"string"],[/^\s*~~~\s*((?:\w|[\/\-#])+)?\s*$/,{token:"string",next:"@co… property
D34.34.js1 …oken:"",tokenPostfix:".msdax",ignoreCase:!0,brackets:[{open:"[",close:"]",token:"delimiter.square"… property
D44.44.js1 …n\\b")}}},o={defaultToken:"",ignoreCase:!0,tokenPostfix:".ps1",brackets:[{token:"delimiter.curly",… property
D9.9.js1 …s]/,tokenizer:{root:[{include:"@comment"},[/\s-+@str*\s*/,{cases:{"@eos":{token:"key.identifier",n… property
D33.33.js1 …efined"],[/[.a-zA-Z_]\w*/,{cases:{this:"variable.predefined","@keywords":{token:"keyword.$0"},"@de… property
D1.1.js1 …ndtable|endtask)\\b")}}},r={defaultToken:"",tokenPostfix:".sv",brackets:[{token:"delimiter.curly",… property
D13.13.js1 …ken:"",ignoreCase:!0,tokenPostfix:".coffee",brackets:[{open:"{",close:"}",token:"delimiter.curly"}… property
D29.29.js1 …\(([0-9a-fA-F]{1,6}\\s?)|[^[0-9a-fA-F])))*",brackets:[{open:"{",close:"}",token:"delimiter.curly"}… property
D0.0.js1 …ma\\s+endregion\\b")}}},r={defaultToken:"",tokenPostfix:".cpp",brackets:[{token:"delimiter.curly",… property
D35.35.js1 …tToken:"",tokenPostfix:".sql",ignoreCase:!0,brackets:[{open:"[",close:"]",token:"delimiter.square"… property
D30.30.js1 …]+/,tokenizer:{root:[[/^(\s*)(comment:?(?:\s.*|))$/,["","comment"]],[/"/,{token:"identifier.quote"… property
D7.7.js1 …},brackets:[["[","]"],["(",")"]]},o={defaultToken:"invalid",ignoreCase:!0,tokenPostfix:".abap",key… property
D51.51.js1 …ations"},{include:"@footnotes"},[/^(\.\.\s)(@simpleRefName)(::\s)(.*)$/,[{token:"",next:"subsequen… property
D54.54.js1 …mment"]}]},r={defaultToken:"",tokenPostfix:".sb",ignoreCase:!0,brackets:[{token:"delimiter.array",… property
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-2/
Dremove-unused-at-rules.js71 function matchCounterStyle(token, atRules) { argument
82 return function (token, context) { argument
108 function matchFontFace(token, atRules) { argument
128 return function (token, context) { argument
168 function matchKeyframe(token, atRules) { argument
179 return function (token, context) { argument
214 function matchNamespace(token, atRules) { argument
227 return function (token) { argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/Resource/
DPurchasesSubscriptions.php47 …public function acknowledge($packageName, $subscriptionId, $token, SubscriptionPurchasesAcknowledg…
65 public function cancel($packageName, $subscriptionId, $token, $optParams = [])
85 …public function defer($packageName, $subscriptionId, $token, SubscriptionPurchasesDeferRequest $po…
104 public function get($packageName, $subscriptionId, $token, $optParams = [])
123 public function refund($packageName, $subscriptionId, $token, $optParams = [])
142 public function revoke($packageName, $subscriptionId, $token, $optParams = [])
/plugin/asciidocjs/node_modules/clean-css/lib/writer/
Dhelpers.js9 function supportsAfterClosingBrace(token) { argument
13 function afterClosingBrace(token, valueIndex) { argument
17 function afterComma(token, valueIndex) { argument
21 function afterSlash(token, valueIndex) { argument
25 function beforeComma(token, valueIndex) { argument
29 function beforeSlash(token, valueIndex) { argument
33 function inFilter(token) { argument
37 function disallowsSpace(context, token, valueIndex) { argument
126 function value(context, token) { argument
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/TokenParser/
DTrans.php17 public function parse(Twig_Token $token)
54 public function decideForFork(Twig_Token $token)
59 public function decideForEnd(Twig_Token $token)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/
H A DRequestContext.php33 protected $token; variable in FreeDSx\\Ldap\\Server\\RequestContext
39 public function __construct(ControlBag $controls, TokenInterface $token)
56 public function token(): TokenInterface function in FreeDSx\\Ldap\\Server\\RequestContext
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
DIfTokenParser.php35 public function parse(Token $token)
75 public function decideIfFork(Token $token)
80 public function decideIfEnd(Token $token)
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DSequence.php96 private function createSelector(Scanner\Token $token) {
117 private function createCombinator(
136 private function createPseudoElement($token): Ast\Selector\Simple\PseudoElement {
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/
DAutoParagraph.php34 public function handleText(&$token)
112 public function handleElement(&$token)
298 private function _isInline($token)
/plugin/autotweet/
DOAuth.php76 abstract public function build_signature($request, $consumer, $token);
86 public function check_signature($request, $consumer, $token, $signature) {
104 public function build_signature($request, $consumer, $token) {
139 public function build_signature($request, $consumer, $token) {
180 public function build_signature($request, $consumer, $token) {
199 public function check_signature($request, $consumer, $token, $signature) {
292 …public static function from_consumer_and_token($consumer, $token, $http_method, $http_url, $parame…
448 public function sign_request($signature_method, $consumer, $token) {
458 public function build_signature($signature_method, $consumer, $token) {
628 private function check_signature(&$request, $consumer, $token) {
[all …]
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Strategy/
DMakeWellFormed.php27 protected $token; variable in HTMLPurifier_Strategy_MakeWellFormed
538 protected function processToken($token, $injector = -1)
594 private function insertBefore($token)

12345678910>>...17