Lines Matching +defs:text +defs:xml
8596 DataProcessor.prototype.afterUpdate = function (that, xml, id) { argument
8786 this.getUpdates(url, function (xml) { argument
8990 callback: function (xml) { argument
13953 var opts = { text: message }; property in gantt._dhtmlx_confirm.opts
14482 gantt.xml = { class in gantt
14522 _getXML: function (text, loader, toptag) { argument
14539 parse: function (text, loader) { argument
14575 parse: function (text, loader) { argument
14708 function button(text, className, result) { argument
14715 function info(text) { argument
14866 function box_params(text, type, callback) { argument
14872 text = {text: text, type: type, callback: callback}; property in module.exports.box_params.text
14877 function params(text, type, expire, id) { argument
14920 var messageBox = function (text, type, expire, id) { argument
15709 text: gantt.locale.labels.new_task property in module.exports.insertPlaceholder.placeholder
17407 text: new (textEditorFactory(gantt))(), property in gantt.config.editor_types
27097 function escapeQuotes(text){ argument