Home
last modified time | relevance | path

Searched refs:wrap (Results 1 – 25 of 419) sorted by relevance

12345678910>>...17

/plugin/wrap/
H A Dexample.txt23 A lowercase **%%<wrap>%%** (or alternatively **%%<inline>%%** or **%%<span>%%**) creates a **''span''** and should be used for **"small"** containers, **inside** paragraphs, lists, tables, etc.
26 <wrap classes #id width :language>"small" content</wrap>
39 if the according wrap isn't floated as well.
41 A shorthand of uppercase **%%<WRAP />%%** and lowercase **%%<wrap />%%** are available if the container is empty or unnecessary.
53 <wrap classes #id />
88 * **''left''** will let you float your wrap on the left
89 * **''right''** will let the wrap float right
90 * **''center''** will position the wrap in the horizontal center of the page
101 ^''em''|''20em''|makes sense if you like your wrap containe
[all...]
/plugin/wpre/
H A Dstyle.css3 white-space: pre-wrap; /* css-3 */
4 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
5 white-space: -pre-wrap; /* Opera 4-6 */
6 white-space: -o-pre-wrap; /* Opera 7 */
7 word-wrap: break-word; /* Internet Explorer 5.5+ */
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.layout.list.css11 white-space: pre-wrap;
13 white-space: -moz-pre-wrap;
15 white-space: -o-pre-wrap;
17 word-wrap: break-word;
37 white-space: pre-wrap;
39 white-space: -moz-pre-wrap;
41 white-space: -o-pre-wrap;
43 word-wrap: break-word;
H A Djquery.syntax.layout.table.css14 white-space: pre-wrap;
16 white-space: -moz-pre-wrap;
18 white-space: -o-pre-wrap;
20 word-wrap: break-word;
/plugin/newpagetemplate/
H A Dcli.php14 $config = $this->colors->wrap('config', 'cyan');
15 $pg = $this->colors->wrap('page', 'cyan');
16 $ini = $this->colors->wrap('ini', 'cyan');
17 $browser = $this->colors->wrap('browser', 'cyan');
18 $cmdLine = $this->colors->wrap('cmdLine', 'cyan');
19 $browser = $this->colors->wrap('browser', 'cyan');
20 $nosave = $this->colors->wrap('true', 'cyan');
21 $false = $this->colors->wrap('false', 'cyan');
22 $existing = $this->colors->wrap('existing', 'cyan');
/plugin/wrap/syntax/
H A Dspan.php70 $wrap = $this->loadHelper('wrap');
71 $attr = $wrap->buildAttributes($data);
86 $wrap = plugin_load('helper', 'wrap');
87 array_push ($type_stack, $wrap->renderODTElementOpen($renderer, 'span', $data));
92 $wrap = plugin_load('helper', 'wrap');
93 $wrap->renderODTElementClose ($renderer, $element);
H A Ddiv.php94 // add a section edit right at the beginning of the wrap output
97 // add a section edit for the end of the wrap output. This prevents the renderer
98 // from closing the last section edit so the next section button after the wrap syntax will
99 // include the whole wrap syntax
103 $wrap = $this->loadHelper('wrap');
104 $attr = $wrap->buildAttributes($data, 'plugin_wrap');
120 $wrap = plugin_load('helper', 'wrap');
121 array_push ($type_stack, $wrap
[all...]
/plugin/syntaxhighlightjs/static/css/
H A Dhljs.min.css1wrap{background:0 0;padding:0}.dokuwiki .hljs-wrap code{padding:12px 18px}.dokuwiki .hljs-wrap .ce…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DUglifyJs2Filter.php33 private $wrap; variable in Assetic\\Filter\\UglifyJs2Filter
67 public function setWrap($wrap) argument
69 $this->wrap = $wrap;
113 if ($this->wrap) {
114 $pb->add('--wrap')->add($this->wrap);
/plugin/wrapadd/
H A DREADME.md3 Requires: [WRAP-Plugin](https://www.dokuwiki.org/plugin:wrap)
10 Origin: https://www.dokuwiki.org/plugin:wrap:extensions
26 Adds a simple border to any wrap container.
38 Origin: https://www.dokuwiki.org/plugin:wrap:extensions
/plugin/s5reloaded/ui/thesis/
H A Dwrap.css208 white-space: pre-wrap;
209 word-wrap: break-word;/* for IE < 8 */
210 /* white-space: -moz-pre-wrap; for FF < 3 */
290 div.wrap_info { background-image: url(../../../wrap/images/note/48/info.png); }
291 span.wrap_info { background-image: url(../../../wrap/images/note/16/info.png); }
305 div.wrap_tip { background-image: url(../../../wrap/images/note/48/tip.png); }
306 span.wrap_tip { background-image: url(../../../wrap/images/note/16/tip.png); }
310 div.wrap_help { background-image: url(../../../wrap/images/note/48/help.png); }
311 span.wrap_help { background-image: url(../../../wrap/images/note/16/help.png); }
315 div.wrap_todo { background-image: url(../../../wrap/images/note/48/todo.png); }
[all …]
/plugin/mediatooltip/
H A Dstyle.css15 overflow-wrap: break-word;
20 word-wrap: break-word;
21 overflow-wrap: break-word;
/plugin/menu/
H A Dstyle.css4 flex-wrap:wrap;
65 flex-wrap:wrap;
/plugin/blogtng/
H A Dscript.js47 preview_attach: function(obj, wrap, previewid) { argument
49 if(!wrap) return;
52 blogtng.preview(wrap,previewid);
64 preview: function(wrap,previewid) { argument
69 if(!wrap) return false;
73 wrap.appendChild(preview);
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php377 $text .= $this->colors->wrap('USAGE:', Colors::C_BROWN);
383 $text .= $this->colors->wrap(' ' . $command, Colors::C_PURPLE);
388 $text .= ' ' . $this->colors->wrap('<OPTIONS>', Colors::C_GREEN);
392 $text .= ' ' . $this->colors->wrap('<COMMAND> ...', Colors::C_PURPLE);
396 $out = $this->colors->wrap('<' . $arg['name'] . '>', Colors::C_CYAN);
418 $text .= $this->colors->wrap('OPTIONS:', Colors::C_BROWN);
449 $text .= $this->colors->wrap('ARGUMENTS:', Colors::C_BROWN);
466 $text .= $this->colors->wrap('COMMANDS:', Colors::C_BROWN);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/MessageWrapper/
H A DSaslMessageWrapper.php24 * Used to wrap / unwrap SASL messages in the queue.
49 public function wrap(string $message): string
51 $data = $this->securityLayer->wrap($message, $this->context);
53 return SaslBuffer::wrap($data);
48 public function wrap(string $message): string global() function in FreeDSx\\Ldap\\Protocol\\Queue\\MessageWrapper\\SaslMessageWrapper
/plugin/markdownextra/lib/meltdown/js/
H A Djquery.meltdown.js313 function addToolTip(wrap) { argument
316 preview = wrap.find('.meltdown_control-preview');
370 var defaults, opts, thees, wrap, previewWrap, preview, bar, controls;
376 thees.wrap('<div class="' + name + '_wrap" />');
378 wrap = thees.parent();
379 …previewWrap = wrap.children(':eq(0)').children(':eq(0)'); /* wrapper for the preview area, but not…
381 bar = wrap.children(':eq(1)');
387 wrap.width(thees.outerWidth());
396 addToolTip(wrap);
/plugin/autoindex/
H A Dstyle.less3 flex-wrap: wrap;
/plugin/pdftools/
H A DREADME.md11 * Additional wrap-containers and some additional syntax for formatting
48 ## Additional wrap containers
50 If you have the wrap-plugin installed, you can use these addition classes:
73 <wrap bigtext>Text scaled to 115%</wrap>
75 <wrap smalltext>Text scaled to 90%</wrap>
/plugin/glossary/lang/en/
H A DpageTemplate.txt1 <wrap tip right>New proposition? \\ Share yours **@@PROPOSITIONPAGE@@** !</wrap>
/plugin/ckgdoku/ckeditor/plugins/wrap/dialogs/
H A Dwrap.js3 var installed_lang =editor.lang.wrap;
46 label: editor.lang.wrap.boxes_title||'Box types:',
56 label: editor.lang.wrap.specials_title || 'Special types and Styles',
65 label: editor.lang.wrap.content || 'Content (optional):',
/plugin/glossary/lang/fr/
H A DpageTemplate.txt1 <wrap tip right>Une idée d'expression ? \\ Partagez-la par un **@@PROPOSITIONPAGE@@** !</wrap>
/plugin/wysiwyg/fckeditor/_samples/
H A Dsample.css47 white-space: pre-wrap; /* css-3 */
48 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
49 word-wrap: break-word; /* Internet Explorer 5.5+ */
/plugin/vimeo/
H A Dstyle.less4 flex-wrap: wrap;
/plugin/oauth/
H A Dstyle.less3 flex-wrap: wrap;

12345678910>>...17