Home
last modified time | relevance | path

Searched refs:containers (Results 26 – 45 of 45) sorted by path

12

/plugin/dokusioc/
H A Daction.php240 if (count($posts) + count($containers) == 0) {
247 if (count($containers) > 0) {
248 $wikicontainer->addContainers($containers);
/plugin/dokusioc/lib/
H A Dsioc_dokuwiki.php413 public function addContainers($containers) argument
415 $this->subcontainers = $containers;
/plugin/dwtimeline/
H A Dstyle.less161 /* Fix the circle for containers on the right side */
296 /* Full-width containers */
320 /* Make all right containers behave like the left ones */
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/
H A Dcleanup.sh61 containers=$(docker network inspect -f '{{ range $key, $value := .Containers }}{{ printf "%s\n" .Name}}{{ end }}' $1)
64 done <<< "$containers"
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md926 All is based on docker containers now
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md284 - support PSR-11 compatible DI containers [\#844](https://github.com/schmittjoh/serializer/pull/844…
/plugin/flowplayer/player/
H A DREADME.txt28 - #526 allow click through event for flash installation message when using div containers.
/plugin/highlightjs/highlight/
H A Dreadme.eng.txt259 stl_container instantiation of STL containers ("vector<...>")
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js2083 …var BITS_PER_CHANNEL, TYPES, after, atom, atoms, bool, containers, diskTrack, genres, meta, string;
2109 containers = {};
2118 containers[c.join('.')] = true;
2157 if (path in containers) {
2160 } else if (path in containers) {
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1containers with [[queue]] and [[queueTotalSize]].');\n assert(container._queue.length > 0, 'Spec-…
H A Dpdf.worker.js.map1containers with [[queue]] and [[queueTotalSize]].');\n assert(container._queue.length > 0, 'Spec-…
/plugin/pdfjs/pdfjs/web/
H A Dviewer.css1290 * All relevant containers have a size of 32x25 */
/plugin/pdftools/
H A DREADME.md11 * Additional wrap-containers and some additional syntax for formatting
48 ## Additional wrap containers
/plugin/pgn4web/pgn4web/
H A DREADME.txt128 to any <div> or <span> containers with the following IDs:
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DFilterParser.php49 protected $containers;
129 if ($this->containers === null) {
133 if (!isset($this->containers[$this->depth])) {
139 $endAt = $this->containers[$this->depth]['endAt'] ?? 0;
417 * comparison filter is encountered to only capture beginning and end parenthesis of containers.
420 * detected containers starting at the highest level that have no endpoints marked yet and working our way down.
426 $this->containers = $this->containers ?? [];
439 if ($this->containers !== null) {
440 foreach ($this->containers a
47 protected $containers; global() variable in FreeDSx\\Ldap\\Search\\FilterParser
[all...]
/plugin/sidebar/
H A Dstyle.css7 /* dokuwiki containers & styles */
/plugin/webcomponent/_test/data/pages/
H A Dcontainer.txt4 [[https://getbootstrap.com/docs/4.3/layout/overview/#containers|container]] implementation of Boots…
6 …mit the horizontal width. ([[https://getbootstrap.com/docs/4.0/components/navbar/#containers|doc]])
/plugin/wrap/
H A Dexample.txt5 An uppercase **%%<WRAP>%%** (or alternatively **%%<block>%%** or **%%<div>%%**) creates a **''div''** and should be used for **"big"** containers, **surrounding** paragraphs, lists, tables, etc.
23 A lowercase **%%<wrap>%%** (or alternatively **%%<inline>%%** or **%%<span>%%**) creates a **''span''** and should be used for **"small"** containers, **inside** paragraphs, lists, tables, etc.
303 After using any of the float classes, you might come across following text protruding into the space where only the floating containers should be. To prevent that, you should simply add this after your last column:
H A Dplugin.info.txt6 desc Universal plugin which combines functionalities of many other plugins. Wrap wiki text inside containers (divs or spans) and give them a class (choose from a variety of preset classes), a width and/or a language with its associated text direction.
/plugin/wrapadd/
H A DREADME.md5 This plugin contains additional containers for the common WRAP-Plugin for DokuWiki.

12