Home
last modified time | relevance | path

Searched refs:start (Results 126 – 150 of 1772) sorted by relevance

12345678910>>...71

/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVJournal.php25 * @param DateTime $start
29 public function isInTimeRange(\DateTime $start, \DateTime $end) { argument
38 return ($start <= $effectiveEnd && $end > $dtstart);
H A DVFreeBusy.php23 * @param DateTime $start
27 public function isFree(\DateTime $start, \Datetime $end) { argument
55 if($start < $busyEnd && $end > $busyStart) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVJournal.php25 * @param DateTime $start
29 public function isInTimeRange(\DateTime $start, \DateTime $end) { argument
38 return ($start <= $effectiveEnd && $end > $dtstart);
H A DVFreeBusy.php23 * @param DateTime $start
27 public function isFree(\DateTime $start, \Datetime $end) { argument
55 if($start < $busyEnd && $end > $busyStart) {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVJournal.php25 * @param DateTime $start
29 public function isInTimeRange(\DateTime $start, \DateTime $end) { argument
38 return ($start <= $effectiveEnd && $end > $dtstart);
H A DVFreeBusy.php23 * @param DateTime $start
27 public function isFree(\DateTime $start, \Datetime $end) { argument
55 if($start < $busyEnd && $end > $busyStart) {
/plugin/pureldap/
H A Dauth.php76 public function retrieveUsers($start = 0, $limit = 0, $filter = null)
83 $start,
89 public function retrieveGroups($start = 0, $limit = 0)
91 return array_slice($this->client->getCachedGroups(), $start, $limit);
69 retrieveUsers($start = 0, $limit = 0, $filter = null) global() argument
81 retrieveGroups($start = 0, $limit = 0) global() argument
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVJournal.php26 * @param DateTimeInterface $start
31 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) argument
40 return $start <= $effectiveEnd && $end > $dtstart;
H A DVFreeBusy.php24 * @param DateTimeInterface $start
29 public function isFree(DateTimeInterface $start, DatetimeInterface $end) argument
54 if ($start < $busyEnd && $end > $busyStart) {
H A DVAlarm.php81 * @param DateTime $start
86 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) argument
100 if ($start <= $occurrence && $end > $occurrence) {
107 return $start <= $effectiveTrigger && $end > $effectiveTrigger;
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVJournal.php26 * @param DateTimeInterface $start
31 function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end) { argument
40 return ($start <= $effectiveEnd && $end > $dtstart);
H A DVFreeBusy.php24 * @param DateTimeInterface $start
29 function isFree(DateTimeInterface $start, DatetimeInterface $end) { argument
55 if ($start < $busyEnd && $end > $busyStart) {
/plugin/siteexport/
H A Dhelper.php15 private $start, $end;
18 * @param integer $start
21 public function __construct($start, $end=null) { argument
22 $this->start = $start;
27 return $elem[2] >= $this->start && ( is_null( $this->end ) || $elem[2] <= $this->end);
93 public function __getOrderedListOfPagesForID($IDs, $start=null) argument
122 if ( $start != null ) {
124 $sortIdentifier = intval(p_get_metadata($start, 'mergecompare'));
133 public function __getOrderedListOfPagesForStartEnd($ID, $start, $end) argument
138 …ay_filter($values, array(new helper_plugin_siteexport_page_remove(intval($start), intval($end)), '…
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js99 String.prototype.Remove = function( start, length ) argument
103 if ( start > 0 )
104 s = this.substring( 0, start ) ;
106 if ( start + length < this.length )
107 s += this.substring( start + length , this.length ) ;
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVExporter.php15 public function serializeItems($items, $start = 0, $count = 0, $total = 0) argument
30 … public function serializeItemsToFile($targetDirectory, $items, $start = 0, $count = 0, $total = 0) argument
32 $csvString = $this->serializeItems($items, $start, $count, $total);
/plugin/pgn4web/pgn4web/
H A Dparsing-tests.js13 var start = (new Date()).getTime();
25 var tt = ((new Date()).getTime() - start) / 1000;
31 var start = (new Date()).getTime();
53 var tt = ((new Date()).getTime() - start) / 1000;
/plugin/meta/
H A Dsyntax.php123 list($start, $end) = explode('->', $date, 2);
127 list($date, $time) = explode(' ', trim($start), 2);
137 list($startdate, $starttime) = explode(' ', trim($start), 2);
165 $start = strtotime($startdate.' '.$starttime);
167 if (!$start || !$end) {
170 return array('start' => $start, 'end' => $end);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParserRuleContext.php19 * tracing, and the default values available for rule invocations: start, stop,
27 * from start and stop using the input stream's toString() method. I could
51 public $start; variable in Antlr\\Antlr4\\Runtime\\ParserRuleContext
73 * If we do an error sync() at start of a rule, we might add error nodes
83 $this->start = $ctx->start;
257 if ($this->start === null || $this->stop === null) {
261 return new Interval($this->start->getTokenIndex(), $this->stop->getTokenIndex());
267 * Note that the range from start to stop is inclusive, so for rules that
273 return $this->start;
[all...]
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn.css61 .bpmn-icon-start-event-compensation:before { content: '\e807'; } /* '' */
73 .bpmn-icon-start-event-condition:before { content: '\e814'; } /* '' */
74 .bpmn-icon-start-event-non-interrupting-timer:before { content: '\e815'; } /* '' */
79 .bpmn-icon-start-event-parallel-multiple:before { content: '\e81a'; } /* '' */
80 .bpmn-icon-start-event-error:before { content: '\e81b'; } /* '' */
90 .bpmn-icon-start-event-escalation:before { content: '\e825'; } /* '' */
91 .bpmn-icon-start-event-signal:before { content: '\e826'; } /* '' */
96 .bpmn-icon-start-event-timer:before { content: '\e82b'; } /* '' */
97 .bpmn-icon-start-event-message:before { content: '\e82c'; } /* '' */
114 .bpmn-icon-start-event-multiple:before { content: '\e83e'; } /* '' */
[all …]
/plugin/authowncloud/
H A Dauth.php177 private function getUsers($filter = array(), $start = 0, $limit = -1) { argument
219 if($limit > 0) $sql .= ' LIMIT '.$start.','.$limit.' ';
243 * @param int $start index of first user to be returned
248 public function retrieveUsers($start = 0, $limit = -1, $filter = array()) { argument
249 $result = $this->getUsers($filter, $start, $limit);
294 public function retrieveGroups($start=0,$limit=-1){ argument
295 return OC_Group::getGroups('',$limit,$start);
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php73 $start = strpos($string, "{");
74 if ($start === false) {
81 $string = $this->replace($string, $start, $end, $parameters);
85 private function replace($string, $start, $end, $parameters) argument
88 $data = substr($string, $start + 1, $end - $start - 1);
147 return substr($string, 0, $start) . $data . substr($string, $end + 1);
/plugin/publish/_test/
H A Dmail.unit.test.php68 Previous Revision: http://wiki.example.com' . DOKU_BASE . 'doku.php?id=start&rev=' . $oldrevision .…
98 $ID = 'start';
108 saveWikiText('start', 'start first', 'foobar');
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts94 grid_row_class(start: Date, end: Date, task: any): string;
156 progress_text(start: Date, end: Date, task: any): string;
164 quick_info_class(start: Date, end: Date, task: any): void;
180 quick_info_date(start: Date, end: Date, task: any): string;
226 task_class(start: Date, end: Date, task: any): string;
246 task_row_class(start: Date, end: Date, task: any): string;
254 task_text(start: Date, end: Date, task: any): string;
262 task_time(start: Date, end: Date, task: any): string;
295 tooltip_text(start: Date, end: Date, task: any): string;
315 rightside_text(start: Date, end: Date, task: any): string;
[all …]
/plugin/toolbox/
H A DToolboxFindAndReplace.js125 if (sel.start === sel.end) {
185 function selectWord(start, len) { argument
189 sel.start = start;
190 sel.end = start;
197 sel.end = start + len;
/plugin/bureaucracy/helper/
H A Dfieldwiki.php58 $start = 2;
62 $start = 3;
66 $ins = array_slice($ins, $start, -$end);

12345678910>>...71