Home
last modified time | relevance | path

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

1...<<2122232425

/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVFreeBusy.php27 public function isFree(\DateTime $start, \Datetime $end) {
H A DVJournal.php29 public function isInTimeRange(\DateTime $start, \DateTime $end) {
H A DVTodo.php29 public function isInTimeRange(\DateTime $start, \DateTime $end) {
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php38 protected $start; variable in Sabre\\VObject\\FreeBusyGenerator
81 …t(\DateTime $start = null, \DateTime $end = null, $objects = null, DateTimeZone $timeZone = null) {
154 public function setTimeRange(\DateTime $start = null, \DateTime $end = null) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Recur/
H A DRDateIterator.php32 public function __construct($rrule, DateTime $start) {
H A DRRuleIterator.php33 public function __construct($rrule, DateTime $start) {
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVAlarmTest.php14 public function testInTimeRange(VAlarm $valarm,$start,$end,$outcome) {
H A DVCalendarTest.php13 …public function testExpand($input, $output, $timeZone = 'UTC', $start = '2011-12-01', $end = '2011…
H A DVEventTest.php12 public function testInTimeRange(VEvent $vevent,$start,$end,$outcome) {
H A DVJournalTest.php13 public function testInTimeRange(VJournal $vtodo,$start,$end,$outcome) {
H A DVTodoTest.php14 public function testInTimeRange(VTodo $vtodo,$start,$end,$outcome) {
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php684 function parse($rule, $start, $expected, $fastForward = null, $tz = 'UTC') {
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdomrange.js337 GetBookmarkNode : function( bookmark, start ) argument
/plugin/wysiwyg/fckeditor/editor/_source/
H A Dfckjscoreextensions.js101 String.prototype.Remove = function( start, length ) argument
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js99 String.prototype.Remove = function( start, length ) argument
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js6092 function read_buf(strm, buf, start, size) { argument
7892 module.exports = function inflate_fast(strm, start) { argument
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1810 function get_sector_list(sectors/*:Array<RawBytes>*/, start/*:number*/, fat_addrs/*:Array<number>*/… argument
13256 function make_3d_range(start, end) { argument
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js7562 progress_text: function (start, end, task) { argument
7569 task_text: function (start, end, task) { argument
7572 task_class: function (start, end, task) { argument
7578 grid_row_class: function (start, end, task) { argument
7581 task_row_class: function (start, end, task) { argument
7617 task_time: function (start, end, ev) { argument
7664 tooltip_text: function (start, end, event) { argument
16067 function renderBar(level, start, end, timeline){ argument
24147 start: 0, property in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f20e00.createTaskBgRender._render_bg_line.range
27902 _nextDate: function (start, unit, step) { argument
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_click_drag.js299 function _countSize(start, end) { argument
431 SelectedRegion.prototype._getTasksByTop = function (start, end) { argument
H A Ddhtmlxgantt_quick_info.js150 gantt.templates.quick_info_title = function(start, end, ev){ return ev.text.substr(0,50); }; argument
151 gantt.templates.quick_info_content = function(start, end, ev){ return ev.details || ev.text; }; argument
152 gantt.templates.quick_info_date = function(start, end, ev){ argument
155 gantt.templates.quick_info_class = function(start, end, task){ return ""; }; argument

1...<<2122232425