Home
last modified time | relevance | path

Searched refs:href (Results 126 – 150 of 918) sorted by last modified time

12345678910>>...37

/plugin/blogtng/
H A Dscript.js114 …insertAtCarret('wiki__text','@#'+this.href.substring(this.href.lastIndexOf('#')+'#comment_'.length…
126 commentPopup(e, this.href.substring(this.href.lastIndexOf('#')+'#comment_'.length));
/plugin/feedmod/
H A D_footer.txt.dist1 <a href="http://digg.com/submit?phase=2&url=@URL@" title="Digg this post">Digg this post</a> &middo…
2 <a href="http://www.stumbleupon.com/submit?url=@URL@" title="Digg this post">Stumble it</a> &middot;
3 <a href="http://del.icio.us/post/?url=@URL@" title="Save to del.icio.us">Save to del.icio.us</a>
/plugin/fastwiki/
H A Dhistory.js142 var prevpage = document.location.href;
184 var href = $this.attr('href');
185 if (href && href.match(self.getSelfRefRegex()) && $this.text() == m_prevTitle)
H A Dpagecache.js57 var href = a.getAttribute('href'); // Use getAttribute because some browsers make href appear to be canonical.
58 if (href && href.indexOf('://') < 0) {
59 var numParams = href.split('=').length;
60 if (href.indexOf('id=') >= 0)
63 var pageinfo = history.getSwitchId(href);
H A Dscript.js28 if (document.location.href.indexOf("detail.php") >= 0)
31 var urlParams = _urlToObj(document.location.href);
73 // TODO: Support search: Hook search box, not just href. Note that supporting search changes doku behavior -- search results now have namespaces and origin pages.
78 $('a[href *= "?do="]', elt).click(function(e) {
79 if (this.href.indexOf('block_fastwiki') < 0) {
81 var aPathId = this.href.replace(/\?.*$/, '').replace(/:/g, '/');
84 var params = _urlToObj(this.href);
122 var href = this.getAttribute('href'); // Use getAttribute because some browsers make href appea
[all...]
H A Dtemplates.js11 return '<a href="' + url + '" class="action show" accesskey="v" rel="nofollow" title="' + JSINFO.fastwiki.text_btn_show + ' [V]"><span>' + JSINFO.fastwiki.text_btn_show + '</span></a>';
16 var showLink = $("a[href $= 'do=']", pagetools);
20 var link = $("a[href *= 'do=']", pagetools)[0];
22 m_showRow = $('<li>' + m_utils.makeShowLink(link.href) + '</li>').toggle(mode != 'show');
76 m_editRow = $("a[href *= 'do=edit']", pagetools);
77 m_showRow = $("a[href $= 'do=']", pagetools[0]);
79 var url = $("a[href *= 'do=']")[0].href;
/plugin/pubmed2020/
H A Dsyntax.php111 function _a($refs, $class, $href, $id, $text) { argument
116 return "[<a class=\"$class\" href=\"$href\" ".
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.js31 if (window.location.href.includes("&submitted=true")) {
34 if (window.location.href.includes("&fileexists=false")) {
47 window.history.pushState({}, '', window.location.href.replace("&fileexists=false", ""));
60 window.history.pushState({}, '', window.location.href.replace("&submitted=true", ""));
/plugin/firenews/HTMLTemplates/editnews/
H A DeditnewsTemplate.js3 if (window.location.href.includes("&submitted=saved")) {
6 if (window.location.href.includes("&submitted=deleted")) {
19 window.history.pushState({}, '', window.location.href.replace("&submitted=saved", ""));
29 window.history.pushState({}, '', window.location.href.replace("&submitted=deleted", ""));
/plugin/s5/ui/default/
H A Dslides.js338 var thisUri = window.location.href;
342 var a = aelements[i].href;
446 slideCSS = document.getElementById('slideProj').href;
/plugin/s5/ui/dokuwiki/
H A Dslides.js337 var thisUri = window.location.href;
341 var a = aelements[i].href;
445 slideCSS = document.getElementById('slideProj').href;
/plugin/archivegenerator/
H A Dadmin.php153 $href = $this->getDownloadLinkHref();
154 $link = "<a href=\"$href\">" . $this->getLang('link: download now') . '</a>';
199 $href = $this->getDownloadLinkHref('update');
200 $link = "<a href=\"$href\">" . $this->getLang('link: download now') . '</a>';
444 $href = $this->getDownloadLinkHref();
448 ptln("<a href=\"$href\">" . $this->getLang('link: download now') . '</a>');
454 $href = $this->getDownloadLinkHref('update');
458 ptln("<a href=\"$href\">" . $this->getLang('link: download now') . '</a>');
/plugin/elasticsearch/action/
H A Dsearch.php427 $href = $isPage ? wl($page) : ml($page);
437 echo '<a href="' . $href . '" class="wikilink1" title="'.hsc($page).'">';
503 echo '<a href="' . wl('', http_build_query(['q' => $QUERY, 'do' => 'search', 'ns' => $INPUT->arr('ns'), 'min' => $INPUT->arr('min'), 'p' => ($cur-1)])) . '">';
514 echo '<a href="' . wl('', http_build_query(['q' => $QUERY, 'do' => 'search', 'ns' => $INPUT->arr('ns'), 'min' => $INPUT->arr('min'), 'p' => $toshow[$i]])) . '">';
528 echo '<a href="' . wl('', http_build_query(['q' => $QUERY, 'do' => 'search', 'ns' => $INPUT->arr('ns'), 'min' => $INPUT->arr('min'), 'p' => ($cur+1)])) . '">';
/plugin/highlight2wiki/
H A DREADME17 javascript:Q=document.selection?document.selection.createRange().text:document.getSelection(); void(window.open(%27https://yourwebsite.com/dokuwiki/doku.php?do=highlight2wiki&te=%27+encodeURIComponent(Q)+%27&ur=%27+ encodeURIComponent(location.href)+%27%27,%27dokuwikiadd%27,%27scrollbars=yes,resizable=yes,toolbars=yes,status=yes%27));
/plugin/folded/
H A Dscript.js21 jQuery('a.folder[href*="#folded_"]').attr('title', folded_reveal);
28 var id = this.href.match(/#(.*)$/)[1];
/plugin/bookmark2wiki/
H A DREADME.md19 …https://myserver/bookmark2wiki.php?te='+escape(Q)+'&ur='+ escape(location.href)+'&ti='+escape(docu…
/plugin/achart/assets/
H A Dapexcharts.min.js6href:!0,src:!0},a=document.createElement("iframe");if(void 0===a.sandbox)return"";a.sandbox="allow…
/plugin/snippets/
H A Dscript.js98 if(!link.href.match(/templ_|templ:/)) {
102 preview.href = page;
113 insert.href = page;
/plugin/ckgedit/ckeditor/
H A DCHANGES.md965 …r.com/docs/ckeditor4/latest/api/CKEDITOR.htmlDataProcessor.html) can process `foo:href` attributes.
1158 …nfig.html#cfg-linkJavaScriptLinksAllowed) anchor tags with JavaScript code in the `href` attribute.
H A Dckeditor.js.unc2128 href: a
7082 E = /^(href|src|name)$/i,
10973 href: "javascript:void(0)",
16207 excludedAttributes: ["id", "style", "href", "data-cke-saved-href", "dir"],
19662 var b = "a[!href]";
19668 requiredContent: "a[href]"
19823 var a = b && (b.data("cke-saved-href") || b.getAttribute("href")) || "",
19907 d["data-cke-saved-href"] = a.join("")
19929 d["data-cke-saved-href"] && (d.href = d["data-cke-saved-href"]);
19983 requiredContent: "a[href]",
[all …]
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js1 …"start"}return{href:b,id:c}};var l=function(p,r){var q="start";var o=r?r:"temp."+p;var i=a();retur…
H A Dgeshi.js.unc14 var href, id,geshi_dialog, t_display,s_display;
23 href = matches[0];
28 href = matches[1] + '/doku.php';
32 href = matches[2] + '/doku.php';
34 if(!href) href='doku.php';
36 return {'href':href, 'id':id};
44 …+'<dt><a href="' + href_vals.href + '?do=export_code&id=' + href_vals.id+ '&codeblock=0" title="Do…
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc556 // Query the preloader to figure out the url impacted by based href.
772 '<a href="javascript:void(0)" tabindex="-1" title="' + editor.lang.image.lockRatio +
774 '<a href="javascript:void(0)" tabindex="-1" title="' + editor.lang.image.resetSize +
1044 var href = element.data( 'cke-saved-href' );
1045 if ( !href )
1046 href = element.getAttribute( 'href' );
1047 var matches = href.match(/media\s*=(.*)/);
1050 element.setAttribute( 'href' );
1052 this.setValue( href );
1059 element.data( 'cke-saved-href', url );
[all …]
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dbrowser.js110 sConnUrl = window.location.href.replace( /browser.html.*$/, '' ) + sConnUrl ;
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink-cmpr.js1href=aB["data-cke-saved-href"];if(!this._.selectedElement){var al=ah.getRanges(true);if(al.length=…

12345678910>>...37