Home
last modified time | relevance | path

Searched defs:start (Results 576 – 600 of 620) sorted by path

1...<<2122232425

/plugin/upgrade/HTTP/
H A DHTTPClient.php33 public $start = 0.0; // for timings variable in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php271 protected function substr($string, $start = 0, $length = null) argument
/plugin/virtualgroup/
H A Daction.php18 $controller->register_hook('DOKUWIKI_INIT_DONE', 'BEFORE', $this, 'start'); function in action_plugin_virtualgroup
/plugin/virtualkeyboard/vk/extensions/
H A Darrayextensions.js67 Array.prototype.slice = function(start, end) { argument
94 Array.prototype.splice = function(start, deleteCount) { argument
216 Array.range = function(end /* :Number */, start /* :Number */, inc /* :Number */) /* :Array */{ argument
H A Ddocumentselection.js50 this.setRange = function(el, start, end, related) { argument
100 this.setCursorPosition = function (el,start,end) { argument
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1210 this.setSelectionRange=function(input,start,length){if(input.createTextRange){var range=input.creat… argument
4778 if(!range||range.type!="int"){range={start:0,end:value.length-1} property in AnonymousFunctionf1d9e84c18c00.range
4883 if(!range){range={start:0,end:parsed.length-1} property in Firebug.AutoCompleter.complete.range
6714 CssParser=(function(){function rule(start,body_start,end){return{start:start||0,body_start:body_sta… argument
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php276 protected function validateTimeRange(VObject\Node $component, $start, $end) {
H A DICSExportPlugin.php170 …protected function generateResponse($path, $start, $end, $expand, $componentType, $format, $proper…
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php897 …yForEmail($email, \DateTimeInterface $start, \DateTimeInterface $end, VObject\Component $request) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DFreeBusyQueryReport.php29 public $start; variable in Sabre\\CalDAV\\Xml\\Request\\FreeBusyQueryReport
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php86 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
H A DVAvailability.php34 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
H A DVCalendar.php286 …public function expand(DateTimeInterface $start, DateTimeInterface $end, DateTimeZone $timeZone = …
H A DVEvent.php33 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
H A DVFreeBusy.php29 public function isFree(DateTimeInterface $start, DatetimeInterface $end)
H A DVJournal.php31 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
H A DVTodo.php31 public function isInTimeRange(DateTimeInterface $start, DateTimeInterface $end)
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyData.php19 protected $start; variable in Sabre\\VObject\\FreeBusyData
35 public function __construct($start, $end)
55 public function add($start, $end, $type)
H A DFreeBusyGenerator.php40 protected $start; variable in Sabre\\VObject\\FreeBusyGenerator
92 …public function __construct(DateTimeInterface $start = null, DateTimeInterface $end = null, $objec…
165 public function setTimeRange(DateTimeInterface $start = null, DateTimeInterface $end = null)
/plugin/webdav/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php30 public function __construct($rrule, DateTimeInterface $start)
H A DRRuleIterator.php33 public function __construct($rrule, DateTimeInterface $start)
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dbench.php8 $start = microtime(true); variable
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVAlarm.php82 public function isInTimeRange(\DateTime $start, \DateTime $end) {
H A DVCalendar.php253 function expand(DateTime $start, DateTime $end, DateTimeZone $timeZone = null) {
H A DVEvent.php31 public function isInTimeRange(\DateTime $start, \DateTime $end) {

1...<<2122232425