/dokuwiki/inc/parser/ |
H A D | xhtml.php | 21 /** @var string|int link pages and media against this revision */ 189 * @param string $id the hash link 447 // output the footnote reference and link 815 * Render a CamelCase link 817 * @param string $link The link name 823 public function camelcaselink($link, $returnonly = false) { 825 return $this->internallink($link, $link, null, true); 827 $this->internallink($link, 896 $link = array(); global() variable 985 $link = array(); global() variable 1023 $link = array(); global() variable 1081 $link = array(); global() variable 1120 $link = array(); global() variable 1179 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render); global() variable 1260 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render); global() variable 1821 $link = array(); global() variable [all...] |
H A D | handler.php | 833 $link = preg_replace(array('/^\[\[/','/\]\]$/u'),'',$match); variable 836 $link = explode('|',$link,2); variable 837 if ( !isset($link[1]) ) { 838 $link[1] = null; 839 } else if ( preg_match('/^\{\{[^\}]+\}\}$/',$link[1]) ) { 841 $link[1] = Doku_Handler_Parse_Media($link[1]); 843 $link[0] = trim($link[ 942 $link = preg_replace(array('/^\\{\\{rss>/','/\\}\\}$/'),'',$match); global() variable 1072 $link = preg_replace(array('/^\\{\\{/','/\\}\\}$/u'),'',$match); global() variable 1075 $link = explode('|',$link,2); global() variable [all...] |
H A D | renderer.php | 45 /** @var array the list of headers used to create unique link ids */ 171 * @param string $id the hash link 548 * Render a CamelCase link 550 * @param string $link The link name 553 public function camelcaselink($link) { 557 * Render a page local link 559 * @param string $hash hash link identifier 560 * @param string $name name for the link 566 * Render a wiki internal link [all...] |
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/ |
H A D | Author.php | 40 * @link http://simplepie.org/ SimplePie 65 * Author's link 70 var $link; variable 84 * @param string $link 87 public function __construct($name = null, $link = null, $email = null) 90 $this->link = $link; variable 121 * Author's link 127 if ($this->link !== null) 129 return $this->link; [all...] |
H A D | Locator.php | 40 * @link http://simplepie.org/ SimplePie 203 $feeds = array_merge($feeds, $this->search_elements_by_tag('link', $done, $feeds)); 223 foreach ($links as $link) 229 if ($link->hasAttribute('href') && $link->hasAttribute('rel')) 231 $rel = array_unique($this->registry->call('Misc', 'space_separated_tokens', array(strtolower($link->getAttribute('rel'))))); 232 $line = method_exists($link, 'getLineNo') ? $link->getLineNo() : 1; 236 $href = $this->registry->call('Misc', 'absolutize_url', array(trim($link->getAttribute('href')), $this->base)); 240 $href = $this->registry->call('Misc', 'absolutize_url', array(trim($link [all...] |
H A D | Source.php | 40 * @link http://simplepie.org/ SimplePie 371 if ($links = $this->get_source_tags(SIMPLEPIE_NAMESPACE_ATOM_10, 'link')) 373 foreach ($links as $link) 375 if (isset($link['attribs']['']['href'])) 377 $link_rel = (isset($link['attribs']['']['rel'])) ? $link['attribs']['']['rel'] : 'alternate'; 378 $this->data['links'][$link_rel][] = $this->sanitize($link['attribs']['']['href'], SIMPLEPIE_CONSTRUCT_IRI, $this->get_base($link)); 382 if ($links = $this->get_source_tags(SIMPLEPIE_NAMESPACE_ATOM_03, 'link')) 384 foreach ($links as $link) [all...] |
H A D | Parser.php | 40 * @link http://simplepie.org/ SimplePie 361 if (end($this->namespace) === SIMPLEPIE_NAMESPACE_XHTML && !in_array(end($this->element), array('area', 'base', 'basefont', 'br', 'col', 'frame', 'hr', 'img', 'input', 'isindex', 'link', 'meta', 'param'))) 419 $link = ''; variable 420 // Check if h-card is set and pass that information on in the link. 426 $link = $data['properties']['url'][0]; variable 428 $name = $link; 435 return '<a class="h-card" href="'.$link.'">'.$person_tag.$name.'</a>'; 492 $link = $entry['properties']['url'][0]; variable 493 if (isset($link['value'])) $link 628 $link = array(array('data' => $url)); global() variable [all...] |
/dokuwiki/inc/Ui/Media/ |
H A D | DisplayRow.php | 30 $link = ml($id, '', true); variable 31 echo ' <a href="' . $link . '" target="_blank"><img src="' . DOKU_BASE . 'lib/images/magnifier.png" ' . 35 $link = wl('', array('do' => 'media', 'image' => $id, 'ns' => getNS($id))); variable 36 echo ' <a href="' . $link . '" target="_blank"><img src="' . DOKU_BASE . 'lib/images/mediamanager.png" ' . 41 $link = DOKU_BASE . 'lib/exe/mediamanager.php?delete=' . rawurlencode($id) . variable 43 echo ' <a href="' . $link . '" class="btn_media_delete" title="' . $id . '">' .
|
H A D | Display.php | 52 $link = 'lib/images/fileicons/svg/' . $this->mediaFile->getIcoClass() . '.svg'; variable 53 if (!file_exists(DOKU_INC . $link)) $link = 'lib/images/fileicons/svg/file.svg'; 54 return DOKU_BASE . $link;
|
/dokuwiki/lib/scripts/ |
H A D | linkwiz.js | 208 * as link title instead 211 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+link; 247 link [all...] |
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/ |
H A D | RSSCreator10.php | 36 $feed .= " <link>".$this->link."</link>\n"; 45 $feed .= " <rdf:li rdf:resource=\"".htmlspecialchars($this->items[$i]->link)."\"/>\n"; 53 $feed .= " <link>".$this->image->link."</link>\n"; 60 $feed .= " <item rdf:about=\"".htmlspecialchars($this->items[$i]->link)."\">\n"; 82 $feed .= " <link>".htmlspecialchars($this->items[$i]->link) [all...] |
H A D | GPXCreator.php | 33 <url>".htmlspecialchars($this->link)."</url> 42 <url>".htmlspecialchars($this->items[$i]->link)."</url>
|
H A D | AtomCreator03.php | 11 * other link content types than text/html. Some of them may be created with 46 $feed .= " <link rel=\"alternate\" type=\"text/html\" href=\"".htmlspecialchars($this->link)."\"/>\n"; 47 $feed .= " <id>".htmlspecialchars($this->link)."</id>\n"; 63 $feed .= " <link rel=\"alternate\" type=\"text/html\" href=\"".htmlspecialchars( 64 $this->items[$i]->link 73 $feed .= " <id>".htmlspecialchars($this->items[$i]->link)."</id>\n";
|
H A D | HTMLCreator.php | 83 $imageStr = "<a href='".$this->image->link."'".$targetInsert.">". 98 $feedArray[] = "<div class='".$this->stylePrefix."title'><a href='".$this->link."' ".$targetInsert." class='".$this->stylePrefix."title'>". 117 if ($this->items[$i]->link) { 119 "<div class='".$this->stylePrefix."item_title'><a href='".$this->items[$i]->link."' class='".$this->stylePrefix.
|
H A D | PIECreator01.php | 31 $feed .= " <link>".$this->link."</link>\n"; 38 $feed .= " <link>".htmlspecialchars($this->items[$i]->link)."</link>\n";
|
H A D | OPMLCreator.php | 56 if (isset($this->items[$i]->link)) { 57 $feed .= " url=\"".htmlspecialchars($this->items[$i]->link)."\"";
|
H A D | PHPCreator.php | 29 $feed .= " \$feedLink='".$this->link."';\n"; 39 $feed .= " \$feedItem[$i]->link='".htmlspecialchars($this->items[$i]->link)."';\n";
|
/dokuwiki/inc/Extension/ |
H A D | PluginInterface.php | 120 * standardised function to generate an email link according to obfuscation settings 132 * standardised function to generate an external link according to conf settings 134 * @param string $link 141 public function external_link($link, $title = '', $class = '', $target = '', $more = '');
|
H A D | PluginTrait.php | 231 public function external_link($link, $title = '', $class = '', $target = '', $more = '') 235 $link = htmlentities($link); variable 236 if (!$title) $title = $link; 244 return "<a href='$link'$class$target$more>$title</a>";
|
/dokuwiki/ |
H A D | feed.php | 62 $rss->link = DOKU_URL; 69 $image->link = DOKU_URL; 249 // add item link 253 $item->link = media_managerURL( 261 $item->link = wl($id, 'rev='.$date, true, '&'); 266 $item->link = media_managerURL( 275 $item->link = wl($id, 'do=revisions&rev='.$date, true, '&'); 280 $item->link = media_managerURL( 287 $item->link = wl($id, '', true, '&'); 293 $item->link [all...] |
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/ |
H A D | FeedImage.php | 14 public $title, $url, $link;
|
H A D | FeedItem.php | 14 public $title, $description, $link;
|
/dokuwiki/inc/Remote/ |
H A D | ApiCore.php | 118 'doc' => 'Returns the pages that link to this page.', 721 $link = array(); variable 724 $link['type'] = 'local'; 725 $link['page'] = $in[1][0]; 726 $link['href'] = wl($in[1][0]); 727 array_push($links, $link); 730 $link['type'] = 'extern'; 731 $link['page'] = $in[1][0]; 732 $link['href'] = $in[1][0]; 733 array_push($links, $link); [all...] |
/dokuwiki/inc/Ui/ |
H A D | Search.php | 138 $link = $this->searchState->withSorting($option['sort'])->getSearchLink($option['label']); variable 139 $searchForm->addHTML($link); 286 $link = $this->searchState variable 290 $searchForm->addHTML($link); 334 $link = $this->searchState->withNamespace('')->getSearchLink($lang['search_any_ns']); variable 335 $searchForm->addHTML($link); 349 $link = $this->searchState->withNamespace($ns)->getSearchLink($label); variable 350 $searchForm->addHTML($link); 449 $link = $this->searchState variable 453 $searchForm->addHTML($link); 536 $link = html_wikilink(':' . $id, $name); global() variable [all...] |
H A D | Index.php | 90 $link = wl($ID, 'idx='. rawurlencode($item['id'])); variable 91 $html .= '<a href="'. $link .'" title="'. $item['id'] .'" class="idx_dir"' . $nofollow .'><strong>';
|