Home
last modified time | relevance | path

Searched refs:method (Results 851 – 875 of 972) sorted by path

1...<<313233343536373839

/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js283 _.invoke = restArgs(function(obj, method, args) { argument
284 var isFunc = _.isFunction(method);
286 var func = isFunc ? method : value[method];
1584 var method = ArrayProto[name];
1587 method.apply(obj, arguments);
1595 var method = ArrayProto[name];
1597 return chainResult(this, method.apply(this._wrapped, arguments));
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js4884 for (var method in elproto) if (elproto[has](method)) {
4885 setproto[method] = (function (methodname) {
4892 })(method);
H A Draphael.svg.js1414 for (var method in elproto) if (elproto[has](method) && !setproto[has](method)) {
1415 setproto[method] = (function (methodname) {
1422 })(method);
H A Draphael.vml.js401 fill.method = "none";
989 for (var method in elproto) if (elproto[has](method) && !setproto[has](method)) {
990 setproto[method] = (function (methodname) {
997 })(method);
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.min.js1 …!p)return null;if(e=e.shape||e.node,p.length){e.removeChild(s),s.on=!0,s.method="none",s.color=p[0…
H A Draphael.no-deps.min.js1 …!p)return null;if(e=e.shape||e.node,p.length){e.removeChild(s),s.on=!0,s.method="none",s.color=p[0…
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js2157 for (var method in Paper.prototype) if (Paper.prototype[has](method)) {
2158 this[method] = Paper.prototype[method];
/plugin/sequencediagram/bower_components/snap.svg/
H A Dhistory.md11 * Added method `Paper.toDataURL()`
12 * Added method `Snap.closest()`
23 * Added `Set.bind()` method
35 * Added `getBBox` method to the paper object
38 * Added `Set.remove()` method
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.map1 …y","includes","include","fromIndex","guard","values","indexOf","invoke","method","args","isFunc","…
H A Dunderscore.js272 _.invoke = function(obj, method) { argument
274 var isFunc = _.isFunction(method);
276 var func = isFunc ? method : value[method];
1506 var method = ArrayProto[name];
1509 method.apply(obj, arguments);
1517 var method = ArrayProto[name];
1519 return result(this, method.apply(this._wrapped, arguments));
/plugin/sfauth/
H A Dhelper.php137 public function apicall($method, $endpoint, $data = array(), $usejson = true) { argument
158 $http->sendRequest($url, $data, $method);
168 return $this->apicall($method, $endpoint, $data);
/plugin/shy/
H A Dsyntax.php152 * return value of the <tt>handle()</tt> method.
/plugin/siteexport/inc/
H A Dhttpproxy.php125 public function sendRequest($url, $data = '', $method = 'GET') { argument
127 $returnCode = parent::sendRequest($url, $data, $method);
/plugin/slacknotifier/helper/
H A DContext.php18 $method = "get$name";
19 if (!method_exists($this, $method)) {
23 return $this->{$method}();
/plugin/smtp/subtree/php-fig/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php89 ->method('__toString')
/plugin/snow/
H A Dsnowstorm.js210 method = [evt[sType]];
212 element[method](args[0], args[1]);
214 element[method].apply(element, args);
/plugin/socialshareprivacy2/SSP/
H A DREADME.md226 This event is emitted after the `socialSharePrivacy` method created a Social
/plugin/solr/
H A Daction.php138 $method = 'page_'.$event->data;
139 $this->$method();
H A Dhelper.php124 * @param string $method GET or POST
128 public function solr_query($path, $query, $method='GET', $postfields='') { argument
138 if($method == 'POST') {
148 'method' => $method,
/plugin/spreadout/
H A Dsyntax.php157 * <tt>handle()</tt> method.
/plugin/stars2/
H A DREADME.md55 * Bugfix for register and handle method thanks to @sag1
58 * Bugfix for register and handle method thanks to @leperm
/plugin/statistics/
H A Dadmin.php139 $method = 'html_' . $this->opt;
140 if(method_exists($this, $method)) {
143 $this->$method();
225 echo '<form action="'.DOKU_SCRIPT.'" method="get">';
/plugin/structodt/
H A Daction.php96 $method = 'action_' . $INPUT->str('action');
97 if (method_exists($this, $method)) {
98 call_user_func([$this, $method]);
123 $method = 'render' . strtoupper($ext);
124 $rendered_pages[] = $helper->$method($template, $row);
/plugin/structtasks/_test/
H A DActionTest.php29 $notifier->expects($this->never())->method('sendMessage');
41 $notifier->expects($this->never())->method('sendMessage');
86 ->method('sendMessage')
H A DCliTest.php107 ->method('sendMessage')
175 ->method('sendMessage')

1...<<313233343536373839