Searched defs:start (Results 1 - 11 of 11) sorted by relevance

/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.'
/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/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."
/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/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/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 96 milliseconds