| /plugin/eventline/timeline_js/ ! |
| D | timeline-bundle.css | 6 .timeline-ether-lines{border-color:#666; border-style:dotted; position:absolute;} 7 .timeline-horizontal .timeline-ether-lines{border-width:0 0 0 1px; height:100%; top: 0; width: 1px;} 8 .timeline-vertical .timeline-ether-lines{border-width:1px 0 0; height:1px; left: 0; width: 100%;} 13 .timeline-ether-weekends{ 18 .timeline-vertical .timeline-ether-weekends{left:0;width:100%;} 19 .timeline-horizontal .timeline-ether-weekends{top:0; height:100%;} 24 .timeline-highlight-decorator, 25 .timeline-highlight-point-decorator{ 32 .timeline-horizontal .timeline-highlight-point-decorator, 33 .timeline-horizontal .timeline-highlight-decorator{ [all …]
|
| /plugin/tline/timeline_js/ ! |
| D | timeline-bundle.css | 6 .timeline-ether-lines{border-color:#666; border-style:dotted; position:absolute;} 7 .timeline-horizontal .timeline-ether-lines{border-width:0 0 0 1px; height:100%; top: 0; width: 1px;} 8 .timeline-vertical .timeline-ether-lines{border-width:1px 0 0; height:1px; left: 0; width: 100%;} 13 .timeline-ether-weekends{ 18 .timeline-vertical .timeline-ether-weekends{left:0;width:100%;} 19 .timeline-horizontal .timeline-ether-weekends{top:0; height:100%;} 24 .timeline-highlight-decorator, 25 .timeline-highlight-point-decorator{ 32 .timeline-horizontal .timeline-highlight-point-decorator, 33 .timeline-horizontal .timeline-highlight-decorator{ [all …]
|
| /plugin/bez/ctl/ ! |
| H A D | start.php | 11 protected $timeline = array(); variable in Timeline 24 if (!isset($this->timeline[$date])) $timeline[$date] = array(); 25 $this->timeline[$date][] = array('time' => $time, 33 krsort($this->timeline); 36 foreach ($this->timeline as &$elm) { 41 return $this->timeline; 53 $timeline = new Timeline(); variable 63 …$timeline->push($thread->create_date, 'thread_proposal' . $project, $thread->original_poster, $thr… 65 … $timeline->push($thread->create_date, 'thread_opened' . $project, $thread->coordinator, $thread); 69 …$timeline->push($thread->last_activity_date, 'thread_done' . $project, $thread->coordinator, $thre… [all …]
|
| H A D | thread.php | 29 $timeline = array_merge($thread_comments, $tasks['corrections']); variable 30 usort($timeline, function($a, $b) { 37 $this->tpl->set('timeline', $timeline);
|
| /plugin/eventline/ ! |
| D | script.js | 5 function setupFilterHighlightControls(div, timeline, bandIndices, theme) { argument 16 onKeyPress(timeline, bandIndices, table); 48 clearAll(timeline, bandIndices, table); 56 function onKeyPress(timeline, bandIndices, table) { argument 61 performFiltering(timeline, bandIndices, table); 67 function performFiltering(timeline, bandIndices, table) { argument 107 timeline.getBand(bandIndex).getEventPainter().setFilterMatcher(filterMatcher); 108 timeline.getBand(bandIndex).getEventPainter().setHighlightMatcher(highlightMatcher); 110 timeline.paint(); 112 function clearAll(timeline, bandIndices, table) { argument [all …]
|
| D | style.css | 1 /* timeline */
|
| D | README | 45 Timeline is a DHTML-based AJAXy timeline.
|
| /plugin/dwtimeline/ ! |
| H A D | style.less | 25 /* The actual timeline (the vertical ruler) */ 26 .timeline-vert { 33 /* The actual timeline (the vertical ruler) */ 34 .timeline-vert::after { 56 /* The circles on the timeline */ 77 /* invert color on timeline point on hover */ 186 /* Titles of timeline and milestones, removed <h2> */ 210 .timeline-horz { 219 /* The actual timeline (the horizontal ruler) */ 220 .timeline-horz-line { [all …]
|
| H A D | print.less | 5 /* The actual timeline (the vertical ruler) */ 6 .timeline-vert { 72 /* Titles of timeline and milestones, removed <h2> */
|
| H A D | plugin.info.txt | 6 desc Provides a DokuWiki styled timeline
|
| H A D | README.md | 5 Provides a DokuWiki styled timeline
|
| H A D | README | 3 Provides a DokuWiki styled timeline
|
| /plugin/csstimeline/ ! |
| D | plugin.info.txt | 6 desc Create a CSS-only timeline; CSS is from http://nilswe.com/lab/css-timeline/
|
| D | style.css | 3 .timeline { 12 .timeline:before { 32 .timeline li { 37 .timeline li:after { 175 .timeline { 180 .timeline li {
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ ! |
| D | dhtmlxgantt_drag_timeline.js | 157 this._getScrollPosition = function (timeline) { argument 159 x: gantt.$ui.getView(timeline.$config.scrollX).getScrollState().position, 160 y: gantt.$ui.getView(timeline.$config.scrollY).getScrollState().position 181 this._setScrollPosition = function (timeline, coords) { argument 183 gantt.$ui.getView(timeline.$config.scrollX).scroll(coords.x); 184 gantt.$ui.getView(timeline.$config.scrollY).scroll(coords.y); 226 EventsManager.prototype.attach = function (timeline) { argument 228 this._timeline = timeline; 229 this._domEvents.attach(timeline.$task, "mousedown", function (event) { 298 _this._setScrollPosition(timeline, scrollPosition);
|
| D | dhtmlxgantt_smart_rendering.js | 123 var timeline = gantt.$ui.getView("timeline"); 126 if (timeline && timeline.isVisible()) { 127 view = timeline;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/ ! |
| D | JobStatistics2.php | 437 public function setTimeline($timeline) argument 439 $this->timeline = $timeline; 446 return $this->timeline;
|
| /plugin/tline/ ! |
| D | README.txt | 8 Timeline is a DHTML-based AJAXy timeline. 30 2. No web server? The timeline project includes a small webserver called 41 http://127.0.0.1:9999/timeline/
|
| D | CHANGES.txt | 40 theme.event.duration.color or css color for class timeline-small-event-tape 85 * Split band.js out of timeline.js. Assign event IDs sequentially rather than using 93 will also be changed to the highlight color. See the Jewish timeline example. 144 http://localhost:9999/timeline - from src/webapp/site/ 145 http://localhost:9999/timeline/api - from src/webapp/timeline/api/ 157 * Added Timeline.version string in timeline.js. Issue 60. 170 Changed timeline-api to use MIT Simile Ajax v 2.2.0. 184 http://localhost:9999/timeline - from src/webapp/ 195 * Added comments per MPS in timeline-api.js that bundle=true 208 'timeline-event-label hot_event' and 'timeline-event-tape hot_event' for [all …]
|
| /plugin/bez/ ! |
| H A D | style.less | 3 @import "style/timeline.less";
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ext/ ! |
| D | dhtmlxgantt_drag_timeline.js.map | 1 …timeline","gantt","$ui","getView","$config","scrollX","getScrollState","position","scrollY","_coun…
|
| D | dhtmlxgantt_smart_rendering.js.map | 1 …timeline","$ui","getView","grid","view","$layout","isVisible","viewSize","getSize","scrollPos","ge…
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/sources/ ! |
| D | dhtmlxgantt.js | 11685 var timeline = getTimeline(this); 11686 if (!timeline || !timeline.isVisible()) { 11689 return timeline._taskRenderer.rendered[id]; 11695 var timeline = getTimeline(this); 11696 if (!timeline.isVisible()) { 11699 return timeline._linkRenderer.rendered[id]; 12370 var ScaleHelper = __webpack_require__(/*! ./ui/timeline/scales_ignore */ "./sources/core/ui/timelin… 12371 var PrimaryScaleHelper = __webpack_require__(/*! ./ui/timeline/scales */ "./sources/core/ui/timelin… 13324 var timeline = gantt.$ui.getView("timeline"); 13325 if (timeline && timeline.isVisible()) { [all …]
|
| /plugin/flowplay2/flowplayer/ ! |
| D | javascript.txt | 37 Seeks to the specified time during the clip's timeline. 205 Called every time the playhead moves in the media's timeline. The value
|
| /plugin/codemirror/dist/modes/ ! |
| D | tiddlywiki.min.js | 1 …true,slider:true,tabs:true,tag:true,tagging:true,tags:true,tiddler:true,timeline:true,today:true,v… property
|