Home
last modified time | relevance | path

Searched refs:nested (Results 101 – 125 of 142) sorted by last modified time

123456

/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst232 Sometimes, when using nested loops, you need to access the parent context. The
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Drecursive.test2 "for" tags can be nested
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Ddefined.test10 {{ nested.definedVar is defined ? 'ok' : 'ko' }}
11 {{ nested['definedVar'] is defined ? 'ok' : 'ko' }}
12 {{ nested.definedVar is not defined ? 'ko' : 'ok' }}
13 {{ nested.undefinedVar is defined ? 'ko' : 'ok' }}
14 {{ nested['undefinedVar'] is defined ? 'ko' : 'ok' }}
15 {{ nested.undefinedVar is not defined ? 'ok' : 'ko' }}
16 {{ nested.zeroVar is defined ? 'ok' : 'ko' }}
17 {{ nested.nullVar is defined ? 'ok' : 'ko' }}
18 {{ nested.definedArray.0 is defined ? 'ok' : 'ko' }}
41 'nested' => [
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG337 * fixed template/line guessing in exceptions for nested templates
548 * fixed nested embed tag calls
744 …* added a performance optimization in the Optimizer (also helps to lower the number of nested leve…
952 * fixed nested block definitions with a parent call (rarely useful but nonetheless supported now)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/
H A Dnested.test2 "filter" tags can be nested at will
/plugin/ckgdoku/ckeditor/
H A Dcontents-default.css222 /* no gap in between nested lists */
H A DCHANGES.md112 …* Major improvements in preservation of list numbering, styling and indentation (nested lists with…
129 * [#14544](http://dev.ckeditor.com/ticket/14544): Fixed: Copying a nested list from Microsoft Word …
371 * [#13397](http://dev.ckeditor.com/ticket/13397): Fixed: Drag&drop of a widget inside its nested wi…
489 * [#12006](http://dev.ckeditor.com/ticket/12006): Fixed: Drag and drop of nested block widgets.
629 …ttp://dev.ckeditor.com/ticket/12162): Fixed: Auto paragraphing and *Enter* key in nested editables.
904 …tp://dev.ckeditor.com/ticket/11372): Widgets: Special characters encoded twice in nested editables.
964 …s (for example widgets) and their nested editables. Styles cannot change non-editable content and …
978 …//dev.ckeditor.com/ticket/10881): Various improvements to *Enter* key behavior in nested editables.
981 …com/ticket/10877): Fixed: [SCAYT](http://ckeditor.com/addon/wsc) blocks typing in nested editables.
1062 * [#8103](http://dev.ckeditor.com/ticket/8103): Fixed pasting nested lists from MS Word.
[all …]
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc1270 … // prevent newline from being inserted between end of nested list and return to previous nested
/plugin/purplenumbers/
H A Dstyle.css31 /* nested lists */
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md271 Blockquotes can be nested (i.e. a blockquote-in-a-blockquote) by
276 > > This is nested blockquote.
H A Dmd1_inline_html_simple.md17 Now, nested:
H A Dmd1_inline_html_avanced.md5 And nested without indentation:
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md50 - refactored nested and lazy list handling, improved overall list rendering consistency
83 …This not only fixes some issues with nested block elements but also allows manipulation of the mar…
/plugin/fckg/fckeditor/editor/css/
H A Dfck_editorarea_RTL.css184 /* no gap in between nested lists */
H A Dfck_editorarea.css.default_template224 /* no gap in between nested lists */
/plugin/fckg/
H A DChanges111 Fix for nested lists in webkit browsers
255 cleaned up fckeditor unused plugins and replaced nested list plugins with FCKeditor's indent and ou…
/plugin/groupmanager/
H A Dstyle.css22 #nested {
26 #nested td {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DClassDefinitionOpeningBraceSpaceSniff.php98 $nested = false;
106 $nested = true;
117 if ($nested === true) {
H A DClassDefinitionNameSpacingSniff.php65 …$nested = $phpcsFile->findNext(T_OPEN_CURLY_BRACKET, ($stackPtr + 1), $tokens[$stackPtr]['bracket_…
66 if ($nested !== false) {
H A DMissingColonSniff.php68 $nested = $phpcsFile->findNext(T_OPEN_CURLY_BRACKET, ($stackPtr + 1), $end);
69 if ($nested !== false) {
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1nested array. If `isDeep` is `true` the array is recursively\n\t * flattened, otherwise it is …
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md369 // some magic to generate the nested lists using the given list
/plugin/indexnumber/
H A DREADME.md39 Please note that `idxnum` tags cannot be nested!
/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt874 prior to the RAV. Because the RAV is a recursive construct, it may be nested.
2889 rav-begin/data/rav-end structures can be nested.
2899 pair. The rav-begin/data/rav-end structures can be nested.
/plugin/subjectindex/plugins/
H A Dbible_verses.txt19478 O you who are dwelling in Leb'a·non, being nested in the cedars, how you will certainly sigh when t…

123456