Home
last modified time | relevance | path

Searched refs:start (Results 276 – 300 of 1772) sorted by relevance

1...<<11121314151617181920>>...71

/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/
H A DIssue203Test.php89 $start = strpos($response->body, 'BEGIN:VCALENDAR'),
90 strpos($response->body, 'END:VCALENDAR') - $start + 13
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dgrammar.jison38 %start start
42 start
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR1/Sniffs/Files/
H A DSideEffectsSniff.php85 * @param int $start The token to start searching from.
92 private function _searchForConflict(PHP_CodeSniffer_File $phpcsFile, $start, $end, $tokens) argument
109 for ($i = $start; $i <= $end; $i++) {
/plugin/tos/
H A Daction.php110 $start = -1; // also check current revision
111 while ($revisions = $changes->getRevisions($start, 25)) {
112 $start += count($revisions);
/plugin/googlesearch/
H A DGoogleAPI.php37 function do_search( $q, $start, $num=10 ){ argument
42 'start' => $start,
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js585 start = false,
698 start = pointerEventToXY(event);
703 if (start) {
711 start = false;
1479 start.setDate(start.getDate() - 1);
1509 day = start.getDay();
1510 d = start.getDate();
1511 y = start.getFullYear();
1512 m = start.getMonth();
1548 …if (start.getDay() === 0 || start.getDay() === 6 || options.weekends.indexOf(start.dateFormat(opti…
[all …]
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php436 list($start, $end) = $parsePages->init($row['pages']);
437 $this->formatPages(trim($start), trim($end));
1050 function formatPages($start, $end = FALSE, $citation = FALSE) argument
1063 $this->item[$this->styleMap->{$type}['pages']] = $start;
1069 if(!is_numeric($start))
1071 $this->item[$this->styleMap->{$type}['pages']] = $start . '-' . $end;
1081 if(($end <= $start) || (strlen($end) < strlen($start)))
1083 $this->item[$this->styleMap->{$type}['pages']] = $start . '-' . $end;
1096 if(strlen($start) <= 4)
1098 $startArray = preg_split('//', $start);
[all …]
/plugin/jplayer/vendor/symfony/process/
H A DPhpProcess.php67 public function start(callable $callback = null/*, array $env = []*/) function in Symfony\\Component\\Process\\PhpProcess
74 parent::start($callback, $env);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Metrics/
H A DCyclomaticComplexitySniff.php83 $start = $tokens[$stackPtr]['scope_opener'];
102 for ($i = ($start + 1); $i < $end; $i++) {
/plugin/authucenter/lib/uc_client/model/
H A Ddomain.php39 $start = $this->base->page_get_start($page, $ppp, $totalnum);
40 $data = $this->db->fetch_all("SELECT * FROM ".UC_DBTABLEPRE."domains LIMIT $start, $ppp");
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php231 * @param int $start
238 $current = ['start' => $start];
269 $start += $startOffset;
276 $start++;
289 $start += $length;
324 'length' => $length + $start - $current['start']
339 $start += $length;
343 $start += $length;
357 'length' => $start - $current['start']
515 $start += $length;
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DUnit.php32 public function setLines($start, $executable, $executed) argument
34 $this->contextNode->setAttribute('start', $start);
/plugin/commentsyntax/
H A Dscript.js15 prevchar = selection.obj.value.substring(selection.start-1,selection.start);
/plugin/combo/vendor/symfony/process/
H A DPhpProcess.php64 public function start(callable $callback = null, array $env = []) function in Symfony\\Component\\Process\\PhpProcess
70 parent::start($callback, $env);
/plugin/combo/ComboStrap/
H A DPipelineUtility.php235 $start = $startEndSelector[0] - 1;
245 if (isset($words[$start])) {
246 return $words[$start];
252 for ($i = $start; $i <= $end; $i++) {
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js587 return start.end.diff(start.start, unit, true);
1734 this.start = start;
3338 var start = eventDateProfile.start.clone();
3381 start = calendar.applyTimezone(start);
4410 start = this.skipHiddenDays(start);
5568 obj.start = dateProfile.start.clone();
6708 return { start: start, end: end };
8681 this.start = start;
11289 start = this.applyTimezone(start);
11680 start = calendar.applyTimezone(start);
[all …]
/plugin/solr/
H A Daction.php100 $doc->start();
275 $start = empty($params['start']) ? 0 : $params['start'];
289 $num = $start+1;
290 if(!$start) {
323 elseif(!$start) { // if the first search result returned nothing, print nothing found message
/plugin/odt/ODT/css/
H A Dcssdocument.php369 * @param integer $start Starting point
371 public function findParent ($start) { argument
372 if ($this->size == 0 || $start >= $this->size) {
375 $start_level = $this->entries [$start]['level'];
379 for ($index = $start-1 ; $index >= 0 ; $index--) {
/plugin/codemirror/dist/modes/
H A Drust.min.js.map1start","regex","token","next","indent","dedent","string","string_raw","string_raw_hash","comment",…
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Dumper/
H A DBlackfireDumper.php29 $start = sprintf('%f', microtime(true));
33 request-start: {$start}
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
H A DAjaxNullComparisonSniff.php81 $start = $tokens[$stackPtr]['scope_opener'];
83 for ($i = ($start + 1); $i < $end; $i++) {
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-embedded.css62 .bpmn-icon-start-event-compensation:before { content: '\e807'; } /* '' */
75 .bpmn-icon-start-event-condition:before { content: '\e814'; } /* '' */
76 .bpmn-icon-start-event-non-interrupting-timer:before { content: '\e815'; } /* '' */
81 .bpmn-icon-start-event-parallel-multiple:before { content: '\e81a'; } /* '' */
82 .bpmn-icon-start-event-error:before { content: '\e81b'; } /* '' */
92 .bpmn-icon-start-event-escalation:before { content: '\e825'; } /* '' */
93 .bpmn-icon-start-event-signal:before { content: '\e826'; } /* '' */
98 .bpmn-icon-start-event-timer:before { content: '\e82b'; } /* '' */
99 .bpmn-icon-start-event-message:before { content: '\e82c'; } /* '' */
117 .bpmn-icon-start-event-multiple:before { content: '\e83e'; } /* '' */
[all …]
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-embedded.css64 .bpmn-icon-start-event-compensation:before { content: '\e807'; } /* '' */
76 .bpmn-icon-start-event-condition:before { content: '\e814'; } /* '' */
77 .bpmn-icon-start-event-non-interrupting-timer:before { content: '\e815'; } /* '' */
82 .bpmn-icon-start-event-parallel-multiple:before { content: '\e81a'; } /* '' */
83 .bpmn-icon-start-event-error:before { content: '\e81b'; } /* '' */
93 .bpmn-icon-start-event-escalation:before { content: '\e825'; } /* '' */
94 .bpmn-icon-start-event-signal:before { content: '\e826'; } /* '' */
99 .bpmn-icon-start-event-timer:before { content: '\e82b'; } /* '' */
100 .bpmn-icon-start-event-message:before { content: '\e82c'; } /* '' */
117 .bpmn-icon-start-event-multiple:before { content: '\e83e'; } /* '' */
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVJournalTest.php13 public function testInTimeRange(VJournal $vtodo,$start,$end,$outcome) { argument
15 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVJournalTest.php13 function testInTimeRange(VJournal $vtodo, $start, $end, $outcome) { argument
15 $this->assertEquals($outcome, $vtodo->isInTimeRange($start, $end));

1...<<11121314151617181920>>...71