Home
last modified time | relevance | path

Searched refs:directory (Results 1 – 25 of 233) sorted by relevance

12345678910

/trunk/main/solenv/bin/modules/installer/
H A Dsystemactions.pm40 my ($directory) = @_;
45 if (!(-d $directory))
47 $returnvalue = mkdir($directory, 0775);
52 $installer::logger::Lang->printf("Created directory: %s\n", $directory);
54 my $localcall = "chmod 0775 $directory \>\/dev\/null 2\>\&1";
58 $localcall = "chmod a-s $directory \>\/dev\/null 2\>\&1";
70 $directory);
72 if (!(-d $directory))
76 my $parentdir = $directory;
94 …$infoline = "Error: \"$directory\" could not be created. Even the parent directory \"$parentdir\" …
[all …]
H A Dcontrol.pm491 …my $directory = $installer::globals::product . "_" . $installer::globals::compiler . "_" . $instal…
492 $directory =~ s/\,/\_/g; # for the list of languages
493 $directory =~ s/\-/\_/g; # for en-US, pt-BR, ...
494 $directory = $shipdrive . $installer::globals::separator . $directory;
496 $installer::logger::Global->printf("Try to create directory: %s\n", $directory);
499 $installer::globals::shiptestdirectory = $directory;
501 if ( installer::systemactions::try_to_create_directory($directory))
507 my $systemcall = "rmdir $directory";
557 … $installer::logger::Global->printf("Failed to create directory \n", $directory);
/trunk/main/solenv/bin/modules/installer/windows/
H A Ddirectory.pm22 package installer::windows::directory;
203 foreach my $directory (@$directories)
205 …my ($long_uniquename, $short_uniquename) = ($directory->{'long_uniquename'}, $directory->{'uniquen…
244 foreach my $directory (@$directories)
247 = ($directory->{'long_uniqueparentname'}, $directory->{'uniqueparentname'});
347 foreach my $directory (@$directories)
349 next if defined $directory->{'uniquename'};
351 my $styles = $directory->{'Styles'};
355 $directory->{'HostName'},
367 $directory->{'uniquename'} = $uniquename;
[all …]
H A Dshortcut.pm88 my $directory = "";
108 $directory = $onedir->{'uniquename'};
110 … if ($directory eq "") { $directory = "INSTALLLOCATION"; } # Shortcuts in the root directory
112 return $directory;
317 my $directory = "";
340 $directory = $onedir->{'uniquename'};
342 if ($directory eq "") { $directory = "INSTALLLOCATION"; }
345 return $directory;
357 my $directory = "$installer::globals::officemenufolder"; # default
364 $directory = $installer::globals::startupfolder;
[all …]
H A Dcreatefolder.pm127 my %directory = ();
129 $directory{'Directory_'} = get_createfolder_directory($onedir);
130 … $directory{'Component_'} = get_createfolder_component($onedir, $filesref, $allvariableshashref);
132 my $oneline = $directory{'Directory_'} . "\t" . $directory{'Component_'} . "\n";
/trunk/main/setup_native/scripts/
H A Dadmin.pl399 my ($directory) = @_;
401 if ( ! try_to_create_directory($directory) )
403 my $parentdir = $directory;
408 create_directory($directory); # now it has to succeed
417 my ($directory) = @_;
419 if ( ! -d $directory ) { mkdir($directory, 0775); }
428 my ($directory) = @_;
433 if (!(-d $directory))
435 $returnvalue = mkdir($directory, 0775);
441 my $localcall = "chmod 775 $directory \>\/dev\/null 2\>\&1";
[all …]
/trunk/main/solenv/bin/modules/packager/
H A Dfiles.pm77 my ($directory) = @_;
81 if (!(-d $directory))
83 $returnvalue = mkdir($directory, 0775);
87 $infoline = "\nCreated directory: $directory\n";
92 my $localcall = "chmod 775 $directory \>\/dev\/null 2\>\&1";
98 …packager::exiter::exit_program("ERROR: Could not create directory: $directory", "create_directory"…
109 my ($directory) = @_;
111 $directory =~ s/\Q$packager::globals::separator\E\s*$//;
112 $directory = $directory . "_INCREASINGNUMBER";
120 $localdirectory = $directory;
[all …]
/trunk/main/solenv/bin/modules/pre2par/
H A Dsystemactions.pm37 my ($directory) = @_;
42 if ($directory eq "" )
47 if (!(-d $directory))
49 $returnvalue = mkdir($directory, 0775);
53 $infoline = "Created directory: $directory\n";
58 my $localcall = "chmod 775 $directory \>\/dev\/null 2\>\&1";
68 if (!(-d $directory))
70 …pre2par::exiter::exit_program("Error: Could not create directory: $directory", "create_directory");
74 … $infoline = "\nAnother process created this directory in exactly this moment :-) : $directory\n";
81 $infoline = "\nAlready existing directory, did not create: $directory\n";
[all …]
/trunk/main/offapi/com/sun/star/util/
H A DXOfficeInstallationDirectories.idl34 /** encapsulates access to the current office installation directory and
35 office user data directory, provides functionality to create URLs
37 installation directory and user data directory and vice versa.
40 current office installation directory must be made persistent and re-read
49 /** returns the absolute URL containing the directory of the current office
53 the absolute URL containing the directory of the current office
59 /** returns the absolute URL containing the directory where the current
64 the absolute URL containing the directory of the current office
73 installation directory or office user data directory, this method will
81 user data directory, the input URL will be returned unchanged.
[all …]
H A DOfficeInstallationDirectories.idl37 /** encapsulates access to the current office installation directory and
38 office user data directory, provides functionality to create URLs
40 installation directory and user data directory and vice versa.
43 current office installation directory or user data directory must be made
46 possibility to share one office user data directory among parallel office
H A DPathSubstitution.idl65 <dd>The user installation directory.</dd>
67 <dd>The work directory of the user. Under Windows this would be the
68 "MyDocuments" subdirectory. Under Unix this would be the home-directory</dd>
70 <dd>The home directory of the user. Under Unix this would be the home-
71 directory. Under Windows this would be the "Documents and Settings\<username>"
74 <dd>The current temporary directory.</dd>
H A DPathSettings.idl72 /** Specifies the directory that contains spreadsheet add-ins which use
81 /**The directory which contains the AutoText modules. The value can be more than
92 /** This directory contains the icons for the toolbars. */
105 /** Specifies the directory where all the filters are stored. */
113 /** This directory is displayed when the dialog for opening a graphic
147 in the directory specified by <var>UserConfig</var>. The value can be more
/trunk/main/wizards/source/importwizard/
H A Dimportwi.src260 Text [ en-US ] = "The '%1' directory cannot be created: " ;
266 Text [ en-US ] = "The '%1' directory does not exist." ;
334 Text [ en-US ] = "Select a directory" ;
454 Text [ en-US ] = "A log file will be created in your work directory" ;
471 Text [ en-US ] = "These will be exported to the following directory:" ;
477 …Text [ en-US ] = "All %PRODUCTNAME text documents contained in the following directory will be imp…
483 …Text [ en-US ] = "All %PRODUCTNAME spreadsheets contained in the following directory will be impor…
489 …ODUCTNAME drawing and presentation documents contained in the following directory will be imported…
495 …Text [ en-US ] = "All %PRODUCTNAME formula documents contained in the following directory will be …
501 …Text [ en-US ] = "All %PRODUCTNAME text templates contained in the following directory will be imp…
[all …]
/trunk/main/solenv/bin/modules/par2script/
H A Dsystemactions.pm37 my ($directory) = @_;
41 if (!(-d $directory))
43 $returnvalue = mkdir($directory, 0775);
47 $infoline = "Created directory: $directory\n";
52 my $localcall = "chmod 775 $directory \>\/dev\/null 2\>\&1";
58 …par2script::exiter::exit_program("Error: Could not create directory: $directory", "create_director…
69 my ($directory, $languagesref) =@_;
81 if ($directory eq "unzip" )
86 $path = $path . $directory . $par2script::globals::separator;
97 $path = $path . $directory . $par2script::globals::separator;
/trunk/main/offapi/com/sun/star/ui/dialogs/
H A DXFolderPicker.idl49 /** Sets the root directory that the FolderPicker should display.
50 It is not specified which root directory the FolderPicker
51 chooses if the specified root directory doesn't exist.
54 …Specifies the root directory in url format, conform to <a href="http://www.w3.org/Addressing/rfc17…
63 /** Returns the root directory that the FolderPicker is showing. The
64 return value is undefined if the client did not choose a root directory
65 or the previously specified root directory doesn't exist.
68 The directory in url format.
73 …/** Returns the selected directory as url conform to <a href="http://www.w3.org/Addressing/rfc1738…
76 The selected directory as url if the user did close the dialog with ok
[all …]
/trunk/ext_libraries/gtest/
H A Dgtest-python3.patch14 # We assume that this file is in the scripts/ directory in the Google
18 if not os.path.isfile(os.path.join(directory, relative_path)):
19 - print 'ERROR: Cannot find %s in directory %s.' % (relative_path,
20 - directory)
21 + print ('ERROR: Cannot find %s in directory %s.' % (relative_path,
22 + directory))
23 print ('Please either specify a valid project root directory '
34 # Makes sure the directory holding the output file exists; creates
/trunk/main/odk/
H A Dsetsdkenv_windows.template29 REM Installation directory of the Software Development Kit.
33 REM Office installation directory.
63 REM Java SDK installation directory.
67 REM Special output directory
131 REM Add directory of the SDK tools to the path.
134 REM Set PATH appropriate to the output directory
141 REM Add directory of the Win SDK to the path, if necessary.
146 REM Add directory of the C# and VB.NET compilers to the path, if necessary.
149 REM Add directory of the Java tools to the path, if necessary.
173 echo * Special Output directory = %OO_SDK_OUT%
/trunk/main/javainstaller2/src/Localization/
H A Dsetupstrings.ulf106 en-US = "Install ${PRODUCT_FULLNAME} in this directory"
115 en-US = "The directory '${DIR}' does not exist.\nDo you want to create it now?"
118 en-US = "The directory '${DIR}' does not exist.\nDo you want to create it now or choose another dir…
121 en-US = "Select root directory"
124 en-US = "You do not have write access in the directory"
127 en-US = "You are not allowed to create the directory"
130 en-US = "Failed to create the directory"
301 en-US = "Please choose another installation directory."
319 en-US = "Please use another directory for installation or change your module selection."
376directory suggested by this Installation Wizard. <p>To choose a different location, click 'Browse.…
/trunk/main/xmerge/source/palmtests/
H A DREADME13 Test directory Contents
17 …2. qa : This directory contains the files necessary to run the POSE emulator and to compare this r…
18 …3. qa-wrapper: This directory contains some wrapper scripts and environment files, that allow a us…
22 … an environment file. This files are usually kept in the qa-wrapper/env directory. These environme…
26 …can be run by executing the "run-convtest" script in the qa-wrapper/bin directory. This file takes…
31 …can be the name of the user running the scripts. This is used to name a directory for the test res…
/trunk/main/solenv/bin/
H A Dconvertlinks.pl48 next if( $i->{directory} =~ /.*common((\/|\\)ref(.*))/ ||
49 $i->{directory} =~ /.*cpp((\/|\\)ref(.*))/ ||
50 $i->{directory} =~ /.*java((\/|\\)ref(.*))/ );
56 if( $i->{directory} =~ /.*$pattern((\/|\\)(.*))/ )
136 directory => $dir,
/trunk/main/udkapi/com/sun/star/io/
H A DFilePermission.idl31 /** This permission represents access to a file or directory.
35 directories contained in that directory. A path that ends with <code>"/-"</code>
37 directory. A file url string consisting of the special token
41 in the current directory, while a string consisting of a single <code>"-"</code> indicates
42 all the files in the current directory and (recursively) all files and
43 subdirectories contained in the current directory.
/trunk/main/
H A Daclocal.m4195 # users will have to add the install directory to the PYTHONPATH
278 dnl site-packages directory, not the python standard library
279 dnl directory like in previous automake betas. This behavior
281 dnl Query distutils for this directory. distutils does not exist in
282 dnl Python 1.5, so we fall back to the hardcoded directory if it
284 AC_CACHE_CHECK([for $am_display_PYTHON script directory],
311 dnl pkgpythondir -- $PACKAGE directory under pythondir. Was
317 dnl pyexecdir -- directory for installing python extension modules
319 dnl Query distutils for this directory. distutils does not exist in
320 dnl Python 1.5, so we fall back to the hardcoded directory if it
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DSystemManager.java154 static public boolean exists_directory(String directory) { in exists_directory() argument
155 File dir = new File(directory); in exists_directory()
159 static public boolean create_directory(String directory) throws SecurityException { in create_directory() argument
161 File dir = new File(directory); in create_directory()
435 static public int calculateDiscSpace(String directory) { in calculateDiscSpace() argument
436 String command = "df -k " + directory; in calculateDiscSpace()
440 commandArray[2] = directory; in calculateDiscSpace()
/trunk/main/lucene/
H A Dlong_path.patch23 - dirName = directory.getCanonicalPath();
29 + if (!directory.getPath().startsWith("\\\\?\\"))
30 + dirName = directory.getCanonicalPath();
32 + dirName = directory.getPath();
/trunk/main/wizards/source/euro/
H A Deuro.src140 Text [ en-US ] = "Complete ~directory" ;
150 Text [ en-US ] = "Source directory:" ;
160 Text [ en-US ] = "Target directory:" ;
212 Text [ en-US ] = "Select directory" ;
222 Text [ en-US ] = "Select target directory" ;
307 Text [ en-US ] = "'<1>' is not a directory!" ;

12345678910