Home
last modified time | relevance | path

Searched refs:end (Results 51 – 75 of 1177) sorted by relevance

12345678910>>...48

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1SequentialSegment.php25 public $end; variable in Google\\Service\\DataLabeling\\GoogleCloudDatalabelingV1beta1SequentialSegment
34 public function setEnd($end) argument
36 $this->end = $end;
43 return $this->end;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TrafficDirectorService/
H A DDoubleRange.php22 public $end; variable in Google\\Service\\TrafficDirectorService\\DoubleRange
25 public function setEnd($end) argument
27 $this->end = $end;
31 return $this->end;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2Range.php25 public $end; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2Range
34 public function setEnd($end) argument
36 $this->end = $end;
43 return $this->end;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DRegionPostalCodeAreaPostalCodeRange.php29 public $end; variable in Google\\Service\\ShoppingContent\\RegionPostalCodeAreaPostalCodeRange
48 public function setEnd($end) argument
50 $this->end = $end;
57 return $this->end;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DMatchRange.php25 public $end; variable in Google\\Service\\CloudSearch\\MatchRange
34 public function setEnd($end) argument
36 $this->end = $end;
43 return $this->end;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1DateRange.php25 public $end; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1DateRange
34 public function setEnd($end) argument
36 $this->end = $end;
43 return $this->end;
H A DGoogleCloudApigeeV1RevenueShareRange.php25 public $end; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1RevenueShareRange
35 public function setEnd($end) argument
37 $this->end = $end;
44 return $this->end;
H A DGoogleCloudApigeeV1RateRange.php25 public $end; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1RateRange
36 public function setEnd($end) argument
38 $this->end = $end;
45 return $this->end;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DTimePeriod.php25 public $end; variable in Google\\Service\\Calendar\\TimePeriod
34 public function setEnd($end) argument
36 $this->end = $end;
43 return $this->end;
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
H A DDiffer.php58 $end = \count($diff);
60 if ($tmp = \array_search($end, $old)) {
61 $end = $tmp;
122 * @param int $end
135 for ($i = $start; $i < $end; $i++) {
270 foreach ($end as $token) {
363 $end = array();
379 \end($from);
380 \end($to);
393 $end = array($fromK => $from[$fromK]) + $end;
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php105 list($start, $end) = explode('/', $item, 2);
110 if ($end[0]==='P') {
113 $end
116 $end = DateTimeParser::parseDateTime($end);
119 $end->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);
110 if ($end[0]==='P') {
113 $end
116 $end = DateTimeParser::parseDateTime($end);
119 $end->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);
110 if ($end[0]==='P') {
113 $end
116 $end = DateTimeParser::parseDateTime($end);
119 $end->format('Y-m-d\\TH:i:s'),
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ChromeUXReport/
H A DBin.php26 public $end; variable in Google\\Service\\ChromeUXReport\\Bin
43 public function setEnd($end) argument
45 $this->end = $end;
52 return $this->end;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DRangePartitioningRange.php25 public $end; variable in Google\\Service\\Bigquery\\RangePartitioningRange
38 public function setEnd($end) argument
40 $this->end = $end;
47 return $this->end;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DHistogramRule.php22 public $end; variable in Google\\Service\\Sheets\\HistogramRule
26 public function setEnd($end) argument
28 $this->end = $end;
32 return $this->end;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DKeyRangeDataDiskAssignment.php29 public $end; variable in Google\\Service\\Dataflow\\KeyRangeDataDiskAssignment
52 public function setEnd($end) argument
54 $this->end = $end;
61 return $this->end;
H A DKeyRangeLocation.php37 public $end; variable in Google\\Service\\Dataflow\\KeyRangeLocation
88 public function setEnd($end) argument
90 $this->end = $end;
97 return $this->end;
/plugin/scrape/HTMLPurifier/Printer/
H A DConfigForm.php
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/
H A DComparisonOperatorUsageSniff.php128 …$end = $phpcsFile->findPrevious(PHP_CodeSniffer_Tokens::$emptyTokens, ($stackPtr - 1), null, true);
129 if ($tokens[$end]['code'] !== T_CLOSE_PARENTHESIS) {
132 for ($i = ($end - 1); $i >= 0; $i--) {
157 if (isset($tokens[$end]['parenthesis_opener']) === false) {
161 $start = $tokens[$end]['parenthesis_opener'];
172 $end = $phpcsFile->findNext(T_SEMICOLON, ($start + 1), $closingBracket);
173 if ($start === false || $end === false) {
182 $end = $tokens[$stackPtr]['parenthesis_closer'];
189 for ($i = $start; $i <= $end; $i++) {
/plugin/highlightjs/highlight/languages/
H A Dcs.js20 begin: '///', end: '$', returnBegin: true,
25 begin: '///|<!--|-->', end: '^'
29 begin: '</?', end: '>'
33 begin: '@"', end: '"',
38 begin: '""', end: '^'
H A Daxapta.js20 begin: '(class |interface )', end: '{',
27 begin: '(implements|extends)', end: '^',
34 begin: hljs.UNDERSCORE_IDENT_RE, end: '^'
38 begin: '\\(', end: '\\)',
49 begin: '#', end: '$'
H A Djavascript.js23 begin: '(' + hljs.RE_STARTERS_RE + '|case|return|throw)\\s*', end: '^', noMarkup: true,
31 begin: '/.*?[^\\\\/]/[gim]*', end: '^'
35 begin: '\\bfunction\\b', end: '{',
42 begin: '[A-Za-z$_][0-9A-Za-z$_]*', end: '^'
46 begin: '\\(', end: '\\)',
/plugin/blog/syntax/
H A Darchive.php26 $match = substr($match, 10, -2); // strip {{archive> from start and }} from end
57 $end = $start + 24*60*60;
63 // calculate start and end times
72 $end = mktime(0, 0, 0, $nextmonth, 1, $year2);
77 $end = mktime(0, 0, 0, 1, 1, $rest + 1);
82 $end = PHP_INT_MAX;
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, $end, $entries);
134 if (($start > $entry['date']) || ($entry['date'] >= $end)) continu
164 _build_alternative_list($start, $end, $entries) global() argument
[all...]
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DPeriod.php106 list($start, $end) = explode('/', $item, 2);
111 if ($end[0] === 'P') {
114 $end
117 $end = DateTimeParser::parseDateTime($end);
120 $end->format('Y-m-d\\TH:i:s'),

12345678910>>...48