/ec/ECSpooler/backends/javare/ |
H A D | findFirstGroup0.java | 24 (model_m.start() == student_m.start()) &&
|
/ec/ECAssignmentBox/Products/ECAssignmentBox/PlagDetector/Normalize/ |
H A D | normPython.py | 198 #is there a start for function definition in this line
219 #is there a start for class definition in this line
240 #===Mark start and ending of functions and classes===
267 body, start, end = getMethodBody(match.group(1), funcs, lines)
269 # print "BODY: ", match.group(1), start, end, end-start
274 #lineNrList[lineNr] = nr+lineNrList[start:end]
275 bodyList = lineNrList[start:end+1]
279 else: lineNrList[lineNr] = [nr]+lineNrList[start:end+1]
422 cntNL = s[m.start() [all...] |
/ec/ECSpooler/lib/util/ |
H A D | servicecontrol.py | 55 if cmd == 'start': 56 self.start() 62 self.start() 78 def start(self): member in class:ServiceControl
|
/ec/ECSpooler/backends/junit/junit_libs/ |
H A D | GraphOriginal.java | 125 public void searchBreadthFirst(int start) { argument 133 table[start].color = GRAY; 134 table[start].distance = 0; 135 queue.offer(start);
|
H A D | GraphOriginal2.java | 83 public void searchBreadthFirst(int start) { argument 91 table[start].color = GRAY; 92 table[start].distance = 0; 93 queue.offer(start);
|
H A D | junit-4.3.1.jar | META-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ... |
/ec/ECSpooler/lib/ |
H A D | Service.py | 87 def start(self): member in class:Service 99 self._serverThread.start() 125 return "Couldn't start server thread! See log for more details."
|
H A D | Spooler.py | 110 # start a new thread which runs the doqueue-method 113 self._doqueueThread.start() 602 threading.Thread(target=self._processJob, args=(backend, job)).start()
|
H A D | Backend.py | 175 # start a new thread to stop the backend but let this method some time 178 sT.start() 288 # start testing
|
H A D | ProgrammingBackend.py | 387 timer.start()
|
/ec/ECSpooler/startup/ |
H A D | ec_backends.method | 24 echo "Usage: $0 {start|status|stop} instance BackendName" 126 start) 128 echo "${BACKENDCTL} ${cmdopts} $BACKEND_NAME start" 129 ${BACKENDCTL} ${cmdopts} "$BACKEND_NAME" start
|
/ec/ECSpooler/bin/ |
H A D | backendctl | 10 This module contains functions to start/stop a backend or get status 42 Usage: backendctl [OPTION ...] BACKEND {start|stop|restart|status} 56 BACKEND Name of the backend to start|stop|restart|status. 68 def start(self): function 70 @see: ServiceControl.start() 112 err_msg = backend.start() 122 #print 'Backend start failed. See log for more information.' 123 print >> sys.stderr, 'Backend start failed. See log for more information.'
|
H A D | spoolerctl | 10 This module contains functions to start/stop ECSpooler or get status 62 Usage: spoolerctl [OPTION ...] {start|stop|restart|status} 67 start|stop|restart|status command 69 executing start|stop|restart|status command 81 err_msg = spooler.start() 222 # start spooler as XMLRPC service 226 # start SOAP wrapper for ECSpooler
|
/ec/ECLecture/Products/ECLecture/content/ |
H A D | ECLecture.py | 595 @return a list with two values representing start and end time of a
632 security.declarePublic('start')
633 def start(self):
member in class:ECLecture 648 return date is None and self.start() or date
|
/ec/ECSpooler/backends/prolog/ |
H A D | Prolog.py | 187 msg=(msg[:m.start()]+msg[m.end():]).rstrip()
|
/ec/ECSpooler/backends/java/ |
H A D | Java.py | 493 tB.start()
|
/ec/ECSpooler/backends/xml/bin/saxon/ |
H A D | saxon9he.jar | META-INF/MANIFEST.MF META-INF/SAXONICA.SF META-INF/SAXONICA.RSA META ... |
/ec/ECSpooler/backends/sql/lib/ |
H A D | commons-logging-1.1.1.jar | ... traceString
java.util.StringTokenizer tokenizer
String line
int start
int end
String temp
int lastPeriod
Exception ex
public void ... |
H A D | dbunit-2.4.8.jar | META-INF/ META-INF/MANIFEST.MF org/ org/dbunit/ org/dbunit/ant/ org/dbunit/assertion/ org/ ... |
H A D | hsqldb.jar | META-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ... |