Home
last modified time | relevance | path

Searched refs:nested (Results 101 – 125 of 142) sorted by path

123456

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DMissingColonSniff.php68 $nested = $phpcsFile->findNext(T_OPEN_CURLY_BRACKET, ($stackPtr + 1), $end);
69 if ($nested !== false) {
/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/indexnumber/
H A DREADME.md39 Please note that `idxnum` tags cannot be nested!
/plugin/jmol2/jmol/
H A DCHANGES.txt650 # nested ( ... ? ... : ... ) phrases ready for testing.
4733 # bug fix: nested ifs can cause last endif to throw error
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/
H A Djplayer.blue.monday.css418 /* Important for nested negative margins to work in modern browsers */
460 /* The audio toggles are nested inside jp-time-holder */
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
H A Djplayer.pink.flag.css513 /* Important for nested negative margins to work in modern browsers */ }
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/
H A Djplayer.blue.monday.scss464 overflow:hidden; /* Important for nested negative margins to work in modern browsers */
514 /* The audio toggles are nested inside jp-time-holder */
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/pink.flag/scss/
H A Djplayer.pink.flag.scss615 overflow:hidden; /* Important for nested negative margins to work in modern browsers */
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt1916 * Bugfix: CreateDeepArray() was broken for non-nested cases, which
/plugin/mantis/lib/
H A Dchangelog83 > Changes for the multiple/nested imports from the wsdl file. This builds an
327 - xmlschema: correctly parse nested complexType definitions
/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/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_inline_html_avanced.md5 And nested without indentation:
H A Dmd1_inline_html_simple.md17 Now, nested:
H A Dspecs.md271 Blockquotes can be nested (i.e. a blockquote-in-a-blockquote) by
276 > > This is nested blockquote.
/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/odt/
H A DChangeLog.txt97 …* Bugfix: do not open nested frames in nested calls to _odtDivOpenAsFrameUseCSS/_odtDivOpenAsFrame…
98 Reason: a nested frame will not be displayed, only the first, outer one.
/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/openlayersmap/ol7/
H A Dol.js.map
/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1nested trailer dictionary\n if (!isDict(dict) && dict.dict) {\n dict = dict.dict;\n …
/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/purplenumbers/
H A Dstyle.css31 /* nested lists */
/plugin/revealjs/
H A DREADME.md138 … or above starting a horizontal slide. Levels below starting a vertical (nested) slide - no effect…
278 - `---->>` opens a new slide container for vertical (nested) slides and a new slide with the given …
H A Dchangelog.md16 …e relative inflexible regarding the header levels and sizes on vertical (nested) slides - they are…
17 … or above starting a horizontal slide. Levels below starting a vertical (nested) slide - no effect…
30 …- `---->>` opens a new slide container for vertical (nested) slides and a new slide with the given…

123456