Home
last modified time | relevance | path

Searched refs:layout (Results 201 – 225 of 406) sorted by relevance

12345678910>>...17

/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap-min.js6layout();var titleHeight=this.title_?this.title_.height:0,y=DIAGRAM_MARGIN+titleHeight;this.drawTi… method in BaseTheme
H A Dsequence-diagram-raphael.js968 this.layout();
978 layout: function() {
1345 layout: function() {
1346 BaseTheme.prototype.layout.call(this); method in BaseTheme
H A Dsequence-diagram-raphael-min.js6layout();var titleHeight=this.title_?this.title_.height:0,y=DIAGRAM_MARGIN+titleHeight;this.drawTi… method in BaseTheme
/plugin/pagequery/
H A DPageQuery.php52 final public function renderAsHtml(string $layout, $sorted_results, $opt, $count)
55 $render_type = 'renderAsHtml' . $layout;
53 renderAsHtml(string $layout, $sorted_results, $opt, $count) global() argument
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md16 - #95 Added `TableTrait::composeTable($head, $body)`, for easier overriding of table layout (@maxim…
/plugin/mikioplugin/
H A DREADME.md6 Mikio Plugin adds a heap of layout and Bootstrap 4 elements that can be used on your [DokuWiki](http://dokuwiki.org/) pages.
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditorUi.js2000 var layout = this.graph.getPageLayout();
2003 return new mxRectangle(this.scale * (this.translate.x + layout.x * page.width),
2004 this.scale * (this.translate.y + layout.y * page.height),
2005 this.scale * layout.width * page.width,
2006 this.scale * layout.height * page.height);
5168 var layout = null;
5173 layout = graph.layoutManager.getLayout(parent);
5176 if (layout != null && layout.constructor == mxStackLayout)
H A DSidebar.js2355 var layout = graph.layoutManager.getLayout(target);
2357 if (layout != null)
2366 layout.moveCell(select[i], tx, ty);
2448 var layout = graph.layoutManager.getLayout(targetParent);
2451 if (layout != null && layout.constructor == mxStackLayout)
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js1353 var layout;
1358 layout.edgeRouting = false;
1359 layout.levelDistance = 30;
1365 layout.edgeRouting = false;
1366 layout.levelDistance = 30;
1372 layout.edgeRouting = false;
1373 layout.levelDistance = 80;
1386 layout.forceConstant = 80;
1393 if (layout != null)
2261 layout.disableEdgeStyle = false;
[all …]
H A DEditorUi.js12842 var layout = new window[layoutList[i].layout](graph);
12848 layout[key] = layoutList[i].config[key];
12925 var layout = 'auto';
13054 layout = value;
13452 if (layout.charAt(0) == '[')
13457 this.executeLayoutList(JSON.parse(layout), function()
13464 else if (layout == 'circle')
13487 else if (layout == 'horizontaltree' || layout == 'verticaltree' ||
13505 else if (layout == 'horizontalflow' || layout == 'verticalflow' ||
13506 (layout == 'auto' && roots.length == 1))
[all …]
/plugin/clock/
H A Dstyle.css29 * With this style the face itself is not stulized, only some layout
/plugin/settingstree/
H A Dstyle.css230 … box that contains the popup contents. negative margin to force centered layout and automatic scro…
/plugin/switchpanel/
H A DREADME.md169 You can use HTML tags in the text field for layout :
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dsearch-operations.asciidoc49 Notice how the structure and layout of the PHP array is identical to that of the
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts619 layout: any; property
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md446 * `FEAT`: prefer straight layout for sub-process connections ([#1309](https://github.com/bpmn-io/bp…
604 * `FIX`: correct sequence flow layout after drop on flow ([#1178](https://github.com/bpmn-io/bpmn-j…
674 * `FEAT`: improve boundary to host loop layout ([#1070](https://github.com/bpmn-io/bpmn-js/pull/107…
718 * `FIX`: correctly layout straight boundary to target connections ([#891](https://github.com/bpmn-i…
720 * `FEAT`: consistently layout connection on reconnect start and end ([#971](https://github.com/bpmn…
721 * `FEAT`: layout connection on element removal ([#989](https://github.com/bpmn-io/bpmn-js/issues/98…
/plugin/revealjs/css/
H A Dreveal.scss416 // Adjust the layout when there are no vertical slides
429 // Adjust the layout when there are no horizontal slides
453 // Edge aligned controls layout
458 .reveal .controls[data-controls-layout="edges"] {
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_quick_info.js.map1layout","config","quickinfo_buttons","quick_info_detached","show_quick_info","attachEvent","id","s…
/plugin/dokumicrobugtracker/
H A Dstyle.css18 * meet the layout requirements of your site.
557 * meet the layout requirements of your site.
/plugin/dokumicrobugtracker/css/
H A Ddemo_table_jui.css18 * meet the layout requirements of your site.
H A Ddemo_table.css18 * meet the layout requirements of your site.
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md561 * http://www.geocities.com/xhelmboyx/quicktime/formats/qtm-layout.txt
586 * http://www.geocities.com/xhelmboyx/quicktime/formats/qti-layout.txt
595 * http://homepages.slingshot.co.nz/~helmboy/quicktime/formats/qtm-layout.txt
/plugin/adhoctags/
H A DREADME.md78 Note: This option is still included for compatibility, but it is generally not recommended because it can cause layout issues on smaller screens (e.g. smartphones).
/plugin/tline/
H A DCHANGES.txt152 * Revised all examples to use new directory layout.
166 Fixed library references in all examples to match new dir layout.
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt452 layout=layout

12345678910>>...17