Home
last modified time | relevance | path

Searched refs:href (Results 301 – 325 of 918) sorted by last modified time

1...<<11121314151617181920>>...37

/plugin/diagramsnet/lib/math/extensions/
H A DSafe.js19href:"filterURL",src:"filterURL",altimg:"filterURL","class":"filterClass",style:"filterStyles",id:…
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DAMSmath.js19 …(m){i=a.formatTag(i)}this.Push(b.mrow.apply(b,this.InternalMath(i)).With({href:a.formatURL(l.id,e)…
H A DHTML.js19href:"HREF_attribute","class":"CLASS_attribute",style:"STYLE_attribute",cssId:"ID_attribute"}},nul…
H A Dtext-macros.js19 …kip:true,mspace:true,mkern:true,rule:true,Rule:true,Space:true,color:true,href:true,unicode:true,r…
/plugin/diagramsnet/lib/img/lib/active_directory/
H A Dwindows_server.svg1href="#B" id="C" x1="83.839" y1="200.393" x2="83.47" y2="127.295"/><linearGradient id="D" x1="111.…
H A Dwindows_server_2.svg1href="#J"><stop offset="0" stop-color="#0677fc"/><stop offset="1" stop-color="#8fcafe"/></linearGr…
H A Dworkspace_site.svg1href="#R"><stop offset="0" stop-color="#0f2da0"/><stop offset="1" stop-color="#89b3f3"/></linearGr…
/plugin/diagramsnet/lib/img/lib/allied_telesis/buildings/
H A DApartments.svg1href="#B"/><path d="M27.128 126.815l6.667 4.02-.016 8.247s-.405-4.833-3.238-8.532c-2.602-3.394-3.4…
H A DSchool_Building.svg1href="#B"/><use xlink:href="#B" y="20.65"/><use xlink:href="#B" x="-12.746" y="-7.678"/><use xlink…
/plugin/diagramsnet/lib/img/lib/mscae/
H A DFile.svg1 …1-1.1h15.1a1.11 1.11 0 0 1 1.1 1.1"/><use xlink:href="#B"/><use xlink:href="#B" y="7.5"/><use xlin…
H A DResourceRole.svg1 ….1.1.1.1.1.2v10.4c0 .1-.1.2-.1.2-.1.1-.2.1-.2.1"/><use xlink:href="#B"/></g><use xlink:href="#B" o…
H A DServerFarm.svg1href="#B" fill="#1e1e1e"/><circle fill="#b8d432" cx="7.643" cy="27.024" r="2.142"/><use xlink:href
H A DWorkflow.svg1 …b4d9"><path d="M22.6 14h4.8v24.5h-4.8z"/><use xlink:href="#B"/></g><g fill="#0072c6"><use xlink:hr…
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1728href:31,clickStatementDebug:32,open_directive:33,type_directive:34,arg_directive:35,close_directiv… property in i.g.symbols_
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js421 graph.isBlankLink = function(href) argument
423 return !this.isExternalProtocol(href);
H A DEditorUi.js2194 window.location.href = toolbarConfig.backBtn.url;
2458 window.location.href = toolbarConfig.refreshBtn.url;
2479 graph.openLink(window.location.href);
3343 var href = (pathname != null) ? pathname : window.location.pathname;
3344 var parms = (href.indexOf('?') > 0) ? 1 : 0;
3351 href += '?';
3355 href += '&';
3358 href += key + '=' + urlParams[key];
3362 return href;
/plugin/diagramsnet/lib/js/diagramly/
H A DDialogs.js763 if (win != null && win.location.href != null &&
764 win.location.href.substring(0, 8) != value.substring(0, 8))
1046 editCheckBox.setAttribute('title', window.location.href);
1128 gurl += '&edit=' + encodeURIComponent(mxUtils.htmlEntities(window.location.href));
3901 window.location.href = url;
4400 window.location.href = editorUi.getUrl();
5233 var href = data.docs[0].url;
5238 href = 'https://www.draw.io/#G' + data.docs[0].id;
5243 href = 'https://drive.google.com/#folders/' + data.docs[0].id;
5246 linkInput.value = href;
[all …]
H A DDrawioFile.js1705 if (window.location.href == url)
1711 window.location.href = url;
H A DEditor.js6709 Graph.prototype.handleCustomLink = function(href) argument
6711 if (href.substring(0, 17) == 'data:action/json,')
6713 var link = JSON.parse(href.substring(17));
6996 var href = this.getLinkForCell(cell);
6998 if (href != null && href.substring(0, 17) == 'data:action/json,')
7012 href = links[i].getAttribute('href');
7014 if (href != null && href.substring(0, 17) == 'data:action/json,')
7033 if (href.substring(0, 17) == 'data:action/json,')
7037 var link = JSON.parse(href.substring(17));
7042 href = 'data:action/json,' + JSON.stringify(link);
[all …]
H A DEditorUi.js6408 if (href != null && href.charAt(0) == '#' &&
7103 if (href != null)
7118 if (href != null)
7142 if (Graph.isPageLink(href))
7144 var newId = mapping[href.substring(href.indexOf(',') + 1)];
7184 return href;
10340 if (Graph.isPageLink(href))
10371 if (Graph.isPageLink(href))
13632 href += '?';
13636 href += '&';
[all …]
H A DEmbed.js471 var href = links[i].getAttribute('href');
473 if (href != null && href.charAt(0) == '#' &&
H A DGraphViewer.js476 this.graph.customLinkClicked = function(href) argument
478 if (Graph.isPageLink(href))
480 var comma = href.indexOf(',');
489 this.handleCustomLink(href);
1718 if (href == null)
1726 href = source.getAttribute('href');
1735 if (href == null || graph.isCustomLink(href))
1739 else if (!graph.isExternalProtocol(href) &&
1740 !graph.isBlankLink(href))
1750 else if (href != null && ui == null && graph.isCustomLink(href) &&
[all …]
/plugin/diagramsnet/lib/js/jquery/
H A Djquery-3.3.1.min.js2href||~e.tabIndex)},enabled:de(!1),disabled:de(!0),checked:function(e){var t=e.nodeName.toLowerCas…
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js38 var base = location.href;
42 if(e[i].href) { base = e[i].href; }
/plugin/diagramsnet/lib/js/onedrive/
H A DOneDriveOrig.js2href);this.endpointHint=this.endpointHint||s.default.aad;i.checkClientId(this.clientId)}i.checkCli…

1...<<11121314151617181920>>...37