Home
last modified time | relevance | path

Searched refs:layout (Results 226 – 250 of 406) sorted by path

12345678910>>...17

/plugin/dtable/
H A DTODO6 Dont allow to submit row if it will broke table layout
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md256 - Index mark-up allowing control over layout using CSS.
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php810 var $LayoutMode; // layout display mode
1774 function SetDisplayMode($zoom, $layout = 'continuous')
1786 if (in_array($layout, $allowedLayoutModes, true)) {
1787 $this->LayoutMode = $layout;
1789 throw new \Mpdf\MpdfException('Incorrect layout display mode: ' . $layout);
1763 SetDisplayMode($zoom, $layout = 'continuous') global() argument
/plugin/edittable/lib/
H A Dhandsontable.less148 table-layout: fixed;
/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/eventline/
H A Dtimeline.js154 tl.layout();
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js127 Timeline._Band.prototype.layout=function(){this.paint(); method in Timeline._Band
335 }this.layout();
2584 }var B=("overview" in F&&F.overview)?"overview":("layout" in F?F.layout:"original");
2602 }var B=("overview" in F&&F.overview)?"overview":("layout" in F?F.layout:"original");
2666 Timeline._Impl.prototype.layout=function(){this._autoWidthCheck(true); method in Timeline._Impl
/plugin/facebooklike/
H A DREADME.textile35 | layout |Determines the size and amount of social context next to the button. (standard/button_cou…
36 | show_faces | Display faces of friends who likes the specified url. Effects layout "standard" only…
H A Dsyntax.php119 . 'layout="'.$this->_setting('layout', $conf).'" '
/plugin/filelisting/
H A Dstyle.less53 table-layout: fixed;
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5 …r-top-right-radius:0}.btn-group-justified{display:table;width:100%;table-layout:fixed;border-colla…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js4layout={},ao.layout.bundle=function(){return function(n){for(var t=[],e=-1,r=n.length;++e<r;)t.pus…
5 …&&a.revalue(u),n([u],u.dx*u.dy/u.value),(o?e:t)(u),h&&(o=i),i}var o,a=ao.layout.hierarchy(),l=Math…
H A Dnv.d3.min.js5 …(function(a){return{x:a.x,y:0,series:a.series,size:.01}})}]),u){var H=d3.layout.stack().offset(v).…
6 …j.right,C=l-j.top-j.bottom;n=d3.select(this),a.utils.initSVG(n),w&&(b=d3.layout.stack().offset("ze…
7 …s&&x&&(S.cornerRadius(x),T.cornerRadius(x)),B.push(S),C.push(T)}var U=d3.layout.pie().sort(null).v…
8layout.stack().order(o).offset(n).values(function(a){return a.values}).x(k).y(l).out(function(a,b,…
/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/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Ddeprecated.rst13 {% deprecated 'The "base.twig" template is deprecated, use "layout.twig" instead.' %}
14 {% extends 'layout.twig' %}
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 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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/regression/
H A Dblock_names_unicity.test4 {% extends 'layout' %}
10 --TEMPLATE(layout)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dmultiple.test4 {% extends "layout.twig" %}{% block content %}{{ parent() }}index {% endblock %}
5 --TEMPLATE(layout.twig)--
6 {% extends "base.twig" %}{% block content %}{{ parent() }}layout {% endblock %}
12 base layout index
H A Dnested_inheritance.test4 {% extends "layout.twig" %}
6 --TEMPLATE(layout.twig)--
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/
H A Dinheritance.test4 {% extends "layout.twig" %}
11 --TEMPLATE(layout.twig)--
H A Dinheritance_overriding.test4 {% extends "layout.twig" %}
11 --TEMPLATE(layout.twig)--
/plugin/flowcharts/
H A Dmermaid.min.js24 …?o(t)?i(t[0],t[1]):r(t):s(t)}},function(t,e,n){t.exports={graphlib:n(13),layout:n(282),debug:n(336… property in t.exports
/plugin/geonav/tpl/startermap/css/
H A Dprint.css139 /*____________ a bit of layout ____________*/
H A Dstructure.css2 * This file provides styles for the general layout structure.

12345678910>>...17