Home
last modified time | relevance | path

Searched refs:pp (Results 1 – 25 of 101) sorted by relevance

12345

/plugin/asciidocjs/node_modules/acorn/src/
Dparseutil.js5 const pp = Parser.prototype constant
10 pp.strictDirective = function(start) {
24 pp.eat = function(type) {
35 pp.isContextual = function(name) {
41 pp.eatContextual = function(name) {
47 pp.expectContextual = function(name) {
53 pp.canInsertSemicolon = function() {
59 pp.insertSemicolon = function() {
70 pp.semicolon = function() {
74 pp.afterTrailingComma = function(tokType, notNext) {
[all …]
Dtokenize.js26 const pp = Parser.prototype constant
33 pp.next = function() {
44 pp.getToken = function() {
51 pp[Symbol.iterator] = function () {
65 pp.curContext = function() {
72 pp.nextToken = function() {
84 pp.readToken = function(code) {
93 pp.fullCharCodeAtPos = function() {
100 pp.skipBlockComment = function() {
118 pp.skipLineComment = function(startSkip) {
[all …]
Dstatement.js7 const pp = Parser.prototype constant
16 pp.parseTopLevel = function(node) {
32 pp.isLet = function() {
49 pp.isAsyncFunction = function() {
68 pp.parseStatement = function(declaration, topLevel, exports) {
132 pp.parseBreakContinueStatement = function(node, keyword) {
155 pp.parseDebuggerStatement = function(node) {
161 pp.parseDoStatement = function(node) {
183 pp.parseForStatement = function(node) {
212 pp.parseFunctionStatement = function(node, isAsync) {
[all …]
Dlocation.js4 const pp = Parser.prototype constant
12 pp.raise = function(pos, message) {
20 pp.raiseRecoverable = pp.raise
22 pp.curPosition = function() {
Dlval.js5 const pp = Parser.prototype constant
10 pp.toAssignable = function(node, isBinding) {
66 pp.toAssignableList = function(exprList, isBinding) {
93 pp.parseSpread = function(refDestructuringErrors) {
100 pp.parseRest = function(allowNonIdent) {
113 pp.parseBindingAtom = function() {
133 pp.parseBindingList = function(close, allowEmpty, allowTrailingComma, allowNonIdent) {
158 pp.parseBindingListItem = function(param) {
164 pp.parseMaybeDefault = function(startPos, startLoc, left) {
176 pp.checkLVal = function(expr, isBinding, checkClashes) {
Dnode.js20 const pp = Parser.prototype constant
22 pp.startNode = function() {
26 pp.startNodeAt = function(pos, loc) {
42 pp.finishNode = function(node, type) {
48 pp.finishNodeAt = function(node, type, pos, loc) {
Dexpression.js23 const pp = Parser.prototype constant
30 pp.checkPropClash = function(prop, propHash) {
78 pp.parseExpression = function(noIn, refDestructuringErrors) {
93 pp.parseMaybeAssign = function(noIn, refDestructuringErrors, afterLeftParse) {
130 pp.parseMaybeConditional = function(noIn, refDestructuringErrors) {
147 pp.parseExprOps = function(noIn, refDestructuringErrors) {
160 pp.parseExprOp = function(left, leftStartPos, leftStartLoc, minPrec, noIn) {
176 pp.buildBinary = function(startPos, startLoc, left, right, op, logical) {
186 pp.parseMaybeUnary = function(refDestructuringErrors, sawUnary) {
226 pp.parseExprSubscripts = function(refDestructuringErrors) {
[all …]
Dtokencontext.js28 const pp = Parser.prototype constant
30 pp.initialContext = function() {
34 pp.braceIsBlock = function(prevType) {
49 pp.updateContext = function(prevType) {
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dparseutil.js5 const pp = Parser.prototype constant
11 pp.isUseStrict = function(stmt) {
20 pp.eat = function(type) {
31 pp.isContextual = function(name) {
37 pp.eatContextual = function(name) {
43 pp.expectContextual = function(name) {
49 pp.canInsertSemicolon = function() {
55 pp.insertSemicolon = function() {
66 pp.semicolon = function() {
70 pp.afterTrailingComma = function(tokType) {
[all …]
Dtokenize.js26 const pp = Parser.prototype constant
33 pp.next = function() {
44 pp.getToken = function() {
51 pp[Symbol.iterator] = function () {
65 pp.setStrict = function(strict) {
78 pp.curContext = function() {
85 pp.nextToken = function() {
97 pp.readToken = function(code) {
106 pp.fullCharCodeAtPos = function() {
113 pp.skipBlockComment = function() {
[all …]
Dstatement.js7 const pp = Parser.prototype constant
16 pp.parseTopLevel = function(node) {
36 pp.isLet = function() {
57 pp.parseStatement = function(declaration, topLevel) {
116 pp.parseBreakContinueStatement = function(node, keyword) {
139 pp.parseDebuggerStatement = function(node) {
145 pp.parseDoStatement = function(node) {
167 pp.parseForStatement = function(node) {
196 pp.parseFunctionStatement = function(node) {
201 pp.parseIfStatement = function(node) {
[all …]
Dlocation.js4 const pp = Parser.prototype constant
12 pp.raise = function(pos, message) {
20 pp.raiseRecoverable = pp.raise
22 pp.curPosition = function() {
Dexpression.js23 const pp = Parser.prototype constant
30 pp.checkPropClash = function(prop, propHash) {
78 pp.parseExpression = function(noIn, refDestructuringErrors) {
93 pp.parseMaybeAssign = function(noIn, refDestructuringErrors, afterLeftParse) {
125 pp.parseMaybeConditional = function(noIn, refDestructuringErrors) {
142 pp.parseExprOps = function(noIn, refDestructuringErrors) {
155 pp.parseExprOp = function(left, leftStartPos, leftStartLoc, minPrec, noIn) {
171 pp.buildBinary = function(startPos, startLoc, left, right, op, logical) {
181 pp.parseMaybeUnary = function(refDestructuringErrors, sawUnary) {
218 pp.parseExprSubscripts = function(refDestructuringErrors) {
[all …]
Dlval.js5 const pp = Parser.prototype constant
10 pp.toAssignable = function(node, isBinding) {
63 pp.toAssignableList = function(exprList, isBinding) {
90 pp.parseSpread = function(refDestructuringErrors) {
97 pp.parseRest = function(allowNonIdent) {
110 pp.parseBindingAtom = function() {
130 pp.parseBindingList = function(close, allowEmpty, allowTrailingComma, allowNonIdent) {
155 pp.parseBindingListItem = function(param) {
161 pp.parseMaybeDefault = function(startPos, startLoc, left) {
173 pp.checkLVal = function(expr, isBinding, checkClashes) {
Dnode.js20 const pp = Parser.prototype constant
22 pp.startNode = function() {
26 pp.startNodeAt = function(pos, loc) {
42 pp.finishNode = function(node, type) {
48 pp.finishNodeAt = function(node, type, pos, loc) {
Dtokencontext.js28 const pp = Parser.prototype constant
30 pp.initialContext = function() {
34 pp.braceIsBlock = function(prevType) {
49 pp.updateContext = function(prevType) {
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
DLlk.php213 $pp =
219 ->when($result = SUT::parsePP($pp, $tokens, $rules, $pragmas, 'streamFoo'))
246 $pp =
254 ->when($result = SUT::parsePP($pp, $tokens, $rules, $pragmas, 'streamFoo'))
280 $pp =
287 ->when($result = SUT::parsePP($pp, $tokens, $rules, $pragmas, 'streamFoo'))
309 $pp =
313 ->exception(function () use ($pp) {
314 SUT::parsePP($pp, $tokens, $rules, $pragmas, 'streamFoo');
328 $pp =
[all …]
/plugin/asciidocjs/node_modules/pug-code-gen/
Dindex.js57 this.pp = options.pretty || false;
58 if (this.pp && typeof this.pp !== 'string') {
59 this.pp = ' ';
61 if (this.pp && !/^\s+$/.test(this.pp)) {
113 if (this.pp) this.buf.push("var pug_indent = [];");
244 this.buffer(newline + Array(this.indents + offset).join(this.pp));
371 var pp = this.pp;
374 if (pp && block.nodes.length > 1 && !escapePrettyMode &&
380 if (pp && i > 0 && !escapePrettyMode &&
397 if (this.pp) this.buf.push("pug_indent.push('" + Array(this.indents + 1).join(this.pp) + "');");
[all …]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/wo/
Dwo.txt5 Ñu jàpp te nangu ne sagu doomi aadama ak sañ-sañam yépp-dañu yam te kenn mënukóo jalgati, te lu lép…
7 Ñu jàpp ne ñakk xam ak soofantal sañ-sañi doomi aadama indi na aymusiba yu tar tax képp kuy dund fi…
9 Ñu jàpp ne am na solo lool ñu aar sañ-sañi doomu aadama ak ay matukaay ci wàllu yoon; ngir doomu aa…
11 Ñu jàpp ne am na solo lool ñu góor-goorlu ba gën a rataxal jokkalante gi diggante xeet yi.
13 Ñu jàpp ne ci bataaxal boobule mbootaayu xeet yi yeesalaat na ay pas-pasam jëme ko ci sañ-sani doom…
15pp ne réew yi ci bokk jël nañu ay matukaay ngir dëgëral jokkalante gi ak mbootaayu xeet yi, ñu naw…
17 Ñu jàpp ne ànd taxawal sañ-sañ yeek tawfeex yi nekk na lu am solo lool ngir, darajaal matukaay yooy…
19 … ci bataaxal bii ne xeet yépp, réew yépp ak kurel yépp ñu jàpp li ci nekk, ci seen xel, te ñu góor…
23 Ñu nangu te di doxal fépp ci anam gu wér ci biir xeet yi sosoo ci réew i bokk ci mbootaay gi ak gox…
26 Doomi aadama yépp danuy juddu, yam ci tawfeex ci sag ak sañ-sañ. Nekk na it ku xam dëgg te ànd na a…
[all …]
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
DLlk.php65 $pp = $stream->readAll();
67 if (empty($pp)) {
86 static::parsePP($pp, $tokens, $rawRules, $pragmas, $stream->getStreamName());
255 * @param string $pp Grammar description.
263 public static function parsePP($pp, &$tokens, &$rules, &$pragmas, $streamName) argument
265 $lines = explode("\n", $pp);
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
DRule.php305 $pp = '<a> ::b:: c()?',
309 ->when($result = $rule->setPPRepresentation($pp))
325 $pp = '<a> ::b:: c()?',
327 $rule->setPPRepresentation($pp)
332 ->isEqualTo($pp);
341 $pp = '<a> ::b:: c()?',
344 $rule->setPPRepresentation($pp)
/plugin/bureaucracyau/helper/
Dfieldnumber.php22 $pp = array_search('++', $args, true);
23 if ($pp !== false) {
24 unset($args[$pp]);
/plugin/bureaucracy-au/helper/
Dfieldnumber.php22 $pp = array_search('++', $args, true);
23 if ($pp !== false) {
24 unset($args[$pp]);
/plugin/bureaucracy/helper/
Dfieldnumber.php22 $pp = array_search('++', $args, true);
23 if ($pp !== false) {
24 unset($args[$pp]);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
DRule.php259 * @param string $pp PP representation.
262 public function setPPRepresentation($pp) argument
265 $this->_pp = $pp;

12345