Searched refs:dirname (Results 1 - 25 of 47) sorted by relevance

12

/ec/ECSpooler/backends/cl/
H A Dconfig.py8 from os.path import join, dirname, abspath namespace
10 #INTERPRETER = join(abspath(dirname(__file__)), 'sbcl+systrace')
11 INTERPRETER = join(abspath(dirname(__file__)), 'sbcl.sh')
/ec/ECSpooler/backends/haskell/
H A Dconfig.py8 from os.path import join, dirname, abspath namespace
10 #INTERPRETER = join(abspath(dirname(__file__)), 'runhugs+systrace')
11 INTERPRETER = join(abspath(dirname(__file__)), 'runhugs.sh')
/ec/ECSpooler/backends/haskellext/
H A Dconfig.py7 from os.path import join, dirname, abspath namespace
9 #INTERPRETER = join(abspath(dirname(__file__)), 'runhugs+systrace')
10 INTERPRETER = join(abspath(dirname(__file__)), 'runhugs.sh')
/ec/ECSpooler/backends/haskellio/
H A Dconfig.py8 from os.path import join, dirname, abspath namespace
10 INTERPRETER = join(abspath(dirname(__file__)), 'runhugs.sh')
11 #INTERPRETER = join(abspath(dirname(__file__)), 'runhugs+systrace')
/ec/ECSpooler/backends/haskellqc/
H A Dconfig.py20 from os.path import join, dirname, abspath namespace
22 INTERPRETER = join(abspath(dirname(__file__)), 'runhugs.sh')
23 #INTERPRETER = join(abspath(dirname(__file__)), 'runhugs+systrace')
/ec/ECSpooler/backends/python/
H A Dconfig.py7 from os.path import join, dirname, abspath namespace
9 #INTERPRETER = join(abspath(dirname(__file__)), 'python+systrace')
10 INTERPRETER = join(abspath(dirname(__file__)), 'python.sh')
/ec/ECSpooler/backends/pyunit/
H A Dconfig.py8 from os.path import join, dirname, abspath namespace
10 #INTERPRETER = join(abspath(dirname(__file__)), 'python+systrace')
11 INTERPRETER = join(abspath(dirname(__file__)), 'python.sh')
/ec/ECSpooler/backends/sql/
H A Dconfig.py7 from os.path import join, dirname, abspath namespace
9 INTERPRETER = join(abspath(dirname(__file__)), 'sql.sh')
/ec/ECSpooler/backends/erlang/
H A Dconfig.py7 from os.path import join, dirname, abspath namespace
9 #COMPILER = join(abspath(dirname(__file__)), 'erlc')
10 COMPILER = join(abspath(dirname(__file__)), 'erlc.sh')
12 #INTERPRETER = join(abspath(dirname(__file__)), 'erl+systrace')
13 INTERPRETER = join(abspath(dirname(__file__)), 'erl.sh')
H A DErlang.py12 from os.path import join, dirname namespace
30 simpleTest = file(join(dirname(__file__), 'simpleTest.erl'), 'r').read()
37 permTest = file(join(dirname(__file__), 'permTest.erl'), 'r').read()
242 os.path.dirname(model['file']),
259 os.path.dirname(student['file']),
306 os.path.dirname(wrapperModule['file']),
315 os.path.dirname(wrapperModule['file']),
/ec/ECSpooler/backends/java/
H A Dconfig.py7 from os.path import join, dirname, abspath namespace
9 #COMPILER = join(abspath(dirname(__file__)), 'javac')
10 COMPILER = join(abspath(dirname(__file__)), 'javac.sh')
12 #INTERPRETER = join(abspath(dirname(__file__)), 'java+systrace')
13 INTERPRETER = join(abspath(dirname(__file__)), 'java.sh')
/ec/ECSpooler/backends/javare/
H A Dconfig.py7 from os.path import join, dirname, abspath namespace
9 #COMPILER = join(abspath(dirname(__file__)), 'javac')
10 COMPILER = join(abspath(dirname(__file__)), 'javac.sh')
12 #INTERPRETER = join(abspath(dirname(__file__)), 'java+systrace')
13 INTERPRETER = join(abspath(dirname(__file__)), 'java.sh')
H A DJavaRE.py14 from os.path import join, dirname namespace
37 findFirstGroup0 = file(join(dirname(__file__),
42 WRAPPER_TEMPLATE = file(join(dirname(__file__),
46 SYNTAX_TEMPLATE = file(join(dirname(__file__),
342 os.path.dirname(wrapperModule['file']),
376 dn = os.path.dirname(wrapperModule['file'])
407 os.path.dirname(wrapperModule['file']),
/ec/ECSpooler/backends/scheme/
H A Dconfig.py8 from os.path import join, dirname, abspath namespace
11 #INTERPRETER = join(abspath(dirname(__file__)), 'mzscheme+systrace')
12 INTERPRETER = join(abspath(dirname(__file__)), 'mzscheme.sh')
16 STREAM_LIB_PATH = join(abspath(dirname(__file__)), 'scheme_libs', STREAM_LIB)
/ec/ECSpooler/backends/xml/
H A Dconfig.py8 from os.path import join, dirname, abspath namespace
11 XMLLINT = join(abspath(dirname(__file__)), 'xmllint.sh')
14 SAXON = join(abspath(dirname(__file__)), 'saxon.sh'
/ec/ECSpooler/backends/prolog/
H A Dconfig.py7 from os.path import join, dirname, abspath namespace
9 INTERPRETER = join(abspath(dirname(__file__)), 'pl+systrace')
10 #INTERPRETER = join(abspath(dirname(__file__)), 'pl.sh')
/ec/ECSpooler/
H A Dconfig.py21 DATA_DIR = os.path.join(os.path.dirname(__file__), 'var')
27 ETC_DIR = os.path.join(os.path.dirname(__file__), 'etc')
32 LOG_DIR = os.path.join(os.path.dirname(__file__), 'logs')
/ec/ECSpooler/backends/junit/
H A Dconfig.py35 from os.path import join, dirname, abspath namespace
44 #compiler = join(abspath(dirname(__file__)), 'javac')
45 compiler = join(abspath(dirname(__file__)), 'javac.sh')
46 #interpreter = join(abspath(dirname(__file__)), 'java+systrace')
47 interpreter = join(abspath(dirname(__file__)), 'java.sh')
53 compiler = join(abspath(dirname(__file__)), comp)
57 interpreter = join(abspath(dirname(__file__)), intp)
74 CURRENT_PATH = abspath(dirname(__file__))
/ec/ECAssignmentBox/
H A Dsetup.py12 return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
/ec/ECAutoAssessmentBox/
H A Dsetup.py9 return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
/ec/ECLecture/
H A Dsetup.py10 return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
/ec/ECQuiz/Products/ECQuiz/
H A Dconfig.py35 ret = os.listdir(os.path.dirname(__file__)+'/'+ relativeDir)
/ec/ECQuiz/
H A Dsetup.py9 return open(os.path.join(os.path.dirname(__file__), *rnames)).read()
/ec/ECSpooler/tests/
H A Drunalltests19 sys.path.append(os.path.join(os.path.abspath(os.path.dirname(__file__)), os.pardir))
25 os.chdir(os.path.join(os.path.abspath(os.path.dirname(__file__))))
H A Druntests19 sys.path.append(os.path.join(os.path.abspath(os.path.dirname(__file__)), os.pardir))
24 os.chdir(os.path.join(os.path.abspath(os.path.dirname(__file__))))

Completed in 190 milliseconds

12