PageRenderTime 27ms queryTime 134ms sortTime 494ms getByIdsTime 1251ms findMatchingLines 12ms

22+ results for 'endline repo:ehsan/broken-inbound' (27 ms)

Not the results you expected?
DiagnosticVerifier.cs https://gitlab.com/vectorci/aws-sdk-net | C# | 271 lines
                    
225            {
                    
226                builder.AppendLine("// " + diagnostics[i].ToString());
                    
227
                    
261
                    
262                        builder.AppendLine();
                    
263                        break;
                    
                
Polygon.js https://github.com/openlayers/openlayers.git | JavaScript | 519 lines
                    
106   */
                    
107  appendLinearRing(linearRing) {
                    
108    if (!this.flatCoordinates) {
                    
                
timonedata.js https://gitlab.com/tim-jyu/tim | JavaScript | 408 lines
                    
1/*!
                    
2 * chartjs-plugin-trendline.js
                    
3 * Version: 0.1.1
                    
6 * Released under the MIT license
                    
7 * https://github.com/Makanz/chartjs-plugin-trendline/blob/master/README.md
                    
8 *
                    
10 */
                    
11var pluginTrendlineLinear = {
                    
12    beforeDraw: function(chartInstance) {
                    
27        chartInstance.data.datasets.forEach(function(dataset, index) {
                    
28            if (dataset.trendlineLinear && chartInstance.isDatasetVisible(index)) {
                    
29                let datasetMeta = chartInstance.getDatasetMeta(index);
                    
38function addFitter(datasetMeta, ctx, dataset, xScale, yScale) {
                    
39    let style = dataset.trendlineLinear.style || dataset.borderColor;
                    
40    let lineWidth = dataset.trendlineLinear.width || dataset.borderWidth;
                    
                
SimpleCharStream.java https://gitlab.com/isometric/Coursework | Java | 472 lines
                    
217   * @deprecated
                    
218   * @see #getEndLine
                    
219   */
                    
230  /** Get token end line number. */
                    
231  public int getEndLine() {
                    
232     return bufline[bufpos];
                    
                
snapshot.go https://gitlab.com/liwh/docker | Go | 500 lines
                    
282func (s *Snapshotter) tryAppend(l string) {
                    
283	if err := s.appendLine(l); err != nil {
                    
284		s.logger.Printf("[ERR] serf: Failed to update snapshot: %v", err)
                    
287
                    
288// appendLine is used to append a line to the existing log
                    
289func (s *Snapshotter) appendLine(l string) error {
                    
289func (s *Snapshotter) appendLine(l string) error {
                    
290	defer metrics.MeasureSince([]string{"serf", "snapshot", "appendLine"}, time.Now())
                    
291
                    
                
SqlParserTest.cpp https://gitlab.com/LongAiR/KDb | C++ | 365 lines
                    
79
                    
80static void eatEndLines(QString* string)
                    
81{
                    
124            eatComment(&line);
                    
125            eatEndLines(&line);
                    
126            if (line.startsWith("TODO:")) {
                    
                
transport.js https://gitlab.com/lcuguen/gaia | JavaScript | 362 lines
                    
101    } else {
                    
102      var endLineIndex = -1;
                    
103      for (var i = 1; i < this.unprocessedLines.length; i++) {
                    
106            line[0] === PERIOD && line[1] === CR && line[2] === LF) {
                    
107          endLineIndex = i;
                    
108          break;
                    
110      }
                    
111      if (endLineIndex === -1) {
                    
112        return null;
                    
113      }
                    
114      var lines = this.unprocessedLines.splice(0, endLineIndex + 1);
                    
115      lines.pop(); // remove final ".\r\n" line
                    
117      // response). Other lines may be period-stuffed.
                    
118      for (var i = 1; i < endLineIndex; i++) {
                    
119        if (lines[i][0] === PERIOD) {
                    
                
overlay_edit.js https://github.com/aakb/sport-aarhus-events.git | JavaScript | 378 lines
                    
265              p.disableEditing({onEvent: "mouseout"});
                    
266              GEvent.addListener(p, "endline", function () {
                    
267                //obj._oe.editing = false;
                    
304              p.disableEditing({onEvent: "mouseout"});
                    
305              GEvent.addListener(p, "endline", function () {
                    
306                //obj._oe.editing = false;
                    
                
BasicBlock.html https://gitlab.com/essere.lab.public/qualitas.class-corpus | HTML | 243 lines
                    
96<TD><CODE><B><A HREF="../../../../junit/quilt/cover/state/BasicBlock.html#BasicBlock(int, int)">BasicBlock</A></B>(int&nbsp;startLine,
                    
97           int&nbsp;endLine)</CODE>
                    
98
                    
114<CODE>&nbsp;int</CODE></FONT></TD>
                    
115<TD><CODE><B><A HREF="../../../../junit/quilt/cover/state/BasicBlock.html#getEndLine()">getEndLine</A></B>()</CODE>
                    
116
                    
117<BR>
                    
118&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Get the value of fEndLine.</TD>
                    
119</TR>
                    
157public <B>BasicBlock</B>(int&nbsp;startLine,
                    
158                  int&nbsp;endLine)</PRE>
                    
159<DL>
                    
161<DT><B>Parameters:</B><DD><CODE>starteLine</CODE> - The source code line number where the basic block 
                    
162 starts.<DD><CODE>endLine</CODE> - The source code line number where the basic block ends</DL>
                    
163</DD>
                    
                
SqlServer2005Generator.cs https://github.com/timosaikkonen/fluentmigrator.git | C# | 327 lines
                    
242        {
                    
243            builder.AppendLine(Generate(new DeleteDefaultConstraintExpression {
                    
244                                                                                  ColumnName = columnName,
                    
248
                    
249            builder.AppendLine();
                    
250
                    
250
                    
251            builder.AppendLine(String.Format("-- now we can finally drop column\r\nALTER TABLE {2}.{0} DROP COLUMN {1};",
                    
252                                         Quoter.QuoteTableName(expression.TableName),
                    
261
                    
262            builder.AppendLine(Generate(new DeleteDefaultConstraintExpression
                    
263            {
                    
268
                    
269            builder.AppendLine();
                    
270
                    
                
DocumentNavigatorTest.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 315 lines
                    
195        attr = (Attribute) iter.next();
                    
196        assertEquals("EndLine", attr.getName());
                    
197        assertEquals("12", attr.getValue());
                    
239        attr = (Attribute) iter.next();
                    
240        assertEquals("EndLine", attr.getName());
                    
241        assertEquals("2", attr.getValue());
                    
                
XMLUtils-test.js https://gitlab.com/aelharrak/brackets | JavaScript | 324 lines
                    
51                startLine: 0,
                    
52                endLine: 10
                    
53            });
                    
                
text_markdown.js https://gitlab.com/523/gitlab-ce | JavaScript | 498 lines
                    
60    end: {
                    
61      row: sel.endLineNumber,
                    
62      column: sel.endColumn,
                    
                
csv.js https://github.com/chromium/chromium.git | JavaScript | 417 lines
                    
105    'use strict';
                    
106    return line.startLineIndex <= index && line.endLineIndex > index;
                    
107  });
                    
                
SimpleNodeTest.java https://gitlab.com/essere.lab.public/qualitas.class-corpus | Java | 343 lines
                    
221                "EndLine=\"5\" Final=\"false\" Image=\"Test\" Interface=\"false\" Native=\"false\" Nested=\"false\" PackagePrivate=\"false\" Private=\"false\" Protected=\"false\" Public=\"true\" Static=\"false\" Strictfp=\"false\" Synchronized=\"false\" Transient=\"false\" Volatile=\"false\">" +
                    
222                "<ClassOrInterfaceBody BeginColumn=\"19\" BeginLine=\"1\" EndColumn=\"1\" EndLine=\"5\">" +
                    
223                "<ClassOrInterfaceBodyDeclaration AnonymousInnerClass=\"false\" BeginColumn=\"3\" BeginLine=\"2\" EndColumn=\"3\" EndLine=\"4\">" +
                    
223                "<ClassOrInterfaceBodyDeclaration AnonymousInnerClass=\"false\" BeginColumn=\"3\" BeginLine=\"2\" EndColumn=\"3\" EndLine=\"4\">" +
                    
224                "<ClassOrInterfaceDeclaration Abstract=\"false\" BeginColumn=\"10\" BeginLine=\"2\" EndColumn=\"3\" EndLine=\"4\" Final=\"false\" " +
                    
225                "Image=\"Inner\" Interface=\"false\" Native=\"false\" Nested=\"true\" PackagePrivate=\"false\" Private=\"false\" Protected=\"false\" " +
                    
226                "Public=\"true\" Static=\"false\" Strictfp=\"false\" Synchronized=\"false\" Transient=\"false\" Volatile=\"false\">" +
                    
227                "<ClassOrInterfaceBody BeginColumn=\"22\" BeginLine=\"2\" EndColumn=\"3\" EndLine=\"4\">" +
                    
228                "<ClassOrInterfaceBodyDeclaration AnonymousInnerClass=\"false\" BeginColumn=\"4\" BeginLine=\"3\" EndColumn=\"11\" EndLine=\"3\">" +
                    
228                "<ClassOrInterfaceBodyDeclaration AnonymousInnerClass=\"false\" BeginColumn=\"4\" BeginLine=\"3\" EndColumn=\"11\" EndLine=\"3\">" +
                    
229                "<FieldDeclaration Abstract=\"false\" Array=\"false\" ArrayDepth=\"0\" BeginColumn=\"4\" BeginLine=\"3\" EndColumn=\"11\" EndLine=\"3\" Final=\"false\" Native=\"false\" PackagePrivate=\"true\" Private=\"false\" Protected=\"false\" Public=\"false\" Static=\"false\" Strictfp=\"false\" Synchronized=\"false\" Transient=\"false\" VariableName=\"foo\" Volatile=\"false\"><Type Array=\"false\" ArrayDepth=\"0\" BeginColumn=\"4\" BeginLine=\"3\" EndColumn=\"6\" EndLine=\"3\">" +
                    
230                "<PrimitiveType Array=\"false\" ArrayDepth=\"0\" BeginColumn=\"4\" BeginLine=\"3\" Boolean=\"false\" EndColumn=\"6\" EndLine=\"3\" Image=\"int\"/>" +
                    
264        assertEquals("Unexpected beginning column: ", beginCol, node.getBeginColumn());
                    
265        assertEquals("Unexpected ending line:", endLine, node.getEndLine());
                    
266        assertEquals("Unexpected ending column:", endCol, node.getEndColumn());
                    
                
tcp_cubic.c https://github.com/fopina/ZTE-Joe-Kernel-2.6.29.git | C | 473 lines
                    
49static int bic_scale __read_mostly = 41;
                    
50static int tcp_friendliness __read_mostly = 1;
                    
51
                    
69module_param(tcp_friendliness, int, 0644);
                    
70MODULE_PARM_DESC(tcp_friendliness, "turn on/off tcp friendliness");
                    
71module_param(hystart, int, 0644);
                    
261	/* TCP Friendly */
                    
262	if (tcp_friendliness) {
                    
263		u32 scale = beta_scale;
                    
                
ddl.sql https://gitlab.com/admin-github-cloud/Dexter | SQL | 293 lines
                    
38	startLine			int NOT NULL,
                    
39	endLine				int NOT NULL,
                    
40	charStart			int,
                    
113	startLine			int NOT NULL,
                    
114	endLine				int NOT NULL,
                    
115	charStart			int,
                    
129
                    
130	CONSTRAINT pk_SnapshotOccurenceMap PRIMARY KEY (snapshotId, did, startLine, endLine, charStart, charEnd),
                    
131	FOREIGN KEY (snapshotId) REFERENCES Snapshot(id) ON DELETE CASCADE,
                    
                
PEMDecoder.java https://bitbucket.org/indeni/ganymed-ssh2.git | Java | 385 lines
                    
133
                    
134		String endLine = null;
                    
135
                    
146			{
                    
147				endLine = "-----END DSA PRIVATE KEY-----";
                    
148				ps.pemType = PEM_DSA_PRIVATE_KEY;
                    
153			{
                    
154				endLine = "-----END RSA PRIVATE KEY-----";
                    
155				ps.pemType = PEM_RSA_PRIVATE_KEY;
                    
164			if (line == null)
                    
165				throw new IOException("Invalid PEM structure, " + endLine + " missing");
                    
166
                    
203			if (line == null)
                    
204				throw new IOException("Invalid PEM structure, " + endLine + " missing");
                    
205
                    
                
frmTableMappings.cs https://gitlab.com/GRIN-Global/GRIN-Global-server | C# | 220 lines
                    
84                var sb = new StringBuilder();
                    
85                sb.AppendLine("Are you sure you want to delete table mappings for the following tables?\r\n");
                    
86                foreach (ListViewItem lvi in lvMappings.SelectedItems) {
                    
86                foreach (ListViewItem lvi in lvMappings.SelectedItems) {
                    
87                    sb.AppendLine("  " + lvi.Text);
                    
88                }
                    
                
main.cs https://bitbucket.org/foens/p2pp.git | C# | 301 lines
                    
267                sb.Append(str);
                    
268			sb.AppendLine();
                    
269		}
                    
                
Legend.class.php https://bitbucket.org/jstechnologies/cats.git | PHP | 758 lines
                    
544					$x = $this->padding[0] + $previousColumns;
                    
545					$y = $this->padding[2] + $row * ($heightMax + $this->space) + $heightMax / 2 - $component->getLegendLineThickness();
                    
546
                    
547					// Draw two lines
                    
548					if($component->getLegendLineColor() !== NULL) {
                    
549
                    
549
                    
550						$color = $component->getLegendLineColor();
                    
551
                    
558										$x, // YaPB ??
                    
559										$y + $component->getLegendLineThickness() / 2
                    
560									),
                    
562										$x + 10,
                    
563										$y + $component->getLegendLineThickness() / 2
                    
564									),
                    
                
graphing_systems_of_equations.html https://gitlab.com/gregtyka/lfmawordpress | HTML | 299 lines
                    
105                        fixed: true,
                    
106                        extendLine: true
                    
107                    });
                    
111                        fixed: true,
                    
112                        extendLine: true,
                    
113                        normalStyle: {
                    
                
 

Source

Language