Home
last modified time | relevance | path

Searched refs:start (Results 76 – 100 of 1772) sorted by relevance

12345678910>>...71

/plugin/jplayer/vendor/symfony/process/Tests/
H A DProcessTest.php115 $p->start();
142 $p->start();
248 $process->start();
376 $p->start();
452 $process->start();
552 $process->start();
571 $process->start();
1037 $p->start();
1047 $p->start();
1095 $p->start();
[all …]
/plugin/sphinxsearch-was/
H A Daction.php106 function _search($query, $start, $prev) argument
110 $start = (int)$start;
111 if ($start < 0) {
112 $start = 0;
138 $result = $search->search($start, $this->getConf('maxresults'));
192 if ($start > 1) {
214 if ($start + $search->getOffset() < $totalFound) {
215 $next = $start + $search->getOffset();
216 if ($start > 1) {
217 $prevString = $prev . ',' . $start;
/plugin/sphinxsearch/
H A Daction.php101 function _search($query, $start, $prev) { argument
104 $start = (int) $start;
105 if($start < 0){
106 $start = 0;
132 $result = $search->search($start, $this->getConf('maxresults'));
245 if ($start > 1){
262 if($start + $search->getOffset()< $totalFound){
263 $next = $start + $search->getOffset();
264 if($start > 1){
265 $prevString = $prev.','.$start;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DSea.php243 public static function initial_reordering_syllable(&$info, $GSUBdata, $scriptblock, $start, $end) argument
247 $syllable_type = ($info[$start]['syllable'] & 0x0F);
259 $base = $start;
260 $i = $start;
281 self::bubble_sort($info, $start, $end - $start);
302 public static function final_reordering_syllable(&$info, $GSUBdata, $scriptblock, $start, $end) argument
380 public static function bubble_sort(&$arr, $start, $len) argument
385 $k = $start + $len - 2;
386 while ($k >= $start) {
[all...]
/plugin/docimporter/
H A DImportUtils.php142 $start = $sentence_info[1];
153 $count = count_from_pos($matches, $clean_matches, $start);
223 $start = $matches[0][$count + $occurences[$sentence]][1];
226 …ntent, 0, $start).str_replace($sentence, $tag.$sentence.$tag, substr($myWikiContent, $start, strle…
233 function is_in_list_range($list, $start, $end){ argument
236 if ($start >= $pos && $start<= $current_end){
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DPage.php19 private $start; variable in FINDOLOGIC\\Export\\XML\\Page
23 public function __construct($start, $count, $total) argument
25 $this->start = $start;
55 'start' => $this->start,
/plugin/structautolink/
H A Drenderer.php59 $start = 0;
61 if ($token['pos'] > $start) {
62 parent::cdata(substr($text, $start, $token['pos'] - $start));
65 $start = $token['pos'] + $token['len'];
67 if ($start < strlen($text)) {
68 parent::cdata(substr($text, $start));
/plugin/markdownextra/lib/meltdown/js/lib/
H A Drangyinputs-jquery.min.js17start:c,end:d}}function q(a,b,c){return{start:b,end:c,length:c-b,text:a.value.slice(b,c)}}function…
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DExplain.php102 * Set the provided node as the current element, start a
108 private function start($node): bool { function in PhpCss\\Ast\\Visitor\\Explain
130 $this->start($this->appendElement('selector-group'));
153 return $this->start($this->appendElement('selector'));
213 return $this->start($this->appendElement('descendant', ' '));
227 return $this->start($this->appendElement('child', ' > '));
241 return $this->start($this->appendElement('follower', ' ~ '));
255 return $this->start($this->appendElement('next', ' + '));
281 $this->start(
317 $this->start(
[all...]
/plugin/freechat/phpfreechat/lib/utf8/
H A Dutf8_substr.php18 function utf8_substr($str,$start,$len=null) { argument
21 $byte_start = @utf8_char2byte_pos($str,$start);
23 if ($start > 0) {
26 $start = 0;
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DBaseDumper.php38 $start = $profile->getName();
41 $start = $this->formatTemplate($profile, $prefix);
43 $start = $this->formatNonTemplate($profile, $prefix);
51 $str = $start."\n";
53 $str = sprintf("%s %s\n", $start, $this->formatTime($profile, $percent));
/plugin/refnotes/
H A Dscope.php12 public $start; variable in refnotes_scope_limits
18 public function __construct($start, $end = -1000) { argument
19 $this->start = $start;
69 public function __construct($namespace, $id, $start = -1, $end = -1000) { argument
72 $this->limits = new refnotes_scope_limits($start, $end);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php272 * @param DateTime $start
276 protected function validateTimeRange(VObject\Node $component, $start, $end) { argument
278 if (is_null($start)) {
279 $start = new DateTime('1900-01-01');
291 return $component->isInTimeRange($start, $end);
316 if ($expandedAlarm->isInTimeRange($start, $end)) {
351 return $component->isInTimeRange($start, $end);
364 return ($start <= $component->getDateTime() && $end >= $component->getDateTime());
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php106 list($start, $end) = explode('/', $item, 2);
108 $start = DateTimeParser::parseDateTime($start);
113 $start->format('Y-m-d\\TH:i:s'),
119 $start->format('Y-m-d\\TH:i:s'),
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php95 list($start, $end) = explode('/', $item, 2);
97 $start = DateTimeParser::parseDateTime($start);
102 $start->format('Y-m-d\\TH:i:s'),
108 $start->format('Y-m-d\\TH:i:s'),
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/
H A DComparisonOperatorUsageSniff.php155 … $start = $phpcsFile->findNext(PHP_CodeSniffer_Tokens::$emptyTokens, ($i + 1), null, true);
161 $start = $tokens[$end]['parenthesis_opener'];
171 $start = $phpcsFile->findNext(T_SEMICOLON, $openingBracket, $closingBracket);
172 $end = $phpcsFile->findNext(T_SEMICOLON, ($start + 1), $closingBracket);
173 if ($start === false || $end === false) {
181 $start = $tokens[$stackPtr]['parenthesis_opener'];
189 for ($i = $start; $i <= $end; $i++) {
/plugin/doctree2filelist/
H A Dstart.txt4 …enten importierten Dokumente zugegriffen werden kann.|portfolio:dokumente:start|shared:icons:folde…
12 …kte, Infos zu Schlüler- und Lehrerschaft u.ä.|portfolio:rahmenbedingungen:start|shared:icons:emble…
13 …ualitätsbereichen aus dem "Modell für Schulqualität".|:portfolio:prozesse:start|:shared:icons:embl…
14 …g, Durchführung der Selbstevaluation u.ä.|portfolio:qualitaetsentwicklung:start|:shared:icons:docu…
15 <item>Ergebnisse und Wirkungen|Ergebnisbezogene Angaben.|portfolio:ergebnisse:start|:shared:icons:g…
16 …hungsurkunden, Briefvorlagen, Formulare, u.ä.|portfolio:weitere_dokumente:start|:shared:icons:edit…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DExpandEventsFloatingTimeTest.php98 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
99 strpos($response->body, 'END:VCALENDAR') - $start + 13
147 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
148 strpos($response->body, 'END:VCALENDAR') - $start + 13
185 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
186 strpos($response->body, 'END:VCALENDAR') - $start + 13
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php104 $start = null;
112 $start = DateTime::createFromFormat('U', $queryParams['start']);
121 if (!$start || !$end) {
151 …$this->generateResponse($path, $start, $end, $expand, $componentType, $format, $properties, $respo…
162 * @param DateTime|null $start
170 …protected function generateResponse($path, $start, $end, $expand, $componentType, $format, $proper… argument
175 if ($start || $end || $componentType) {
189 'start' => $start,
244 $mergedCalendar->expand($start, $end, $calendarTimeZone);
H A DCalendarQueryValidator.php276 * @param DateTime $start
280 protected function validateTimeRange(VObject\Node $component, $start, $end) { argument
282 if (is_null($start)) {
283 $start = new DateTime('1900-01-01');
295 return $component->isInTimeRange($start, $end);
320 if ($expandedAlarm->isInTimeRange($start, $end)) {
355 return $component->isInTimeRange($start, $end);
368 return ($start <= $component->getDateTime() && $end >= $component->getDateTime());
/plugin/tablewidth/
H A Daction.php28 $start = 0;
32 $html .= substr($event->data[1], $start, $data[0][1] - $start);
34 $start = $data[0][1] + strlen($data[0][0]);
37 $event->data[1] = $html . substr($event->data[1], $start);;
/plugin/s5reloaded/ui/effects_support/
H A Dslider.js43 this.minimum = this.options.minimum || this.range.start;
80 slider.range.start), i);
122 if (value < this.range.start) return this.range.start;
154 ((this.trackLength-this.handleLength)/(this.range.end-this.range.start)) *
155 (value - this.range.start)) + "px";
159 (this.range.end-this.range.start)) + this.range.start);
192 span.style.top = this.translateToPx(range.start);
193 span.style.height = this.translateToPx(range.end - range.start + this.range.start);
195 span.style.left = this.translateToPx(range.start);
196 span.style.width = this.translateToPx(range.end - range.start + this.range.start);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DUpdateCellsRequest.php79 public function setStart(GridCoordinate $start) argument
81 $this->start = $start;
88 return $this->start;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DSearchRequest.php46 public $start; variable in Google\\Service\\CloudSearch\\SearchRequest
163 public function setStart($start) argument
165 $this->start = $start;
172 return $this->start;
/plugin/scrape/HTMLPurifier/Printer/
H A DCSSDefinition.php

12345678910>>...71