Home
last modified time | relevance | path

Searched refs:token (Results 676 – 700 of 922) sorted by relevance

1...<<21222324252627282930>>...37

/plugin/tagfilter/script/select2/
H A Dselect2.js604 dupe = false, // check for whether a token we extracted represents a duplicate selected choice
605 token, // token
621 if (index < 0) break; // did not find any token separator in the input string, bail
623 token = input.substring(0, index);
626 if (token.length > 0) {
627 token = opts.createSearchChoice.call(this, token, selection);
628 if (token !== undefined && token !
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1501 foreach ($tokens as $token) {
1502 if (isset($this->_tokenListeners[$token]) === false) {
1503 $this->_tokenListeners[$token] = array();
1506 if (isset($this->_tokenListeners[$token][$listenerClass]) === false) {
1507 $this->_tokenListeners[$token][$listenerClass] = array(
/plugin/codemirror/dist/modes/
H A Dasn.1.min.js1 …:null,context:new r((a||0)-c,0,"top",false),indented:0,startOfLine:true}},token:function(a,b){var …
H A Dgo.min.js1 …:null,context:new k((a||0)-c,0,"top",false),indented:0,startOfLine:true}},token:function(a,b){var …
H A Dswift.min.js1 …rtState:function(){return{prev:null,context:null,indented:0,tokenize:[]}},token:function(a,b){var …
H A Dvhdl.min.js1 …:null,context:new p((a||0)-e,0,"top",false),indented:0,startOfLine:true}},token:function(a,b){var …
H A Dsas.min.js1 …,inMacro:false,nextword:false,continueString:null,continueComment:false}},token:function(a,b){if(a…
H A Dscheme.min.js1 …Stack:null,indentation:0,mode:false,sExprComment:false,sExprQuote:false}},token:function(h,k){if(k…
H A Dq.min.js1 …urn{startState:function(){return{tokenize:g,context:null,indent:0,col:0}},token:function(a,b){if(a…
H A Ddylan.min.js1 …eturn b}}return{startState:function(){return{tokenize:n,currentIndent:0}},token:function(a,b){if(a…
H A Dmllike.min.js1 …startState:function(){return{tokenize:i,commentLevel:0,longString:false}},token:function(a,b){if(a…
H A Dtiddlywiki.min.js1 …urrent())?"keyword":null}return{startState:function(){return{tokenize:p}},token:function(a,b){if(a…
H A Dz80.min.js.map1token","stream","state","column","eatSpace","w","eatWhile","eat","current","indentation","test","m…
H A Deiffel.min.js.map1token","word","current","propertyIsEnumerable","lineComment","defineMIME"],"mappings":"CAGA,SAAUA,…
H A Decl.min.js.map1token","ctx","sol","indentation","eatSpace","style","indent","textAfter","firstChar","charAt","clo…
H A Doz.min.js.map1token","sol","indent","textAfter","trueText","replace","indentUnit","fold","electricInput","lineCo…
H A Decl.min.js1 …:null,context:new r((a||0)-d,0,"top",false),indented:0,startOfLine:true}},token:function(a,b){var …
H A Dr.min.js1 …ctx:{type:"top",indent:-b.indentUnit,flags:q},indent:0,afterIdent:false}},token:function(a,b){if(a…
H A Dvbscript.min.js1 …rentIndent:0,nextLineIndent:0,doInCurrentLine:false,ignoreKeyword:false}},token:function(a,b){if(a… method in AnonymousFunctionc36ee7b60200.Q
H A Dpascal.min.js.map1token","eatSpace","style","electricChars","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,gBA…
H A Djinja2.min.js.map1token","blockCommentStart","blockCommentEnd","defineMIME"],"mappings":"CAGA,SAAUA,GACR,SAAWC,UAAW,…
H A Dd.min.js1 …:null,context:new r((a||0)-d,0,"top",false),indented:0,startOfLine:true}},token:function(a,b){var …
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DCHANGES.md185 * Logical `AND` token added (thanks @kagux)
186 * Logical `NOT` token added (thanks @kagux)
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php1387 if ($token = $this->getAccessToken()) {
1390 'access_token' => $token,
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloClient.js123 …Authorization: 'OAuth oauth_consumer_key="' + Trello.key() + '", oauth_token="' + Trello.token() +…
343 formData.append('token', Trello.token());

1...<<21222324252627282930>>...37