Home
last modified time | relevance | path

Searched refs:method (Results 851 – 875 of 972) sorted by last modified time

1...<<313233343536373839

/plugin/advrack/
H A Djquery.qtip.js708 method = adjust.method.split(' '),
1369 $.proxy(method, context || this)
1378 function delegate(selector, events, method) { argument
1383 api && !api.disabled && method.apply(api, arguments);
1927 method: 'flipinvert flipinvert' property in QTIP.defaults.position.adjust
2457 method = api.options.position.adjust.method.split(' '),
2458 horizontal = method[0],
2459 vertical = method[1] || method[0],
2938 method = adjust.method.split(' '),
2939 methodX = method[0],
[all …]
H A Draphael.js5231 for (var method in elproto) if (elproto[has](method)) {
5232 setproto[method] = (function (methodname) {
5239 })(method);
7119 for (var method in elproto) if (elproto[has](method) && !setproto[has](method)) {
7120 setproto[method] = (function (methodname) {
7127 })(method);
7540 fill.method = "none";
8099 for (var method in elproto) if (elproto[has](method) && !setproto[has](method)) {
8100 setproto[method] = (function (methodname) {
8107 })(method);
/plugin/authdomainlimitation/
H A DREADME3 Provides a method to regulate the (email) domains with which users are allowed to register himself.
H A Dplugin.info.txt6 desc Provides a method to regulate the (email) domains with which users are allowed to register h…
/plugin/idoit/
H A DREADME.md23 "method": "cmdb.object.read",
34 * **method**: The method string as defined in `CMDB/Methods.class.php` of the PHP API
69 "method": "cmdb.object.read",
90 "method": "cmdb.object.read",
108 "method": "cmdb.category.read",
H A Dsyntax.php78 $apiRequest = new Request($api_conn, $request['method'], $request['params']);
/plugin/dokumicrobugtracker/js/
H A Djquery.jeditable.mini.js22 if('PUT'==settings.method){submitdata['_method']='put';}
/plugin/jiralinks/
H A Daction.php94 protected function executeRequest($request, $method = 'GET', $data = NULL) { argument
98 switch(strtoupper($method)) {
/plugin/paypal/
H A Dsyntax.php107 $renderer->doc .= '<form action="https://www.paypal.com/cgi-bin/webscr" method="post">';
/plugin/publistx/bibtex/
H A Dsample.bib15 title = "An iterative method for the {H}elmholtz equation",
/plugin/publistx/bib2tpl/
H A Dchangelog5 * Change e2mn method in helper.inc.php to use the month name in the
/plugin/codebutton2/
H A Dadmin.php62 ptln('<form name="frm" action="'.wl($ID).'" method="post">');
/plugin/geonav/tpl/startermap/
H A Dstyle.ini45 ; the stylesheets. Changing this file is the simplest method to
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jar ... .apache.http.protocol.HttpContext context String method } org/apache/http/protocol/RequestExpectContinue ...
H A Dcommons-logging-1.1.1.jar ... caller Throwable dummyException StackTraceElement[] locations String cname String method java.util.logging.Level level String msg ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/aceeditor/
H A Dbuild.js1 …ta.(?:class(?:.fromName)?|DynamicProperty|EnumeratedValue|event|MetaData|method|package(?:.(?:from…
/plugin/searchpattern/
H A Dplugin.info.txt6 ….*?<\/todo[\W]*?>/'?? _ToDo ??~~ A other syntax plugin can implement the method _searchpatternHand…
/plugin/socialshareprivacy2/SSP/
H A DREADME.md226 This event is emitted after the `socialSharePrivacy` method created a Social
/plugin/flowplayer/player/
H A DREADME.txt72 - fixed the stopBuffering() API method to close the NetConnection and to clear the screen
77 - #378, javascript method loadPluginWithConfig is unavailable and non existant. Documentation updat…
191 - added a loadPluginWithConfig method to FlowplayerBase, accessible from javascript. Fixed double o…
344 - the API method setPlaylist() no longer starts playing if autoPlay: true, neither it starts buffer…
345 - the API method play() now accepts an array of clip objects as an argument, the playlist is replac…
351 …eed even when the RTMP server does not send any metadata and the onStart method is not therefore d…
/plugin/tindexmenu/
H A Dadmin.php384 ptln(' <form action="'.wl($ID).'" method="post">');
423 $out .= '<form action="https://www.paypal.com/cgi-bin/webscr" method="post">'."\n";
/plugin/fblogin/lib/
H A Dbase_facebook.php821 $method = strtolower($params['method']);
822 if ($method === 'auth.expiresession' ||
823 $method === 'auth.revokeauthorization') {
834 * @param string $method The http method (default 'GET')
856 if (is_array($method) && empty($params)) {
857 $params = $method;
858 $method = 'GET';
862 if ($this->isVideoPost($path, $method)) {
1042 protected function getApiUrl($method) { argument
1105 if (isset($READ_ONLY_CALLS[strtolower($method)])) {
[all …]
/plugin/fedauth/classes/adm/
H A Dfa_manage.adm.class.php85 $method = 'process_' . $this->cmd;
86 if (method_exists($this, $method)) {
87 return $this->$method();
99 $method = 'handle_ajax_' . $this->cmd;
100 if (method_exists($this, $method)) {
101 return $this->$method();
/plugin/fedauth/
H A Dhelper.php95 $out = '<div id="fa__authform" class="sprovs"><form action="'.wl($ID).'" method="post">'
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php665 $method = Auth_OpenID::arrayGet($mode_methods, $mode,
668 return call_user_func_array(array($this, $method),

1...<<313233343536373839