Home
last modified time | relevance | path

Searched refs:start (Results 51 – 75 of 1772) sorted by relevance

12345678910>>...71

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DHistogramRule.php24 public $start; variable in Google\\Service\\Sheets\\HistogramRule
42 public function setStart($start) argument
44 $this->start = $start;
48 return $this->start;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1RevenueShareRange.php30 public $start; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1RevenueShareRange
57 public function setStart($start) argument
59 $this->start = $start;
66 return $this->start;
H A DGoogleCloudApigeeV1RateRange.php31 public $start; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1RateRange
64 public function setStart($start) argument
66 $this->start = $start;
73 return $this->start;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DKeyRangeDataDiskAssignment.php33 public $start; variable in Google\\Service\\Dataflow\\KeyRangeDataDiskAssignment
66 public function setStart($start) argument
68 $this->start = $start;
75 return $this->start;
H A DKeyRangeLocation.php41 public $start; variable in Google\\Service\\Dataflow\\KeyRangeLocation
102 public function setStart($start) argument
104 $this->start = $start;
111 return $this->start;
/plugin/scrape/HTMLPurifier/Printer/
H A DConfigForm.php
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBinary.php64 * @param int $start
71 int $start = 0, argument
78 return \mb_substr($str, $start, $length, '8bit');
82 return \substr($str, $start, $length);
84 return \substr($str, $start);
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVEvent.php31 public function isInTimeRange(\DateTime $start, \DateTime $end) { argument
37 $it = new EventIterator($this, null, $start->getTimezone());
47 $it->fastForward($start);
55 return ($it->getDTStart() < $end && $it->getDTEnd() > $start);
59 $effectiveStart = $this->DTSTART->getDateTime($start->getTimezone());
80 ($start < $effectiveEnd) && ($end > $effectiveStart)
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVEvent.php31 public function isInTimeRange(\DateTime $start, \DateTime $end) { argument
37 $it = new EventIterator($this, null, $start->getTimezone());
47 $it->fastForward($start);
55 return ($it->getDTStart() < $end && $it->getDTEnd() > $start);
59 $effectiveStart = $this->DTSTART->getDateTime($start->getTimezone());
80 ($start < $effectiveEnd) && ($end > $effectiveStart)
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVEvent.php31 public function isInTimeRange(\DateTime $start, \DateTime $end) { argument
37 $it = new EventIterator($this, null, $start->getTimezone());
47 $it->fastForward($start);
55 return ($it->getDTStart() < $end && $it->getDTEnd() > $start);
59 $effectiveStart = $this->DTSTART->getDateTime($start->getTimezone());
80 ($start < $effectiveEnd) && ($end > $effectiveStart)
/plugin/blog/syntax/
H A Darchive.php26 $match = substr($match, 10, -2); // strip {{archive> from start and }} from end
56 $start = mktime(0, 0, 0, $month, $day, $year);
57 $end = $start + 24*60*60;
63 // calculate start and end times
71 $start = mktime(0, 0, 0, $month, 1, $year);
76 $start = mktime(0, 0, 0, 1, 1, $rest);
81 $start = 0;
89 return array($ns, $start, $end, $flags, $refine, $author);
93 list($ns, $start, $end, $flags, $refine, $author) = $data;
114 $alt_list = $this->_build_alternative_list($start,
164 _build_alternative_list($start, $end, $entries) global() argument
[all...]
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/XML/
H A DXMLExporter.php12 public function serializeItems($items, $start, $count, $total) argument
14 $page = new Page($start, $count, $total);
24 public function serializeItemsToFile($targetDirectory, $items, $start, $count, $total) argument
26 $xmlString = $this->serializeItems($items, $start, $count, $total);
27 $targetPath = sprintf('%s/findologic_%d_%d.xml', $targetDirectory, $start, $count);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DSerialPortOutput.php41 public $start; variable in Google\\Service\\Compute\\SerialPortOutput
102 public function setStart($start) argument
104 $this->start = $start;
111 return $this->start;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A DMyanmar.php344 public static function reordering_syllable(&$info, $GSUBdata, $start, $end) argument
349 $syllable_type = ($info[$start]['syllable'] & 0x0F);
365 $limit = $start;
367 if (($start + 3 <= $end) &&
368 $info[$start]['myanmar_category'] == self::OT_RA &&
369 $info[$start + 1]['myanmar_category'] == self::OT_AS &&
370 $info[$start + 2]['myanmar_category'] == self::OT_H) {
372 $base = $start;
389 $i = $start;
390 for (; $i < $start
526 bubble_sort(& $arr, $start, $len) global() argument
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DVideoProperties.php39 public $start; variable in Google\\Service\\Slides\\VideoProperties
100 public function setStart($start) argument
102 $this->start = $start;
109 return $this->start;
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DDiffer.php57 $start = isset($old[0]) ? $old[0] : 0;
64 return $this->getBuffer($diff, $old, $start, $end);
121 * @param int $start
126 private function getBuffer(array $diff, array $old, $start, $end) argument
130 if (!isset($old[$start])) {
132 ++$start;
135 for ($i = $start; $i < $end; $i++) {
240 foreach ($start as $token) {
362 $start = array();
371 $start[$k] = $v;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dslice.rst19 You can use any valid expression for both the start and the length:
23 {% for i in [1, 2, 3, 4, 5]|slice(start, length) %}
31 {% for i in [1, 2, 3, 4, 5][start:length] %}
46 If the start is non-negative, the sequence will start at that start in the
47 variable. If start is negative, the sequence will start that far from the end
64 * ``start``: The start of the slice
/plugin/docnavigation/syntax/
H A Dtoc.php82 'start' => $ID,
93 case 'start':
94 $options['start'] = $this->getFullPageid($value);
97 [$start, $end] = array_pad(explode('-', $value, 2), 2, '');
98 $start = (int)$start;
101 if ($start < 1) {
102 $start = 2;
106 $end = $start;
110 if ($start >
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonToken.php82 protected $start; variable in Antlr\\Antlr4\\Runtime\\CommonToken
96 int $start = -1, argument
110 $this->start = $start;
145 $token = new self($this->type, $this->source, $this->channel, $this->start, $this->stop);
190 if ($this->start < $n && $this->stop < $n) {
191 return $input->getText($this->start, $this->stop);
204 * along with the start and stop indexes of the token.
233 return $this->start;
238 $this->start
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/WhiteSpace/
H A DMemberVarSpacingSniff.php52 $start = $stackPtr;
85 $start = $prev;
90 if ($start === $stackPtr) {
92 … $first = $phpcsFile->findFirstOnLine(PHP_CodeSniffer_Tokens::$emptyTokens, $start, true);
94 $first = $start;
96 } else if ($tokens[$start]['code'] === T_DOC_COMMENT_CLOSE_TAG) {
97 $first = $tokens[$start]['comment_opener'];
99 … $first = $phpcsFile->findPrevious(PHP_CodeSniffer_Tokens::$emptyTokens, ($start - 1), null, true);
/plugin/numbering/
H A Daction.php90 $start = $this->helper->getConfValue('nstart');
94 $ar['saved'] = $start;
95 $ar['start'] = $start;
99 if($ar['start'] != $start) {
100 $ar['start'] = $start;
101 $number = $start;
105 if($number < $start) $number = $start-1;
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php105 list($start, $end) = explode('/', $item, 2);
107 $start = DateTimeParser::parseDateTime($start);
112 $start->format('Y-m-d\\TH:i:s'),
118 $start->format('Y-m-d\\TH:i:s'),
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php105 list($start, $end) = explode('/', $item, 2);
107 $start = DateTimeParser::parseDateTime($start);
112 $start->format('Y-m-d\\TH:i:s'),
118 $start->format('Y-m-d\\TH:i:s'),
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php105 list($start, $end) = explode('/', $item, 2);
107 $start = DateTimeParser::parseDateTime($start);
112 $start->format('Y-m-d\\TH:i:s'),
118 $start->format('Y-m-d\\TH:i:s'),
/plugin/log/
H A Dsyntax.php57 $start = -1;
67 $start = $i + 1;
74 $instructions = array_slice($instructions, $start, $i - $start + 1);
80 $instructions = array_slice($instructions, $start, $i - $start);
85 if ($start === -1) {

12345678910>>...71