Home
last modified time | relevance | path

Searched refs:timeline (Results 1 – 25 of 34) sorted by relevance

12

/plugin/eventline/timeline_js/ !
Dtimeline-bundle.css6 .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/ !
Dtimeline-bundle.css6 .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 Dstart.php11 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 Dthread.php29 $timeline = array_merge($thread_comments, $tasks['corrections']); variable
30 usort($timeline, function($a, $b) {
37 $this->tpl->set('timeline', $timeline);
/plugin/eventline/ !
Dscript.js5 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 …]
Dstyle.css1 /* timeline */
DREADME45 Timeline is a DHTML-based AJAXy timeline.
/plugin/dwtimeline/ !
H A Dstyle.less25 /* 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 Dprint.less5 /* The actual timeline (the vertical ruler) */
6 .timeline-vert {
72 /* Titles of timeline and milestones, removed <h2> */
H A Dplugin.info.txt6 desc Provides a DokuWiki styled timeline
H A DREADME.md5 Provides a DokuWiki styled timeline
H A DREADME3 Provides a DokuWiki styled timeline
/plugin/csstimeline/ !
Dplugin.info.txt6 desc Create a CSS-only timeline; CSS is from http://nilswe.com/lab/css-timeline/
Dstyle.css3 .timeline {
12 .timeline:before {
32 .timeline li {
37 .timeline li:after {
175 .timeline {
180 .timeline li {
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ !
Ddhtmlxgantt_drag_timeline.js157 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);
Ddhtmlxgantt_smart_rendering.js123 var timeline = gantt.$ui.getView("timeline");
126 if (timeline && timeline.isVisible()) {
127 view = timeline;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/ !
DJobStatistics2.php437 public function setTimeline($timeline) argument
439 $this->timeline = $timeline;
446 return $this->timeline;
/plugin/tline/ !
DREADME.txt8 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/
DCHANGES.txt40 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 Dstyle.less3 @import "style/timeline.less";
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/ !
Ddhtmlxgantt_drag_timeline.js.map1timeline","gantt","$ui","getView","$config","scrollX","getScrollState","position","scrollY","_coun…
Ddhtmlxgantt_smart_rendering.js.map1timeline","$ui","getView","grid","view","$layout","isVisible","viewSize","getSize","scrollPos","ge…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ !
Ddhtmlxgantt.js11685 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/ !
Djavascript.txt37 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/ !
Dtiddlywiki.min.js1 …true,slider:true,tabs:true,tag:true,tagging:true,tags:true,tiddler:true,timeline:true,today:true,v… property

12