Home
last modified time | relevance | path

Searched refs:start (Results 226 – 250 of 1772) sorted by relevance

12345678910>>...71

/plugin/jcapture/src/com/hammurapi/jcapture/
H A DScreenRecorder.java69 long start = System.currentTimeMillis(); in runInternal() local
73 long toSleep = (shot+1)*frameLength - (System.currentTimeMillis()-start); in runInternal()
93 targetDataLine.start(); in Fragment()
95 audioRecordingThread.start(); in Fragment()
99 screenCapturingThread.start(); in Fragment()
184 start(); in ScreenRecorder()
187 public synchronized void start() throws Exception { in start() method in ScreenRecorder
/plugin/yearbox/
H A Dsyntax.php384 $start = date('w', mktime(0, 0, 0, $mth_num, 1, (int)$year));
388 $years[$year][$mth_num] = ['start' => $start, 'len' => $len];
391 $table_cols = ($table_cols < ($start + $len)) ? $start + $len : $table_cols;
395 $first_weekday = ($first_weekday > $start) ? $start : $first_weekday;
/plugin/authchained/
H A Dauth.php345 * @param int $start index of first user to be returned
350 public function retrieveUsers($start = 0, $limit = -1, $filter = null) { argument
353 return $this->usermanager_auth->retrieveUsers($start, $limit, $filter);
384 * @param int $start
388 public function retrieveGroups($start = 0, $limit = 0) { argument
390 return $this->usermanager_auth->retrieveGroups($start,$limit);
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md14 * added `Process::getStartTime()` to retrieve the start time of the process as float
50 * added a second `array $env = []` argument to the `start()`, `run()`,
52 * added a second `array $env = []` argument to the `start()` method of the
67 * deprecated calling `Process::start()` without setting a valid working directory beforehand (via `setWorkingDirectory()` or constructor)
73 * added `$env` argument to `Process::start()`, `run()`, `mustRun()` and `restart()` methods
112 * added support for non-blocking processes (start(), wait(), isRunning(), stop())
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php157 $start = $range[0];
159 if ($start >= $nodeSize)
162 …if ($end < $start) throw new Exception\RequestedRangeNotSatisfiable('The end offset (' . $range[1]…
167 $start = $nodeSize - $range[1];
170 if ($start < 0) $start = 0;
177 if (!stream_get_meta_data($body)['seekable'] || fseek($body, $start, SEEK_SET) === -1) {
179 for ($consumed = 0; $start - $consumed > 0;){
180 … throw new Exception\RequestedRangeNotSatisfiable('The start offset (' . $start . ') exceeded the …
181 $consumed += strlen(fread($body, min($start - $consumed, $consumeBlock)));
185 $response->setHeader('Content-Length', $end - $start + 1);
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php155 $start = $range[0];
157 if ($start >= $nodeSize)
160 …if ($end < $start) throw new Exception\RequestedRangeNotSatisfiable('The end offset (' . $range[1]…
165 $start = $nodeSize - $range[1];
168 if ($start < 0) $start = 0;
176 fseek($body, $start, SEEK_SET);
179 for ($consumed = 0; $start - $consumed > 0;){
180 … throw new Exception\RequestedRangeNotSatisfiable('The start offset (' . $start . ') exceeded the …
181 $consumed += strlen(fread($body, min($start - $consumed, $consumeBlock)));
185 $response->setHeader('Content-Length', $end - $start + 1);
[all …]
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Drrulebench.php18 $bench->parse->start();
26 $bench->expand->start();
/plugin/davcard/vendor/sabre/vobject/bin/
H A Drrulebench.php18 $bench->parse->start();
26 $bench->expand->start();
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Drrulebench.php18 $bench->parse->start();
26 $bench->expand->start();
/plugin/davcal/vendor/sabre/vobject/bin/
H A Drrulebench.php18 $bench->parse->start();
26 $bench->expand->start();
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DTokenStream.php97 * Return the text of all tokens in this stream between `start` and `stop`
100 * If the specified `start` or `stop` token was not provided by this stream,
101 * or if the `stop` occurred before the `start` token, the behavior
111 * for ($i = $start->getTokenIndex(); $i <= $stop->getTokenIndex(); $i++) {
115 * @param Token $start The first token in the interval to get text for.
119 * `start` and `stop` tokens.
121 public function getTextByTokens(?Token $start, ?Token $stop) : string; argument
/plugin/combo/vendor/php-webdriver/webdriver/lib/Local/
H A DLocalWebDriver.php35 throw new WebDriverException('Use start() method to start local WebDriver.');
53 throw new WebDriverException('Use start() method to start local WebDriver.');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/
H A DIncrementDecrementUsageSniff.php94 $start = ($stackPtr + 1);
96 $start = ($stackPtr + 2);
99 $next = $phpcsFile->findNext(PHP_CodeSniffer_Tokens::$emptyTokens, $start, null, true);
110 … $prev = $phpcsFile->findPrevious(PHP_CodeSniffer_Tokens::$emptyTokens, ($start - 3), null, true);
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php118 public function generateXMLExport($start, $submittedCount) argument
125 $this->pages = array_slice($this->pages, $start, $count);
129 $item = $exporter->createItem($start + $key);
133 return $exporter->serializeItems($items, $start, $submittedCount, $total);
/plugin/jspolyfill/script/
H A Darray_fill.js19 var start = arguments[1];
20 var relativeStart = start >> 0;
/plugin/autogallery/
H A Dauth.php164 * @param int $start index of first user to be returned
206 * @param int $start
/plugin/jplayer/vendor/symfony/process/Tests/
H A DPhpProcessTest.php26 $process->start();
40 $process->start();
/plugin/fckg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js152 String.prototype.Remove = function( start, length ) argument
156 if ( start > 0 )
157 s = this.substring( 0, start ) ;
159 if ( start + length < this.length )
160 s += this.substring( start + length , this.length ) ;
/plugin/authopenldapkerberos/
H A Dauth.php115 public function retrieveUsers($start = 0, $limit = 0, $filter = array()) argument
170 if($start > 0)
171 $start--;
183 public function retrieveGroups($start = 0, $limit = 0) argument
200 for($i = $start; $i < $limit; $i++) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsDoubleEventsTest.php88 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
89 strpos($response->body, 'END:VCALENDAR') - $start + 13
H A DGetEventsByTimerangeTest.php85 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
86 strpos($response->body, 'END:VCALENDAR') - $start + 13
/plugin/noticeboard/classes/
H A DNoticeList.php25 public $start; variable in helper_plugin_noticeboard_NoticeList
199 public function getNoticeList($start,$end){ argument
200 $this->start = $start;
218 for($i = $start;$i<$end && $i<count($array);$i++){
219 $arrayNew[$i-$start] = $array[$i];
223 if($start > 0){
/plugin/noticeboard/noticeboard/classes/
H A DNoticeList.php25 public $start; variable in helper_plugin_noticeboard_NoticeList
199 public function getNoticeList($start,$end){ argument
200 $this->start = $start;
218 for($i = $start;$i<$end && $i<count($array);$i++){
219 $arrayNew[$i-$start] = $array[$i];
223 if($start > 0){
/plugin/top/
H A Dhelper.php109 $start = $conf['start'];
111 $startpages[] = $start;
116 $startpages[] = $translation . ':' . $start;
/plugin/table2csv/
H A DREADME.md16start marker of any text on the page the plugin will select the first table following the start ma…

12345678910>>...71