Home
last modified time | relevance | path

Searched refs:remove (Results 451 – 475 of 799) sorted by last modified time

1...<<11121314151617181920>>...32

/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js.map1 …tHost[eventName]){\n\t\t\t\teventHost[eventName].removeEvent(eventId); //remove event\n\t\t\t}\n\t…
H A Ddhtmlxgantt_keyboard_navigation.js.map1remove(node) {\n\tif (node && node.parentNode) {\n\t\tnode.parentNode.removeChild(node);\n\t}\n}\n…
H A Ddhtmlxgantt_tooltip.js.map1remove(node) {\n\tif (node && node.parentNode) {\n\t\tnode.parentNode.removeChild(node);\n\t}\n}\n…
H A Ddhtmlxgantt_drag_timeline.js13remove("gantt_timeline_move_available")},this._getScrollPosition=function(t){return{x:gantt.$ui.ge…
H A Ddhtmlxgantt_drag_timeline.js.map1remove","_getScrollPosition","timeline","gantt","$ui","getView","$config","scrollX","getScrollStat…
H A Ddhtmlxgantt_undo.js13remove:return this.type.add;case this.type.add:return this.type.remove;case this.type.move:return …
H A Ddhtmlxgantt_undo.js.map1remove","add","assert","_undoStack","_redoStack","getUndoStack","getRedoStack","clearUndoStack","c…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_drag_timeline.js155 _this._timeline.$task.classList.remove("gantt_timeline_move_available");
189 gantt.$root.classList.remove("gantt_noselect");
H A Ddhtmlxgantt_undo.js141 remove: "remove", property in gantt.config.undo_actions
339 this._storeTaskCommand(task, this._undo.command.type.remove);
343 this._storeTaskCommand(children[i], this._undo.command.type.remove);
349 this._storeLinkCommand(childrenLinks[i], this._undo.command.type.remove);
366 this._storeLinkCommand(link, this._undo.command.type.remove);
631 case this.type.remove:
634 return this.type.remove;
763 remove: "deleteTask",
771 remove: "deleteLink",
783 else if (command.type === actions.remove) {
H A Ddhtmlxgantt_tooltip.js679 function remove(node) { function
810 removeNode: remove,
H A Ddhtmlxgantt_keyboard_navigation.js1884 function remove(node) { function
2015 removeNode: remove,
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1remove","$find","$insertAt","data","$each","master","$map","$filter","powerArray","DataStore","pul…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js18167 remove: linksToDelete
18189 if (linksDiff.add.length || linksDiff.remove.length) {
18194 linksDiff.remove.forEach(function (linkId) {
29324 function remove(node) { function
29455 removeNode: remove,
/plugin/yuriigantt/
H A DLICENSE355 remove any additional permissions from that copy, or from any part of
392 restriction, you may remove that term. If a license document contains
/plugin/structcombolookup/
H A Dscript.js146 this.wrapper.remove();
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64remove-properties|xdmp:document-remove-permissions|xdmp:document-remove-collections|xdmp:document-…
/plugin/icons/assets/font-awesome/css/
H A Dfont-awesome.min.css4 …}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:b…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1remove::before{content:"\F015"}.mdi-account-remove-outline::before{content:"\FAEC"}.mdi-account-se…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap-min.js.map1 …w","path","marker","attr","id","markerWidth","t","createText","getBBox","remove","pushToStack","el…
H A Dsequence-diagram-snap.js1413 t.remove();
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.min.js15 …,map:1,mapKeys:1,mapValues:1,partition:1,reduce:2,reduceRight:2,reject:1,remove:1,some:1,takeRight…
18 pullAllWith:!0,pullAt:!0,remove:!0,reverse:!0},object:{assign:!0,assignAll:!0,assignAllWith:!0,assi…
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md41 * <a href="#_removearray-predicate_identity">`_.remove`</a>
1321 **Note:** Unlike `_.without`, this method mutates `array`. Use `_.remove`
1322 to remove elements from an array by predicate.
1329 2. `[values]` *(...&#42;)*: The values to remove.
1351 This method is like `_.pull` except that it accepts an array of values to remove.
1361 2. `values` *(Array)*: The values to remove.
1395 2. `values` *(Array)*: The values to remove.
1430 2. `values` *(Array)*: The values to remove.
1510 var evens = _.remove(array, function(n) {
2588 **Note:** Unlike `_.remove`, this method returns a new array.
[all …]
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js12658 _.remove(objects);
19156 actual = _.remove(array, isEven);
19169 _.remove(array, function(n, index) {
19183 _.remove(objects, { 'a': 1 });
19191 _.remove(objects, ['a', 1]);
19199 _.remove(objects, 'a');
19210 _.remove(array, function(n) {
19224 _.remove(array, function(n) {
19236 _.remove(array, function(n, index) {
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js773 var setOptions = {add: true, remove: true, merge: true};
774 var addOptions = {add: true, remove: false};
822 remove: function(models, options) {
862 var remove = options.remove;
904 if (remove) {
914 var replace = !sortable && add && remove;
977 return this.remove(model, options);
988 return this.remove(model, options);
1190 if (event === 'destroy') this.remove(model, options);
1276 remove: function() {
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js351 result = col.remove(d);
355 result = col.remove(d);
360 result = col.remove([c, d]);
366 result = col.remove([]);
450 col1.remove(m1);
453 col2.remove(m1);
482 col2.remove(m);
487 col1.remove(m);
1622 calls.remove++;
1632 collection.remove(model);
[all …]

1...<<11121314151617181920>>...32