Home
last modified time | relevance | path

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

12

/plugin/eventline/timeline_js/
H A Dtimeline-bundle.css18 .timeline-vertical .timeline-ether-weekends{left:0;width:100%;}
32 .timeline-horizontal .timeline-highlight-point-decorator,
33 .timeline-horizontal .timeline-highlight-decorator{
38 .timeline-vertical .timeline-highlight-point-decorator,
39 .timeline-vertical .timeline-highlight-decorator{
80 .timeline-horizontal .timeline-date-label-em{height:2em}
83 .timeline-vertical .timeline-date-label{padding-top:2px;}
85 .timeline-vertical .timeline-date-label-em{width:7em}
90 .timeline-horizontal .timeline-ether-highlight{top:2px;}
91 .timeline-vertical .timeline-ether-highlight{left:2px;}
[all …]
/plugin/tline/timeline_js/
H A Dtimeline-bundle.css18 .timeline-vertical .timeline-ether-weekends{left:0;width:100%;}
32 .timeline-horizontal .timeline-highlight-point-decorator,
33 .timeline-horizontal .timeline-highlight-decorator{
38 .timeline-vertical .timeline-highlight-point-decorator,
39 .timeline-vertical .timeline-highlight-decorator{
80 .timeline-horizontal .timeline-date-label-em{height:2em}
83 .timeline-vertical .timeline-date-label{padding-top:2px;}
85 .timeline-vertical .timeline-date-label-em{width:7em}
90 .timeline-horizontal .timeline-ether-highlight{top:2px;}
91 .timeline-vertical .timeline-ether-highlight{left:2px;}
[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, $thread);
65 $timeline
[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/
H A 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
110 timeline.paint();
112 function clearAll(timeline, bandIndices, table) { argument
120 timeline.getBand(bandIndex).getEventPainter().setFilterMatcher(null);
121 timeline.getBand(bandIndex).getEventPainter().setHighlightMatcher(null);
[all …]
H A Dstyle.css1 /* timeline */
H A 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 */
209 .timeline-horz {
219 .timeline-horz-line {
287 /* Place the timeline to the left */
288 .timeline::after {
292 .timeline-vert {
[all …]
H A Dprint.css5 /* 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 DREADME3 Provides a DokuWiki styled timeline
H A DREADME.md5 Provides a DokuWiki styled timeline
/plugin/csstimeline/
H A Dplugin.info.txt6 desc Create a CSS-only timeline; CSS is from http://nilswe.com/lab/css-timeline/
H A Dstyle.css3 .timeline {
12 .timeline:before {
32 .timeline li {
37 .timeline li:after {
175 .timeline {
180 .timeline li {
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A 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);
H A 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/
H A DJobStatistics2.php437 public function setTimeline($timeline) argument
439 $this->timeline = $timeline;
446 return $this->timeline;
/plugin/tline/
H A 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/
H A DCHANGES.txt40 theme.event.duration.color or css color for class timeline-small-event-tape
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
240 * Added copy of JFK timeline in examples with Dutch locale set.
[all …]
/plugin/bez/
H A Dstyle.less3 @import "style/timeline.less";
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js.map1timeline","gantt","$ui","getView","$config","scrollX","getScrollState","position","scrollY","_coun…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js11686 if (!timeline || !timeline.isVisible()) {
11696 if (!timeline.isVisible()) {
13325 if (timeline && timeline.isVisible()) {
25037 timeline._tasksDnD.extend(timeline);
25046 timeline._tasksDnD.init(timeline, gantt);
25047 timeline._linksDnD.init(timeline, gantt);
25050 this.extendDom(timeline);
25057 if (timeline._tasksDnD) {
25061 extendDom: function(timeline){
25134 var self = timeline;
[all …]
/plugin/flowplay2/flowplayer/
H A 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/
H A Dtiddlywiki.min.js1 …true,slider:true,tabs:true,tag:true,tagging:true,tags:true,tiddler:true,timeline:true,today:true,v… property in AnonymousFunction357443870200.b
/plugin/flowplay/flowplayer/
H A Djavascript.txt61 Seeks to the specified time during the clip's timeline.

12