Home
last modified time | relevance | path

Searched refs:wrapped (Results 1 – 25 of 98) sorted by relevance

1234

/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DNoSeekStreamTest.php21 $wrapped = new NoSeekStream($s);
22 $this->assertFalse($wrapped->isSeekable());
23 $this->assertFalse($wrapped->seek(2));
29 $wrapped = new NoSeekStream($s);
30 $wrapped->close();
31 $this->assertFalse($wrapped->write('foo'));
38 $wrapped = new NoSeekStream($s1);
39 $wrapped->attach($s2->detach());
40 $this->assertEquals('bar', (string) $wrapped);
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.text.php16 var $wrapped; variable in TextBox
26 $this->wrapped = null;
317 if (!is_null($this->wrapped)) {
334 return $this->wrapped[0][3];
338 return $this->wrapped[0][2];
463 if (!is_null($this->wrapped)) {
492 $left = $this->wrapped[1];
515 $index = $this->wrapped[0][0];
642 if (!is_null($this->wrapped)) {
648 $this->wrapped[1] += $dx;
[all …]
H A Dbox.utils.text-align.inc.php17 if (isset($first_box->wrapped) && !is_null($first_box->wrapped)) {
31 if (isset($first_box->wrapped) && !is_null($first_box->wrapped)) {
H A Dbox.container.php495 if (isset($element->wrapped) && !is_null($element->wrapped)) {
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dchaining.js91 var wrapped = _(512);
92 assert.strictEqual(wrapped.toJSON(), 512);
93 assert.strictEqual(wrapped.valueOf(), 512);
94 assert.strictEqual(+wrapped, 512);
95 assert.strictEqual(wrapped.toString(), '512');
96 assert.strictEqual('' + wrapped, '512');
H A Dfunctions.js611 var wrapped = _.wrap(noop, function(){ return Array.prototype.slice.call(arguments, 0); });
612 var ret = wrapped(['whats', 'your'], 'vector', 'victor');
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DTableFormatter.php181 * Displays text in multiple word wrapped columns
193 $wrapped = array();
197 $wrapped[$col] = explode("\n", $this->wordwrap($texts[$col], $width, "\n", true));
198 $len = count($wrapped[$col]);
209 if (isset($wrapped[$col][$i])) {
210 $val = $wrapped[$col][$i];
/plugin/authsmartcard/auth/
H A Dindex.php31 $wrapped = wordwrap($cert, 64, "\n", true); variable
32 …$_SESSION['SSL_CLIENT_CERT'] = "-----BEGIN CERTIFICATE-----".PHP_EOL.$wrapped.PHP_EOL."-----END CE…
/plugin/sequencediagram/bower_components/lodash/fp/
H A D_baseConvert.js471 wrapped = func,
475 wrapped = wrapper(func);
479 wrapped = wrapImmutable(func, cloneArray);
482 wrapped = wrapImmutable(func, createCloner(func));
485 wrapped = wrapImmutable(func, cloneByPath);
495 ? castFixed(realName, castRearg(realName, wrapped, aryKey), aryKey)
496 : castRearg(realName, castFixed(realName, wrapped, aryKey), aryKey);
506 result || (result = wrapped);
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.js551 wrapped = func,
555 wrapped = wrapper(func);
559 wrapped = wrapImmutable(func, cloneArray);
562 wrapped = wrapImmutable(func, createCloner(func));
565 wrapped = wrapImmutable(func, cloneByPath);
575 ? castFixed(realName, castRearg(realName, wrapped, aryKey), aryKey)
576 : castRearg(realName, castFixed(realName, wrapped, aryKey), aryKey);
586 result || (result = wrapped);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DDigestMD5SecurityLayer.php78 $wrapped = $this->encrypt($data, $context);
80 $wrapped = $this->sign($data, $context);
84 $this->validateBufferLength($wrapped, $context);
87 return $wrapped;
394 'The wrapped buffer exceeds the maxbuf length of %s',
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlist-marker-in-paragraph.md3 Because a hard-wrapped line in the
H A Dspecs.md192 that Markdown supports "hard-wrapped" text paragraphs. This differs
262 line of a hard-wrapped paragraph:
704 emphasis. Text wrapped with one `*` or `_` will be wrapped with an
705 HTML `<em>` tag; double `*`'s or `_`'s will be wrapped with an HTML
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js1137 return _(wrapped) === wrapped;
2453 assert.strictEqual(_.chain(wrapped), wrapped);
2454 assert.strictEqual(wrapped.chain(), wrapped);
2490 var actual = wrapped
2505 actual = wrapped
2516 actual = wrapped
22073 wrapped.value();
25521 wrapped(1, 2, 3);
25950 assert.strictEqual(wrapped[Symbol.iterator](), wrapped);
26005 wrapped = wrapped.filter(predicate);
[all …]
/plugin/refnotes/lang/en/
H A D__template.txt7 * Define notes using [[wp>BibTeX]] syntax. BibTeX entries have to be wrapped into a ''<code>'' section. The key of BibTeX entry serves as name of the note. The namespace can be either specified as part of the key or in a separate comment (see example below) for all entries that follow.
69 The dataentry below is wrapped into ''<code>'' section to be properly presented in absence of [[doku>plugin:data|Data plugin]].
/plugin/indexnumber/
H A DREADME.md5 or "Fig. 3". The content between the `idxnum` tags will be wrapped in a
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DCustomCanvas.java.bak38 // Indirection for wrapped swing canvas inside image canvas (used for creating
/plugin/sketchcanvas/phplib/
H A Dspyc.php380 $wrapped = wordwrap($value,$this->_dumpWordWrap,"\n$indent");
381 $value = ">\n".$indent.$wrapped;
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js789 var wrapped = false;
794 wrapped = true;
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt72 The part wrapped in ''<'' ''>'' is optional. You can define extra fields to show. See below for mor…
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst5 (FP) friendly style by exporting an instance of `lodash` with its methods wrapped
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dfutures.asciidoc261 introduces another layer of wrapped futures, and each needs to be resolved to
/plugin/revealjs/
H A Dchangelog.md51 - On a slideshow the content is wrapped into `<aside class="notes">`

1234