Home
last modified time | relevance | path

Searched refs:directories (Results 1 – 25 of 86) sorted by relevance

1234

/trunk/main/solenv/bin/modules/installer/windows/
H A Ddirectory.pm196 my ($directories) = @_;
203 foreach my $directory (@$directories)
244 foreach my $directory (@$directories)
339 my ($directories) = @_;
347 foreach my $directory (@$directories)
374 foreach my $directory (@$directories)
472 my ($directories) = @_;
474 foreach my $directory (@$directories)
657 my ($directories, $allvariableshashref) = @_;
660 my %target_directories = map {$_->{'uniquename'} => 1} @$directories;
[all …]
/trunk/main/filter/source/config/tools/split/
H A DFCFGSplit.cfg59 # The following defines specify system directories
60 # which must be sub directories of "outdir".
72 # of specialized sub directories.
77 # The following defines specify system directories
78 # which must be sub directories of "outdir/subdir_filters".
81 # Note: These sub directories are used only if
/trunk/main/basegfx/qa/
H A Dmkpolygons.pl64 my ($volume,$directories,$file) = File::Spec->splitpath ($fullname);
65 mkpath (File::Spec->catpath ($volume,$directories,""));
88 my ($volume,$directories,$file) = File::Spec->splitpath ($zip_name);
91 $zip_name = File::Spec->catpath ($volume,$directories,$file);
/trunk/main/slideshow/qa/tools/
H A Dmktransitions.pl59 my ($volume,$directories,$file) = File::Spec->splitpath ($fullname);
60 mkpath (File::Spec->catpath ($volume,$directories,""));
83 my ($volume,$directories,$file) = File::Spec->splitpath ($zip_name);
86 $zip_name = File::Spec->catpath ($volume,$directories,$file);
H A Dmkeffects.pl57 my ($volume,$directories,$file) = File::Spec->splitpath ($fullname);
58 mkpath (File::Spec->catpath ($volume,$directories,""));
80 my ($volume,$directories,$file) = File::Spec->splitpath ($zip_name);
83 $zip_name = File::Spec->catpath ($volume,$directories,$file);
/trunk/main/offapi/com/sun/star/util/
H A DPathSettings.idl48 The property names of the Office paths/directories are an exactly match
52 paths that a relative to other office or system directories.
108 /** Specifies the directories which contains the Gallery
130 /** Plugins are saved in these directories. The value can be more than
145 /** Global directories to look for user interface configuration files. The
H A DOfficeInstallationDirectories.idl53 /** provides access to the current office installation directories (office
62 directories.
/trunk/main/writerfilter/documentation/doxygen/
H A DDoxyfile56 # 4096 sub-directories (in 2 levels) under the output directory of each output
57 # format and will distribute the generated files over these directories.
406 # If the sources in your project are distributed over multiple directories
477 # The INPUT tag can be used to specify the files and/or directories that contain
479 # directories like "/usr/src/myproject". Separate the files or directories
484 # If the value of the INPUT tag contains directories, you can use the
486 # and *.h) to filter out the source-files in the directories. If left
499 # The EXCLUDE tag can be used to specify files and/or directories that should
506 # directories that are symbolic links (a Unix filesystem feature) are excluded
511 # If the value of the INPUT tag contains directories, you can use the
[all …]
/trunk/main/solenv/bin/modules/installer/patch/
H A DFileOperations.pm123 my %directories = ();
138 if ( ! -d $destination_path && ! defined $directories{$destination_path})
161 $directories{$path} = 1;
/trunk/main/solenv/doc/gbuild/
H A Ddoxygen.cfg64 # 4096 sub-directories (in 2 levels) under the output directory of each output
65 # format and will distribute the generated files over these directories.
489 # If the sources in your project are distributed over multiple directories
582 # The INPUT tag can be used to specify the files and/or directories that contain
584 # directories like "/usr/src/myproject". Separate the files or directories
597 # If the value of the INPUT tag contains directories, you can use the
599 # and *.h) to filter out the source-files in the directories. If left
612 # The EXCLUDE tag can be used to specify files and/or directories that should
619 # directories that are symbolic links (a Unix filesystem feature) are excluded
624 # If the value of the INPUT tag contains directories, you can use the
[all …]
/trunk/main/offapi/com/sun/star/ucb/
H A DFTPContent.idl104 type to use for new directories is
168 <false/> for directories )
172 <true/> for directories )
H A DFileContent.idl108 type to use for new directories is
175 <false/> for directories )
179 <true/> for directories )
H A DFTPContentProvider.idl39 <p>The served contents enable access to directories and files on a
H A DFileContentProvider.idl50 of directories shown to the client under configurable aliasnames.
/trunk/main/python/
H A Dpython-solver-before-std.patch10 + # Check the additional directories (solver paths take priority)
21 - # Check the additional directories
/trunk/test/testcommon/source/org/openoffice/test/common/
H A DFileUtil.java390 String[] directories = dirs.split(";"); in findFile() local
391 for (String s : directories) { in findFile()
411 String[] directories = dirs.split(";"); in findLastFile() local
412 for (String s : directories) { in findLastFile()
/trunk/main/udkapi/com/sun/star/io/
H A DFilePermission.idl35 directories contained in that directory. A path that ends with <code>"/-"</code>
60 granting read and especially write access to various files and directories.
/trunk/main/cui/source/options/
H A Doptpath.src99 …Message [ en-US ] = "The configuration and mail directories must be specified as separate director…
/trunk/main/saxon/
H A Dsaxon-9.0.0.7-bj.patch20 + directories to be created in JAR files. Unfortunately it is broken,
23 + when the bug is fixed. Meanwhile the directories are created manually -->
34 + clean clears temporary directories
76 + <!-- directories holding C# source code -->
88 + <!-- directories holding use cases and sample applications -->
/trunk/main/
H A D.gitignore61 # $INPATH output directories
H A Daclocal.m445 AC_ARG_VAR([PKG_CONFIG_PATH], [directories to add to pkg-config's search path])
275 dnl Set up 4 directories:
/trunk/
H A D.gitignore70 # $INPATH output directories
/trunk/main/scripting/
H A DREADME8 The following directories contain the source code currently used
/trunk/main/xmerge/source/palmtests/
H A DREADME15 This test environment consists on 3 directories.
/trunk/test/testassistant/lib/
HDtestcommon.jar ... .String) String dirs String name String[] directories String s java.io.File dir java. ...

1234