Home
last modified time | relevance | path

Searched defs:token (Results 126 – 150 of 239) sorted by last modified time

12345678910

/plugin/abc2/abc-libraries/abc2svg/
H A Dpsvg-1.js29 function token(){skip();switch(peek()){case false:return undefined;case"%":return comment();case"[":return new Symbol(xchar());case"]":return new Symbol(xchar());case"{":Self.D++;return new Symbol(xchar());case"}":Self.D--;return new Symbol(xchar());case"/":xchar();var X=symbol();return quote(X);case"(":return text();case"<":xchar();if("<"!=peek())throw new Error("Encoded strings not implemented yet");xchar();return new Symbol("<<");case">":xchar();if(">"!=peek())throw new Error("Unexpected >");xchar();return new Symbol(">>");default:return symbol()}} function
30 PsParser.prototype.init=init;PsParser.prototype.peek=peek;PsParser.prototype.token=token;return this} method in PsParser
/plugin/webdav/vendor/sabre/dav/lib/DAV/Locks/
H A DLockInfo.php44 public $token; variable in Sabre\\DAV\\Locks\\LockInfo
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DBasePhpFormulaLoader.php151 protected static function tokenToString($token)
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Exception/
H A DSyntaxException.php17 protected $token; variable in Mustache_Exception_SyntaxException
24 public function __construct($msg, array $token, Exception $previous = null)
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticTokenParser.php46 public function parse(\Twig_Token $token)
144 public function testEndTag(\Twig_Token $token)
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DParser.php259 private function tokenIsWhitespace(array $token)
276 private function checkIfTokenIsAllowedInParent($parent, array $token)
/plugin/codemirror/dist/
H A Dscripts.min.js7 …,basePos:d.basePos,baseCur:null,overlayPos:d.overlayPos,overlayCur:null}},token:function(a,e){if(a… property in a.simpleMode.p
/plugin/codemirror/dist/modes/
H A Dlivescript.min.js1 …){var g=d[e];if(g.regex&&a.match(g.regex)){b.next=g.next||b.next;return g.token}}a.next();return"e… method in AnonymousFunction1e0d314e0200.b
H A Dcoffeescript.min.js1 …();if(a.match("####")){a.skipToEnd();return"comment"}if(a.match("###")){b.tokenize=s;return b.toke… method in AnonymousFunction6422fc460200.w
H A Dgfm.min.js1 …unction(a){return{code:a.code,codeBlock:a.codeBlock,ateSpace:a.ateSpace}},token:function(a,c){c.co… method in AnonymousFunction1eba7ec30200.g
H A Dhtmlmixed.min.js1 …j.script.unshift(["type",l[m].matches,l[m].mode]);function n(b,e){var h=f.token(b,e.htmlState),k=/… function
H A Dpython.min.js1 …"));else if(typeof define=="function"&&define.amd)define(["../../lib/codemirror"],a);else a(CodeMi…
H A Drst.min.js1 …\\#\\%\\&\\-\\.\\,\\/\\:\\=\\?\\~]+)*";var m=new RegExp("^"+j+k+l);var n={token:function(a){if(a.m… method in AnonymousFunctionab4d4a620200.n
H A Dvb.min.js1 …"));else if(typeof define=="function"&&define.amd)define(["../../lib/codemirror"],a);else a(CodeMi…
H A Dvue.min.js1 …l,null,"vue-template"]]};a.defineMode("vue-template",function(b,c){var d={token:function(a){if(a.m… method in AnonymousFunctioncc94f7b90200.d
H A Dvbscript.min.js1 …"));else if(typeof define=="function"&&define.amd)define(["../../lib/codemirror"],a);else a(CodeMi…
H A Dmarkdown.min.js1 …cedCodeBlockDefaultMode="text/plain";if(c.xml===undefined)c.xml=true;if(c.tokenTypeOverrides===und… method in AnonymousFunction75f14acc0200.J
/plugin/phpipam/
H A Dphpipam-api.php90 private $token = false; variable in phpipam_api_client
/plugin/issuelinks/services/
H A DGitLab.service.php20 protected $token; variable in dokuwiki\\plugin\\issuelinks\\services\\GitLab
H A DJira.service.php25 protected $token; variable in dokuwiki\\plugin\\issuelinks\\services\\Jira
/plugin/flowcharts/
H A Dmermaid.min.js34 …t){return typeof t}:function(t){return t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==S… argument
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6 …)|<(?:script|pre|style|!--))[^\n]+)*)/,text:/^[^\n]+/};function a(e){this.tokens=[],this.tokens.li… method in a
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.js592 var token, lines, backup; variable
635 var token, match, tempMatch, index; variable
H A Dsequence-diagram-raphael-min.js6 …arseError(message,hash){_.extend(this,hash),this.name="ParseError",this.message=message||""}functi… argument
H A Dsequence-diagram-snap-min.js6 …arseError(message,hash){_.extend(this,hash),this.name="ParseError",this.message=message||""}functi… argument

12345678910