Home
last modified time | relevance | path

Searched refs:link (Results 151 – 175 of 1418) sorted by relevance

12345678910>>...57

/plugin/menupopup/
H A Dsyntax.php71 list($data['link'], $data['page'], $params) = explode('?', $match, 3);
91 if (empty($data['link']) || empty($data['page'])) return false;
133 $this->link = $data['link'];
170 …'" onmouseout="this.className=\'menuContainer'.$this->linkAlign.'\';">'; // id="'.$this->link.'">';
172 …k'.($this->vertical?' vertical':'').'">'.p_render('xhtml', p_get_instructions($this->link), $info);
/plugin/include/syntax/
H A Dfooter.php60 $link = array(
68 $xhtml[] = $renderer->_formatLink($link);
97 } else { // DokuWiki versions < 2014-05-05 doesn't have userlink support, fall back to not providing a link
111 $link = $linkback->td($page);
112 if ($link) $xhtml[] = '<span class="linkback">' . $link . '</span>';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DImageProperties.php90 public function setLink(Link $link) argument
92 $this->link = $link;
99 return $this->link;
H A DLineProperties.php104 public function setLink(Link $link) argument
106 $this->link = $link;
113 return $this->link;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DTextFormat.php140 public function setLink(Link $link) argument
142 $this->link = $link;
149 return $this->link;
/plugin/translation3/
H A Dscript.js12 var link = frm.action + id;
14 var link = frm.action + '?id=' + id;
17 window.location.href= link;
/plugin/linkfix/
H A Dadmin.php159 $link = $instruction[1][0];
171 $full = $link;
182 $newlink = $this->changeLink($link, $full, $currentns);
185 if(($link != $newlink) && ($full != cleanID($newlink))) {
192 substr($text, $pos + strlen($link)); // continue after old link
226 * @param string $link the current link as found in the page source
231 protected function changeLink($link, $full, $currentNS) { argument
237 if(!preg_match('/^'.$this->qchangefrom.'/ui', $full)) return $link;
/plugin/backlinks2/_test/data/meta/
H A D_dokuwiki.changes2 1463393025 127.0.0.1 C link mprins created
7 1463393025 127.0.0.1 C include:link mprins created
8 1463393025 127.0.0.1 C exclude:link mprins created
H A Dlink.meta1link to Bob Ross";s:11:"description";a:2:{s:15:"tableofcontents";a:1:{i:0;a:4:{s:3:"hid";s:18:"a_l…
5 Another link to the backlinks page.";}s:8:"relation";a:2:{s:10:"references";a:2:{s:13:"bob_ross_say…
/plugin/combo/resources/theme/default/components/css/
H A Dlink.css1 a.link-external:not(.btn):not(.nav-link):not(.dropdown-item) {
8 a.link-mail:not(.btn):not(.nav-link):not(.dropdown-item) {
/plugin/icalevents/
H A Dsyntax-impl.php354 $link = array();
355 $link['class'] = 'mediafile plugin-icalevents-export';
356 $link['pre'] = '';
357 $link['suf'] = '';
358 $link['more'] = 'rel="nofollow"';
359 $link['target'] = '';
360 $link['title'] = hsc($event->SUMMARY);
365 $link['url'] = exportlink($GLOBALS['ID'], 'icalevents', $getParams);
366 $link['name'] = nl2br($link['title']);
369 $summaryLink = '<span>' . $renderer->_formatLink($link) . '</span>';
/plugin/preservefilenames/
H A Dscript.js124 var link = medialinks[i];
127 if (!link || !link.firstChild || !link.firstChild.nodeValue) return id;
130 var filename_orig = link.firstChild.nodeValue;
/plugin/inlinetoc/
H A Daction.php55 $link = '#'.$item['hid'];
57 $link = $item['link'];
60 …return '<span class="li"><a href="'.$link.'" class="inlinetoc2">'. hsc($item['title']).'</a></span…
/plugin/smblink/
H A Dsyntax.php92 $link['more'] =
101 $link['url'] = $url;
104 $renderer->doc .= $renderer->_formatLink($link);
/plugin/indexmenu/images/human.png/
H A Dstyle.css7 a.nodeFdUrl Namespace with url link (headpage) js
8 a.node Namespace without url link js
12 a.indexmenu_idx_head link style of a namespace with url (headpage) nojs
13 a.indexmenu_idx link style of a namespace without url nojs
/plugin/ckgdoku/action/
H A Dsave.php187 $link = explode('?',$matches[1]);
188 list($link_id,$linktext) = explode('|', $link[0]);
193 $link = explode('?',$matches[1]);
194 list($link_id,$linktext) = explode('|', $link[0]);
220 $link = explode('?',$matches[2]);
221 list($link_id,$linktext) = explode('|', $link[0]);
223 if(!empty($link[1])) $rel .= '?' . $link[1];
/plugin/authgoogle/google/contrib/
H A DGoogle_CustomsearchService.php159 public $link; variable in Google_Promotion
186 public function setLink( $link) { argument
187 $this->link = $link;
190 return $this->link;
202 public $link; variable in Google_PromotionBodyLines
211 public function setLink( $link) { argument
212 $this->link = $link;
215 return $this->link;
532 public $link; variable in Google_Result
599 $this->link = $link;
[all …]
/plugin/combo/action/
H A Dcss.php23 * * tseed is md5 of modified time of the below config file set at {@link tpl_metaheaders()}
122 * <link rel="preload" href="/lib/exe/css.php?t=template&tseed=8e31090353c8fcf80aa6ff0ea9bf3746" as="style">
138 $links = &$event->data['link'];
139 foreach ($links as $key => &$link) {
141 $pos = strpos($link['href'], 'css.php');
153 $link['href'] .= '&' . self::ANONYMOUS_KEY;
159 $link['href'] .= '&' . self::ANONYMOUS_MINIMAL_FRONT_KEY;
164 $link['href'] .= '&' . self::COMBO_THEME_ENABLED_KEY;
182 * The default key can be seen in the {@link css_out()} function
185 * This is only called when this is a front call, see {@link registe
[all...]
/plugin/outliner/
H A Dsyntax.php84 // Test if '$ - link flag is present
85 $link = (strpos($matches[2], '@') !== false);
86 return array($state, $title, $outline_id, $opened, $nopopup, $link);
108 list($state, $title, $outline_id, $opened, $nopopup, $link) = $data;
115 if ($link) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Docs/
H A DTextStyle.php144 public function setLink(Link $link) argument
146 $this->link = $link;
153 return $this->link;
/plugin/linksenhanced/admin/
H A Dlinks.php64 foreach($links as $link)
70 echo '<td><a href="'.$link.'" class="plugin_linksenhanced_pending">'.$link.'</td>';
/plugin/lms/_test/data/pages/
H A Dlms.txt5 * This is not a link
7 * [[foo:bar]] is also a link
16 Here is more and another [[link]].
/plugin/eventum/
H A Dsyntax.php187 $link = 'issue #'. $data['id'];
191 $renderer->doc .= $link;
208 $html .= $this->link($format, $data['url'], $link, $data['details']['summary']);
224 $renderer->externallink($data['url'], $link);
275 function link($format, $url, $name, $title) { function in syntax_plugin_eventum
/plugin/nsrelation/
H A Dstyle.css23 .dokuwiki div.plugin_nsrelation ul li a.wikilink1:link,
27 .dokuwiki div.plugin_nsrelation ul li a.wikilink2:link,
38 .dokuwiki div.plugin_nsrelation ul li.current a.wikilink1:link,
42 .dokuwiki div.plugin_nsrelation ul li.current a.wikilink2:link,
48 .dokuwiki div.plugin_nsrelation ul li a.wikilink1:link,
56 .dokuwiki div.plugin_nsrelation ul li a.wikilink2:link,
/plugin/structnotification/
H A Dadmin.php142 $link = wl(
149 ptln('<a href="' . $link . '">'.$this->getLang('edit').'</a> | ');
151 $link = wl(
160 ptln('<a class="plugin__structnotification_delete" href="' . $link . '">'.$this->getLang('delete').'</a>');
208 $link = wl(
214 $cancel_link = '<a href="' . $link . '" style="margin-left:1em" id="plugin__structnotification_cancel">' . $this->getLang('cancel') . '</a>';

12345678910>>...57