Home
last modified time | relevance | path

Searched +defs:line +defs:left (Results 1 – 25 of 68) sorted by relevance

123

/plugin/syntaxhighlighter3/sxh3/src/sass/
DshCore.scss1 @mixin round_corners_custom($top, $right, $bottom, $left) { parameter
70 .line { white-space: pre !important; } class
103 td.gutter .line { class
108 td.code .line { class
115 .container textarea, .line { padding-left: 0em !important; } class
182 .line.alt1 .content, class
183 .line.alt2 .content, class
184 .line.highlighted .number, class
185 .line.highlighted.alt1 .content, class
186 .line.highlighted.alt2 .content { background: none !important; } class
[all …]
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/loose/
Dexpression.js90 lp.parseExprOp = function(left, start, minPrec, noIn, indent, line) { argument
156 lp.parseSubscripts = function(base, start, noCalls, startIndent, line) { argument
/plugin/asciidocjs/node_modules/acorn/src/loose/
Dexpression.js90 lp.parseExprOp = function(left, start, minPrec, noIn, indent, line) { argument
159 lp.parseSubscripts = function(base, start, noCalls, startIndent, line) { argument
/plugin/asciidocjs/node_modules/pug-filters/node_modules/cliui/
Dindex.js9 left = 3 variable
96 lines = lines.filter(function (line) { argument
100 return lines.map(function (line) { argument
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DOSM.php489 protected function processLineString($line)
518 public static function downloadFromOSMByBbox($left, $bottom, $right, $top)
/plugin/syntaxhighlighter3/sxh3/src/js/
DshCore.js113 phpScriptTags : { left: /(&lt;|<)\?(?:=|php)?/g, right: /\?(&gt;|>)/g, 'eof' : true }, property
114 aspScriptTags : { left: /(&lt;|<)%=?/g, right: /%(&gt;|>)/g }, property
115 …scriptScriptTags : { left: /(&lt;|<)\s*script.*?(&gt;|>)/gi, right: /(&lt;|<)\/\s*script\s*(&gt;… property
793 str = eachLine(str, function(line) argument
870 function insertSpaces(line, pos, count) argument
879 code = eachLine(code, function(line) argument
1365 eachLine(code, function(line, index) argument
1705 left : { regex: regexGroup.left, css: 'script' }, property
/plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/
Dacorn_loose.es.js139 LooseParser.prototype.closes = function closes (closeTok, indent, line, blockHeuristic) { argument
809 lp$2.parseExprOp = function(left, start, minPrec, noIn, indent, line) { argument
877 lp$2.parseSubscripts = function(base, start, noCalls, startIndent, line) { argument
Dacorn_loose.js145 LooseParser.prototype.closes = function closes (closeTok, indent, line, blockHeuristic) { argument
815 lp$2.parseExprOp = function(left, start, minPrec, noIn, indent, line) { argument
883 lp$2.parseSubscripts = function(base, start, noCalls, startIndent, line) { argument
Dacorn.es.js261 var Position = function Position(line, col) { argument
1448 pp$2.parseMaybeDefault = function(startPos, startLoc, left) { argument
1642 pp$3.parseExprOp = function(left, leftStartPos, leftStartLoc, minPrec, noIn) { argument
1658 pp$3.buildBinary = function(startPos, startLoc, left, right, op, logical) { argument
/plugin/asciidocjs/node_modules/acorn/dist/
Dacorn_loose.js144 LooseParser.prototype.closes = function closes (closeTok, indent, line, blockHeuristic) { argument
839 lp$2.parseExprOp = function(left, start, minPrec, noIn, indent, line) { argument
910 lp$2.parseSubscripts = function(base, start, noCalls, startIndent, line) { argument
Dacorn_loose.es.js140 LooseParser.prototype.closes = function closes (closeTok, indent, line, blockHeuristic) { argument
835 lp$2.parseExprOp = function(left, start, minPrec, noIn, indent, line) { argument
906 lp$2.parseSubscripts = function(base, start, noCalls, startIndent, line) { argument
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js2064 line : def.name.start.line, property
2362 left: this.condition, property
2367 left: this.condition, property
2499 left: self.condition, property
2512 left: self.condition, property
2809 left : name, property
2893 left: self.args[0], property
2976 left: make_node(AST_String, self, { value: "" }), property
3015 left : make_node(AST_String, self, { value: "" }), property
3030 left : prev, property
[all …]
Dparse.js192 function JS_Parse_Error(message, filename, line, col, pos) { argument
204 function js_error(message, filename, line, col, pos) { argument
221 line : 1, property
296 line : S.tokline, property
745 function croak(msg, line, col, pos) { argument
1491 var expr_op = function(left, min_prec, no_in) { argument
1500 left : left, property
1544 left : left, property
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
Deditor_zh-CN.properties36 left=Left key
55 line=Line key
141 line=Line key
Deditor_de.properties40 left=Links key
61 line=Linie key
149 line=Linie key
Deditor.properties35 left=Left key
56 line=Line key
145 line=Line key
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
DshCore.js1394 phpScriptTags : { left: /(&lt;|<)\?(?:=|php)?/g, right: /\?(&gt;|>)/g, 'eof' : true }, property
1395 aspScriptTags : { left: /(&lt;|<)%=?/g, right: /%(&gt;|>)/g }, property
1396 …scriptScriptTags : { left: /(&lt;|<)\s*script.*?(&gt;|>)/gi, right: /(&lt;|<)\/\s*script\s*(&gt;… property
2074 str = eachLine(str, function(line) argument
2151 function insertSpaces(line, pos, count) argument
2160 code = eachLine(code, function(line) argument
2646 eachLine(code, function(line, index) argument
2986 left : { regex: regexGroup.left, css: 'script' }, property
/plugin/projects/
Dcodemirror-compressed.js1line:0,ch:0};Ln(t,{line:Ct.size-1,ch:un(Ct.size-1).text.length},lt(e),t,t),Ft=!0}function ln(e){va… property
/plugin/amcharts/assets/amcharts/plugins/export/
Dexport.min.js1py the data into the clipboard.","fallback.save.image":"Rightclick -> Save picture as... to save t… method
2 …){return function(){c.drawing.handler.add({url:d.result,top:a.layerY-10*b,left:a.layerX-10*b})}}(b… property
Dexport.js183 left: _this.setup.fabric.width / 2 property
208 left: cfg.left, property
332 left: _this.setup.fabric.width / 2, property
350 line: function( options ) { method
388 left: arrowLeft, property
1088 left: 0 property
1190 left: left, property
1590 left: 0 property
1633 left: style_parent.left + group.offset.x, property
1651 left: style_parent.left + group.offset.x, property
[all …]
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dparse.js204 function JS_Parse_Error(message, filename, line, col, pos) { argument
216 function js_error(message, filename, line, col, pos) { argument
233 line : 1, property
331 line : S.tokline, property
738 function croak(msg, line, col, pos) { argument
2408 var expr_op = function(left, min_precision, no_in) { argument
2417 left : left, property
2518 left : left, property
/plugin/photogallery/phpThumb/
Dphpthumb.filters.php21 public function DebugMessage($message, $file='', $line='') {
278 public function Crop(&$gdimg, $left=0, $right=0, $top=0, $bottom=0) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.min.js1 …ocument!=="undefined"&&typeof window!=="undefined"){fabric.document=document;fabric.window=window;…
5 …x.save();ctx.transform(v[0],v[1],v[2],v[3],v[4],v[5]);ctx.beginPath();if(this._points.length===2&&…
6 …pSelector;if(groupSelector){pointer=this.getPointer(e,true);groupSelector.left=pointer.x-groupSele… property
8 …n(p){return fabric.util.transformPoint(p,vpt)},p=this._calculateCurrentDimensions(false),currentWi… property
9 …rtY=0,x=0,y=0,controlX=0,controlY=0,tempX,tempY,l=-this.pathOffset.x,t=-this.pathOffset.y;if(this.…
11 …|(global.fabric={}),extend=fabric.util.object.extend;fabric.Image.filters.GradientTransparency=fab…
13 …(this.getSelectionStyles(i))}return styles}var loc=this.get2DCursorLocation(startIndex);if(this.st… argument
Dfabric.js2084 box = { left: 0, top: 0 }, property
2085 offset = { left: 0, top: 0 }, property
7640 left: point.x, property
7784 left: sprayChunk[j].x + 1, property
8160 left: t.original.left, property
8378 left: target.left, property
8387 left: target.left, property
8879 left: 0, property
9595 left: 0 property
10090 left: options.left, property
[all …]
/plugin/syntaxhighlighter4/dist/
Dsyntaxhighlighter.js515 phpScriptTags: { left: /(&lt;|<)\?(?:=|php)?/g, right: /\?(&gt;|>)/g, 'eof': true }, property
516 aspScriptTags: { left: /(&lt;|<)%=?/g, right: /%(&gt;|>)/g }, property
517 …scriptScriptTags: { left: /(&lt;|<)\s*script.*?(&gt;|>)/gi, right: /(&lt;|<)\/\s*script\s*(&gt;|>)… property
2605 line, variable
2625 line = lines[i]; property
2629 line = line.replace(/^(&nbsp;| )+/, function (s) { property
3037 line, variable
3089 line, variable
3727 left: { regex: regexGroup.left, css: 'script' }, property
4146 left: /(&lt;|<)\s*style.*?(&gt;|>)/gi, property
[all …]

123