Home
last modified time | relevance | path

Searched refs:nesting (Results 1 – 25 of 44) sorted by relevance

12

/plugin/struct/meta/
H A DNestedResult.php36 * @param int $nesting the nesting level to use
40 public function getRoot($nesting, $index = 0) argument
48 $this->nestBranch($root, $row, $nesting);
100 * @param int $nesting number of wanted nesting levels
103 protected function nestBranch(NestedValue $parent, $row, $nesting, $depth = 0) argument
106 if ($depth >= $nesting) {
124 $this->nestBranch($node, $row, $nesting, $depth + 1);
130 $this->nestBranch($node, $row, $nesting, $depth + 1);
135 $this->nestBranch($node, $row, $nesting, $depth + 1);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DInjector.php203 * @param int $nesting
206 protected function forwardUntilEndToken(&$i, &$current, &$nesting) argument
212 if ($nesting === null) {
213 $nesting = 0;
216 $nesting++;
218 if ($nesting <= 0) {
221 $nesting--;
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/
DAutoParagraph.php45 $i = $nesting = null;
46 if (!$this->forwardUntilEndToken($i, $current, $nesting) && $token->is_whitespace) {
311 $nesting = 1;
313 $nesting = 0;
317 while ($this->forwardUntilEndToken($i, $current, $nesting)) {
DRemoveSpansWithoutAttributes.php71 $nesting = 0;
72 while ($this->forwardUntilEndToken($i, $current, $nesting)) {
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs30 …set = Opal.const_set, $eqeq = Opal.eqeq, self = Opal.top, $nesting = [], $$ = Opal.$r($nesting); O…
57 $const_set($nesting[0], 'JAVASCRIPT_IO_MODULE', ioModule);
58 $const_set($nesting[0], 'JAVASCRIPT_PLATFORM', platform);
59 $const_set($nesting[0], 'JAVASCRIPT_ENGINE', engine);
60 $const_set($nesting[0], 'JAVASCRIPT_FRAMEWORK', framework);
70 var $module = Opal.module, $klass = Opal.klass, $def = Opal.def, $nesting = []; Opal.nil;
75 var $nesting = [self].concat($parent_nesting);
113 })($nesting[0], null)
114 })($nesting[0], $nesting)
118 …var $module = Opal.module, $slice = Opal.slice, $defs = Opal.defs, self = Opal.top, $nesting = [],…
[all …]
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ChildDef/
DCustom.php84 $nesting = 0; // depth into the nest
/plugin/asciidocjs/node_modules/@asciidoctor/opal-runtime/src/
Dindex.cjs304 // - nesting: the namespaces wrapping the current scope, e.g. nesting inside
317 // Walk up the nesting array looking for the constant
318 function const_lookup_nesting(nesting, name) {
321 if (nesting.length === 0) return;
323 // If the nesting is not empty the constant is looked up in its elements
325 for (i = 0, ii = nesting.length; i < ii; i++) {
326 constant = nesting[i].$$const[name];
329 } else if (nesting[i].$$autoload && nesting[i].$$autoload[name]) {
330 return handle_autoload(nesting[i], name);
422 // Look for the constant in the open using the current nesting and the nearest
[all …]
Dindex.mjs295 // - nesting: the namespaces wrapping the current scope, e.g. nesting inside
308 // Walk up the nesting array looking for the constant
309 function const_lookup_nesting(nesting, name) { argument
312 if (nesting.length === 0) return;
314 // If the nesting is not empty the constant is looked up in its elements
316 for (i = 0, ii = nesting.length; i < ii; i++) {
317 constant = nesting[i].$$const[name];
320 } else if (nesting[i].$$autoload && nesting[i].$$autoload[name]) {
321 return handle_autoload(nesting[i], name);
413 // Look for the constant in the open using the current nesting and the nearest
[all …]
Dopal.js311 function const_lookup_nesting(nesting, name) { argument
314 if (nesting.length === 0) return;
318 for (i = 0, ii = nesting.length; i < ii; i++) {
319 constant = nesting[i].$$const[name];
322 } else if (nesting[i].$$autoload && nesting[i].$$autoload[name]) {
323 return handle_autoload(nesting[i], name);
417 Opal.const_get_relative = function(nesting, name, skip_missing) { argument
418 var cref = nesting[0], result, current_version = Opal.const_cache_version, cache, cached;
420 if ((cache = nesting.$$const_cache) == null) {
421 $prop(nesting, '$$const_cache', Object.create(null));
[all …]
/plugin/note/
DCHANGES.md20 * allow note nesting
/plugin/asciidocjs/node_modules/character-parser/
DREADME.md77 …top at the first bracket, not taking into account if the bracket part of nesting or not. See examp…
165 The default behavior when the delimiter is a bracket has been changed so that nesting is taken into…
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DFilter.ExtractStyleBlocks.txt64 relative lengths with many nesting levels allows for large values
/plugin/pgn4web/pgn4web/
Dtest.pgn66 [Event "Testing advanced variations: nesting and siblings"]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dphp_json_objects.asciidoc86 it requires nesting arrays. The verbosity of PHP tends to obscure what is
/plugin/davcal/vendor/sabre/xml/
H A DCHANGELOG.md146 nesting.
/plugin/webdav/vendor/sabre/xml/
DCHANGELOG.md213 nesting.
/plugin/icalevents/vendor/sabre/xml/
DCHANGELOG.md207 nesting.
/plugin/revealjs/
Dchangelog.md60 - The nesting is suppressed on the slideshow to support the way Reveal is showing notes
Dexample_presentation.dokuwiki234 …example from the DokuWiki syntax description. For Reveal we suppress the nesting, because the quot…
/plugin/cli/
Dcli-examples.txt204 ==== nesting ====
/plugin/codemirror/dist/modes/
Dsas.min.js.map1 …}\n }\n //datastep\n define('def', 'stack pgm view source debug nesting nolist', ['inData…
Dmarkdown.min.js.map1nesting.\n // Excess `>` will emit `error` token.\n if (modeCfg.maxBlockquoteDepth === undefined…
/plugin/dirtylittlehelper/mermaid/editor/docs/
D7.7.js.map1 …nding',\n 'name',\n 'nametab',\n 'native',\n 'nested',\n 'nesting',\n 'new',\n …
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/graalvm/
Dasciidoctor.js311 function const_lookup_nesting(nesting, name) { argument
314 if (nesting.length === 0) return;
318 for (i = 0, ii = nesting.length; i < ii; i++) {
319 constant = nesting[i].$$const[name];
322 } else if (nesting[i].$$autoload && nesting[i].$$autoload[name]) {
323 return handle_autoload(nesting[i], name);
417 Opal.const_get_relative = function(nesting, name, skip_missing) { argument
418 var cref = nesting[0], result, current_version = Opal.const_cache_version, cache, cached;
420 if ((cache = nesting.$$const_cache) == null) {
421 $prop(nesting, '$$const_cache', Object.create(null));
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dtemplates.rst410 more advanced features like block nesting, scope, dynamic inheritance, and

12