Home
last modified time | relevance | path

Searched refs:line (Results 51 – 75 of 665) sorted by relevance

12345678910>>...27

/trunk/main/solenv/bin/modules/pre2par/
H A Dwork.pm42 my ($line, $parfile) = @_;
44 while ( $line =~ /^((?:[^"]|\"(?:[^"\\]|\\.)*\")*?\;\s+)\s*(.*)$/ )
47 $line = $2;
52 if ( $line =~ /^\s*End\s+(\w+.*$)/i )
54 $line = $1;
61 pre2par::remover::remove_leading_and_ending_whitespaces(\$line);
62 $line = $line . "\n";
63 push(@{$parfile}, $line);
65 if ( $line =~ /^\s*End\s*$/i ) { push(@{$parfile}, "\n"); }
/trunk/main/solenv/bin/modules/installer/
H A Dfollowme.pm137 my $line = ${$filecontent}[$i];
139 if ( $line =~ /^\s*finalinstalldir:\s*(.*?)\s*$/ ) { $finalinstalldir = $1; }
141 if ( $line =~ /^\s*downloadname:\s*(.*?)\s*$/ ) { $downloadname = $1; }
142 if ( $line =~ /^\s*currentinstallnumber:\s*(.*?)\s*$/ ) { $currentinstallnumber = $1; }
143 if ( $line =~ /^\s*loggingdir:\s*(.*?)\s*$/ ) { $loggingdir = $1; }
145 if ( $line =~ /^\s*installlogdir:\s*(.*?)\s*$/ ) { $installlogdir = $1; }
147 if ( $line =~ /^\s*languagestring:\s*(.*?)\s*$/ ) { $languagestring = $1; }
148 if ( $line =~ /^\s*languagesarray:\s*(.*?)\s*$/ ) { push(@languagesarray, $1); }
149 if ( $line =~ /^\s*includepatharray:\s*(.*?)\s*$/ )
155 if ( $line =~ /^\s*allvariableshash:\s*(.*?)\s*:\s*(.*?)\s*$/ ) { $allvariableshash{$1} = $2; }
[all …]
H A Dcontrol.pm344 foreach my $line (@ErrorMessages)
346 push @$lines, sprintf(" %12.6f : %s", $line->{'relative_time'}, $line->{'message'});
385 foreach my $line (@ErrorMessages)
387 push @output, sprintf(" %12.6f : %s", $line->{'relative_time'}, $line->{'message'});
405 foreach my $line (@output)
407 $installer::logger::Info->print($line, $force);
616 my $line = ${$encodinglist}[$i];
618 if ( $line =~ /^\s*\#/ ) { next; } # this is a comment line
620 if ( $line =~ /^(.*?)(\#.*)$/ ) { $line = $1; } # removing comments after "#"
622 if ( $line =~ /^\s*([\w-]+)\s*(\d+)\s*(\d+)\s*$/ )
H A Dlogger.pm249 my $line = "";
252 $line .= sprintf("%12.6f : ", $relative_time);
256 $line .= $log_id . " : ";
260 $line .= $pid . " : ";
262 $line .= $self->{'indentation'};
263 $line .= $message;
269 print $fid ($line);
274 print($line);
369 foreach my $line (@{$other->{'lines'}})
371 $self->process_line(@$line);
[all …]
H A Dscpzipfiles.pm45 my $line = $lines->[$lineno];
46 if ($line =~ /\$\{/) # early rejection of lines that don't need replacements
51 my $replacement_count = ($line =~ s/\Q$pattern\E/$value/g);
60 $lines->[$lineno] = $line;
77 my $line = $lines->[$i];
79 if ($line =~ /\$\\\{/) # early rejection of lines without variable references
84 $line =~ s/\Q$key\E/$value/g;
87 $lines->[$i] = $line;
H A Dpackagepool.pm122 my $line = $i + 1;
336 my $line = ${$content}[$i];
338 if ( $line =~ /^\s*PackageName\:\s*(.*?)\s*$/ )
345 if ( $line =~ /^\s*FullPackageName\:\s*(.*?)\s*$/ )
351 if ( $line =~ /^\s*FileSize\:\s*(.*?)\s*$/ )
357 if ( $line =~ /^\s*PkgVersion\:\s*(.*?)\s*$/ )
363 if ( $line =~ /^\s*md5sum\:\s*(.*?)\s*$/ )
369 if ( $line =~ /^\s*Files:\t(.+?)\t(.+?)\t(.*?)\s*$/ )
477 $installer::logger::Lang->print($line);
1072 foreach my $line (@reason)
[all …]
/trunk/main/ucb/source/ucp/webdav/
H A DCurlRequest.cxx76 rtl::OString line = name + ": " + value; in addHeader() local
315 rtl::OString line = lineCrLf.copy( 0, cr ); in curlHeaderReceived() local
316 if ( line.indexOf( "HTTP/" ) == 0 ) in curlHeaderReceived()
321 sal_Int32 idxFirstSpace = line.indexOf( ' ' ); in curlHeaderReceived()
324 int idxSecondSpace = line.indexOf( ' ', idxFirstSpace + 1 ); in curlHeaderReceived()
327 reasonPhrase = line.copy( idxSecondSpace + 1 ); in curlHeaderReceived()
333 statusCode = line.copy( idxFirstSpace + 1 ).toInt32(); in curlHeaderReceived()
340 if ( line.getLength() == 0 ) in curlHeaderReceived()
347 sal_Int32 colon = line.indexOf( ':' ); in curlHeaderReceived()
354 header.name = line.copy( 0, colon ).toAsciiLowerCase(); in curlHeaderReceived()
[all …]
/trunk/main/solenv/bin/modules/
H A DExtensionsLst.pm296 my $line = shift;
299 if ($line =~ /^\s*((\w{32})\s+)?([a-zA-Z]+)(:\/\/.*?\/)([^\/ \t]+)(\s+\"[^\"]+\")?\s*$/)
304 die "invalid URL protocol on line $LineNo:\n$line\n" if $protocol !~ /(file|http|https)/;
331 die "invalid URL at line $LineNo:\n$line\n";
365 my $line = $_;
366 $line =~ s/[\r\n]+//g;
370 next if $line =~ /^\s*#/;
373 next if $line =~ /^\s*$/;
376 if ($line =~ /^\s*\[\s*(.*)\s*\]\s*$/)
384 push @URLs, ProcessURL($line);
/trunk/main/shell/source/tools/lngconvex/
H A Dlngconvex.cxx389 std::string line; in read_ulf_file() local
419 std::string line; in read_file() local
420 while (std::getline(file, line)) in read_file()
421 string_container.push_back(line); in read_file()
440 std::string line; in concatenate_files() local
441 while (std::getline(is, line)) in concatenate_files()
442 os << line << std::endl; in concatenate_files()
519 std::string line; in inflate_rc_template_to_file() local
535 line += token; in inflate_rc_template_to_file()
536 line += " "; in inflate_rc_template_to_file()
[all …]
/trunk/main/rsc/source/rscpp/
H A Dcpp6.c542 file->line = 0; /* (Not used just yet) */ in getfile()
544 infile->line = line; /* Save current line */ in getfile()
546 line = 1; /* Note first line */ in getfile()
722 int lineSave = line; in dumpadef()
730 line = 0; in dumpadef()
752 line = lineSave; in dumpadef()
793 file->filename, recursion, line, in get()
822 line, file->filename, file->buffer); in get()
852 line = infile->line; /* Reset line number */ in get()
875 ++line; /* line counter */ in get()
[all …]
/trunk/main/offapi/com/sun/star/text/
H A DLineNumberingSettings.idl33 /** provides access to the settings of the line numbering.
42 /** If <TRUE/>, line numbering is used.
48 /** The name of the character style that is used for the line number.
66 /** specifies the distance between the line number and the start or
73 /** Line numbers are shown on every <var>LineInterval</var>th line.
79 /** specifies the symbol that is shown between the line numbers.
85 /** The line separator is shown every <var>SeparatorLineDistance</var>th line.
91 /** specifies the position of the line number
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DConverter.java61 String line = (String)vec.get(i); in convertVectorToHashmap() local
62 int position = line.indexOf("="); in convertVectorToHashmap()
64 key = line.substring(0, position); in convertVectorToHashmap()
65 value = line.substring(position + 1, line.length()); in convertVectorToHashmap()
67 key = line; in convertVectorToHashmap()
84 String line = entry.getKey() + "=" + entry.getValue(); in convertHashMapToVector() local
85 vec.add(line); in convertHashMapToVector()
/trunk/main/odk/source/com/sun/star/lib/loader/
H A DInstallationFinder.java333 String line = null; in getPathFromWhich() local
335 while ( ( line = br.readLine() ) != null ) { in getPathFromWhich()
338 int index = line.lastIndexOf( SOFFICE ); in getPathFromWhich()
342 File file = new File( line.substring( i, end ) ); in getPathFromWhich()
414 String line = null; in getPathFromSVersionFile() local
415 while ( ( line = br.readLine() ) != null && in getPathFromSVersionFile()
416 ( line.equals( VERSIONS ) ) != true ) { in getPathFromSVersionFile()
419 while ( ( line = br.readLine() ) != null && in getPathFromSVersionFile()
420 line.length() != 0 ) { in getPathFromSVersionFile()
421 if ( !line.startsWith( ";" ) ) in getPathFromSVersionFile()
[all …]
/trunk/ext_libraries/gtest/
H A Dgtest-python3.patch24 'or omit it on the command line.')
52 # Reads each line in the given gtest header.
53 - for line in file(os.path.join(gtest_root, gtest_header_path), 'r'):
54 + for line in open(os.path.join(gtest_root, gtest_header_path), 'r'):
55 m = INCLUDE_GTEST_FILE_REGEX.match(line)
73 # Reads each line in the given gtest source file.
74 - for line in file(os.path.join(gtest_root, gtest_source_file), 'r'):
75 + for line in open(os.path.join(gtest_root, gtest_source_file), 'r'):
76 m = INCLUDE_GTEST_FILE_REGEX.match(line)
/trunk/main/offapi/com/sun/star/drawing/
H A DCaptionType.idl32 /** This constants specifies the geometry of the line of a <type>CaptionShape</type>.
39 /** the caption line is a straight line from a caption area edge to the
45 /** the caption line is the shortest line from the caption area edge to
51 /** the caption line is build up with a straight line from the caption area
52 edge, followed by the shortest line to the caption area point.
H A DLineEndType.idl35 end of a line.
45 /** the line has no special end.
53 /** the line uses an arrow for the line end.
61 /** the line uses a circle for the line end.
69 /** the line uses a square for the line end.
H A DCaptionShape.idl91 /** This property specifies the geometry of the line of a caption.
98 the line of a caption is fixed or free. If this
106 the line of a caption.
113 text area of the caption and the start of the line.
118 line of a caption.
130 the line of a caption.
135 the line of a caption.
139 /** This property specifies the length of the caption line.
144 the best possible length for the caption line.
/trunk/main/filter/qa/complex/filter/detection/typeDetection/
H A DHelper.java188 String line; in getCSVFileContent() local
201 while( ( line = br.readLine() ) != null ) { in getCSVFileContent()
202 content.addElement( line ); in getCSVFileContent()
259 String line = (String) cont.nextElement(); in replacePlaceHolder() local
260 String newLine = line; in replacePlaceHolder()
266 int startPos = line.indexOf(holder); in replacePlaceHolder()
296 String line = (String) cont.nextElement(); in removeSuperfluousContent() local
297 if (( ! line.startsWith( "#" ))&& ( line.length() != 0 )) { in removeSuperfluousContent()
298 newContent.addElement( line ); in removeSuperfluousContent()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXTextTable.java136 Object[] line = new Object[2]; in createTestEnvironment() local
137 line[0] = new Double(1.5); in createTestEnvironment()
138 line[1] = new Double(2.5); in createTestEnvironment()
139 newData[0] = line; in createTestEnvironment()
140 newData[1] = line; in createTestEnvironment()
141 newData[2] = line; in createTestEnvironment()
142 newData[3] = line; in createTestEnvironment()
143 newData[4] = line; in createTestEnvironment()
144 newData[5] = line; in createTestEnvironment()
/trunk/main/sc/source/ui/vba/testvba/
H A DtimestampsClean.pl34 my $line = pop @lines;
35 if ($line =~ m/Test run started :/ ||
36 $line =~ m/ITEM Assertion OK/ ||
37 $line =~ m/Test run finished :/) {
39 } elsif ($line =~ m/^[\+\-][^\-\+]/) {
65 my $line = pop @lines;
66 push @output_buffer, $line;
/trunk/main/offapi/com/sun/star/table/
H A DBorderLine.idl37 /** describes the line type for a single cell edge.
43 /** contains the color value of the line.
49 /** contains the width of the inner part of a double line (in 1/100 mm).
51 <p>If this value is zero, only a single line is drawn.</p>
57 /** contaions the width of a single line or the width of outer part of
58 a double line (in 1/100 mm).
60 <p>If this value is zero, no line is drawn.</p>
67 double line (in 1/100 mm).
/trunk/main/shell/source/unix/exec/
H A Durltest.cxx53 char line[LINE_MAX]; in main() local
55 strcpy( line, argv[0] ); in main()
56 strcpy( line + len, ".sh " ); in main()
76 strcpy( line + len, aBuffer.getStr() ); in main()
78 printf( "Command line: %s\n", line ); in main()
80 FILE * pipe = popen( line, "r" ); in main()
123 perror( line ); in main()
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/unix/
H A DShapes.log12 ITEM Assertion OK : Needs to be visually checked. Is there a line on the document?
19 ITEM Assertion OK : correctly set transparency of shape line
29 ITEM Assertion FAIL : correctly set weight of shape line
30 ITEM Assertion OK : correctly set visibility of shape line
31 ITEM Assertion OK : correctly set transparency of shape line
32 ITEM Assertion OK : correctly set dash style of shape line
33 ITEM Assertion OK : correctly set dash style of shape line
34 ITEM Assertion OK : correctly set forecolor of shape line
35 ITEM Assertion FAIL : correctly set backcolor of shape line
/trunk/main/sc/source/ui/vba/testvba/TestDocuments/logs/win/
H A DShapes.log12 ITEM Assertion OK : Needs to be visually checked. Is there a line on the document?
19 ITEM Assertion OK : correctly set transparency of shape line
29 ITEM Assertion FAIL : correctly set weight of shape line
30 ITEM Assertion OK : correctly set visibility of shape line
31 ITEM Assertion OK : correctly set transparency of shape line
32 ITEM Assertion OK : correctly set dash style of shape line
33 ITEM Assertion OK : correctly set dash style of shape line
34 ITEM Assertion OK : correctly set forecolor of shape line
35 ITEM Assertion FAIL : correctly set backcolor of shape line
/trunk/main/sc/source/ui/vba/testvba/TestDocuments-ooo-build/logs/unix/
H A DShapes.log12 ITEM Assertion OK : Needs to be visually checked. Is there a line on the document?
19 ITEM Assertion OK : correctly set transparency of shape line
29 ITEM Assertion FAIL : correctly set weight of shape line
30 ITEM Assertion OK : correctly set visibility of shape line
31 ITEM Assertion OK : correctly set transparency of shape line
32 ITEM Assertion OK : correctly set dash style of shape line
33 ITEM Assertion OK : correctly set dash style of shape line
34 ITEM Assertion OK : correctly set forecolor of shape line
35 ITEM Assertion FAIL : correctly set backcolor of shape line

Completed in 124 milliseconds

12345678910>>...27