Home
last modified time | relevance | path

Searched defs:method (Results 201 – 225 of 424) sorted by relevance

12345678910>>...17

/plugin/issuelinks/services/
H A DGitLab.service.php126 protected function makeGitLabRequest($endpoint, array $data, $method, array $headers = [])
H A DGitHub.service.php179 protected function makeGitHubRequest($endpoint, $data, $method, $headers = [])
/plugin/authgooglesheets/vendor/google/auth/src/
H A DAccessToken.php453 protected function callJwtStatic($method, array $args = [])
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js496 m.sync = function(method, model, options) { options.success(); }; argument
536 collection.sync = function(method, model, options) { options.error(); }; argument
602 sync: function(method, model, options) { argument
604 return Backbone.Model.prototype.sync.call(this, method, model, options); argument
1050 model.sync = function(method, m, options){ options.success(); }; argument
1426 sync: function(method, collection, options) { argument
1428 return Backbone.Collection.prototype.sync.call(this, method, collection, options); argument
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php340 protected static function validatePlugin($format, $type, $method = null)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php773 public function __call($method, $arguments)
781 public function __call($method, $arguments)
/plugin/diagramsnet/lib/js/diagramly/
H A DNotionClient.js134 NotionClient.prototype.executeRequest = function(url, data, method, success, error, failOnAuth) argument
405 NotionClient.prototype.writeFile = function(url, folderId, filename, nameField, data, method, succe… argument
/plugin/letsencrypt/
H A DLescript.php454 protected function curl($method, $url, $data = null)
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dpusher-http-java-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js650 Popcorn.forEach( "enable disable".split(" "), function( method ) { argument
1813 methods.forEach(function( method ) { argument
1919 methods.forEach(function( method ) { argument
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-script.js50 _openArgs={method:(_2||"").toUpperCase(),url:_3,asyncFlag:_4,username:_5!=null?_5:"",password:_6!=n… property in t.open._openArgs
H A DJsHttpRequest-xml.js50 _openArgs={method:(_2||"").toUpperCase(),url:_3,asyncFlag:_4,username:_5!=null?_5:"",password:_6!=n… property in t.open._openArgs
H A DJsHttpRequest-form.js50 _openArgs={method:(_2||"").toUpperCase(),url:_3,asyncFlag:_4,username:_5!=null?_5:"",password:_6!=n… property in t.open._openArgs
H A DJsHttpRequest-script-xml.js50 _openArgs={method:(_2||"").toUpperCase(),url:_3,asyncFlag:_4,username:_5!=null?_5:"",password:_6!=n… property in t.open._openArgs
H A DJsHttpRequest.js50 _openArgs={method:(_2||"").toUpperCase(),url:_3,asyncFlag:_4,username:_5!=null?_5:"",password:_6!=n… property in t.open._openArgs
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php33 protected function call($function, array $arguments = array(), $method = 'GET'){
/plugin/jsonrpc/
H A Djsonrpc.php69 function addCallback($method, $callback, $args, $help, $public=false){
/plugin/upgrade/HTTP/
H A DHTTPClient.php164 public function sendRequest($url,$data='',$method='GET'){ argument
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js50 _openArgs={method:(_2||"").toUpperCase(),url:_3,asyncFlag:_4,username:_5!=null?_5:"",password:_6!=n… property in t.open._openArgs
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DClient.php510 request(string $path, string $method = Request GET, $data = [], array $query = [], string $contentType = Request DEFAULT_CONTENT_TYPE) global() argument
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DRemoteWebDriver.php603 public function executeCustomCommand($endpointUrl, $method = 'GET', $params = []) argument
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js78 var addMethod = function(length, method, attribute) { argument
100 _.each(methods, function(length, method) { argument
1406 Backbone.sync = function(method, model, options) { argument
/plugin/freechat/phpfreechat/data/public/js/
H A Dxajax.js2 var xajax={callOptions:{method:'post'}, property in xajax.callOptions
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php941 public static function methodExists($classOrObject, $method, $message = '')
951 public static function methodNotExists($classOrObject, $method, $message = '')
/plugin/eventum/XML/
H A DRPC.php1284 function method($meth = '') function in XML_RPC_Message

12345678910>>...17