Home
last modified time | relevance | path

Searched refs:viewport (Results 76 – 96 of 96) sorted by path

1234

/plugin/revealjs/css/
H A Dreveal.scss1467 .reveal > .overlay .viewport {
1476 .reveal > .overlay.overlay-preview .viewport iframe {
1488 .reveal > .overlay.overlay-preview.loaded .viewport iframe {
1493 .reveal > .overlay.overlay-preview.loaded .viewport-inner {
1516 .reveal > .overlay.overlay-help .viewport {
1521 .reveal > .overlay.overlay-help .viewport .viewport-inner {
1529 .reveal > .overlay.overlay-help .viewport .viewport-inner .title {
1533 .reveal > .overlay.overlay-help .viewport .viewport-inner table {
1539 .reveal > .overlay.overlay-help .viewport .viewport-inner table th,
1540 .reveal > .overlay.overlay-help .viewport .viewport-inner table td {
[all …]
/plugin/rigrr/lib/svg-pan-zoom/
H A Dsvg-pan-zoom.js273 var newCTM = this.viewport.getCTM()
287 this.initialCTM = this.viewport.getCTM();
450 var viewportCTM = this.viewport.getCTM()
465 SvgUtils.setCTM(this.viewport, setZoom)
695 var viewportCTM = this.viewport.getCTM()
698 SvgUtils.setCTM(this.viewport, viewportCTM)
719 var viewportCTM = this.viewport.getCTM()
925 if (!viewport) {
931 viewport.appendChild(svgChildren[0]);
933 svg.appendChild(viewport);
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js512 scrollOffsets = document.viewport.getScrollOffsets(),
H A Dprototype.js3053 document.viewport = { class in document
3066 (function(viewport) {
3084 viewport['get' + D] = function() { return element[property[D]] }; function
3085 return viewport['get' + D]();
3088 viewport.getWidth = define.curry('Width');
3090 viewport.getHeight = define.curry('Height');
3091 })(document.viewport);
/plugin/slider/
H A Djquery.bxslider.js184 slider.viewport = el.parent();
187 slider.viewport.prepend(slider.loader);
203 slider.viewport.css({
208 slider.viewport.parent().css({
213 slider.viewport.parent().css({
326 slider.viewport.height(getViewportHeight());
418 var wrapWidth = slider.viewport.width();
930 slider.viewport.hover(function(){
1000 slider.viewport.bind('touchmove', onTouchMove);
1002 slider.viewport.bind('touchend', onTouchEnd);
[all …]
H A Dscreen.css32 .bx-wrapper .bx-viewport {
H A Dstyle.css38 .bx-wrapper .bx-viewport {
/plugin/statistics/
H A Dadmin.php70 'viewport',
464 $this->html_graph('viewport', 650, 490);
465 $result = $this->hlp->Query()->viewport($this->tlimit, $this->start, 150);
/plugin/statistics/inc/
H A DStatisticsGraph.class.php183 public function viewport() { function in StatisticsGraph
184 $result = $this->hlp->Query()->viewport($this->tlimit, 0, 100);
H A DStatisticsQuery.class.php453 public function viewport($tlimit, $start = 0, $limit = 20) { function in StatisticsQuery
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2viewport=new yt(0,0,t,e),n=n||{},this.texture=new gt(void 0,n.mapping,n.wrapS,n.wrapT,n.magFilter,…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js24viewport=lib.util.GetViewport(window);win.setHeight((window.innerHeight||viewport.height)-38);el.m… variable
H A Dfirebug-lite-1.2.js764 var viewport = lib.util.GetViewport(window); variable
765 win.setHeight((window.innerHeight||viewport.height) - 38);
767 "width": (viewport.width) + "px"
770 "width": (viewport.width) + "px"
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1viewport/get_bar_rectangle.js","webpack://[name]/./sources/core/ui/mouse_event_container.js","webp…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_fullscreen.js.map1 …\t// we switch body to fullscreen and then expand fullscreen element to viewport\n\t\t// we do it …
H A Ddhtmlxgantt_quick_info.js13viewport:gantt.$task}:(t=gantt.$grid_data)&&t.offsetHeight&&t.offsetWidth?{parent:t,viewport:gantt…
H A Ddhtmlxgantt_quick_info.js.map1viewport","$task","$grid_data","$grid","$layout","config","quickinfo_buttons","quick_info_detached…
H A Ddhtmlxgantt_tooltip.js.map1viewport","_getViewPortSize","tooltipNode","tooltip","offsetX","config","tooltip_offset_x","offset…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js15999 function renderResourceLine(resource, timeline, viewport) { argument
16011 if(smartRendering && !isColumnVisible(columnIndex, scale, viewport)){
16032 function updateResourceLine(resource, node, timeline, viewport) { argument
16042 if(!isColumnVisible(columnIndex, scale, viewport)){
16204 function renderResourceHistogram(resource, timeline, viewport) { argument
16221 if(smartRendering && !isColumnVisible(columnIndex, scale, viewport)){
16254 function updateResourceHistogram(resource, node, timeline, viewport) { argument
24214 function _render_grid_item(item, view, viewport) { argument
24498 module.exports = function(viewport, box){
24503 if(box.left > viewport.x_end || box.left + box.width < viewport.x){
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_quick_info.js169 var pos = this._get_event_counter_part(id, offset, container.viewport);
220 viewport: gantt.$task
227 viewport: gantt.$grid
233 viewport: gantt.$layout
248 var viewPort = container.viewport;
365 gantt._get_event_counter_part = function(id, offset, viewport){ argument
378 if (this.utils.dom.isChildOf(node, viewport)) {
379 while (node && node !== viewport){
H A Ddhtmlxgantt_tooltip.js232 var viewport = this._getViewPortSize();
256 if (tooltip.top < viewport.top - scrollTop) {
257 tooltip.top = viewport.top;
260 else if (tooltip.bottom > viewport.bottom) {
261 tooltip.bottom = viewport.bottom;
264 if (tooltip.left < viewport.left) {
265 tooltip.left = viewport.left;
268 else if (tooltip.right > viewport.right) {
269 tooltip.right = viewport.right;
284 var viewport = container;
[all …]

1234