Searched refs:start (Results 1 - 20 of 20) sorted by relevance

/ec/ECSpooler/backends/javare/
H A DfindFirstGroup0.java24 (model_m.start() == student_m.start()) &&
/ec/ECAssignmentBox/Products/ECAssignmentBox/PlagDetector/Normalize/
H A DnormPython.py198 #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 Dservicecontrol.py55 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 DGraphOriginal.java125 public void searchBreadthFirst(int start) { argument
133 table[start].color = GRAY;
134 table[start].distance = 0;
135 queue.offer(start);
H A DGraphOriginal2.java83 public void searchBreadthFirst(int start) { argument
91 table[start].color = GRAY;
92 table[start].distance = 0;
93 queue.offer(start);
H A Djunit-4.3.1.jarMETA-INF/ META-INF/MANIFEST.MF junit/ junit/extensions/ junit/framework/ junit/runner/ junit/textui/ org/ ...
/ec/ECSpooler/lib/
H A DService.py87 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 DSpooler.py110 # 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 DBackend.py175 # start a new thread to stop the backend but let this method some time
178 sT.start()
288 # start testing
H A DProgrammingBackend.py387 timer.start()
/ec/ECSpooler/startup/
H A Dec_backends.method24 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 Dbackendctl10 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 Dspoolerctl10 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 DECLecture.py595 @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 DProlog.py187 msg=(msg[:m.start()]+msg[m.end():]).rstrip()
/ec/ECSpooler/backends/java/
H A DJava.py493 tB.start()
/ec/ECSpooler/backends/xml/bin/saxon/
H A Dsaxon9he.jarMETA-INF/MANIFEST.MF META-INF/SAXONICA.SF META-INF/SAXONICA.RSA META ...
/ec/ECSpooler/backends/sql/lib/
H A Dcommons-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 Ddbunit-2.4.8.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/dbunit/ org/dbunit/ant/ org/dbunit/assertion/ org/ ...
H A Dhsqldb.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hsqldb/ org/hsqldb/index/ org/hsqldb/jdbc/ org/ ...

Completed in 108 milliseconds