Home
last modified time | relevance | path

Searched refs:nested (Results 1 – 25 of 142) sorted by relevance

123456

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Ddefault.test11 {{ nested.definedVar |default('default') is same as('default') ? 'ko' : 'ok' }}
12 {{ nested['definedVar'] |default('default') is same as('default') ? 'ko' : 'ok' }}
13 {{ nested.zeroVar |default('default') is same as('default') ? 'ko' : 'ok' }}
14 {{ nested.emptyVar |default('default') is same as('default') ? 'ok' : 'ko' }}
15 {{ nested.nullVar |default('default') is same as('default') ? 'ok' : 'ko' }}
26 {{ 'o' ~ nested.nullVar |default('k') }}
34 Deep nested:
47 'nested' => [
89 Deep nested:
102 'nested' => [
[all …]
/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 …]
H A Ddefined_for_attribute.test4 {{ attribute(nested, "definedVar") is defined ? 'ok' : 'ko' }}
5 {{ attribute(nested, "undefinedVar") is not defined ? 'ok' : 'ko' }}
6 {{ attribute(nested, definedVarName) is defined ? 'ok' : 'ko' }}
7 {{ attribute(nested, undefinedVarName) is not defined ? 'ok' : 'ko' }}
10 'nested' => [
23 'nested' => [
/plugin/html2pdf/html2pdf/html2ps/
H A Dxhtml.autoclose.inc.php4 function autoclose_tag(&$sample_html, $offset, $tags, $nested, $close) { argument
17 if (isset($nested[$tag])) {
18 $offset = $nested[$tag]($sample_html, $tag_end);
45 function autoclose_tag_cleanup(&$sample_html, $offset, $tags_raw, $nested, $close) { argument
59 if (isset($nested[$tag])) {
60 $offset = $nested[$tag]($sample_html, $tag_end);
/plugin/odt/ODT/elements/
H A DODTContainerElement.php16 public function addNestedContainer (iContainerAccess $nested); argument
85 public function addNestedContainer (iContainerAccess $nested) { argument
86 $this->nestedContainers [] = $nested;
H A DODTElementFrame.php132 public function addNestedContainer (iContainerAccess $nested) { argument
133 $this->container->addNestedContainer ($nested);
294 $nested = $this->getNestedContainers ();
295 foreach ($nested as $container) {
H A DODTElementTable.php285 public function addNestedContainer (iContainerAccess $nested) { argument
286 $this->container->addNestedContainer ($nested);
447 $nested = $this->getNestedContainers ();
448 foreach ($nested as $container) {
/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 DMissingColonSniff.php68 $nested = $phpcsFile->findNext(T_OPEN_CURLY_BRACKET, ($stackPtr + 1), $end);
69 if ($nested !== false) {
H A DClassDefinitionNameSpacingSniff.php65 …$nested = $phpcsFile->findNext(T_OPEN_CURLY_BRACKET, ($stackPtr + 1), $tokens[$stackPtr]['bracket_…
66 if ($nested !== false) {
/plugin/exttab3/
H A Dexample.txt16 {| title="nested table"
17 |+ //nested table//
47 {| title="nested table"
48 |+ //nested table//
/plugin/groupmanager/
H A Dstyle.css22 #nested {
26 #nested td {
/plugin/sequencediagram/bower_components/lodash/fp/
H A D_baseConvert.js355 nested = result;
357 while (nested != null && ++index < length) {
359 value = nested[key];
363 nested[key] = clone(index == lastIndex ? value : Object(value));
365 nested = nested[key];
/plugin/ifauthex/lib/
H A Dparser.php239 public function nested() { return $this->_nested; } function in AST\\ElementDefinition
245 public function __construct($name, $fixing, $tokenDefs, $priority, $arity=null, $nested=null) { argument
274 $this->_nested = $nested;
325 if ($this->nested() === null) {
329 if ($this->nested() !== null) {
362 private static function _getWrappedSequence($args, $position, $tokDefs, $nested) { argument
376 } else if ($nested && $args[$i]->definition() == $openTokDef) {
524 …$sequenceLength = self::_getWrappedSequence($args, $position, $this->tokenDefs(), $this->nested());
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.js435 nested = result;
437 while (nested != null && ++index < length) {
439 value = nested[key];
443 nested[key] = clone(index == lastIndex ? value : Object(value));
445 nested = nested[key];
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_inline_html_avanced.md5 And nested without indentation:
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/with/
H A Dnested.test2 nested "with" tags
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/filter/
H A Dnested.test2 "filter" tags can be nested at will
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dlist-nested.svg1 <svg class="bi bi-list-nested" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Drecursive.test2 "for" tags can be nested
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfMergeKey.yml39 nested:
58 'nested' => ['a' => 'Steve', 'w' => ['p' => 12345], 'd' => 'Doug', 'z' => ['p' => 12345]],
/plugin/exttab2/
H A DREADME.md15 2006-11-06 0.2.0 support nested table and many more ...
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dnested.test2 "autoescape" tags can be nested at will
/plugin/gcalendar/inc/
H A Dgcal_read.php277 function expand_ns($page_list,$nested=false) { argument
295 }elseif($nested && is_dir($dir.$file)){
309 $subNS = expand_ns($subNS,$nested,false);
/plugin/editsections/
H A Dplugin.info.txt6 …section buttons up to the heading they originated from. Configurable for nested (hierarchical) or …

123456