Home
last modified time | relevance | path

Searched refs:method (Results 476 – 500 of 972) sorted by last modified time

1...<<11121314151617181920>>...39

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js2538 Promise.method = function (fn) { function
3756 var method = callback;
6170 method: method property in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f5c00.createConfig.result
6201 switch(method) {
6234 method: "get",
6282 (config.method || "GET"),
6359 t.open(method, url, async);
6364 } else if (method.toUpperCase() == "POST" || method == "PUT" || method == "DELETE") {
6366 } else if (method == "GET") {
22101 if (method){
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_fullscreen.js294 var method = console.warning || console.log;
295method("The `fullscreen` feature not being allowed, or full-screen mode not being supported");
H A Ddhtmlxgantt_keyboard_navigation.js1994 var method = el.matches || el.msMatchesSelector || el.webkitMatchesSelector;
1996 if (method.call(el, selector)) return el;
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64 …est-url|xdmp:get-request-protocol|xdmp:get-request-path|xdmp:get-request-method|xdmp:get-request-h…
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md4341 method to cancel delayed `func` invocations and a `flush` method to
5225 **Note:** This method is based on
5291 **Note:** This method is based on
5479 **Note:** This method is based on
10113 method.
10529 _.map(objects, _.method('a.b'));
10544 The opposite of `_.method`; this method creates a function that invokes
10546 provided to the invoked method.
10648 This method returns `undefined`.
11024 This method returns `false`.
[all …]
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js15347 var method = _.method(path);
15359 var method = _.method(path);
15370 var method = _.method(path);
15402 var method = _.method(path);
15413 var method = _.method(path);
15425 var method = _.method(path);
15428 return index ? method(value) : method();
15442 var method = _.method(path);
15458 var method = _.method(path);
15473 var method = _.method(path, 1, 2, 3);
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js81 return _[method](this[attribute]);
84 return _[method](this[attribute], value);
95 return _[method].apply(_, args);
100 _.each(methods, function(length, method) { argument
101 if (_[method]) Class.prototype[method] = addMethod(length, method, attribute);
1063 collection[method](resp, options);
1326 var method = events[key];
1327 if (!_.isFunction(method)) method = this[method];
1328 if (!method) continue;
1407 var type = methodMap[method];
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js496 m.sync = function(method, model, options) { options.success(); }; argument
508 m.sync = function(method, model, options) { throw 'should not be called'; };
522 assert.equal(this.syncArgs.method, 'read');
536 collection.sync = function(method, model, options) { options.error(); }; argument
550 collection.sync = function(method, model, opts) {
575 assert.equal(this.syncArgs.method, 'create');
602 sync: function(method, model, options) { argument
995 collection.sync = m.sync = function( method, coll, options ){
1050 model.sync = function(method, m, options){ options.success(); }; argument
1426 sync: function(method, collection, options) { argument
[all …]
H A Dmodel.js555 model.sync = function(method, m, options) { argument
580 model.sync = function(method, m, options) {
598 model.sync = function(method, m, opts) {
616 model.sync = function(method, m, opts) {
631 model.sync = function(method, m, options) {
665 model.sync = function(method, m, options) {
675 model.sync = function(method, m, options) {
698 sync: function(method, m, options) { argument
725 sync: function(method, m, options) { argument
755 sync: function(method, m, options) { argument
[all …]
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js15621 var method = baseRest(function(path, args) {
16594 lodash.method = method;
H A Dlodash.min.js102 An.merge=Sf,An.mergeWith=Of,An.method=qf,An.methodOf=Vf,An.mixin=Nu,An.negate=au,An.nthArg=function…
/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/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.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);
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);
/plugin/sequencediagram/bower_components/lodash/lib/fp/template/doc/
H A Dwiki.jst33 // Load a method category.
36 // Load a single method for smaller builds with browserify/rollup/webpack.
43 does that really mean for each method? Below is a breakdown of the mapping used
44 to convert each method.
142 Not all variadic methods have corresponding new method variants. Feel free to
151 There are <%= _.size(mapping.aliasToReal) %> method aliases:<br>
159 The placeholder argument, which defaults to `_`, may be used to fill in method
176 on using functional composition as an alternative to method chaining.
180 Although `lodash/fp` & its method modules come pre-converted, there are times
181 when you may want to customize the conversion. That’s when the `convert` method
[all …]
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js15621 var method = baseRest(function(path, args) {
16594 lodash.method = method;
H A DREADME.md52 // Load method categories.
77 …* [lodash](https://www.npmjs.com/package/lodash) & [per method packages](https://www.npmjs.com/bro…
/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
18958 spy.method = method;
19486 return file.method.toUpperCase() != "POST";
19491 return file.method.toUpperCase() != "PUT";
[all …]
/plugin/sequencediagram/bower_components/raphael/
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));

1...<<11121314151617181920>>...39