/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/ |
H A D | cycle.test | 8 return ['array1' => ['odd', 'even'], 'array2' => ['apple', 'orange', 'citrus']] 10 odd-apple 12 odd-citrus 14 odd-orange 16 odd-apple
|
/plugin/dokumicrobugtracker/ |
H A D | style.css | 220 tr.odd { 329 tr.odd td.sorting_1 { 333 tr.odd td.sorting_2 { 337 tr.odd td.sorting_3 { 364 tr.odd.gradeA td.sorting_1 { 468 .ex_highlight tbody tr.odd:hover, tbody tr.odd td.highlighted { 812 table.display tr.odd { 911 tr.odd td.sorting_1 { 915 tr.odd td.sorting_2 { 919 tr.odd td.sorting_3 { [all …]
|
/plugin/dokumicrobugtracker/css/ |
H A D | demo_table.css | 220 tr.odd { 329 tr.odd td.sorting_1 { 333 tr.odd td.sorting_2 { 337 tr.odd td.sorting_3 { 364 tr.odd.gradeA td.sorting_1 { 368 tr.odd.gradeA td.sorting_2 { 372 tr.odd.gradeA td.sorting_3 { 388 tr.odd.gradeC td.sorting_1 { 392 tr.odd.gradeC td.sorting_2 { 396 tr.odd.gradeC td.sorting_3 { [all …]
|
H A D | demo_table_jui.css | 281 table.display tr.odd { 380 tr.odd td.sorting_1 { 384 tr.odd td.sorting_2 { 388 tr.odd td.sorting_3 { 415 tr.odd.gradeA td.sorting_1 { 419 tr.odd.gradeA td.sorting_2 { 423 tr.odd.gradeA td.sorting_3 { 439 tr.odd.gradeC td.sorting_1 { 443 tr.odd.gradeC td.sorting_2 { 447 tr.odd.gradeC td.sorting_3 { [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/ |
H A D | odd.rst | 1 ``odd`` 4 ``odd`` returns ``true`` if the given number is odd: 8 {{ var is odd }}
|
H A D | even.rst | 10 .. seealso:: :doc:`odd<../tests/odd>`
|
H A D | index.rst | 14 odd
|
/plugin/structgeohash/ |
H A D | geohash.js | 18 NEIGHBORS.bottom.odd = NEIGHBORS.left.even; 19 NEIGHBORS.top.odd = NEIGHBORS.right.even; 20 NEIGHBORS.left.odd = NEIGHBORS.bottom.even; 21 NEIGHBORS.right.odd = NEIGHBORS.top.even; 23 BORDERS.bottom.odd = BORDERS.left.even; 24 BORDERS.top.odd = BORDERS.right.even; 25 BORDERS.left.odd = BORDERS.bottom.even; 26 BORDERS.right.odd = BORDERS.top.even;
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/ |
H A D | odd.test | 2 "odd" test 4 {{ 1 is odd ? 'ok' : 'ko' }} 5 {{ 2 is odd ? 'ko' : 'ok' }}
|
/plugin/datatables/assets/datatables.net-dt/css/ |
H A D | jquery.dataTables.min.css |
|
/plugin/pdftools/tpl/checkliste2/ |
H A D | README.txt | 12 footers on odd or even pages. Special headers/footers can be used on the 14 one will be tried. Eg. if You don't differ between even and odd pages, 18 * ''header_odd.html'' -- Header for odd pages 23 * ''footer_odd.html'' -- Footer for odd pages
|
/plugin/pdftools/tpl/kompakt/ |
H A D | README.txt | 12 footers on odd or even pages. Special headers/footers can be used on the 14 one will be tried. Eg. if You don't differ between even and odd pages, 18 * ''header_odd.html'' -- Header for odd pages 23 * ''footer_odd.html'' -- Footer for odd pages
|
/plugin/pdftools/tpl/checkliste/ |
H A D | README.txt | 12 footers on odd or even pages. Special headers/footers can be used on the 14 one will be tried. Eg. if You don't differ between even and odd pages, 18 * ''header_odd.html'' -- Header for odd pages 23 * ''footer_odd.html'' -- Footer for odd pages
|
/plugin/pdftools/tpl/info/ |
H A D | README.txt | 12 footers on odd or even pages. Special headers/footers can be used on the 14 one will be tried. Eg. if You don't differ between even and odd pages, 18 * ''header_odd.html'' -- Header for odd pages 23 * ''footer_odd.html'' -- Footer for odd pages
|
/plugin/pdftools/tpl/onlylogo/ |
H A D | README.txt | 12 footers on odd or even pages. Special headers/footers can be used on the 14 one will be tried. Eg. if You don't differ between even and odd pages, 18 * ''header_odd.html'' -- Header for odd pages 23 * ''footer_odd.html'' -- Footer for odd pages
|
/plugin/pdftools/tpl/standard/ |
H A D | README.txt | 12 footers on odd or even pages. Special headers/footers can be used on the 14 one will be tried. Eg. if You don't differ between even and odd pages, 18 * ''header_odd.html'' -- Header for odd pages 23 * ''footer_odd.html'' -- Footer for odd pages
|
/plugin/pdftools/tpl/minimal/ |
H A D | README.txt | 12 footers on odd or even pages. Special headers/footers can be used on the 14 one will be tried. Eg. if You don't differ between even and odd pages, 18 * ''header_odd.html'' -- Header for odd pages 23 * ''footer_odd.html'' -- Footer for odd pages
|
/plugin/dw2pdf/tpl/default/ |
H A D | README.txt | 12 footers on odd or even pages. Special headers/footers can be used on the 14 one will be tried. Eg. if You don't differ between even and odd pages, 18 * ''header_odd.html'' -- Header for odd pages 23 * ''footer_odd.html'' -- Footer for odd pages
|
/plugin/html2pdf/html2pdf/html2ps/templates/ |
H A D | error._missing_afm.tpl | 8 <tr class="odd"> 18 <tr class="odd"> 29 <tr class="odd">
|
/plugin/diagramsnet/lib/shapes/pid2/ |
H A D | mxPidMisc.js | 237 var odd = 0; 262 odd = counter % 2; 264 if (odd === 0) 284 var odd = 0; 300 odd = counter % 2; 302 if (odd === 0) 328 var odd = 0;
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/ |
H A D | condition.test | 4 {% for i in 1..5 if i is odd -%}
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/ |
H A D | cycle.rst | 12 {{ cycle(['odd', 'even'], loop.index0) }}
|
/plugin/siteexport/ |
H A D | style.css | 73 #siteexport__errorlog p:nth-child(odd) { 107 #siteexport__customActions li:nth-child(odd) {
|
/plugin/chat/ |
H A D | style.css | 27 div.chat-line-odd {
|
/plugin/combo/resources/webcode/ |
H A D | webcode-iframe.css | 36 table>tbody>tr:nth-of-type(odd) {
|