Home
last modified time | relevance | path

Searched refs:links (Results 1 – 25 of 472) sorted by relevance

12345678910>>...19

/plugin/yuriigantt/src/Driver/
H A DEmbedded.php183 $links =& $database->gantt->links;
186 if ($links[$i]->id == $link->id) {
187 $links[$i] = $link;
205 $links =& $database->gantt->links;
208 if ($links[$i]->id == $id) {
209 unset($links[$i]);
210 $links = array_values($links);
227 $database->gantt->links[] = $link;
266 $links =& $database->gantt->links;
270 foreach ($links as &$link) {
[all …]
/plugin/bibtex/OSBib/create/
H A Dcommon.js34 …var links = document.getElementsByTagName('body').item(0).getElementsByTagName('a'); // get collec…
35 var linksLength = links.length; // cache
44 if (typeof(links[i].href) != 'undefined' && links[i].href.search(previewLinkKeyRegEx) != -1)
46 links[i].className = 'linkHidden';
53 if (typeof(links[i].href) != 'undefined' && links[i].href.search(previewLinkKeyRegEx) != -1){
54 if (links[i].className == 'imgLink linkHidden') {
55 links[i].className = 'imgLink linkCite';
58 links[i].className = 'link linkCite';
/plugin/confmanager/lang/en/
H A Dinterwiki.txt7 [[wp>Wiki]] links to Wikipedia,
8 [[Meatball>TourBusStop]] links to the MeatBall wiki TourBusStop,
9 [[google>Wiki]] links to a Google search,
10 [[doku>interwiki]] links to this page
13 [[wp>Wiki]] links to Wikipedia, [[Meatball>TourBusStop]] links to the MeatBall wiki TourBusStop, [[…
14 [[doku>interwiki]] links to this page.
16 …ways links to the webserver directory DokuWiki is installed in. You can use this to construct rela…
/plugin/articlelinks/
H A Dsyntax.php56 $links = $this->getLang('related articles');
60 $links = $this->getLang('related article');
64 $links = $this->getLang('main article');
68 $links = $this->getLang('related section');
72 $links = '';
75 …$links .= substr($match,strpos($match, '>') + 1 , strpos($match, $endtag) - strpos($match, '>') -1…
76 $data['links'] = p_get_instructions($links);
/plugin/displayorphans/
H A Dhelper.php63 $links = $this->_findLinks($file);
64 foreach ($links as $index => $link)
79 $links = array();
80 preg_match_all(self::PATTERN_LINK, $text, $links);
81 $links = $links[1];
82 foreach($links as $index => $link) { $links[$index] = $this->_resolveLink($id, $link); }
83 return $links;
/plugin/flowplay2/
H A Dplaylist.js58 var links = document.getElementsByTagName("a");
59 for (var i = 0; i < links.length; i++)
61 if (links[i].className == "flowplayitem")
63 links[i].onclick = function()
82 links[0].onclick();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccountsListLinksResponse.php51 public function setLinks($links) argument
53 $this->links = $links;
60 return $this->links;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInterconnectDiagnostics.php49 public function setLinks($links) argument
51 $this->links = $links;
58 return $this->links;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DomainsRDAP/
H A DNotice.php55 public function setLinks($links) argument
57 $this->links = $links;
64 return $this->links;
/plugin/odt/ODT/
H A DODTIndex.php296 $links = $settings ['create_links'];
298 … $content .= self::getTOCBody ($toc, $p_styles_auto, $stylesLNames, $max_outline_level, $links);
301 …::getChapterIndexBody ($toc, $p_styles_auto, $stylesLNames, $max_outline_level, $links, $startRef);
324 * @param boolean $links Shall links be created.
327 …cted static function getTOCBody(array $toc, $p_styles, $stylesLNames, $max_outline_level, $links) { argument
337 if ( $links == true ) {
344 if ( $links == true ) {
360 * @param boolean $links Shall links be created.
364 … getChapterIndexBody(array $toc, $p_styles, $stylesLNames, $max_outline_level, $links, $startRef) { argument
384 if ( $links == true ) {
[all …]
/plugin/workflow/
H A Dscript.js103 var links = '';
105links += wfRenderLink(wfpageid, 'wfRemember(\'' + name + '\',\'' + values[i] + '\');', values[i]) …
107 if (links.length > 0)
108 links = links.slice(0, -3); // remove the extraneous vertical bar after the last value
109 jQuery('#wftable tr:last').after('<tr><td>Remember ' + name + ' = ' + links + '</td></tr>');
/plugin/podcast/blogtng-tpl/
H A Dlist.php26 $links = array( ); variable
30 $links[] = " <li><a href='".$f['url']."' />".$p['nr'].".$ext(".$f['hsize'].")</a></li>"; }
37 if( count( $links )) {
39 echo implode( "\n", $links );
H A Dentry.php41 $links = array( ); variable
45 $links[] = " <li><a href='".$f['url']."' />".$p['nr'].".$ext(".$f['hsize'].")</a></li>"; }
52 if( count( $links )) {
54 echo implode( "\n", $links );
/plugin/dokusioc/lib/
H A Dsioc_dokuwiki.php22 private $links = array(); variable in SIOCDokuWikiArticle
66 public function addLinks($links) argument
68 if (is_array($links) && count($links) > 0) {
69 $this->links = $links;
73 public function addBacklinks($links) argument
75 $this->backlinks = $links;
195 if (is_array($this->links) && count($this->links) > 0) {
196 foreach ($this->links as $link_id => $link_exists) {
/plugin/confmanager/lang/ko/
H A Dinterwiki.txt7 [[wp>Wiki]] links to Wikipedia,
8 [[Meatball>TourBusStop]] links to the MeatBall wiki TourBusStop,
9 [[google>Wiki]] links to a Google search,
10 [[doku>interwiki]] links to this page
/plugin/authgoogle/google/contrib/
H A DGoogle_OrkutService.php971 public $links; variable in Google_Activity
1005 $this->links = $links;
1230 public $links; variable in Google_Comment
1264 $this->links = $links;
1354 public $links; variable in Google_Community
1410 $this->links = $links;
1681 $this->links = $links;
1877 $this->links = $links;
2143 $this->links = $links;
2277 $this->links = $links;
[all …]
/plugin/docnavigation/syntax/
H A Dpagenav.php98 // links are: 0=previous, 1=toc, 2=next
100 $links = [];
145 $links[] = [
154 'previous' => $links[0],
155 'toc' => $links[1],
156 'next' => $links[2]
/plugin/subjectindex/syntax/
H A Dindex.php151 $links = array();
202 $links[] = $page;
216 $lines[] = array($heading, $cur_node, $links, $anchor);
217 $links = array();
236 $links = '';
293 if ( ! empty($links)) {
294 $links .= ' | ';
296 …$links .= $this->_render_wikilink($page, $opt['proper'], $opt['title'], $opt['abstract'], $anchor);
303 …$entry .= $anchor . '>' . $cur_node . $freq . '<span class="links">' . $links . '</span></h' . $he…
305 $links = '';
/plugin/multiorphan/action/
H A Dmultiorphan.php168 $links = array('pages' => array(), 'media' => array(), 'href' => wl($id) );
170 $this->walk_instructions( $links, $id, $instructions );
171 return $links;
177 public function walk_instructions( &$links, $id, $instructions ) { argument
189 $this->walk_instructions( $links, $id, $ins[1][0] );
198 $this->_addEntryToLinkList( $links, $data);
220 private function _addEntryToLinkList( &$links, $data ) { argument
258 if (!isset($links[$data['type']][$itemIndex])) {
259 $links[$data['type']][$itemIndex] = array(
265 …$links[$data['type']][$itemIndex]['amount'] += (is_bool($data['exists']) && $data['exists']) ? 1 :…
[all …]
H A DpluginSiteexport.php45 $links = array('pages' => array() );
46 $this->plugin_orphan->walk_instructions( $links, $event->data['pageID'], $instructions );
49 foreach( array_keys($links['pages']) as $page ) {
/plugin/jiralinks/
H A Dplugin.info.txt5 name Jira-links
6 desc Automatically create links to Jira issues and automatically add remote issue links back to the…
/plugin/linksenhanced/admin/
H A Dlinks.php60 foreach($linkData as $page => $links)
62 echo '<td rowspan="'.count($links).'">'.$page.'</td>';
64 foreach($links as $link)
/plugin/snippets/
H A Dscript.js87 links = jQuery(obj).find('a.wikilink1');
88 if(links) {
89 for(var i = 0; i < links.length; i ++) {
90 link = links[i];
126 links = jQuery(obj).find('a.wikilink2');
127 if(links) {
128 for(var i = 0; i < links.length; i ++) {
129 link = links[i];
/plugin/linkfix/lang/en/
H A Dintro.txt3 This tool allows you to change all links in your wiki by simple search and replace. You can change internal and external links. Internal links will always be checked against their full resolved ID. External URLs have to be specified with their protocol prefix.
/plugin/p2ilinkaction/
H A Dplugin.info.txt6links of your website by just one click installation. When user move mouse over the text links, th…

12345678910>>...19