Home
last modified time | relevance | path

Searched refs:apply (Results 1026 – 1050 of 1183) sorted by last modified time

1...<<4142434445464748

/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.table.layout.auto.php7 function apply($table, &$context) { function in StrategyTableLayoutAuto
95 $minwc[$i] = max($minw[$i], $cwc->apply($minw[$i]-$extra, $table_width) + $extra);
96 $maxwc[$i] = max($minw[$i], $cwc->apply($maxw[$i]-$extra, $table_width) + $extra);
H A Dvalue.line-height.class.php8 function apply($value) { function in LineHeight_Absolute
33 function apply($value) { function in LineHeight_Relative
H A Dwidth.constraint.php16 function apply($w, $pw) { function in WidthConstraint
H A Dcss.parse.inc.php44 $rule->apply($root, $state, $pipeline);
H A Dcss.property.collection.php16 function apply(&$state) { function in CSSPropertyCollection
H A Dcss.rules.inc.php13 function apply(&$root, &$state, &$pipeline) { function in CSSRule
15 $this->body->apply($state);
H A Dstrategy.table.layout.fixed.php7 function apply($table, &$context) { function in StrategyTableLayoutFixed
12 $widths[] = $cwc->apply(0, $table->parent->get_width());
H A Dstrategy.width.max.natural.php24 function apply(&$box, &$context) { function in StrategyWidthMaxNatural
65 $item_wc->apply($child->get_width(),
69 $item_wc->apply($child->get_width(),
H A Dbox.inline.simple.php45 $strategy->apply($this, $driver);
H A Dbox.input.img.php91 $src = $url_autofix->apply(trim($root->get_attribute("src")));
H A Dbox.list-item.php183 $color->apply($viewport);
193 $color->apply($viewport);
204 $color->apply($viewport);
H A Dbox.page.margin.class.php79 $at_rule->css->apply($root, $state, $pipeline);
H A Dbox.page.php13 $rules->apply($state);
H A Dbox.php117 $default_css->apply($root, $css_state, $pipeline);
138 $css->apply($root, $css_state, $pipeline);
H A Dbox.table.php497 $cheights[] = $hc->apply($heights[$i], $this->content[$i], null);
661 $width = max($width, $wc->apply(0, $this->parent->get_available_width($context)));
687 return $wc->apply(0, $this->parent->get_available_width($context));
724 $width = $wc->apply($this->width, $this->parent->width);
752 return $strategy->apply($this, $context);
774 $cell_width = $cell_wc->apply($cell_width, $this->get_width());
847 $widths[$i] = $cwc->apply($widths[$i], $this->get_width());
994 $position_strategy->apply($this);
H A Dbox.text.php91 …$scale = $line_height->apply($this->ascender + $this->descender) / ($this->ascender + $this->desce…
/plugin/html2pdf/html2pdf/html2ps/unittest/
H A Dtest.autofix.url.php16 $fixed_url = $url_autofix->apply($source_url);
32 $fixed_url = $url_autofix->apply($source_url);
40 $fixed_url = $url_autofix->apply($source_url);
48 $fixed_url = $url_autofix->apply($source_url);
57 $fixed_url = $url_autofix->apply($source_url);
75 $fixed_url = $url_autofix->apply($source_url);
93 $fixed_url = $url_autofix->apply($source_url);
102 $fixed_url = $url_autofix->apply($source_url);
111 $fixed_url = $url_autofix->apply($source_url);
120 $fixed_url = $url_autofix->apply($source_url);
[all …]
/plugin/mantis/lib/
H A Dchangelog22 - soap_transport_http: apply patch from Steven Brown "if the server closes connection prematurely, …
25 - wsdl: apply patch from Sven to workaround single schema limitation
26 - wsdl: apply a variant of the patch from Holger to handle empty values for array by serializing an…
/plugin/pagemod/
H A DLICENSE18 the GNU Lesser General Public License instead.) You can apply it to
114 These requirements apply to the modified work as a whole. If
117 themselves, then this License, and its terms, do not apply to those
212 apply and the section as a whole is intended to apply in other
/plugin/advrack/
H A Djquery.qtip.js128 return $.when.apply($, deferreds);
517 this.checks[category][rule].apply(
1383 api && !api.disabled && method.apply(api, arguments);
1783 api[command].apply(api, args);
1846 return $.fn['attr'+replaceSuffix].apply(this, arguments);
1854 elems = $.fn['clone'+replaceSuffix].apply(this, arguments);
1871 return func.apply(this, arguments) || old.apply(this, arguments);
1888 $['cleanData'+replaceSuffix].apply(this, arguments);
3207 result.push.apply(result, [next.x, next.y]);
3281 result = PLUGINS.polys[shape].apply(
H A Draphael.js521 apply = "apply",
2001 var xmin = mmin[apply](0, X),
2002 ymin = mmin[apply](0, Y),
2003 xmax = mmax[apply](0, X),
2004 ymax = mmax[apply](0, Y),
2351 min: {x: mmin[apply](0, x), y: mmin[apply](0, y)},
2352 max: {x: mmax[apply](0, x), y: mmax[apply](0, y)}
5361 x = mmin[apply](0, x);
5362 y = mmin[apply](0, y);
5363 x2 = mmax[apply](0, x2);
[all …]
/plugin/authloginapi/
H A DLICENSE18 the GNU Lesser General Public License instead.) You can apply it to
114 These requirements apply to the modified work as a whole. If
117 themselves, then this License, and its terms, do not apply to those
212 apply and the section as a whole is intended to apply in other
/plugin/flexpaper/
H A DLICENSE18 the GNU Lesser General Public License instead.) You can apply it to
114 These requirements apply to the modified work as a whole. If
117 themselves, then this License, and its terms, do not apply to those
212 apply and the section as a whole is intended to apply in other
/plugin/authgoogle2fa/
H A DLICENSE18 the GNU Lesser General Public License instead.) You can apply it to
114 These requirements apply to the modified work as a whole. If
117 themselves, then this License, and its terms, do not apply to those
212 apply and the section as a whole is intended to apply in other
/plugin/dokumicrobugtracker/js/
H A Djquery.dataTables.js2318 return _oExt.oApi[sFunc].apply( this, aArgs );

1...<<4142434445464748