Home
last modified time | relevance | path

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

12345678910>>...23

/plugin/wrap/
Dexample.txt23 A lowercase **%%<wrap>%%** (or alternatively **%%<inline>%%** or **%%<span>%%**) creates a **''span…
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 conta…
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 container to grow and shrink with the font size|
107 …ose columns will also react to the screen size, so will be responsive and wrap underneath each oth…
[all …]
/plugin/captcha/
Dscript.js4 wrappers.forEach((wrap) => {
8 const code = wrap.querySelector('.plugin__captcha_code');
10 const box = wrap.querySelector('input[type=text]');
14 wrap.style.display = 'none';
20 const audiolink = wrap.querySelector('a.audiolink');
24 wrap.appendChild(audio);
/plugin/asciidocjs/node_modules/pug-filters/node_modules/wordwrap/
DREADME.markdown14 var wrap = require('wordwrap')(15);
15 console.log(wrap('You and your whole family are made out of meat.'));
29 var wrap = require('wordwrap')(20, 60);
30 console.log(wrap(
53 var wrap = require('wordwrap');
55 wrap(stop), wrap(start, stop, params={mode:"soft"})
60 Pad out lines with spaces out to column `start` and then wrap until column
67 wrap.hard(start, stop)
70 Like `wrap()` but with `params.mode = "hard"`.
/plugin/asciidocjs/node_modules/wordwrap/
DREADME.markdown14 var wrap = require('wordwrap')(15);
15 console.log(wrap('You and your whole family are made out of meat.'));
29 var wrap = require('wordwrap')(20, 60);
30 console.log(wrap(
53 var wrap = require('wordwrap');
55 wrap(stop), wrap(start, stop, params={mode:"soft"})
60 Pad out lines with spaces out to column `start` and then wrap until column
67 wrap.hard(start, stop)
70 Like `wrap()` but with `params.mode = "hard"`.
/plugin/wpre/
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/
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;
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/asciidocjs/node_modules/clean-css/lib/writer/
Dsimple.js7 var wrap = serializeContext.wrap;
9 wrap(serializeContext, value);
14 function wrap(serializeContext, value) { function
38 wrap: context.options.format.wrapAt ? property
39 wrap :
Dsource-maps.js16 var wrap = serializeContext.wrap;
18 wrap(serializeContext, value);
23 function wrap(serializeContext, value) { function
88 wrap: context.options.format.wrapAt ? property
89 wrap :
/plugin/newpagetemplate/
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/asciidocjs/node_modules/wrap-ansi/
Dreadme.md1wrap-ansi [![Build Status](https://travis-ci.com/chalk/wrap-ansi.svg?branch=master)](https://travi…
8 $ npm install wrap-ansi
15 const wrapAnsi = require('wrap-ansi');
41 Number of columns to wrap the text to.
52 By default the wrap is soft, meaning long words may extend past the column width. Setting this to `…
85 …<a href="https://tidelift.com/subscription/pkg/npm-wrap_ansi?utm_source=npm-wrap-ansi&utm_medium=r…
/plugin/wrap/syntax/
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);
Ddiv.php103 $wrap = $this->loadHelper('wrap');
104 $attr = $wrap->buildAttributes($data, 'plugin_wrap');
120 $wrap = plugin_load('helper', 'wrap');
121 array_push ($type_stack, $wrap->renderODTElementOpen($renderer, 'div', $data));
126 $wrap = plugin_load('helper', 'wrap');
127 $wrap->renderODTElementClose ($renderer, $element);
/plugin/syntaxhighlightjs/static/css/
Dhljs.min.css1wrap{background:0 0;padding:0}.dokuwiki .hljs-wrap code{padding:12px 18px}.dokuwiki .hljs-wrap .ce…
/plugin/asciidocjs/node_modules/pug-filters/node_modules/cliui/
Dindex.js1 var wrap = require('wordwrap'), variable
13 this.wrap = opts.wrap
24 if (this.wrap && this._shouldApplyLayoutDSL.apply(this, arguments)) {
126 if (row[c].align && row[c].align !== 'left' && _this.wrap) {
165 if (!this.wrap) {
200 if (_this.wrap) wrapped = wrap.hard(_this._negatePadding(col))(col.text).split('\n')
251 if (!_this.wrap) widths[i] = row[i].width || row[i].text.length
271 wrap: typeof opts.wrap === 'boolean' ? opts.wrap : true property
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
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/asciidocjs/node_modules/async/internal/
DsetImmediate.js7 exports.wrap = wrap;
18 function wrap(defer) { function
34 exports.default = wrap(_defer);
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/compiler/
Dcode-gen.js54 ret.push(codeGen.wrap(chunk[i], loc));
74 this.source.unshift(this.wrap(source, loc));
77 this.source.push(this.wrap(source, loc));
98 wrap: function wrap(chunk) {
112 return this.wrap([fn, type ? '.' + type + '(' : '(', params, ')']);
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/compiler/
Dcode-gen.js57 ret.push(codeGen.wrap(chunk[i], loc));
77 this.source.unshift(this.wrap(source, loc));
80 this.source.push(this.wrap(source, loc));
101 wrap: function wrap(chunk) {
115 return this.wrap([fn, type ? '.' + type + '(' : '(', params, ')']);
/plugin/statistics/
Dstyle.less6 flex-wrap: wrap;
31 flex-wrap: wrap;
/plugin/asciidocjs/node_modules/cliui/build/lib/
Dindex.js14 this.wrap = (_a = opts.wrap) !== null && _a !== void 0 ? _a : true;
28 if (this.wrap && this.shouldApplyLayoutDSL(...args) && typeof args[0] === 'string') {
104 if (row[c].align && row[c].align !== 'left' && this.wrap) {
148 if (!this.wrap) {
167 if (this.wrap) {
168 wrapped = mixin.wrap(col.text, this.negatePadding(col), { hard: true }).split('\n');
208 if (!this.wrap) {
285 wrap: opts === null || opts === void 0 ? void 0 : opts.wrap property
/plugin/asciidocjs/node_modules/handlebars/lib/handlebars/compiler/
Dcode-gen.js54 ret.push(codeGen.wrap(chunk[i], loc));
74 this.source.unshift(this.wrap(source, loc));
77 this.source.push(this.wrap(source, loc));
98 wrap: function(chunk, loc = this.currentLocation || { start: {} }) { method in CodeGen
115 return this.wrap([fn, type ? '.' + type + '(' : '(', params, ')']);
/plugin/s5reloaded/ui/thesis/
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); }
295 div.wrap_important { background-image: url(../../../wrap/images/note/48/important.png); }
296 span.wrap_important { background-image: url(../../../wrap/images/note/16/important.png); }
300 div.wrap_alert { background-image: url(../../../wrap/images/note/48/alert.png); }
301 span.wrap_alert { background-image: url(../../../wrap/images/note/16/alert.png); }
305 div.wrap_tip { background-image: url(../../../wrap/images/note/48/tip.png); }
[all …]
/plugin/wrapadd/
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/asciidocjs/node_modules/core-js/library/modules/
Dweb.timers.js7 var wrap = function (set) { function
18 setTimeout: wrap(global.setTimeout),
19 setInterval: wrap(global.setInterval)

12345678910>>...23