Home
last modified time | relevance | path

Searched refs:context (Results 651 – 675 of 1053) sorted by path

1...<<21222324252627282930>>...43

/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.width.max.php24 function apply(&$box, &$context) { argument
40 $this->add_width($child->get_max_width($context, $this->_limit));
43 $this->add_width($child->get_max_width($context, $this->_limit));
H A Dstrategy.width.min.nowrap.php19 function apply(&$box, &$context) { argument
33 $this->add_width($child->get_max_width($context));
37 $this->add_width($child->get_min_width($context));
H A Dstrategy.width.min.php19 function apply(&$box, &$context) { argument
38 $min_width = $box->get_min_nowrap_width($context);
55 $box->content[$start_index]->get_min_width($context);
63 $minw = max($minw, $item->get_min_width($context));
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dgeneric.test.php4 function layoutPipeline($html, &$pipeline, &$media, &$context, &$positioned_filter) { argument
8 return $pipeline->_layout_item("", $media, 0, $context, $positioned_filter);
22 …function runPipeline($html, &$media = null, &$pipeline = null, &$context = null, &$postponed = nul… argument
30 $tree = $this->layoutPipeline($html, $pipeline, $media, $context, $postponed);
H A Dtest.left.percentage.php106 ', $media, $pipeline, $context, $postponed);
H A Dtest.note-call.width.php15 return $pipeline->_layout_item("", $media, 0, $context, $positioned_filter);
H A Dtest.radio.png.php19 $tree = $pipeline->_layout_item('', $media, 0, $context, $postponed_filter);
23 $pipeline->_show_item($tree, 0, $context, $media, $postponed_filter);
41 $tree = $pipeline->_layout_item('', $media, 0, $context, $postponed_filter);
45 $pipeline->_show_item($tree, 0, $context, $media, $postponed_filter);
H A Dtest.width.percentage.php20 ', $media, $pipeline, $context, $postponed);
/plugin/html2pdf/snorriheim/
H A Ddesign.css632 div.dokuwiki td.diff-context {
/plugin/htmlokalt/
H A DLICENSE55 …vailable to the public in source code form. A “Major Component”, in this context, means a major es…
/plugin/icalevents/vendor/sabre/xml/
H A DCHANGELOG.md8 * Using `finally` to always roll back the context stack when serializing.
167 * Removed: `Writer::$context` and `Reader::$context`.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Tokenizers/
H A DPHP.php981 $context = array(
994 if (isset($context[$finalTokens[$lastNotEmptyToken]['code']]) === true) {
1361 $context = array(
1366 if (isset($context[$tokens[$x]['code']]) === true) {
/plugin/imagecarousel/
H A DLICENSE129 "Major Component", in this context, means a major essential component
/plugin/imapmarkers/
H A Djquery.imagemapster.js200 callHooks: function (name, context) { argument
202 e.apply(context);
1418 context.moveTo(c[0], c[1]);
1421 context.lineTo(c[i], c[i + 1]);
1423 context.lineTo(c[0], c[1]);
1432 context.beginPath();
1434 this.renderShape(context, mapArea);
1435 context.closePath();
1436 context.clip();
1440 context.drawImage(
[all …]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php52 $context = null, argument
82 $context,
/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_163658.bak307 '@context' => 'http://schema.org',
H A Dsyntax.php.2018-03-08_163705.bak306 '@context' => 'http://schema.org',
H A Dsyntax.php.2018-03-08_163718.bak306 '@context' => 'http://schema.org',
H A Dsyntax.php.2018-03-08_164623.bak306 '@context' => 'http://schema.org',
H A Dsyntax.php.2018-03-08_164706.bak310 '@context' => 'http://schema.org',
H A Dsyntax.php.2018-03-08_165027.bak312 '@context' => 'http://schema.org',
H A Dsyntax.php.2018-03-08_165158.bak311 '@context' => 'http://schema.org',
H A Dsyntax.php.2018-03-08_165255.bak313 '@context' => 'http://schema.org',
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js95 var $ = function ( selector, context ) { argument
96 context = context || document;
97 return context.querySelector(selector);
102 var $$ = function ( selector, context ) { argument
103 context = context || document;
104 return arrayify( context.querySelectorAll(selector) );
664 var context = this, args = arguments;
667 fn.apply(context, args);
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php

1...<<21222324252627282930>>...43