Home
last modified time | relevance | path

Searched refs:link (Results 326 – 350 of 1418) sorted by relevance

1...<<11121314151617181920>>...57

/plugin/html2pdf/html2pdf/
H A Daction.php68 $link = preg_replace('/:/','/',$matches[1]);
73 …$replace = '<img src="'.DOKU_URL.'data/media/'.$link.'" class="media" alt="dokuwiki image" width="…
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Drailscasts.min.css1link{color:#6d9cbe}.hljs-params{color:#d0d0ff}.hljs-attribute{color:#cda869}.hljs-meta{color:#9b85…
/plugin/structpublish/
H A Dadmin.php125 $link = wl(
142 echo '<td><a class="deleteSchema" href="' . $link . '">' . $this->getLang('assign_del') . '</a></td>';
/plugin/orgchart/
H A DREADME53 * class 'includelinks' results in link to a staff member's page being included
54 …e 'page' is used for line manager, the link text doesn't need to match the exact name as the pagen…
/plugin/latexport/_test/
H A Ddecorator_mock.php79 function internallink($link, $title = null) { argument
80 $this->listOfCommands->enqueue(new CommandInternalLink($link, $title));
83 function input($link) { argument
/plugin/fastwiki/
H A Dtemplates.js14 // Add a "show" link for templates which have a <ul> list of action links.
20 var link = $("a[href *= 'do=']", pagetools)[0];
21 if (link) {
22 m_showRow = $('<li>' + m_utils.makeShowLink(link.href) + '</li>').toggle(mode != 'show');
/plugin/markdownextra/lib/meltdown/
H A DREADME.md26 * [js-markdown-extra](https://github.com/tanakahisateru/js-markdown-extra "Github link to js-markdo…
27 * [rangyinputs](http://code.google.com/p/rangyinputs/ "Google code link to rangyinputs") [1]
/plugin/approve/
H A Dadmin.php110 $link = wl(
128 echo '<td><a href="' . $link . '">'.$this->getLang('admin btn_delete').'</a></td>';
/plugin/farmer/admin/
H A Dnew.php57 $link = '<a href="' . $url . '">' . hsc($data['name']) . '</a>';
59 msg(sprintf($this->getLang('animal creation success'), $link), 1);
60 $link = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'new'], true, '&');
61 send_redirect($link);
/plugin/ckgdoku/
H A Dscript.js404 var link, width, s, align;
410 link = 'detail';
416 link = opt;
444 if (link != null) {
445 dialog.getContentElement("info", "cmbLinkType").setValue(link);
/plugin/pdfjs/
H A Dsyntax.php64 list($link, $title) = explode('|', $media, 2);
66 list($idzoom, $display) = explode('?disp=', $link, 2);
/plugin/currentlyreading/
H A Dsyntax.php84 $link = wl($pagename);
102 '<a class="plugin_currentlyreading" href="'.$link.'">'.$title.'</a><br />'.
/plugin/combo/action/
H A Dmetacanonical.php90 * FYI: The creation of the link was extracted from
91 * {@link wl()} that call {@link idfilter()} that performs just a replacement
93 * {@link wl()} use the constant DOKU_URL that is set before any test via getBaseURL(true)
104 foreach ($event->data['link'] as $key => $link) {
105 if ($link["rel"] == "canonical") {
111 $event->data['link'][$canonicalKey] = $canonicalRelArray;
114 $event->data['link'][] = $canonicalRelArray;
119 * https://developers.facebook.com/docs/sharing/webmasters/getting-started/versioned-link/
[all...]
/plugin/struct/admin/
H A Dassignments.php120 $link = wl(
135 echo '<td><a class="deleteSchema" href="' . $link . '">' . $this->getLang('assign_del') . '</a></td>';
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.php316 var $link; variable in PDFAnnotationExternalLink
322 $link) { argument
328 $this->link = $link;
344 var $link; variable in PDFAnnotationInternalLink
356 $this->link = $link;
367 $l = $handler->links[$this->link];
699 $this->_link = $link;
735 $this->_link = $link;
2017 function SetLink($link,$y,$page) { argument
2018 $this->links[$link]=array($page,$y);
[all …]
/plugin/nsrelation/
H A Dsyntax.php91 $link = ':'.$this->rootns.$ns.':'.$idpart;
93 return html_wikilink($link,$name);
/plugin/explain/
H A Dsyntax.php55 'target' => $this->link(array_slice($parts, 2)),
60 function link($targets) { function in syntax_plugin_explain
/plugin/bliki/
H A Dlocal.php.dist8 …}|Edit]]</sub> \\\\ \\\\ '; // use {timestamp}, {permalink} and {edit} to link to special variable…
9 $conf['plugin']['bliki']['newlabel'] = '&raquo; New Post'; // Label for the new post button/link
/plugin/feedmod/
H A Daction.php105 …$clink .= ' <a href="' . $event->data['item']->link . '#discussion__section" title="'. $this->get…
113 $footer = str_replace('@URL@', $event->data['item']->link, $footer);
/plugin/translation3/
H A Dstyle.css20 .dokuwiki div.plugin_translation ul li a.wikilink1:link,
32 .dokuwiki div.plugin_translation ul li a.wikilink2:link,
44 .dokuwiki div.plugin_translation ul li a.wikilink3:link,
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts136 link_class(link: any): string;
142 link_description(link: any): string;
1226 addLink(link: any): string|number;
1985 isCircularLink(link: any): boolean;
1991 isCriticalLink(link: any): boolean;
2003 isLinkAllowed(link: any): boolean;
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6link=i(n.link).replace("label",n._label).replace("href",n._href).replace("title",n._title).getRege… method in s
/plugin/codeprettify/code-prettify/src/
H A Drun_prettify.js174 var link = doc.createElement('link');
175 link.rel = 'stylesheet';
176 link.type = 'text/css';
182 link.error = link.onerror = function () { load(i + 1); };
184 link.href = stylesheets[i];
185 head.appendChild(link);
/plugin/authgoogle/google/contrib/
H A DGoogle_TasksService.php447 public $link; variable in Google_TaskLinks
455 public function setLink( $link) { argument
456 $this->link = $link;
459 return $this->link;
/plugin/ckgedit/
H A Dscript.js431 var link, width, s, align;
437 link = 'detail';
446 link = opt;
474 if (link != null) {
475 dialog.getContentElement("info", "cmbLinkType").setValue(link);

1...<<11121314151617181920>>...57