Home
last modified time | relevance | path

Searched refs:loc (Results 1 – 25 of 155) sorted by relevance

1234567

/plugin/asciidocjs/node_modules/pug-parser/
Dindex.js54 line: token.loc.start.line,
55 column: token.loc.start.column,
232 return this.initBlock(this.peek().loc.start.line, this.parseTextHtml());
253 if (!this.peek().loc.start) debugger;
257 loc: this.peek().loc, property
279 var lineno = this.peek().loc.start.line;
289 line: tok.loc.start.line,
290 column: tok.loc.start.column,
302 line: tok.loc.start.line,
303 column: tok.loc.start.column,
[all …]
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Dhelpers.js7 let errorNode = { loc: open.path.loc }; property
47 export function preparePath(data, parts, loc) { argument
48 loc = this.locInfo(loc);
63 throw new Exception('Invalid path: ' + original, { loc }); property
78 loc
95 loc: this.locInfo(locInfo)
107 loc: locInfo property
119 loc: locInfo
173 loc: this.locInfo(locInfo)
177 export function prepareProgram(statements, loc) { argument
[all …]
Dcode-gen.js49 function castChunk(chunk, codeGen, loc) { argument
54 ret.push(codeGen.wrap(chunk[i], loc));
73 prepend: function(source, loc) { argument
74 this.source.unshift(this.wrap(source, loc));
76 push: function(source, loc) { argument
77 this.source.push(this.wrap(source, loc));
95 let loc = this.currentLocation || { start: {} };
96 return new SourceNode(loc.start.line, loc.start.column, this.srcFile);
98 wrap: function(chunk, loc = this.currentLocation || { start: {} }) { argument
103 chunk = castChunk(chunk, this, loc);
[all …]
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Dhelpers.js26 var errorNode = { loc: open.path.loc }; property
63 function preparePath(data, parts, loc) { argument
64 loc = this.locInfo(loc);
80 throw new _exception2['default']('Invalid path: ' + original, { loc: loc });
95 loc: loc
112 loc: this.locInfo(locInfo)
124 loc: locInfo property
136 loc: locInfo
181 loc: this.locInfo(locInfo)
185 function prepareProgram(statements, loc) { argument
[all …]
Dcode-gen.js52 function castChunk(chunk, codeGen, loc) { argument
57 ret.push(codeGen.wrap(chunk[i], loc));
76 prepend: function prepend(source, loc) {
77 this.source.unshift(this.wrap(source, loc));
79 push: function push(source, loc) {
80 this.source.push(this.wrap(source, loc));
98 var loc = this.currentLocation || { start: {} };
99 return new SourceNode(loc.start.line, loc.start.column, this.srcFile);
102 …var loc = arguments.length <= 1 || arguments[1] === undefined ? this.currentLocation || { start: {… variable in CodeGen
108 chunk = castChunk(chunk, this, loc);
[all …]
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Dhelpers.js25 var errorNode = { loc: open.path.loc }; property
62 function preparePath(data, parts, loc) { argument
63 loc = this.locInfo(loc);
79 throw new _Exception['default']('Invalid path: ' + original, { loc: loc });
94 loc: loc
111 loc: this.locInfo(locInfo)
123 loc: locInfo property
135 loc: locInfo
180 loc: this.locInfo(locInfo)
184 function prepareProgram(statements, loc) { argument
[all …]
Dcode-gen.js49 function castChunk(chunk, codeGen, loc) { argument
54 ret.push(codeGen.wrap(chunk[i], loc));
73 prepend: function prepend(source, loc) {
74 this.source.unshift(this.wrap(source, loc));
76 push: function push(source, loc) {
77 this.source.push(this.wrap(source, loc));
95 var loc = this.currentLocation || { start: {} };
96 return new SourceNode(loc.start.line, loc.start.column, this.srcFile);
99 …var loc = arguments.length <= 1 || arguments[1] === undefined ? this.currentLocation || { start: {…
105 chunk = castChunk(chunk, this, loc);
[all …]
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/
Dnode.js5 constructor(parser, pos, loc) { argument
10 this.loc = new SourceLocation(parser, loc)
26 pp.startNodeAt = function(pos, loc) { argument
27 return new Node(this, pos, loc)
32 function finishNodeAt(node, type, pos, loc) { argument
36 node.loc.end = loc
48 pp.finishNodeAt = function(node, type, pos, loc) { argument
49 return finishNodeAt.call(this, node, type, pos, loc)
Dlocation.js13 let loc = getLineInfo(this.input, pos)
14 message += " (" + loc.line + ":" + loc.column + ")"
16 err.pos = pos; err.loc = loc; err.raisedAt = this.pos
/plugin/asciidocjs/node_modules/acorn/src/
Dnode.js5 constructor(parser, pos, loc) { argument
10 this.loc = new SourceLocation(parser, loc)
26 pp.startNodeAt = function(pos, loc) { argument
27 return new Node(this, pos, loc)
32 function finishNodeAt(node, type, pos, loc) { argument
36 node.loc.end = loc
48 pp.finishNodeAt = function(node, type, pos, loc) { argument
49 return finishNodeAt.call(this, node, type, pos, loc)
Dlocation.js13 let loc = getLineInfo(this.input, pos)
14 message += " (" + loc.line + ":" + loc.column + ")"
16 err.pos = pos; err.loc = loc; err.raisedAt = this.pos
/plugin/openid/Auth/Yadis/
DHTTPFetcher.php141 $loc = $parts[1];
142 $ppos = strpos($loc, "://");
143 if ($ppos === false || $ppos > strpos($loc, "/")) {
148 if (substr($loc, 0, 1) == "/") {
151 if ($fspos) $loc = $prt.substr($url, 0, $fspos).$loc;
152 else $loc = $prt.$url.$loc;
166 $loc = $pp.$loc;
169 return $loc;
/plugin/fedauth/Auth/Yadis/
DHTTPFetcher.php123 $loc = $parts[1];
124 $ppos = strpos($loc, "://");
125 if ($ppos === false || $ppos > strpos($loc, "/")) {
130 if (substr($loc, 0, 1) == "/") {
133 if ($fspos) $loc = $prt.substr($url, 0, $fspos).$loc;
134 else $loc = $prt.$url.$loc;
148 $loc = $pp.$loc;
151 return $loc;
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/
Dexception.js13 let loc = node && node.loc,
19 if (loc) {
20 line = loc.start.line;
21 endLineNumber = loc.end.line;
22 column = loc.start.column;
23 endColumn = loc.end.column;
41 if (loc) {
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/
Dexception.js7 var loc = node && node.loc,
13 if (loc) {
14 line = loc.start.line;
15 endLineNumber = loc.end.line;
16 column = loc.start.column;
17 endColumn = loc.end.column;
35 if (loc) {
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/
Dexception.js7 var loc = node && node.loc,
13 if (loc) {
14 line = loc.start.line;
15 endLineNumber = loc.end.line;
16 column = loc.start.column;
17 endColumn = loc.end.column;
35 if (loc) {
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dstate.js14 this.tok.loc = new SourceLocation(this.toks, here, here)
27 return new Node(this.toks, this.tok.start, this.options.locations ? this.tok.loc.start : null)
31 return this.options.locations ? [this.tok.start, this.tok.loc.start] : this.tok.start
46 node.loc.end = this.last.loc.end
57 dummy.loc.end = dummy.loc.start
60 this.last = {type: tt.name, start: dummy.start, end: dummy.start, loc: dummy.loc} property
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dstate.js14 this.tok.loc = new SourceLocation(this.toks, here, here)
28 return new Node(this.toks, this.tok.start, this.options.locations ? this.tok.loc.start : null)
32 return this.options.locations ? [this.tok.start, this.tok.loc.start] : this.tok.start
47 node.loc.end = this.last.loc.end
58 dummy.loc.end = dummy.loc.start
61 this.last = {type: tt.name, start: dummy.start, end: dummy.start, loc: dummy.loc} property
/plugin/tplinc/
Dadmin.php133 * @param string $loc the current location value
135 protected function locationBox($name, $loc) argument
140 if (!isset($locations[$loc])) $loc = '';
144 $selected = ($location == $loc) ? 'selected="selected"' : '';
/plugin/lastfm/inc/
Dlastfmutils.php360 $loc =& $xml;
363 $temp =& $loc[$level];
364 $loc =& $temp;
366 $loc = array($loc);
381 $loc =& $xml;
384 $temp =& $loc[str_replace(":arr#", "", $level)];
385 $loc =& $temp;
395 $loc["attributes"][$tag] = & $val["attributes"][$key];
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn_loose.es.js15 this.tok.loc = new SourceLocation(this.toks, here, here)
29 return new Node(this.toks, this.tok.start, this.options.locations ? this.tok.loc.start : null)
33 return this.options.locations ? [this.tok.start, this.tok.loc.start] : this.tok.start
48 node.loc.end = this.last.loc.end
59 dummy.loc.end = dummy.loc.start
62 this.last = {type: tokTypes.name, start: dummy.start, end: dummy.start, loc: dummy.loc} property
247 replace.loc = new SourceLocation(
Dacorn_loose.js19 this.tok.loc = new __acorn.SourceLocation(this.toks, here, here)
33 …return new __acorn.Node(this.toks, this.tok.start, this.options.locations ? this.tok.loc.start : n…
37 return this.options.locations ? [this.tok.start, this.tok.loc.start] : this.tok.start
52 node.loc.end = this.last.loc.end
63 dummy.loc.end = dummy.loc.start
66 this.last = {type: __acorn.tokTypes.name, start: dummy.start, end: dummy.start, loc: dummy.loc} property
251 replace.loc = new __acorn.SourceLocation(
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn_loose.es.js15 this.tok.loc = new SourceLocation(this.toks, here, here)
28 return new Node(this.toks, this.tok.start, this.options.locations ? this.tok.loc.start : null)
32 return this.options.locations ? [this.tok.start, this.tok.loc.start] : this.tok.start
47 node.loc.end = this.last.loc.end
58 dummy.loc.end = dummy.loc.start
61 this.last = {type: tokTypes.name, start: dummy.start, end: dummy.start, loc: dummy.loc} property
246 replace.loc = new SourceLocation(
Dacorn_loose.js21 this.tok.loc = new acorn.SourceLocation(this.toks, here, here)
34 …return new acorn.Node(this.toks, this.tok.start, this.options.locations ? this.tok.loc.start : nul…
38 return this.options.locations ? [this.tok.start, this.tok.loc.start] : this.tok.start
53 node.loc.end = this.last.loc.end
64 dummy.loc.end = dummy.loc.start
67 this.last = {type: acorn.tokTypes.name, start: dummy.start, end: dummy.start, loc: dummy.loc} property
252 replace.loc = new acorn.SourceLocation(
/plugin/facebook/
Daction.php48 $loc = $match[1];
50 $loc = $match[1];
52 $loc = 'en_US';

1234567