Home
last modified time | relevance | path

Searched refs:href (Results 601 – 625 of 918) sorted by relevance

1...<<21222324252627282930>>...37

/plugin/diagramsnet/lib/js/diagramly/
H A DElectronApp.js271 Graph.prototype.createLinkForHint = function(href, label) argument
273 var a = graphCreateLinkForHint.call(this, href, label);
275 if (href != null && !this.isCustomLink(href))
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 …]
/plugin/socialshareprivacy/
H A Djquery.socialshareprivacy.js58 var uri = document.location.href;
H A Djquery.socialshareprivacy.min.js14 ….text();return encodeURIComponent(c)}function s(){var c=document.location.href,a=b("link[rel=canon…
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Parser/
H A DXmlTest.php1182 'XML:<a xmlns="http://www.w3.org/1999/xhtml" href="http://www.example.com">M' . "\n" .
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm105 <link rel="stylesheet" type="text/css" href="#spellercss#" />
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm107 <link rel="stylesheet" type="text/css" href="#spellercss#" />
/plugin/airtable/
H A Dsyntax.php583 …$replace = '<a href = "' . $url . '" title = "' . $link . '" target = "_blank" rel = "noopener" cl…
/plugin/imapmarkers/syntax/
H A Dmap.php159 $uri = $a->href;
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php1668 $href = $entry['href'];
1674 ltrim($href, '/'),
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php1587 $href = $entry['href'];
1593 ltrim($href, '/'),
/plugin/diagramsnet/lib/resources/
H A Ddia_ru.txt264 …meout=Ваша сессия истекла. Для сохранения, пожалуйста, <a target='_blank' href='{1}'>{2}</a> и вер…
419 …Ваша лицензия недействительна. Пожалуйста, посетите эту<a target="_blank" href="https://support.dr…
H A Ddia_bg.txt264 errorSavingFileSessionTimeout=Сесията Ви приключи. Моля <a target='_blank' href='{1}'>{2}</a> и се …
419 invalidLicenseSeeThisPage=Вашият лиценз не е валиден. Моля вижте тук <a target="_blank" href="https…
/plugin/siteexport/inc/
H A DreadCSS.patch41 $regexp = '/<link[^>]*rel=["\']stylesheet["\'][^>]*href=["\']([^>"\']*)["\'].*?>/si';
48 $regexp = '/<link[^>]*href=["\']([^>"\']*)["\'][^>]*?rel=["\']stylesheet["\'].*?>/si';
/plugin/stlviewer/stlviewer/
H A Dstl_viewer.min.js2href=window.URL.createObjectURL(t);var i=e||"1",n=i.toLowerCase().indexOf(".vsj");n>=0&&(i=i.subst…
/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.orig10 …lass="cke_dark_background" style="cursor: default" role="presentation"><a href="javascript: void(0…
H A Dspecialchar.js.unc208 '<a href="javascript: void(0);" role="option"' +
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.orig10 …lass="cke_dark_background" style="cursor: default" role="presentation"><a href="javascript: void(0…
H A Dspecialchar.js.unc208 '<a href="javascript: void(0);" role="option"' +
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less352 /* if <a> has an href */ }
354 .fc-event[href],
725 /* if <a> has an href */
776 .fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
1269 .fc-list-item-title a[href]:hover {
/plugin/diagramsnet/lib/js/grapheditor/
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/externalembed/
H A DREADME.md40 …* `youtube.com, A YouTube video has been embedded here. You must accept the <a href="https://www.y…
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.vml.js161 params.href && (node.href = params.href);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst31 <li><a href="{{ item.href }}">{{ item.caption }}</a></li>
348 <link rel="stylesheet" href="style.css" />
356 &copy; Copyright 2011 by <a href="http://domain.invalid/">you</a>.
/plugin/aimg/
H A Dscript.js158 currentLinkNode.href = temp[1]; //IE quirk
160 currentLinkNode.href = temp[0];

1...<<21222324252627282930>>...37