Home
last modified time | relevance | path

Searched refs:layout (Results 176 – 200 of 406) sorted by relevance

12345678910>>...17

/plugin/quickstats/
H A Dstyle.wide.css43 /* partial settings for basic layout */
/plugin/tablelayout/
H A Dstyle.less148 table-layout: fixed;
/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js166 var layout = graph.getPageLayout();
170 pageShift = layout.y * graph.pageFormat.height;
174 pageShift = layout.x * graph.pageFormat.width;
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js3876 var layout = null;
3884 (layout != null && layout.constructor == mxStackLayout);
4304 if (layout != null && layout.constructor == mxStackLayout)
4323 if (layout != null && layout.constructor == mxStackLayout)
4325 if (layout.horizontal)
4385 if (layout == null)
4394 layout.constructor == mxStackLayout && !layout.resizeLast)
4454 …if (this.layoutManager != null && layout != null && layout.constructor == mxStackLayout && !layout
4462 while (parent != null && layout != null && layout.constructor == mxStackLayout &&
4463 layout.horizontal == dir && !layout.resizeLast)
[all …]
/plugin/revealjs/css/print/
H A Dpdf.css150 .reveal .speaker-notes-pdf[data-layout="separate-page"] {
/plugin/eventline/
H A Dtimeline.js154 tl.layout();
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js968 this.layout();
978 layout: function() {
1401 layout: function() {
1402 BaseTheme.prototype.layout.call(this); method in BaseTheme
1631 layout: function() {
1632 BaseTheme.prototype.layout.call(this); method in BaseTheme
H A Dsequence-diagram-min.js6layout();var titleHeight=this.title_?this.title_.height:0,y=DIAGRAM_MARGIN+titleHeight;this.drawTi… method in BaseTheme
H A Dsequence-diagram-snap.js968 this.layout();
978 layout: function() {
1401 layout: function() {
1402 BaseTheme.prototype.layout.call(this); method in BaseTheme
/plugin/revealjs/css/
H A Dreveal.css386 .reveal .controls[data-controls-layout="edges"] {
391 .reveal .controls[data-controls-layout="edges"] .navigate-left,
392 .reveal .controls[data-controls-layout="edges"] .navigate-right,
393 .reveal .controls[data-controls-layout="edges"] .navigate-up,
394 .reveal .controls[data-controls-layout="edges"] .navigate-down {
397 .reveal .controls[data-controls-layout="edges"] .navigate-left {
401 .reveal .controls[data-controls-layout="edges"] .navigate-right {
405 .reveal .controls[data-controls-layout="edges"] .navigate-up {
409 .reveal .controls[data-controls-layout="edges"] .navigate-down {
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme.js165 this.layout();
175 layout: function() {
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst66 and sometimes decorated with a layout. As Twig layout template names can be
68 the request is made via Ajax and choose the layout accordingly:
120 {% extends "layout.twig" %}
/plugin/latexport/examples/
H A Dexample.tex17 %-- Page layout --
/plugin/jdraw/lib/
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php1700 function SetDisplayMode($zoom,$layout='continuous') { argument
1706 if($layout=='single' || $layout=='continuous' || $layout=='two' || $layout=='default')
1707 $this->LayoutMode=$layout;
1709 $this->Error('Incorrect layout display mode: '.$layout);
/plugin/authgoogle/google/contrib/
H A DGoogle_PlusDomainsService.php2169 public $layout; variable in Google_PersonCover
2182 public function setLayout( $layout) { argument
2183 $this->layout = $layout;
2186 return $this->layout;
H A DGoogle_PlusService.php2121 public $layout; variable in Google_PersonCover
2134 public function setLayout( $layout) { argument
2135 $this->layout = $layout;
2138 return $this->layout;
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties111 layout=Layout key
H A Deditor.properties.bak107 layout=Layout
H A Deditor_de.properties115 layout=Anordnung key
H A Deditor_de.properties.bak108 layout=Anordnung
/plugin/diagramsnet/lib/mxgraph/css/
H A Dcommon.css41 table-layout: fixed;
/plugin/bpmnio/vendor/dmn-js/
H A DCHANGELOG.md221 * `FIX`: correct layout in decision tables ([`a66d4140`](https://github.com/bpmn-io/dmn-js/commit/a…
235 * `FEAT`: re-design literal expression layout ([#515](https://github.com/bpmn-io/dmn-js/issues/515))
267 * `FEAT(drd)`: change layout of information requirements ([#492](https://github.com/bpmn-io/dmn-js/…
389 * `FIX(decision-table)`: fix empty table layout on Firefox ([#380](https://github.com/bpmn-io/dmn-j…
399 * `FEAT(drd)`: consistently layout connection on reconnect start and end ([#398](https://github.com…
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1681 function SetDisplayMode($zoom,$layout='continuous') argument
1688 if($layout=='single' || $layout=='continuous' || $layout=='two' || $layout=='default')
1689 $this->LayoutMode=$layout;
1691 $this->Error('Incorrect layout display mode: '.$layout);

12345678910>>...17