Home
last modified time | relevance | path

Searched refs:link (Results 126 – 150 of 1418) sorted by path

12345678910>>...57

/plugin/backup/
H A Dadmin.php97 $link = wl($ID, ['do' => 'media', 'ns' => $ns]);
120 echo '<p>' . sprintf($this->getLang('medians'), $ns, $link) . '</p>';
/plugin/badbehaviour/
H A Dbadbehavior.readme4 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=error%40ioerror%2eus&item_n…
15 content management system free of link spam. Bad Behavior is a PHP-based
16 solution for blocking link spam and the robots which deliver it.
20 incoming link spam and malicious activity.
22 Bad Behavior complements other link spam solutions by acting as a gatekeeper,
28 Bad Behavior also transcends other link spam solutions by working in a
/plugin/barcode/
H A DCOPYING555 permission to link or combine any covered work with a work licensed
/plugin/barcode/api/
H A Dbarcode.inc9 * @link http://www.eiroca.net
/plugin/barcode/api/google/
H A Dbarcode.inc10 * @link http://www.eiroca.net
/plugin/barcode/api/inigma/
H A Dbarcode.inc10 * @link http://www.eiroca.net
/plugin/barcode/api/kawa/
H A Dbarcode.inc10 * @link http://www.eiroca.net
/plugin/barcode/api/qrserver/
H A Dbarcode.inc10 * @link http://www.eiroca.net
/plugin/barcodes/vendor/jucksearm/php-barcode/
H A DLICENSE555 permission to link or combine any covered work with a work licensed
/plugin/batchedit/
H A Dinterface.css54 fill: var(--batchedit-link);
89 color: var(--batchedit-link);
H A Dinterface.php301 $link = wl($pageId);
305 $this->printAction($link, 'ttl_view', 'file-document');
306 $this->printAction($link . (strpos($link, '?') === FALSE ? '?' : '&') . 'do=edit', 'ttl_edit', 'pencil');
H A Dstyle.css8 --batchedit-link: __link__;
/plugin/bbcodeextensions/
H A DLICENSE555 permission to link or combine any covered work with a work licensed
/plugin/bez/action/
H A Ddefault.php70 $event->data["link"][] = array (
104 $event->data["link"][] = array (
336 $link = '<a href="' . $this->url('thread', 'id', $thread->id) . '">';
337 $link .= '#' . $thread->id;
338 $link .= '</a>';
340 $full = sprintf($this->getLang('notification problems_without_tasks'), $link);
345 'brief' => $link,
359 $link = '<a href="' . $this->url('thread', 'id', $thread->id) . '">';
360 $link .= '#' . $thread->id;
361 $link
[all...]
/plugin/bez/style/
H A Dblock.less26 a:link, a:visited {
/plugin/bibtex/OSBib/
H A DCHANGELOG8 4/A preview link is displayed next to each resource type template when editing a style. (Requires …
/plugin/bibtex/OSBib/create/
H A DMISC.php125 function a($class, $label, $link, $target = "_self") argument
129 <a class="$class" href="$link" target="$target">$label</a>
H A Dosbib.css7 A:visited, A:link, A:active {
18 A.link:visited, A.link:link, A.link:active, A.page:visited, A.page:link, A.page.active {
23 A.link:hover, A.page:hover {
30 A.rLink:visited, A.rLink:link, A.rLink:active {
41 A.imgLink:visited, A.imgLink:link, A.imgLink:active {
/plugin/bibtex/
H A Dsyntax.php433 $link['url'] = str_replace('&','&amp;',$link['url']);
434 $link['url'] = str_replace('&amp;amp;','&amp;',$link['url']);
437 $link['title'] = str_replace('&amp;amp;','&amp;',$link['title']);
440 $ret .= $link['pre'];
442 if($link['class']) $ret .= ' class="'.$link['class'].'"';
443 if($link['target']) $ret .= ' target="'.$link['target'].'"';
444 if($link['title']) $ret .= ' title="'.$link['title'].'"';
445 if($link['style']) $ret .= ' style="'.$link['style'].'"';
446 if($link['more']) $ret .= ' '.$link['more'];
448 $ret .= $link['name'];
[all …]
/plugin/bibtex4dw/
H A DCHANGELOG.md37 * Display of PDF files: If a PDF file with a name identical to the BibTeX key of a reference esists in a configurable namespace, a link to this file will be added to the end of the reference, permitted the user has read access to this namespace
/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/blog/
H A Daction.php42 $url = parse_url($event->data['item']->link);
/plugin/bloglinks/
H A DCHANGELOG
H A Dplugin.info.txt6 desc Displays a link to the previous and the next blog entry above posts in configured namespaces
/plugin/blogtng/action/
H A Dfeed.php140 $event->data['item']->comments = $event->data['item']->link.'#the__comments';

12345678910>>...57