/plugin/linksenhanced/syntax/ |
D | link.php | 54 $link = explode('|',$match,2); 56 $optionsSet = explode('^', $link[0], 2); 64 $link[0] = $optionsSet[1]; 94 if($options['render'] && isset($link[1])) 96 $link[1] = $this->render_text($link[1]); 99 $link[1] = str_replace('</p>', '', str_replace('<p>', '', $link[1])); 101 if($link[1] === '') 102 $link[1] = null; 104 else if ( isset($link[1]) && preg_match('/^\{\{[^\}]+\}\}$/',$link[1]) ) { 106 $link[1] = Doku_Handler_Parse_Media($link[1]); [all …]
|
/plugin/linkbonus/syntax/ |
D | base.php | 70 $link= array(); 71 $link['url'] = array_shift($data); 72 $link['name'] = array_shift($data); 73 $link['title'] = array_shift($data); 76 if (empty($link['title']) ) $link['title']= $link['name']; 79 $link['name'] = str_replace ('\|', '|', $link['name']); 80 $link['title'] = str_replace ('\|', '|', $link['title']); 83 $link['url'] = substr($link['url'], 1); // remove leading '@' 84 $link['url'] = DW_common_linkbonus::_getServerBase(). $link['url']; 91 if (empty($data) && empty($link['title']) ) { [all …]
|
D | external.php | 69 $link= array(); 70 $link['url'] = array_shift($data); 71 $link['name'] = array_shift($data); 72 $link['title'] = array_shift($data); 75 if (empty($link['title']) ) $link['title']= $link['name']; 78 $link['name'] = str_replace ('\|', '|', $link['name']); 79 $link['title'] = str_replace ('\|', '|', $link['title']); 86 if (empty($data) && empty($link['title']) ) { 87 $handler->_addCall('externallink',array( $link['url'],$link['name'] ), $pos); 111 DW_common_linkbonus::parse_options ($data, $link, $keys); [all …]
|
/plugin/targetlink/ |
D | syntax.php | 132 $link = array(); 139 $link['rel'] = 'nofollow'; 150 $link['target'] = $target; 151 $link['style'] = ''; 152 $link['pre'] = ''; 153 $link['suf'] = ''; 156 $link['pre'] = '<span class="curid">'; 157 $link['suf'] = '</span>'; 159 $link['more'] = ''; 160 $link['class'] = $class; [all …]
|
/plugin/epub/ |
D | renderer.php | 115 $link = $this->create_external_link($src); 116 return $this->_formatLink($link); 174 function is_image($link,&$type) { argument 176 if(strpos($link['class'],'media') === false) { 177 $type=$link['class']; 181 $mime_type = mimetype($link['title']); 183 list($url,$rest) = explode('?', $link['url']); 208 function _formatLink($link){ argument 211 if($this->is_image($link,$type)) { 212 if(preg_match('#media\s*=\s*http#',$link['url'])) { [all …]
|
/plugin/nroff/ |
D | renderer.php | 490 function camelcaselink($link) { argument 491 $this->internallink($link,$link); 537 $link['target'] = $conf['target']['wiki']; 538 $link['style'] = ''; 539 $link['pre'] = ''; 540 $link['suf'] = ''; 543 $link['pre'] = '<span class="curid">'; 544 $link['suf'] = '</span>'; 546 $link['more'] = ''; 547 $link['class'] = $class; [all …]
|
/plugin/button/ |
D | syntax.php | 252 $link['url'] = $match['link']; 254 … if (substr($link['url'], 0, strlen($force_uri_prefix)) === $force_uri_prefix) { 255 $link['url'] = substr($link['url'], strlen($force_uri_prefix)); 258 $link_items = explode(":", $link['url']); 261 $link['url'] = "Unauthorized URI scheme"; 263 $link['name'] = $match['title']; 264 if ($link['name'] == "") 265 $link['name'] = $match['link']; 266 $link['class'] = 'urlextern'; 272 … $link = $this->dokuwiki_get_link($renderer, $match['link'], $match['title']); [all …]
|
/plugin/showlinkpermission/ |
D | renderer.php | 59 $link['rel']='nofollow'; 80 $link['target'] = $conf['target']['wiki']; 81 $link['style'] = ''; 82 $link['pre'] = ''; 83 $link['suf'] = ''; 86 $link['pre'] = '<span class="curid">'; 87 $link['suf'] = '</span>'; 89 $link['more'] = ''; 90 $link['class'] = $class; 91 $link['url'] = wl($id, $params); [all …]
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | 51.51.js | 1 …link","","","string.link"]],[/^((?:(?:\.\.)(?:\s+))?)(__)(:)(\s+)(.*)/,[{token:"",next:"subsequent…
|
/plugin/linklist/ |
D | renderer.php | 40 public function internallink($link, $title = null) argument 42 $title = helper_plugin_linklist::getTitle($link); 44 if (isset($this->data['internal'][$link])) { 47 $this->data['internal'][$link] = [$link, $title]; 50 public function externallink($link, $title = null) argument 54 $title = helper_plugin_linklist::getUrlTitle($link); 57 if (isset($this->data['external'][$link])) { 60 $this->data['external'][$link] = [$link, $title]; 63 public function interwikilink($link, $title, $wikiName, $wikiUri) argument 70 if (isset($this->data['interwiki'][$link])) { [all …]
|
/plugin/eventline/ |
D | plain.php | 84 function camelcaselink($link) { argument 85 $this->internallink($link,$link); 115 $link = $this->getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render); 118 if($hash) $link['url'] .= '#'.$hash; 121 $this->doc .= $link['name']; 149 $link['target'] = $conf['target']['wiki']; 150 $link['style'] = ''; 151 $link['pre'] = ''; 152 $link['suf'] = ''; 156 $link['pre'] = '<span class="curid">'; [all …]
|
/plugin/footnotestyle/ |
D | renderer.php | 139 $link = $id; 143 $link = '['.$link.']'; 145 $link .= ')'; 148 …$link = '<a href="#fn__'.$id.'" name="fnt__'.$id.'" id="fnt__'.$id.'" class="fn_top">'.$link.'</a>… 152 $link = '<sup>'.$link.'</sup>'; 154 return $link; 160 $link = $id; 163 $link .= ')'; 165 $link = '['.$link.']'; 167 …$link = '<a href="#fnt__'.$id.'" id="fn__'.$id.'" name="fn__'.$id.'" class="fn_bot">'.$link.'</a>'; [all …]
|
/plugin/bibtex/ |
D | syntax.php | 405 // don't link flash movies 409 $link['class'] = 'urlextern'; 411 $link['style']='background-image: url('.DOKU_BASE.'lib/images/fileicons/'.$ext.'.png)'; 413 $link['style']='background-image: url('.DOKU_BASE.'lib/images/fileicons/'.$ext.'.gif)'; 415 $link['style']='background-image: url('.DOKU_BASE.'lib/images/fileicons/file.gif)'; 417 $link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),true); 419 $link['name'] = $this->_media ($src, $title, $align, $width, $height, $cache); 423 return $link['name']; 425 return $this->_formatLink($link); 430 function _formatLink($link){ argument [all …]
|
/plugin/docnavigation/syntax/ |
D | pagenav.php | 103 [$link, $title] = array_pad(explode('|', $linkstr, 2), 2, null); 109 $link = trim($link); 112 if ($index == 1 && empty($link)) { 116 $link = $ns . ':' . $conf['start']; 119 $link = $ns . ':' . noNS($ns); 122 $link = (!getNS($ns) ? ':' : '') . $ns; 126 $rawlink = $link; 132 $link = $resolver->resolveId($link); 135 resolve_pageid(getNS($ID), $link, $exists); 138 [$link,$hash] = array_pad(explode('#', $link, 2), 2, ''); [all …]
|
/plugin/owncloud/ |
D | helper.php | 307 …$link = '<a title="'.$time.'" href="'.$fetch.'?media='.($this->pathToWikiID($file)).'&rev='.$line[… 310 $link = $time.' <small>('.$lang['current'].')<small>';; 322 …$ret .= '<td class="col0" > '.$link.' </td><td class="col1">'.$author.'</td><td class="col2">'.$si… 430 … $link = $this->_getMediaLinkConf($fileid,$src, $title, $align, $width, $height, $cache, $render); 435 …$link['url'] = $this->ml($src,array('id'=>$ID,'cache'=>$cache,'fileid'=>$fileid),($linking=='direc… 449 $link['class'] .= ' mediafile mf_'.$class; 451 …$link['url'] = $this->ml($src,array('id'=>$ID,'cache'=>$cache,'fileid'=>$fileid),($linking=='direc… 453 …if ($exists && $class != 'folder') $link['title'] .= ' (' . filesize_h(filesize(mediaFN($src))).')… 456 if($hash) $link['url'] .= '#'.$hash; 460 $link['class'] .= ' wikilink2'; [all …]
|
/plugin/dwinsect/ |
D | syntax.php | 51 * @param string $link 54 function _split_text($section, $link) { argument 55 $ret=explode($link, trim($section), 2); 60 function _check_translate($type, $link, $params) { argument 65 list($ns, $para) = preg_split('/[\|]/',substr($link, 2, -2), 2); 66 $link=substr($link,0,2).$ns."|".$params.substr($link,-2,2); 70 list($ns, $para) = preg_split('/[\?]/',substr($link, 2, -2), 2); 71 $link=substr($link,0,2).$ns."?".$params.substr($link,-2,2); 78 $link="[[".$link."|".$params."]]"; 83 return (array($type, $link)); [all …]
|
/plugin/syntaxmantis/ |
D | syntax.php | 41 $link['target'] = $conf['target']['wiki']; 42 $link['style'] = ''; 43 $link['pre'] = ''; 44 $link['suf'] = ''; 45 $link['more'] = ''; 46 $link['class'] = 'mantislink'; 47 $link['url'] = $this->getConf('mantis_server') . '/view.php?id=' . $data[0]; 48 $link['name'] = $this->getConf('LinkPrefix') . $data[0]; 49 $link['title'] = $renderer->_xmlEntities($url); 52 $renderer->doc .= $renderer->_formatLink($link);
|
/plugin/nsexport/packer/ziphtml/ |
D | renderer.php | 85 $link['target'] = $conf['target']['wiki']; 86 $link['style'] = ''; 87 $link['pre'] = ''; 88 $link['suf'] = ''; 91 $link['pre'] = '<span class="curid">'; 92 $link['suf'] = '</span>'; 94 $link['more'] = ''; 95 $link['class'] = $class; 96 $link['url'] = $ref.str_replace(':','/',$id).'.html'; 97 $link['name'] = $name; [all …]
|
/plugin/docnavigation/ |
D | action.php | 100 …* @param array $link with: 'link' => string full page id, 'title' => null|string, 'rawlink' => str… 103 protected function htmlLink($link) { argument 110 $title = $this->getTitle($link, $Renderer); 111 $id = ':' . $link['link'] . '#' . $link['hash']; 118 …* @param array $link with: 'link' => string full page id, 'title' => null|string, 'rawlink' => str… 122 protected function getTitle($link, $Renderer) argument 124 if ($link['title'] === null) { 125 $defaulttitle = $Renderer->_simpleTitle($link['rawlink']); 126 return $Renderer->_getLinkTitle(null, $defaulttitle, $isImage, $link['link']); 128 return $link['title'];
|
/plugin/html5video2/syntax/ |
D | video.php | 40 $link = preg_replace(array('/^\{\{/','/\}\}$/u'),'',$match); 43 $link = explode('|',$link,2); 46 $ralign = (bool)preg_match('/^ /',$link[0]); 47 $lalign = (bool)preg_match('/ $/',$link[0]); 61 if ( !isset($link[1]) ) { 62 $link[1] = NULL; 66 $link[0] = trim($link[0]); 69 $pos = strrpos($link[0], '?'); 71 $src = substr($link[0],0,$pos); 72 $param = substr($link[0],$pos+1); [all …]
|
/plugin/combo/resources/theme/default/components/css/ |
D | anchor.css | 1 .link-primary { 2 color: var(--bs-link-color) 5 .link-primary:hover { 6 color: var(--bs-link-hover-color) 10 color: var(--bs-link-color) 14 color: var(--bs-link-hover-color) 18 color: var(--bs-link-color) 22 .anchorjs-link {
|
/plugin/bez/action/ |
D | default.php | 339 $link = '<a href="' . $this->url('thread', 'id', $thread->id) . '">'; 340 $link .= '#' . $thread->id; 341 $link .= '</a>'; 343 $full = sprintf($this->getLang('notification problems_without_tasks'), $link); 348 'brief' => $link, 363 $link = '<a href="' . $this->url('thread', 'id', $thread->id) . '">'; 364 $link .= '#' . $thread->id; 365 $link .= '</a>'; 367 $full = sprintf($this->getLang('notification problems_coming'), $link); 372 'brief' => $link, [all …]
|
/plugin/siteexport/renderer/ |
D | pdf.php | 239 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render); 243 $link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),($linking=='direct')); 251 $link['class'] .= ' mediafile mf_'.$class; 252 $link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),true); 256 $link['url'] .= '#'.$hash; 261 $link['class'] .= ' wikilink2'; 266 $this->doc .= $link['name']; 268 $this->doc .= $this->_formatLink($link); 295 $link['rel'] = 'nofollow'; 306 $link['target'] = $conf['target']['wiki']; [all …]
|
/plugin/netlogo/syntax/ |
D | applet.php | 104 $link = preg_replace(array('/^\{\{/','/\}\}$/u'),'',$match); 107 $link = explode('|',$link,2); 110 $ralign = (bool)preg_match('/^ /',$link[0]); 111 $lalign = (bool)preg_match('/ $/',$link[0]); 125 if ( !isset($link[1]) ) { 126 $link[1] = NULL; 130 $link[0] = trim($link[0]); 133 $pos = strrpos($link[0], '?'); 135 $src = substr($link[0],0,$pos); 136 $param = substr($link[0],$pos+1); [all …]
|
/plugin/authucenter/lib/uc_client/lib/ |
D | db.class.php | 13 var $link; variable in ucclient_db 37 if(!$this->link = mysql_pconnect($dbhost, $dbuser, $dbpw)) { 41 if(!$this->link = mysql_connect($dbhost, $dbuser, $dbpw)) { 48 …n=".$dbcharset.", character_set_results=".$dbcharset.", character_set_client=binary", $this->link); 52 mysql_query("SET sql_mode=''", $this->link); 57 mysql_select_db($dbname, $this->link); 91 if(!($query = $func($sql, $this->link)) && $type != 'SILENT') { 100 return mysql_affected_rows($this->link); 104 return (($this->link) ? mysql_error($this->link) : mysql_error()); 108 return intval(($this->link) ? mysql_errno($this->link) : mysql_errno()); [all …]
|