/trunk/main/pyuno/demo/ |
H A D | ooextract.py | 22 import getopt,sys 40 sys.stdout.write( seq.value ) 51 opts, args = getopt.getopt(sys.argv[1:], "hc:",["help", "connection-string=" , "html"]) 58 sys.exit() 67 sys.exit() 94 sys.stderr.write( "Error during conversion: " + e.Message + "\n" ) 97 … sys.stderr.write( "Error ("+repr(e.__class__)+") during conversion:" + e.Message + "\n" ) 103 sys.stderr.write( "Error ("+repr(e.__class__)+") :" + e.Message + "\n" ) 106 sys.stderr.write( str(e) + "\n" ) 110 sys.exit(retVal) [all …]
|
/trunk/ext_libraries/gtest/ |
H A D | gtest-python3.patch | 12 import sys 25 sys.exit(1) 28 answer = sys.stdin.readline().strip() 32 sys.exit(1) 42 + if sys.version_info[0] > 2: 63 + if sys.version_info[0] > 2: 90 FuseGTest(sys.argv[1], sys.argv[2]) 94 sys.exit(1)
|
/trunk/main/solenv/bin/ |
H A D | pchdelta.py | 47 import sys 129 if len(sys.argv) < 3: 130 print("Usage: " + sys.argv[0] + " <pch_target> <dir1> [<dir2> <dir3> ...]") 131 sys.exit(1) 133 pchname = os.path.abspath(sys.argv[1]) 134 dirlist = sys.argv[2:] 143 sys.exit(0) 162 sys.exit(0)
|
H A D | packmodule | 22 import os, os.path, sys, zipfile 41 sys.exit(2) 56 main(sys.argv)
|
/trunk/main/ |
H A D | aclocal.m4 | 256 [am_cv_python_version=`$PYTHON -c "import sys; sys.stdout.write(sys.version[[:3]])"`]) 271 [am_cv_python_platform=`$PYTHON -c "import sys; sys.stdout.write(sys.platform)"`]) 292 …am_cv_python_pythondir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(… 330 …am_cv_python_pyexecdir=`$PYTHON -c "import sys; from distutils import sysconfig; sys.stdout.write(… 364 # This test uses sys.hexversion instead of the string equivalent (first 365 # word of sys.version), in order to cope with versions such as 2.2c1. 368 [prog="import sys 376 sys.exit(sys.hexversion < minverhex)"
|
/trunk/main/ucb/source/ucp/ftp/ |
H A D | test.py | 41 import sys 42 if len(sys.argv) == 2: 43 find(sys.argv[1]) 44 elif len(sys.argv) == 2: 45 find(sys.argv[2],sys.argv[1])
|
/trunk/main/pyuno/source/loader/ |
H A D | pythonloader.py | 23 import sys 47 if 1 == os.access( encfile( path ), os.F_OK) and not path in sys.path: 50 sys.path.append( path ) 53 if 1 == os.access( encfile( path ), os.F_OK) and not path in sys.path: 56 sys.path.append( path ) 59 return uni.encode( sys.getfilesystemencoding())
|
/trunk/main/l10ntools/scripts/tool/ |
H A D | l10ntool.py | 26 import sys 127 sys.exit(-1) 177 sys.exit(-1) 185 sys.exit(-1) 195 sys.exit( -1 ) 205 sys.exit(-1)
|
H A D | xtxex.py | 24 import sys 50 sys.exit(-1) 66 sys.exit(-1)
|
H A D | xhtex.py | 24 import sys 73 sys.exit(-1) 98 sys.exit(-1)
|
H A D | const.py | 30 import sys 31 sys.modules[__name__] = _const()
|
/trunk/main/scripting/source/pyprov/ |
H A D | pythonscript.py | 25 import sys 59 if sys.version_info[0] > 2: 62 return uni.encode( sys.getfilesystemencoding()) 65 (excType,excInstance,excTraceback) = sys.exc_info() 79 ret = sys.stdout 165 if sys.version_info[0] > 2: 172 if( hasattr(sys , "dllhandle") ): 257 if 1 == os.access( encfile(path), os.F_OK) and not path in sys.path: 259 sys.path.append( path ) 265 sys.path.append( path ) [all …]
|
/trunk/main/toolkit/src2xml/source/ |
H A D | globals.py | 22 import sys 28 sys.stderr.write (msg) 30 sys.exit (exit) 33 sys.stderr.write(msg)
|
H A D | srclexer.py | 22 import sys, os.path 87 sys.stderr.write(chars) 89 sys.stdout.write(chars) 356 sys.exit(0)
|
H A D | srcparser.py | 22 import sys 168 sys.exit(1) 222 sys.exit(0)
|
/trunk/ext_libraries/hunspell/ |
H A D | hunspell-1.3.3-overflow.patch | 32 #include <sys/types.h> 33 #include <sys/stat.h> 66 #include <sys/types.h> 67 #include <sys/stat.h>
|
/trunk/main/solenv/inc/ |
H A D | os2.mk | 278 LINKFLAGSAPPGUI=sys os2v2 pm 279 LINKFLAGSSHLGUI=sys os2v2 dll INITINSTANCE TERMINSTANCE 280 LINKFLAGSAPPCUI=sys os2v2 281 LINKFLAGSSHLCUI=sys os2v2 dll
|
/trunk/main/external/prj/ |
H A D | d.lst | 5 mkdir: %_DEST%\inc%_EXT%\external\mingw\include\sys 9 ..\%__SRC%\misc\mingw\include\sys\*.h %_DEST%\inc%_EXT%\external\mingw\include\sys\*
|
/trunk/main/filter/source/config/tools/merge/ |
H A D | pyAltFCFGMerge | 12 import sys, string, os.path 293 sys.exit(-1) 299 sys.exit(0) 595 run(sys.argv)
|
/trunk/main/sc/workben/celltrans/ |
H A D | parse.py | 23 import sys 137 sys.stdout.write(chr(item)) 200 parser = Parser(sys.argv)
|
/trunk/ext_libraries/coinmp/ |
H A D | coinmp-1.6.0-os2.patch | 15 #include <sys/time.h> 19 +#include <sys/types.h> 21 #include <sys/resource.h>
|
/trunk/main/redland/raptor/ |
H A D | raptor2-2.0.15.patch.win32 | 164 /* Define to 1 if you have the <sys/param.h> header file. */ 168 /* Define to 1 if you have the <sys/stat.h> header file. */ 172 /* Define to 1 if you have the <sys/time.h> header file. */ 176 /* Define to 1 if you have the <sys/types.h> header file. */ 417 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
/trunk/main/external/mingwheaders/ |
H A D | makefile.mk | 43 SYS_INCLUDE_DIR=$(MINGW_INCLUDE_DIR)$/sys/ 166 $(MKDIRHIER) $(MISC)$/mingw$/include/sys 169 $(COPY) $(FILES_TO_COPY_FROM_SYS:^$(SYS_INCLUDE_DIR)) $(MISC)$/mingw$/include$/sys
|
/trunk/main/redland/redland/ |
H A D | redland-1.0.17.patch.win32 | 280 /* Define to 1 if you have the <sys/dl.h> header file. */ 284 /* Define to 1 if you have the <sys/stat.h> header file. */ 288 /* Define to 1 if you have the <sys/time.h> header file. */ 292 /* Define to 1 if you have the <sys/types.h> header file. */ 482 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|
/trunk/main/redland/rasqal/ |
H A D | rasqal-0.9.33.patch.win32 | 164 /* Define to 1 if you have the <sys/stat.h> header file. */ 168 /* Define to 1 if you have the <sys/time.h> header file. */ 172 /* Define to 1 if you have the <sys/types.h> header file. */ 357 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
|