Home
last modified time | relevance | path

Searched refs:responsive (Results 76 – 100 of 152) sorted by last modified time

1234567

/plugin/diagramsnet/lib/resources/
H A Ddia_sl.txt634 responsive=Responsive
H A Ddia_ta.txt634 responsive=Responsive
H A Ddia_vi.txt634 responsive=Responsive
H A Ddia_ar.txt634 responsive=Responsive
H A Ddia_bg.txt634 responsive=Отзивчив
H A Ddia_bn.txt634 responsive=Responsive
H A Ddia_ca.txt634 responsive=Receptiu
H A Ddia_cs.txt634 responsive=Responzivní
H A Ddia_da.txt634 responsive=Responsiv
H A Ddia_el.txt634 responsive=Με ανταπόκριση
H A Ddia_eo.txt634 responsive=Responsive
H A Ddia_es.txt634 responsive=Receptivo
H A Ddia_fil.txt634 responsive=Tumutugon
H A Ddia_fr.txt634 responsive=Adapte
H A Ddia_he.txt634 responsive=‫מגיב‬
H A Ddia_mr.txt634 responsive=Responsive
H A Ddia_my.txt634 responsive=Responsive
H A Ddia_fi.txt634 responsive=Responsiivinen
H A Ddia_gl.txt634 responsive=Adaptativo
H A Ddia_hi.txt634 responsive=Responsive
H A Ddia_i18n.txt634 responsive=responsive
H A Ddia_ko.txt634 responsive=응답
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js4013 …ewer.prototype.minHeight=28;GraphViewer.prototype.minWidth=100;GraphViewer.prototype.responsive=!1;
4016 …parseInt(this.graphConfig.page)||0;this.responsive=(null!=this.graphConfig.responsive?this.graphCo…
4017responsive)&&!this.zoomEnabled&&!mxClient.NO_FO&&!mxClient.IS_SF;this.pageId=this.graphConfig.page…
4024 …his.responsive||(this.graph.border=null!=this.graphConfig.border?this.graphConfig.border:8)}finall…
4025 …howTitleAsTooltip&&b.setAttribute("title",this.graphConfig.title);this.responsive||this.addSizeHan…
4033 …is.setLayersVisible(!0)}finally{this.graph.getModel().endUpdate()}this.responsive||(this.widthIsEm…
4064 …onfig["toolbar-nohide"]?mxEvent.addListener(c,"mouseenter",K):K();this.responsive&&"undefined"!==t…
H A Dviewer.min.js4013 …ewer.prototype.minHeight=28;GraphViewer.prototype.minWidth=100;GraphViewer.prototype.responsive=!1;
4016 …parseInt(this.graphConfig.page)||0;this.responsive=(null!=this.graphConfig.responsive?this.graphCo…
4017responsive)&&!this.zoomEnabled&&!mxClient.NO_FO&&!mxClient.IS_SF;this.pageId=this.graphConfig.page…
4024 …his.responsive||(this.graph.border=null!=this.graphConfig.border?this.graphConfig.border:8)}finall…
4025 …howTitleAsTooltip&&b.setAttribute("title",this.graphConfig.title);this.responsive||this.addSizeHan…
4033 …is.setLayersVisible(!0)}finally{this.graph.getModel().endUpdate()}this.responsive||(this.widthIsEm…
4064 …onfig["toolbar-nohide"]?mxEvent.addListener(c,"mouseenter",K):K();this.responsive&&"undefined"!==t…
/plugin/diagramsnet/lib/js/diagramly/
H A DGraphViewer.js113 GraphViewer.prototype.responsive = false; method in GraphViewer
147 this.responsive = ((this.graphConfig['responsive'] != null) ?
148 this.graphConfig['responsive'] : this.responsive) &&
174 if (this.responsive && this.graph.dialect == mxConstants.DIALECT_SVG)
417 if (!this.responsive)
428 if (!this.responsive)
453 if (!this.responsive)
707 if (!this.responsive)
1681 if (this.responsive && typeof ResizeObserver !== 'undefined')

1234567