Home
last modified time | relevance | path

Searched refs:config (Results 876 – 900 of 908) sorted by path

1...<<31323334353637

/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_quick_info.js13config.quickinfo_buttons=["icon_delete","icon_edit"],gantt.config.quick_info_detached=!0,gantt.con…
H A Ddhtmlxgantt_quick_info.js.map1config","quickinfo_buttons","quick_info_detached","show_quick_info","attachEvent","id","setTimeout…
H A Ddhtmlxgantt_smart_rendering.js13config.smart_rendering=!0,gantt._smart_render={getViewPort:function(){var t=gantt.$ui.getView("tim…
H A Ddhtmlxgantt_smart_rendering.js.map1config","smart_rendering","_smart_render","getViewPort","timeline","$ui","getView","grid","view","…
H A Ddhtmlxgantt_tooltip.js13config.tooltip_offset_x,a=gantt.config.tooltip_offset_y,c=document.body,l=n.getRelativeEventPositi…
H A Ddhtmlxgantt_tooltip.js.map1config","tooltip_offset_x","offsetY","tooltip_offset_y","mouse","containerPos","scrollY","pos","sc…
H A Ddhtmlxgantt_undo.js13config.undo_steps||o,this.command.entity=gantt.config.undo_types,this.command.type=gantt.config.un…
H A Ddhtmlxgantt_undo.js.map1config","undo_steps","undo_types","undo_actions","undo","redo","_pop","_reorderCommands","callEven…
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_cn.js13 …n(n.s=208)}({208:function(e,t){gantt.config.day_date="%M %d日 %D",gantt.config.default_date="%Y年 %M…
H A Dlocale_cn.js.map1config","day_date","default_date","month_date","locale","date","month_full","month_short","day_ful…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js7525 var config = gantt.config,
15625 config = config || {};
19772 store.move(dnd.config.id, dnd.config.index, dnd.config.parent);
21051 var cells = config.rows || config.cols || config.views;
26610 var content = config.format || config.template || config.date;
27012 config.id = config.view;
27015 if(config.id && !config.css){
27493 config.unit = config.unit || gantt.config.duration_unit;
27494 config.step = config.step || gantt.config.duration_step;
27495 config.start_date = config.start_date || config.start || config.date;
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_click_drag.js267 if (gantt.config.click_drag) {
268 var clickDrag = gantt.config.click_drag;
307 function SelectedRegion(config) { argument
310 this._viewPort = config.viewPort;
311 this._el.classList.add(config.className);
313 this._callback = config.callback;
318 if (config.className !== "") {
327 this._singleRow = config.singleRow;
332 var height = gantt.config.row_height;
389 var height = gantt.config.row_height;
[all …]
H A Ddhtmlxgantt_csp.js213 gantt.config.task_attribute = "data-task-id";
214 gantt.config.link_attribute = "data-link-id";
215 gantt.config.grid_resizer_column_attribute = "data-column-index";
216 gantt.config.grid_resizer_attribute = "data-grid-resizer";
H A Ddhtmlxgantt_drag_timeline.js196 if (gantt.config.drag_timeline) {
206 gantt.config.autoscroll = false;
209 gantt.config.readonly = true;
230 if (!gantt.config.drag_timeline) {
257 if (!gantt.config.drag_timeline) {
260 var useKey = gantt.config.drag_timeline.useKey;
266 if (!gantt.config.drag_timeline) {
269 var useKey = gantt.config.drag_timeline.useKey;
288 if (!gantt.config.drag_timeline) {
291 var useKey = gantt.config.drag_timeline.useKey;
[all …]
H A Ddhtmlxgantt_keyboard_navigation.js121 gantt.config.keyboard_navigation = true;
222 if(gantt.config.keyboard_navigation){
446 focus: function(config){ argument
447 var type = config ? config.type : null;
452 node = new constructor(config.id, findVisibleColumnIndex(config.column));
455 node = new constructor(config.id);
994 var step = gantt.config.row_height;
1051 if (!gantt.config.show_grid) {
1058 if (!gantt.config.show_grid) {
1324 if (gantt.config.show_grid) {
[all …]
H A Ddhtmlxgantt_marker.js131 gantt.config.show_markers = true;
134 if(!gantt.config.show_markers)
H A Ddhtmlxgantt_multiselect.js118 gantt.config.multiselect = true;
119 gantt.config.multiselect_one_level = false;
141 this._one_level = gantt.config.multiselect_one_level;
143 this._active = gantt.config.multiselect;
H A Ddhtmlxgantt_quick_info.js118 gantt.config.quickinfo_buttons = ["icon_delete","icon_edit"];
119 gantt.config.quick_info_detached = true;
120 gantt.config.show_quick_info = true;
162 ) || !this.config.show_quick_info) {
192 if (gantt.config.quick_info_detached) {
239 if (gantt.config.quick_info_detached) {
314 var buttons = gantt.config.quickinfo_buttons;
345 if (gantt.config.quick_info_detached) {
H A Ddhtmlxgantt_smart_rendering.js118 gantt.config.smart_rendering = true;
145 scroll.y = scroll.y || gantt.getVisibleTaskCount()*gantt.config.row_height;
166 y_end: y + gantt.config.row_height
175 y_end: Math.max(from_pos, to_pos) + gantt.config.row_height
183 var firstTask = Math.floor(Math.max(0, port.y) / gantt.config.row_height) - buffer;
184 var lastTask = Math.ceil(Math.max(0, port.y_end) / gantt.config.row_height) + buffer;
392 if(gantt.config.smart_rendering){
405 if(gantt.config.smart_rendering){
415 if(!gantt.config.smart_rendering)
423 if(!gantt.config.smart_rendering)
H A Ddhtmlxgantt_tooltip.js121 gantt.config.tooltip_timeout = 30;
122 gantt.config.tooltip_offset_y = 20;
123 gantt.config.tooltip_offset_x = 10;
124 gantt.config.tooltip_hide_timeout = 30;
132 if (gantt.config.touch && !gantt.config.touch_tooltip) {
345 if (!config.global) {
377 this.detach(config.selector);
379 this._listeners[config.selector] = {
404 selector: config.selector,
405 global: config.global,
[all …]
H A Ddhtmlxgantt_undo.js125 gantt.config.undo = true;
126 gantt.config.redo = true;
131 gantt.config.undo_types = {
139 gantt.config.undo_actions = {
276 if (type === gantt.config.undo_types.task) {
279 if (type === gantt.config.undo_types.link) {
486 _this.store(id, gantt.config.undo_types.task);
660 this.command.entity = gantt.config.undo_types;
661 this.command.type = gantt.config.undo_actions;
662 this.undoEnabled = !!gantt.config.undo;
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/locale/
H A Dlocale_cn.js126 gantt.config.day_date = "%M %d日 %D";
127 gantt.config.default_date = "%Y年 %M %d日";
128 gantt.config.month_date = "%Y年 %M";
/plugin/zotero/
H A DFeedZoteroRepository.php22 private $config; variable in FeedZoteroRepository
24 public function __construct(ZoteroFeedReader $feedReader, ZoteroConfig $config) argument
26 $this->config = $config;
118 $authorFormat = $this->config->getConfig("SourceEntries", "authorFormat");
H A DImportZoteroFeedReader.php10 private $config; variable in ImportZoteroFeedReader
12 public function __construct(ZoteroConfig $config) argument
14 $this->config = $config;
24 $feed = $this->download($this->config->getUrlForEntries());
84 return $next->getAttribute("href") . "&key=" . $this->config->getConfig("ZoteroAccess", "key");
H A DIniZoteroConfig.php8 $this->config = parse_ini_file(dirname(__FILE__) . DIRECTORY_SEPARATOR . "config.ini", true);

1...<<31323334353637