Home
last modified time | relevance | path

Searched refs:layout (Results 51 – 75 of 406) sorted by relevance

12345678910>>...17

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/
H A Dinheritance_overriding.test4 {% extends "layout.twig" %}
11 --TEMPLATE(layout.twig)--
/plugin/diagramsnet/lib/plugins/webcola/
H A Dwebcola.js19 var layout = new mxWebColaLayout(graph);
21 layout.execute(parent);
/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js365 layout.edgeRouting = false;
366 layout.levelDistance = 30;
370 layout.levelDistance = newValue;
404 layout.edgeRouting = false;
405 layout.levelDistance = 30;
409 layout.levelDistance = newValue;
443 layout.levelDistance = 80;
444 layout.autoRadius = true;
474 layout.forceConstant = newValue;
485 layout.execute(tmp);
[all …]
/plugin/tablelayout/script/
H A Dtablelayout_functions.js117 var layout = {};
119 layout = JSON.parse(json);
122 if (typeof layout.colwidth === 'undefined') {
123 layout.colwidth = [];
125 return layout;
H A Dscript.js15 var layout = $secedit_form.find('input[name="tablelayout"]').val();
22 if (typeof layout !== 'undefined' && layout.length > 0) {
23 var json = JSON.parse(layout);
/plugin/jdraw/lib/
H A Djgraphx.jar ... mxgraph/io/graphml/ com/mxgraph/layout/ com/mxgraph/layout/hierarchical/ com ...
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/
H A Dspecimen_stylesheet.css277 #layout h1 {
284 #layout h2 {
291 #layout h3 {
300 #layout p.byline {
306 #layout p {
312 #layout p.large{
317 #layout .sidebar p{
322 #layout p.caption {
/plugin/jalbum/syntax/
H A Djalbumbadge.php109 $layout = $param['layout'];
132 $txt .= '_ja_badge_look = '.$layout.';'."\n";
/plugin/s5reloaded/ui/thesis/
H A Doutline.css1 /* don't change this unless you want the layout stuff to show up in the outline view! */
3 .layout div, #footer *, #controlForm * {display: none;}
H A Dprint.css146 /* The following rule keeps the layout stuff out of print. Remove at your own risk! */
147 .layout, .layout *
/plugin/s5/ui/default/
H A Doutline.css1 /* don't change this unless you want the layout stuff to show up in the outline view! */
3 .layout div, #footer *, #controlForm * {display: none;}
/plugin/s5/ui/dokuwiki/
H A Doutline.css1 /* don't change this unless you want the layout stuff to show up in the outline view! */
3 .layout div, #footer *, #controlForm * {display: none;}
/plugin/dokutexit/help/
H A Dtexit.txt37 ^tablerowlength | This values is used to change tables layout | number | 100 |
38 ^tablemaxrows | This values is used to change tables layout | number | 30 |
39 ^biggesttableword | Obscur parameter that can change, sometimes, tables layout | number | 15 |
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dembed.rst13 Think of an embedded template as a "micro layout skeleton".
40 ┌─── page layout ─────────────────────┐
58 ┌─── page layout ─────────────────────┐
76 ┌─── page layout ─────────────────────┐
91 * Create two "intermediate" base templates that extend the master layout
112 In such a situation, the ``embed`` tag comes in handy. The common layout
H A Ddeprecated.rst13 {% deprecated 'The "base.twig" template is deprecated, use "layout.twig" instead.' %}
14 {% extends 'layout.twig' %}
H A Dextends.rst159 // {% extends layout %}
162 $layout = $twig->loadTemplate('some_layout_template.twig');
165 $layout = $twig->load('some_layout_template.twig');
167 $twig->display('template.twig', ['layout' => $layout]);
177 {% extends ['layout.html', 'base_layout.html'] %}
189 In this example, the template will extend the "minimum.html" layout template
/plugin/twcheckliste/theme_twCheckliste/
H A Dpackery.pkgd.min.js12layout=e,this.position={x:0,y:0},this._create())}var a=t.getComputedStyle,h=a?function(t){return a…
13layout(),this.unstamp(n.element),this.sortItemsByPosition(),n.isPlacing=!1,n.copyPlaceRectPosition…
/plugin/diagramsnet/lib/js/
H A Dexport.js608 var layout = this.graph.getPageLayout();
611 return new mxRectangle(this.scale * (this.translate.x + layout.x * page.width),
612 this.scale * (this.translate.y + layout.y * page.height),
613 this.scale * layout.width * page.width,
614 this.scale * layout.height * page.height);
689 var layout = graph.getPageLayout();
691 var dx = layout.x * page.width;
692 var dy = layout.y * page.height;
728 var layout = graph.getPageLayout();
729 x0 -= layout.x * pf.width;
[all …]
/plugin/odt/ODT/styles/
H A DODTPageLayoutStyle.php270 $layout = '';
282 $layout .= $items ['odt_property'].'="'.$items ['value'].'" ';
302 if ( !empty($layout) || !empty($bgi) || !empty($columns) || !empty($footnote) ||
304 $style .= '<style:page-layout-properties '.$layout.">\n";
/plugin/combo/resources/theme/default/pages/templates/
H A Dlanding.yml5 layout: 'off-canvas'
/plugin/combo/resources/snippet/js/
H A Dmasonry.js6 masonry.layout()
/plugin/outliner/
H A Dplugin.info.txt6 desc Allows collapsible outline layout
/plugin/combo/resources/page-image/
H A DREADME.md6 The vignette layout is based on the [Github OpenGraph image]
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.xing.js32 'data-counter' : settings.layout === 'line' ? 'right' : 'top',
H A Djquery.socialshareprivacy.gplus.js39 'data-size': settings.layout === 'line' ? 'medium' : 'tall'

12345678910>>...17