Home
last modified time | relevance | path

Searched refs:home (Results 1 – 25 of 97) sorted by relevance

1234

/trunk/main/boost/prj/
H A Dd.lst812 mkdir: %_DEST%\inc%_EXT%\boost\spirit\home
813 mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic
814 mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\actor
815 mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\attribute
816 mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\core
817 mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\core\composite
818 mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\core\composite\impl
819 mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\core\impl
820 mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\core\non_terminal
821 mkdir: %_DEST%\inc%_EXT%\boost\spirit\home\classic\core\non_terminal\impl
[all …]
/trunk/main/apache-commons/patches/
H A Dcodec.patch6 <mkdir dir="${dist.home}"/>
7 - <copy file="${basedir}/LICENSE.txt" todir="${dist.home}"/>
8 <copy file="${basedir}/NOTICE.txt" todir="${dist.home}"/>
9 <copy file="${basedir}/RELEASE-NOTES.txt" todir="${dist.home}"/>
13 <mkdir dir="${dist.home}"/>
14 <mkdir dir="${build.home}/classes/META-INF"/>
15 - <copy file="${basedir}/LICENSE.txt" tofile="${build.home}/classes/META-INF/LICENSE.txt"/>
16 - <copy file="${basedir}/LICENSE.txt" tofile="${build.home}/classes/META-INF/NOTICE.txt"/>
17 + <copy file="${basedir}/NOTICE.txt" tofile="${build.home}/classes/META-INF/NOTICE.txt"/>
18 <jar jarfile="${dist.home}/${final.name}.jar" basedir="${build.home}/classes">
H A Dhttpclient.patch4 destdir ="${build.home}/classes"
12 <javac srcdir ="${source.home}/examples"
13 destdir ="${build.home}/examples"
23 destdir ="${build.home}/tests"
31 <copy todir="${build.home}/tests" filtering="on">
H A Dhttpclient_no_javadoc.patch10 <mkdir dir="${dist.home}"/>
11 <copy file="LICENSE.txt" todir="${dist.home}"/>
/trunk/main/xmerge/source/palmtests/qa-wrapper/env/
H A Dmaster.env39 RESULTSBASE=/export/home/test/qadir/qa-wrapper/results
44 APORTIS_JAR=/export/home/test/qadir/qa-wrapper/classes/aportisdoc.jar
45 WORDSMITH_JAR=/export/home/test/qadir/qa-wrapper/classes/wordsmith.jar
46 MINICALC_JAR=/export/home/test/qadir/qa-wrapper/classes/minicalc.jar
/trunk/main/
H A Dconfigure.ac658 AC_ARG_WITH(jdk-home,
659 [ --with-jdk-home if you have installed JDK 1.3 or later on your system
664 Usage: --with-jdk-home=<absolute path to JDK home>
679 AC_ARG_WITH(ant-home,
680 [ --with-ant-home If you have installed Apache Ant on your system,
685 Usage: --with-ant-home=<absolute path to Ant home>
701 AC_ARG_WITH(perl-home,
702 [ --with-perl-home If you have installed the Perl 5 Distribution, on your
707 Usage: --with-perl-home=<absolute path to Perl 5 home>
709 AC_ARG_WITH(cl-home,
[all …]
H A Dconfigure.cmd37 SET CFG_OPT=%CFG_OPT% --with-ant-home=%MY_ANT_HOME% --without-junit
/trunk/main/setup_native/scripts/
H A Djavaloader.sh49 home=""
51 home=-DHOME=$HOME
69 echo $java_runtime $home $log_module_states $getuid_path $jrecopy -jar $jarfilename
70 $java_runtime $home $log_module_states $getuid_path $jrecopy -jar $jarfilename
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dcall.asm44 ; | argument 3, r9/xmm3 home | ^ shadow
46 ; | argument 2, r8/xmm2 home | | guaranteed to be present but uninitialized,
48 ; | argument 1, rdx/xmm1 home | | the first 4 parameters there from the registers,
50 ; | argument 0, rcx/xmm0 home | v
/trunk/main/offapi/com/sun/star/util/
H A DPathSubstitution.idl68 "MyDocuments" subdirectory. Under Unix this would be the home-directory</dd>
69 <dt>$(home)</dt>
70 <dd>The home directory of the user. Under Unix this would be the home-
H A DXOfficeInstallationDirectories.idl61 "file:///home/kso/.openoffice.org".)
/trunk/main/toolkit/doc/layout/
H A DTODO40 "/export/home/fstrba/devel-cvs/ooo-build/build/ooh680-m1/layout/workben/zoom.cxx", line 412: Error:…
41 "/export/home/fstrba/devel-cvs/ooo-build/build/ooh680-m1/layout/workben/zoom.cxx", line 412: Error:…
42 "/export/home/fstrba/devel-cvs/ooo-build/build/ooh680-m1/layout/workben/zoom.cxx", line 431: Error:…
43 "/export/home/fstrba/devel-cvs/ooo-build/build/ooh680-m1/layout/workben/zoom.cxx", line 431: Error:…
44 "/export/home/fstrba/devel-cvs/ooo-build/build/ooh680-m1/layout/workben/zoom.cxx", line 441: Error:…
45 "/export/home/fstrba/devel-cvs/ooo-build/build/ooh680-m1/layout/workben/zoom.cxx", line 441: Error:…
/trunk/main/solenv/bin/modules/installer/
H A Denvironment.pm83 my $home = $ENV{'HOME'};
84 $home =~ s/\Q$installer::globals::separator\E\s*$//;
85 $installer::globals::localinstalldir =~ s/~/$home/;
/trunk/test/testcommon/source/org/openoffice/test/
H A DRun.help14 openoffice.home Specify the directory in which OpenOffice is installed.
20 run -Dopenoffice.home=/Applications/OpenOffice.org.app/Contents -tp bvt
21 …run -Dopenoffice.home=/Applications/OpenOffice.org.app/Contents -tc bvt:bvt.gui.BasicFunctionTest,…
H A DOpenOffice.java69 private File home = null; field in OpenOffice
123 home = new File(appHome); in OpenOffice()
221 return home; in getHome()
/trunk/main/stoc/test/security/
H A Dtest_security.policy5 permission com.sun.star.io.FilePermission "file:///home/dbo/-", ",,read , write ";
16 permission com.sun.star.io.FilePermission "file:///home/jbu/-" ,"read,write,";
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DCfgParser.java164 protected String getDefaultFileName(boolean home) in getDefaultFileName() argument
168 if (home) in getDefaultFileName()
/trunk/main/scripting/java/
H A Dbuild.env24 netbeans.home=/scde/soperm/projects/scripting/build-dependencies
/trunk/main/scripting/util/
H A Dant.pmk40 ANTFLAGS!:=-Dprj=$(PRJ) -Dant.home=$(SOLARBINDIR)$/.. -Dsolar.doc=$(SOLARDOCDIR) -f $(ANT_BUILDFILE…
/trunk/main/pyuno/demo/
H A Dpyunoenv.tcsh22 # the path to the office installation (e.g. /home/joe/OpenOffice.org1.1Beta)
/trunk/main/reportdesign/qa/complex/reportdesign/
H A Drunner.props29 wntmsci.AppExecutionCommand=C:\\home\\${USERNAME}\\staroffice8\\program\\soffice.exe -norestore -n…
/trunk/test/testassistant/lib/
HDtestcommon.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/openoffice/ org/ ...
/trunk/main/rhino/
H A Drhino1_7R3.patch805 + <path id="macPath" location="${java.home}/../Classes/classes.jar"/>
808 + <fileset dir="${java.home}/">
/trunk/main/redland/rasqal/
H A Drasqal-0.9.33.patch.win32237 /* Define to the home page for this package. */
/trunk/main/oox/source/dump/
H A Ddffdumper.ini635 10=octagon,plus,star,arrow,thick-arrow,home-plate,cube,balloon,seal,arc
653 …190=action-button-home,action-button-help,action-button-information,action-button-forward-next,act…

1234