Home
last modified time | relevance | path

Searched refs:inc (Results 101 – 105 of 105) sorted by path

12345

/plugin/txt2tags/
H A Ddeploy.sh2 cp toolbar.php ../../../inc/toolbar.php
/plugin/virtualkeyboard/vk/extensions/
H A Darrayextensions.js216 Array.range = function(end /* :Number */, start /* :Number */, inc /* :Number */) /* :Array */{ argument
218 if (!isNumber(inc)) inc = 1;
223 ,i = Math.abs(inc)
230 return inc>0?tmp:tmp.reverse();
/plugin/wow/
H A Dsyntax.php117 require_once(DOKU_INC . '/inc/HTTPClient.php');
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1inc","ndate","setYear","add_quarter","to_fixed","num","utc","getISOWeek","getWeek","splt","mask","…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js6709 _add_days: function (date, inc) {
6712 ndate.setDate(ndate.getDate() + inc);
6719 add: function (date, inc, mode) {
6724 ndate = this._add_days(ndate, inc);
6727 ndate = this._add_days(ndate, inc * 7);
6730 ndate.setMonth(ndate.getMonth() + inc);
6733 ndate.setYear(ndate.getFullYear() + inc);
6750 ndate.setTime(ndate.getTime() + inc * 60 * 1000);
6754 return this["add_" + mode](date, inc, mode);
6759 add_quarter: function (date, inc) {
[all …]

12345