Home
last modified time | relevance | path

Searched defs:method (Results 376 – 400 of 424) sorted by path

1...<<11121314151617

/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DMailchimp.php83 public function request($path, $method = 'GET', $body = null, array $extraHeaders = array()) argument
/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php555 public function HistogramStretch(&$gdimg, $band='*', $method=0, $threshold=0.1) {
/plugin/phpipam/
H A Dphpipam-api.php510 public function set_api_method ($method = "GET") {
524 private function set_api_method_validate ($method) {
588 …public function execute ($method = false, $controller = false, $identifiers = array(), $params = a…
/plugin/processing/
H A Dscript.js873 function createPVectorMethod(method) { argument
881 function createSimplePVectorMethod(method) { argument
12342 function transformClassMethod(method) { argument
12625 function transformGlobalMethod(method) { 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/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js65 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
77 method: (method || '').toUpperCase(), property in t.open._openArgs
H A DJsHttpRequest-script-xml.js65 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
77 method: (method || '').toUpperCase(), property in t.open._openArgs
H A DJsHttpRequest-script.js65 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
77 method: (method || '').toUpperCase(), property in t.open._openArgs
H A DJsHttpRequest-xml.js65 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
77 method: (method || '').toUpperCase(), property in t.open._openArgs
H A DJsHttpRequest.js66 t.open = function(method, url, asyncFlag, username, password) { with (this){ argument
78 method: (method || '').toUpperCase(), property in t.open._openArgs
/plugin/remotescript/lib/JsHttpRequest/mini/
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-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.js50 _openArgs={method:(_2||"").toUpperCase(),url:_3,asyncFlag:_4,username:_5!=null?_5:"",password:_6!=n… property in t.open._openArgs
/plugin/remotescript/
H A Dscript.js9 …"&":"?")+session_name+"="+this.escape(RegExp.$1);}}catch(e){};_openArgs={method:(I||"").toUpperCas… property in i.open._openArgs
28 this.open = function (method, callback) { argument
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js814 function invoke(method) { argument
1361 method: 'post', property in AnonymousFunction87f8306d4200.options
2509 $w('positionedOffset viewportOffset').each(function(method) { argument
H A Dunittest.js384 assertRespondsTo: function(method, obj) { argument
391 assertReturnsTrue: function(method, obj) { argument
400 assertReturnsFalse: function(method, obj) { argument
409 assertRaise: function(exceptionName, method) { argument
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js8930 method = function() { count++; return this.index; }; function
/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/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
H A Dmodel.js555 model.sync = function(method, m, options) { argument
698 sync: function(method, m, options) { argument
700 return Backbone.Model.prototype.sync.call(this, method, m, options); argument
725 sync: function(method, m, options) { argument
727 return Backbone.Model.prototype.sync.call(this, method, m, options); argument
755 sync: function(method, m, options) { argument
757 return Backbone.Model.prototype.sync.call(this, method, m, options); argument
1076 sync: function(method, m, options) { assert.ok(options.parse); } argument
1286 sync: function(method, m, options){ options.success(); }, argument
1309 sync: function(method, m, options) { argument
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/setup/
H A Denvironment.js25 Backbone.sync = function(method, model, options) { argument
27 method: method, property in env.syncArgs
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js3553 method: "setTimeout" property in instanceCheckMap.Window
3559 method: "getElementById" property in instanceCheckMap.Document
3565 method: "appendChild" property in instanceCheckMap.Node
3577 method: "assign" property in instanceCheckMap.Location
3617 method: "submit", property in instanceCheckMap.HTMLFormElement
18678 method: null, property in XHRSpy
18949 this.open = function(method, url, async, user, password) argument

1...<<11121314151617