Home
last modified time | relevance | path

Searched refs:symbol (Results 1 – 25 of 238) sorted by path

12345678910

/plugin/abc2/abc-libraries/abc2svg/
H A Dpsvg-1.js27 function symbol(){var C=xchar();if(member(C,"()<>/% \t\n"))throw new Error("Symbol expected, got "+C);var N=member(C,"+-0123456789.");var F="."==C;var L=[C];while(peek()&&!member(peek(),"()<>[]{}/% \t\n")){C=xchar();L.push(C);if(N&&!member(C,"0123456789")){if(!F&&"."==C)F=true;else N=false}} function
29 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()}}
/plugin/achart/assets/
H A Dapexcharts.min.js6 …ment}),a.Symbol=a.invent({create:"symbol",inherit:a.Container,construct:{symbol:function(){return …
/plugin/addressbook/
H A Dsyntax.php701 function names($list,$symbol=', '){ argument
704 return implode($symbol,$res);
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.js3350 …!hasAncestorWithNodeName(el, /^(?:pattern|defs|symbol)$/); // http://www.w3.org/TR/SVG/struct.html…
3547 if (element.parentNode && /^symbol|[g|a]$/i.test(element.parentNode.nodeName)) {
H A Dfabric.min.js2symbol)$/)});if(!elements||elements&&!elements.length){callback&&callback([],{});return}var option…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1symbol';\n\t}\n\texports.isSymbol = isSymbol;\n\n\tfunction isUndefined(arg) {\n\t return arg ===…
/plugin/asciimath/
H A Dasciimathml148r.js475 str = symbol.output+AMremoveCharsAndBlanks(str,symbol.input.length);
489 if (typeof symbol.invisible == "boolean" && symbol.invisible)
540 } else if (typeof symbol.acc == "boolean" && symbol.acc) { // accent
563 node.setAttribute(symbol.atname,symbol.atval);
576 if (symbol.input=="root" || symbol.input=="stackrel")
590 AMcreateMmlNode(symbol.tag,document.createTextNode(symbol.output)));
631 if (symbol.ttype == INFIX && symbol.input != "/") {
673 if (symbol.ttype == INFIX && symbol.input == "/") {
689 || AMnestingDepth == 0) && symbol!=null && symbol.output!="");
690 if (symbol.ttype == RIGHTBRACKET || symbol.ttype == LEFTRIGHT) {
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_DirectoryService.php2043 public $symbol; variable in Google_UserOrganization
2094 public function setSymbol($symbol) { argument
2095 $this->symbol = $symbol;
2098 return $this->symbol;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/
H A DUserOrganization.php61 public $symbol; variable in Google\\Service\\Directory\\UserOrganization
200 public function setSymbol($symbol) argument
202 $this->symbol = $symbol;
209 return $this->symbol;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DOrganization.php71 public $symbol; variable in Google\\Service\\PeopleService\\Organization
266 public function setSymbol($symbol) argument
268 $this->symbol = $symbol;
275 return $this->symbol;
/plugin/bbcodeextensions/
H A DChangeLog31 * Anchor symbol (for eg.: ''text'' render) is now configurable.
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md54 * `FEAT`: improved BPMN symbol rendering ([#1830](https://github.com/bpmn-io/bpmn-js/pull/1830))
/plugin/bulletodo/
H A DREADME3 bullet journal symbol plugin
H A Dplugin.info.txt6 desc bullet journal symbol plugin
/plugin/c3chart/assets/
H A Dd3.min.js2symbol=o,this.zero=u,this.width=a,this.comma=c,this.precision=s,this.type=f}function xn(n){return … function
/plugin/ckgdoku/action/entities/utils/
H A Dentities.txt490 theta symbol
494 upsilon symbol
498 pi symbol
/plugin/ckgedit/action/entities/utils/
H A Dentities.txt490 theta symbol
494 upsilon symbol
498 pi symbol
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1symbol","getTokenTypeAt","re","matched","findMatchingBracket","bracketRegex","to","moveToLineOrEdg…
/plugin/codemirror/dist/modes/
H A Dclojure.min.js.map1symbol","next","eatWhile","c","is","lastToken","inComment","charAt","escaped","parenthesisCount","…
H A Dcobol.min.js1symbol:/[\w*+\-]/};function o(a,b){if(a==="0"&&b.eat(/x/i)){b.eatWhile(n.hex);return true}if((a=="… property in AnonymousFunction62d85bf80200.n
H A Dcobol.min.js.map1symbol","isNumber","ch","stream","eat","eatWhile","test","peek","next","startState","indentStack",…
H A Dcommonlisp.min.js.map1symbol","type","readSym","stream","ch","next","test","backUp","current","base","state","eatSpace",…
H A Dcrystal.min.js.map1 …operators)) {\n stream.eat(\"=\"); // Operators can follow assign symbol.\n return \…
H A Ddylan.min.js.map1symbol","RegExp","patterns","symbolKeyword","symbolClass","symbolGlobal","symbolConstant","pattern…

12345678910