Home
last modified time | relevance | path

Searched refs:link (Results 1226 – 1250 of 1418) sorted by last modified time

1...<<41424344454647484950>>...57

/plugin/dokumicrobugtracker/
H A DREADME.md77 | 2011-10-18 | Fix link to the stylesheet in action.php, fix the delete feature. |
H A DLICENSE.txt555 permission to link or combine any covered work with a work licensed
/plugin/jiralinks/
H A DREADME.md4 DokuWiki plugin to automatically link to Jira issues and automatically
/plugin/ghissues/
H A Dstyle.css76 a:link.ghissues_plugin_issue_title {
/plugin/txt2tags/
H A DREADME.t2t86 …2tags-aware toolbar for your dokuwiki installation. For enabling internal link support, you'll als…
H A DREADME.doku86 …2tags-aware toolbar for your dokuwiki installation. For enabling internal link support, you'll als…
H A Dtoolbar.php178 'icon' => 'link.png',
H A Dlinkwiz.js211 var link = dw_linkwiz.$entry.val(),
213 if(!link) {
236 link.indexOf(':') == -1){
237 link = ':' + link;
240 var so = link.length;
245 link = dw_linkwiz.val.open+stxt+' | '+link+dw_linkwiz.val.close;
250 link = dw_linkwiz.val.open+link+dw_linkwiz.val.close;
251 so = link.length-4;
257 pasteText(sel,link,{startofs: so, endofs: eo});
H A Dtxt2tags.class.php640 … "\$this->Keep(sprintf(\$snippets['link'], \$this->esc('$v$2'), \$this->esc('$1', 1)))", $line);
644 "\$this->Keep(sprintf(\$snippets['link'], \$this->esc('$2'), \$this->esc('$1', 1)))", $line);
654 … "\$this->Keep(sprintf(\$snippets['link'], \$this->esc('$v$1'), \$this->esc('$1')))", $line);
/plugin/sphinxsearch/
H A Daction.php315 $link = $name['link'];
317 tpl_link($link, $pageTitle);
/plugin/p2ilinkaction/
H A DREADME3 …r move mouse over the text links, they will see a preview picture of this link. By default, [only …
H A Dplugin.info.txt6 …r move mouse over the text links, they will see a preview picture of this link. By default, [only …
/plugin/podcast/blogtng-tpl/
H A Dentry.php18 <?php if ($link = $entry->tpl_previouslink('« @TITLE@', $entry->entry['page'], true)) { ?> variable
20 <?php echo $link?>
23 <?php if ($link = $entry->tpl_nextlink('@TITLE@ »', $entry->entry['page'], true)) { ?> variable
25 <?php echo $link?>
/plugin/owncloud/
H A Daction.php154 $link = array_shift($parts);
156 $ralign = (bool)preg_match('/^ /',$link);
157 $lalign = (bool)preg_match('/ $/',$link);
159 $link = trim($link);
160 if($helper->isExternal($link)) return $rawdata;
162 $pos = strrpos($link,'?');
164 $src = substr($link,0,$pos);
165 $param = substr($link,$pos+1);
167 $src = $link;
H A DCOPYING555 permission to link or combine any covered work with a work licensed
H A Dwork.php33 $link = array_shift($parts);
35 $pos = strrpos($link,'?');
37 $src = substr($link,0,$pos);
38 $param = substr($link,$pos+1);
40 $src = $link;
H A Dhelper.php667 $link = array();
678 return $link;
787 $link['url'] = str_replace('&','&amp;',$link['url']);
788 $link['url'] = str_replace('&amp;amp;','&amp;',$link['url']);
791 $link['title'] = str_replace('&amp;amp;','&amp;',$link['title']);
801 if(!empty($link['class'])) $ret .= ' class="'.$link['class'].'"';
802 if(!empty($link['target'])) $ret .= ' target="'.$link['target'].'"';
803 if(!empty($link['title'])) $ret .= ' title="'.$link['title'].'"';
804 if(!empty($link['style'])) $ret .= ' style="'.$link['style'].'"';
805 if(!empty($link['rel'])) $ret .= ' rel="'.$link['rel'].'"';
[all …]
/plugin/owncloud/ajax/
H A Dfilelist.php57 $link = $helper->internalmedia(0,$helper->pathToWikiID($dir.'/'.$folder)); variable
63 …echo '<td class="col0" '.$padding.'> '.$link.' </td><td class="col1"> </td><td class="col2 filein…
/plugin/workflow/
H A Dscript.js91 var link = wfRenderLink(wfpageid, 'wfForget(\'' + name + '\');', name + ' = ' + wfstate[name]);
92 jQuery('#wftable tr:last').after('<tr><td>Forget ' + link + '</td></tr>');
/plugin/searchformgoto/
H A DCOPYING555 permission to link or combine any covered work with a work licensed
/plugin/sqlraw/
H A Dsyntax.php62 $link = $this->_propertyRaw('link',$match);
73 …ition, 'id' => $tableid, 'class' => $class, 'title' => $title, 'link' => $link, 'source' => $sourc…
/plugin/geonav/tpl/startermap/
H A Dtpl_functions.php19 function _tpl_discussion($discussionPage, $title, $backTitle, $link=0, $wrapper=0) { argument
30 if ($link)
35 if ($link)
49 function _tpl_userpage($userPage, $title, $link=0, $wrapper=0) { argument
57 if ($link)
70 function _tpl_action($type, $link=0, $wrapper=0) { argument
74 …onf('discussionPage'), tpl_getLang('discussion'), tpl_getLang('back_to_article'), $link, $wrapper);
79 _tpl_userpage(tpl_getConf('userPage'), tpl_getLang('userpage'), $link, $wrapper);
/plugin/geonav/tpl/startermap/css/
H A Dprint.css56 a:link,
66 /* display href after link */
H A Dbasic.css215 a:link,
220 a:link:hover,
222 a:link:focus,
224 a:link:active,
228 a:link:focus,
232 a:link:active,
/plugin/colorbox/
H A Dsyntax.php77 $link = $data['link'];
83 $R->doc .='<a class="'.$class.'" href="'.$link.'">'.$name.'</a>';

1...<<41424344454647484950>>...57