Home
last modified time | relevance | path

Searched defs:xml (Results 51 – 75 of 144) sorted by relevance

123456

/plugin/bpmnioeditor/
Dscript.js137 success: function(xml) { argument
182 success: function(xml) { argument
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
DXmlTest.php2874 protected function assertXMLEqualsToMimeDir($xml, $mimedir) {
2885 protected function assertXMLReflexivelyEqualsToMimeDir($xml, $mimedir) {
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DClient.php28 public $xml; variable in Sabre\\DAV\\Client
/plugin/webdav/vendor/sabre/dav/lib/DAV/
DClient.php29 public $xml; variable in Sabre\\DAV\\Client
/plugin/authucenter/lib/uc_client/lib/
Dxml.class.php10 function xml_unserialize(&$xml, $isnormal = FALSE) {
/plugin/diagramsnet/lib/plugins/
Dupdate.js104 function parseResponse(xml) argument
/plugin/mellelexport/
Drenderer.php502 static function cleanTemplate($xml) {
506 static function xml_errors ($xml) {
544 static function remove_whitespace($xml) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
DXML.php147 private static function isolateNamespace($xml, $ns)
/plugin/diagramsnet/lib/js/diagramly/
DEditorUi.js1754 EditorUi.prototype.getHtml2 = function(xml, graph, title, editLink, redirect) argument
1765 xml: Graph.zapGremlins(xml), toolbar: 'pages zoom layers lightbox'}; property
2299 EditorUi.prototype.updateDiagram = function(xml) argument
2981 StorageFile.getFileContent(this, '.scratchpad', mxUtils.bind(this, function(xml) argument
3340 var entry = {xml: xml, w: bounds.width, h: bounds.height}; property
3558 this.importVisio(file, function(xml) argument
4327 EditorUi.prototype.createImageDataUri = function(canvas, xml, format, dpi) argument
4355 EditorUi.prototype.saveCanvas = function(canvas, xml, format, ignorePageName, dpi) argument
6766 EditorUi.prototype.getEmbeddedSvg = function(xml, graph, url, noHeader, callback, ignoreSelection, argument
6953 …EditorUi.prototype.importXml = function(xml, dx, dy, crop, noErrorHandling, addNewPage, applyDefau… argument
[all …]
DApp.js2828 window.opener.openFile.setConsumer(mxUtils.bind(this, function(xml, filename, temp) argument
3175 var doLoadFile = mxUtils.bind(this, function(xml) argument
3228 this.installMessageHandler(mxUtils.bind(this, function(xml, evt) argument
3329 var showCreateDialog = mxUtils.bind(this, function(xml) argument
3492 App.prototype.loadDraft = function(xml, success) argument
3999 window.openFile.setConsumer(mxUtils.bind(this, function(xml, filename) argument
4190 window.openFile.setConsumer(mxUtils.bind(this, function(xml, filename) argument
4609 …importVisio(this.base64ToBlob(responseData.substring(responseData.indexOf(',') + 1)), function(xml) argument
4628 this.convertLucidChart(data, mxUtils.bind(this, function(xml) argument
5560 StorageFile.getFileContent(this, name, mxUtils.bind(this, function(xml) argument
[all …]
DElectronApp.js39 xml: xml, property
367 editorUi.convertLucidChart(data, function(xml) argument
379 … editorUi.importVisio(editorUi.base64ToBlob(data, 'application/octet-stream'), function(xml) argument
1053 this.importVisio(data, mxUtils.bind(this, function(xml) argument
1981 xml: data, property
2036 xml: data, property
DDialogs.js3063 function selectElement(elt, xml, libs, extUrl, infoObj, clibs, realUrl) argument
3145 function showTooltip(xml, x, y) argument
3180 loadXmlData(url, function(xml) argument
3257 loadXmlData(url, function(xml) argument
6074 function updateGraph(xml) argument
6271 item.getXml(function(xml) argument
6394 var DraftDialog = function(editorUi, title, xml, editFn, discardFn, editLabel, discardLabel, ignore… argument
9314 addButton(null, null, 0, 0, 0, 0, {xml: temp, w: size.width, h: size.height}); property
9381 editorUi.importVisio(file, mxUtils.bind(this, function(xml) argument
10189 function showTooltip(xml, x, y) argument
[all …]
/plugin/openid/Auth/Yadis/
DXML.php227 protected $xml = ''; variable in Auth_Yadis_dom
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
DXML.php84 function addXMLAsBranch($xml, $id = -1) {
/plugin/diagramsnet/lib/js/grapheditor/
DActions.js77 window.openFile.setConsumer(mxUtils.bind(this, function(xml, filename) argument
165 ui.readGraphModelFromClipboard(function(xml) argument
261 ui.readGraphModelFromClipboard(function(xml) argument
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
DGPX.php142 protected function childElements($xml, $nodeName = '')
/plugin/eventline/timeline_js/scripts/
Dsources.js23 Timeline.DefaultEventSource.prototype.loadXML = function(xml, url) { argument
160 Timeline.DefaultEventSource.prototype.loadSPARQL = function(xml, url) { argument
/plugin/diagramsnet/
Dscript.js48 …iframe.contentWindow.postMessage(JSON.stringify({action: 'export', format: 'xmlpng', xml: xmlData,… property
/plugin/diagrams/script/
H A DDiagramsEditor.js241 …this.#diagramsEditor.contentWindow.postMessage(JSON.stringify({action: 'load', xml: this.#svg}), '… property
/plugin/saml/phpsaml/lib/Saml2/
DSettings.php952 public function validateMetadata($xml)
/plugin/sqlraw/
Dsyntax.php627 function _propertyRaw($prop, $xml) {
/plugin/adfs/phpsaml/lib/Saml2/
DSettings.php952 public function validateMetadata($xml)
/plugin/googlesearch/
Dnusoap.php1006 var $xml = ''; variable in XMLSchema
1041 function XMLSchema($schema='',$xml='',$namespaces=array()){
1074 function parseFile($xml,$type){
1100 function parseString($xml,$type){
5802 var $xml = ''; variable in soap_parser
5844 function soap_parser($xml,$encoding='UTF-8',$method='',$decode_utf8=true){
/plugin/eventline/
Dtimeline.js140 Timeline.loadXML(filepath, function(xml, url) { eventSource.loadXML(xml, url); }); argument
/plugin/mantis/lib/
Dnusoap.php1087 var $xml = ''; variable in nusoap_xmlschema
1122 function nusoap_xmlschema($schema='',$xml='',$namespaces=array()){
1155 function parseFile($xml,$type){
1181 function parseString($xml,$type){
6449 var $xml = ''; variable in nusoap_parser
6492 function nusoap_parser($xml,$encoding='UTF-8',$method='',$decode_utf8=true){

123456