Home
last modified time | relevance | path

Searched refs:apply (Results 26 – 50 of 1183) sorted by relevance

12345678910>>...48

/plugin/indexmenu2/cms/extensions/
H A Dfunctionextensions.js7 …________=oldprop;return ret};if('undefined'==typeof Function.apply)Function.prototype.apply=functi…
/plugin/html2pdf/html2pdf/html2ps/
H A Dstrategy.width.min.nowrap.php19 function apply(&$box, &$context) { function in StrategyWidthMinNowrap
48 …return max($this->_maxw, $wc->apply($this->_maxw, $box->parent->get_width())) + $box->_get_hor_ext…
H A Dstrategy.width.min.php19 function apply(&$box, &$context) { function in StrategyWidthMin
74 …$wc->apply($minw, $containing_block['right'] - $containing_block['left'])) + $box->_get_hor_extra(…
H A Dcss.rules.inc.php13 function apply(&$root, &$state, &$pipeline) { function in CSSRule
15 $this->body->apply($state);
H A Dcss.ruleset.class.php81 $src = $url_autofix->apply(trim($root->get_attribute('href')));
239 function apply(&$root, &$state, &$pipeline) { function in CSSRuleset
271 $rule->apply($root, $state, $pipeline);
304 $rule->apply($root, $state, $pipeline);
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);
/plugin/diagramsnet/lib/plugins/
H A Dsvgdata.js13 var exp = graphCreateSvgImageExport.apply(this, arguments);
30 expDrawCellState.apply(this, arguments);
H A Dp1.js45 return graphGetGlobalVariable.apply(this, arguments);
53 var vars = graphGetExportVariables.apply(this, arguments);
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverExpectedCondition.php22 private $apply; variable in Facebook\\WebDriver\\WebDriverExpectedCondition
24 protected function __construct(callable $apply) argument
26 $this->apply = $apply;
34 return $this->apply;
/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59apply(this,newArguments);OpenLayers.Util.applyDefaults(this.params,OpenLayers.Util.upperCaseObject…
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5apply(t,arguments)}},x=function(n,t,r){return null==n?m.identity:m.isFunction(n)?b(n,t,r):m.isObje…
H A Dunderscore.js80 return func.apply(context, arguments);
703 var result = sourceFunc.apply(self, args);
768 return func.apply(null, args);
789 result = func.apply(context, args);
804 result = func.apply(context, args);
828 result = func.apply(context, args);
841 result = func.apply(context, args);
880 return func.apply(this, arguments);
890 memo = func.apply(this, arguments);
1495 push.apply(args, arguments);
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5apply(t,arguments)}},x=function(n,t,r){return null==n?m.identity:m.isFunction(n)?b(n,t,r):m.isObje…
H A Dunderscore.js83 return func.apply(context, arguments);
127 return func.apply(this, args);
732 var result = sourceFunc.apply(self, args);
797 return func.apply(null, args);
818 result = func.apply(context, args);
834 result = func.apply(context, args);
894 return !predicate.apply(this, arguments);
915 return func.apply(this, arguments);
925 memo = func.apply(this, arguments);
1572 push.apply(args, arguments);
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckkeystrokehandler.js63 this.SetKeystrokes.apply( this, keyDef ) ;
106 …= true || !( keystrokeHandler.OnKeystroke && keystrokeHandler.OnKeystroke.apply( keystrokeHandler,…
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DAMSmath.js19apply(b,this.InternalMath(j)).With({id:a.formatID(i)})},HandleNoTag:function(i){if(this.stack.glob…
/plugin/diagramsnet/lib/math/jax/input/TeX/
H A Djax.js19apply(MathJax.Localization,[["TeX",m]].concat([].slice.call(arguments,1)))};var f=MathJax.Object.i…
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js95 return _[method].apply(_, args);
328 callback.apply(this, arguments);
397 this.preinitialize.apply(this, arguments);
406 this.initialize.apply(this, arguments);
764 this.preinitialize.apply(this, arguments);
768 this.initialize.apply(this, arguments);
1200 this.trigger.apply(this, arguments);
1235 this.preinitialize.apply(this, arguments);
1238 this.initialize.apply(this, arguments);
1488 this.preinitialize.apply(this, arguments);
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js897 graphHandlerStart.apply(this, arguments);
1031 return click.apply(this, arguments);
1045 tooltipHandlerShow.apply(this, arguments);
2607 graphViewValidate.apply(this, arguments);
5056 graphClick.apply(this.graph, arguments);
6462 mxShapePaint.apply(this, arguments);
7795 graphSelectCell.apply(this, arguments);
13167 edgeHandlerInit.apply(this, arguments);
13273 vertexHandlerRedrawHandles.apply(this);
13365 edgeHandlerRedrawHandles.apply(this);
[all …]
/plugin/likeit/script/
H A Djquery.hoverIntent.js69 return cfg.over.apply(ob,[ev]);
82 return cfg.out.apply(ob,[ev]);
/plugin/diagramsnet/lib/math/extensions/a11y/
H A Daccessibility-menu.js6 e.apply(t, arguments);
34 …o ? (t.unshift(s.RULE()), o.submenu.items.push.apply(o.submenu.items, t)) : ((i = (u.FindId("Setti…
36 …o = s.SUBMENU.apply(s.SUBMENU, t), (a = u.IndexOfId("Locale")) ? u.items.splice(a, 0, o) : u.items…
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/
H A DTypeFilter.php12 public function apply($element); function
H A DShallowCopyFilter.php13 public function apply($element) function in DeepCopy\\TypeFilter\\ShallowCopyFilter
/plugin/dw2pdf/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/
H A DTypeFilter.php12 public function apply($element); function
H A DShallowCopyFilter.php13 public function apply($element) function in DeepCopy\\TypeFilter\\ShallowCopyFilter

12345678910>>...48