Home
last modified time | relevance | path

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

12345678910

/aoo4110/main/solenv/bin/modules/installer/
H A Dsystemactions.pm40 my ($directory) = @_;
45 if (!(-d $directory))
72 if (!(-d $directory))
168 if (!(-d $directory))
317 my ($directory) = @_;
321 if (-d $directory)
1547 if ( -d $directory )
1628 $directory = $directory . "_INCREASINGNUMBER";
1663 $directory = $directory . "_" . $pid . $time;
1665 if ( ! -d $directory ) { create_directory($directory); }
[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);
/aoo4110/main/solenv/bin/modules/installer/windows/
H A Ddirectory.pm24 package installer::windows::directory;
214 foreach my $directory (@$directories)
256 foreach my $directory (@$directories)
259 = ($directory->{'long_uniqueparentname'}, $directory->{'uniqueparentname'});
365 foreach my $directory (@$directories)
373 $directory->{'HostName'},
502 foreach my $directory (@$directories)
518 $directory->{'defaultdir'},
520 $directory->{'HostName'});
766 $directory->{'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;
369 $directory = $installer::globals::desktopfolder;
380 $shortcut->{'directory'} = $directory;
[all …]
H A Dcreatefolder.pm129 my %directory = ();
131 $directory{'Directory_'} = get_createfolder_directory($onedir);
132 …$directory{'Component_'} = get_createfolder_component($onedir, $filesref, $allvariableshashref);
134 my $oneline = $directory{'Directory_'} . "\t" . $directory{'Component_'} . "\n";
/aoo4110/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";
109 my ($directory) = @_;
112 $directory = $directory . "_INCREASINGNUMBER";
120 $localdirectory = $directory;
141 my ($directory) = @_;
147 if ( -d $directory )
149 opendir(DIR, $directory);
[all …]
/aoo4110/main/setup_native/scripts/
H A Dadmin.pl399 my ($directory) = @_;
417 my ($directory) = @_;
419 if ( ! -d $directory ) { mkdir($directory, 0775); }
428 my ($directory) = @_;
433 if (!(-d $directory))
892 if (!(-d $directory))
916 my ($directory) = @_;
922 $directory = $directory . "_" . $pid . $time;
924 if ( ! -d $directory ) { create_directory($directory); }
927 return $directory;
[all …]
/aoo4110/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))
92 my ($directory, $languagesref) =@_;
104 if ($directory eq "unzip" )
109 $path = $path . $directory . $pre2par::globals::separator;
[all …]
/aoo4110/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
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.
92 the current office installation directory or for the office user data
[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
/aoo4110/main/wizards/source/importwizard/
H A Dimportwi.src258 Text [ en-US ] = "The '%1' directory cannot be created: ";
264 Text [ en-US ] = "The '%1' directory does not exist.";
332 Text [ en-US ] = "Select a directory";
452 Text [ en-US ] = "A log file will be created in your work directory";
469 Text [ en-US ] = "These will be exported to the following directory:";
522 Text [ en-US ] = "All Word documents contained in the following directory will be imported:";
528 Text [ en-US ] = "All Excel documents contained in the following directory will be imported:";
534 …Text [ en-US ] = "All PowerPoint documents contained in the following directory will be imported:";
540 Text [ en-US ] = "All Word templates contained in the following directory will be imported:";
546 Text [ en-US ] = "All Excel templates contained in the following directory will be imported:";
[all …]
/aoo4110/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;
/aoo4110/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 …]
/aoo4110/main/epm/
H A Depm-3.7.patch66 - if (run_command(NULL, "mv %s.tgz %s", name, directory))
68 + if (run_command(NULL, "mv %s.tbz %s", name, directory))
69 + if (run_command(NULL, "mv %s.tgz %s", name, directory))
185 + snprintf(command, sizeof(command), "du -k -s %s", directory);
400 - directory, prodname, current, directory))
432 - if (run_command(directory, "pkgtrans -s %s/%s %s.pkg %s",
433 - current, directory, name, prodname))
634 - directory, name);
638 - dist->relnumber, platform->machine, directory, name);
649 - run_command(NULL, "/bin/rm -rf %s/RPMS", directory);
[all …]
/aoo4110/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%
/aoo4110/main/desktop/test/deployment/update/updateinfocreation/
H A Dreadme.txt8 The updateinfo.oxt in this directory has the version 1.0 and in the sub-directory "update is the ve…
22 The build sub-directory contains the code of the extension (version 2.0) and can
23 be build by calling dmake in this directory. The makefile uses the special macros:
35 generated in the misc diretory of the output directory.
37 The update information file needs to be copied into common.pro/pus.mxyz directory.
38 The project mwsfinish will process the files in the pus directory.
/aoo4110/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…
/aoo4110/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,
/aoo4110/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.…
/aoo4110/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.
/aoo4110/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 …]
/aoo4110/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()
/aoo4110/main/lucene/
H A Dlong_path.patch23 - dirName = directory.getCanonicalPath();
29 + if (!directory.getPath().startsWith("\\\\?\\"))
30 + dirName = directory.getCanonicalPath();
32 + dirName = directory.getPath();

Completed in 109 milliseconds

12345678910