Home
last modified time | relevance | path

Searched refs:link (Results 26 – 50 of 1418) sorted by relevance

12345678910>>...57

/plugin/authucenter/lib/uc_client/lib/
H A Ddb.class.php13 var $link; variable in ucclient_db
37 if(!$this->link = mysql_pconnect($dbhost, $dbuser, $dbpw)) {
41 if(!$this->link = mysql_connect($dbhost, $dbuser, $dbpw)) {
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());
143 return mysql_get_server_info($this->link);
[all …]
H A Ddbi.class.php13 var $link; variable in ucclient_db
36 if(!$this->link = new mysqli($dbhost, $dbuser, $dbpw, $dbname)) {
42 $this->link->set_charset($dbcharset);
46 $this->link->query("SET sql_mode=''");
80 if(!($query = $this->link->query($sql, $resultmode)) && $type != 'SILENT') {
89 return $this->link->affected_rows;
93 return (($this->link) ? $this->link->error : mysqli_error());
97 return intval(($this->link) ? $this->link->errno : mysqli_errno());
136 return $this->link->server_info;
140 return $this->link->escape_string($str);
[all …]
/plugin/combo/resources/snippet/js/
H A Dcombo-loader.js16 let link = document.createElement('link');
17 link.rel = "stylesheet"
18 link.href = href;
19 link.integrity = integrity;
20 link.crossOrigin = "anonymous";
21 link.classList.add(clazz);
23 head.appendChild(link);
24 link.addEventListener("load", callback);
/plugin/webcomponent/syntax/
H A Ddropdown.php146 $link = preg_replace(array('/^\[\[/', '/\]\]$/u'), '', $match);
149 $link = explode('|', $link, 2);
150 if (!isset($link[1])) {
151 $link[1] = null;
153 $link[0] = trim($link[0]);
155 $parameters['locallink'][$this->linkCounter]['pageid'] = $link[0];
156 $parameters['locallink'][$this->linkCounter]['content'] = $link[1];
214 foreach ($parameters['locallink'] as $link) {
215 $pageId = $link['pageid'];
216 $content = $link['content'];
/plugin/latexport/implementation/
H A Dinternal_link.php17 private $link; variable in InternalLink
27 * @param link The link, as provided by internallink method.
31 function __construct($link, $headingLevel, $title = null) { argument
32 $this->link = $link;
43 return $this->link;
56 return "$this->title ($this->headingLevel) --- $this->link";
H A Ddecorator_persister.php52 function input($link) { argument
53 $this->appendCommand("input", $link);
131 function appendLabel($link = null) { argument
132 $this->appendLabelInline($link);
143 if ($link) {
172 * @param string $link The anchor name.
175 function anchor($link, $title = null) { argument
176 $this->appendLabelInline($link);
678 * @param string $link The link name
681 function camelcaselink($link) { argument
[all …]
/plugin/prettyphoto/
H A Drenderer.php29 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
36 $link['url'] = ml($src, array('id' => $ID, 'cache' => $cache), ($linking === 'direct'));
43 $link['class'] .= ' mediafile mf_'.$class;
44 $link['url'] = ml($src, array('id' => $ID, 'cache' => $cache), true);
46 $link['title'] .= ' (' . filesize_h(filesize(mediaFN($src))).')';
50 if($hash) $link['url'] .= '#'.$hash;
53 $link['class'] .= ' wikilink2';
58 $this->doc .= $link['name'];
60 $this->doc .= $this->_formatLink($link);
/plugin/offline/
H A Drenderer.php264 $link['rel']='nofollow';
277 $link['style'] = '';
278 $link['pre'] = '';
279 $link['suf'] = '';
283 $link['suf'] = '</span>';
285 $link['more'] = '';
286 $link['class'] = $class;
288 $link['name'] = $name;
289 $link['title'] = $id;
292 ($conf['userewrite']) ? $link['url'].='?' : $link['url'].='&amp;';
[all …]
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DLink.php28 private $link = ''; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\Link
33 * @param string $link
36 public function __construct($link, Description $description = null) argument
38 Assert::string($link);
40 $this->link = $link;
65 return $this->link;
75 return $this->link . ($this->description ? ' ' . $this->description->render() : '');
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc6 CKEDITOR.plugins.add( 'link',
11 editor.addCommand( 'link', new CKEDITOR.dialogCommand( 'link' ) );
18 command : 'link'
30 CKEDITOR.dialog.add( 'link', this.path + 'dialogs/link.js' );
124 link :
127 command : 'link',
128 group : 'link',
136 group : 'link',
248 CKEDITOR.plugins.link =
258 * <a href="#">[link]</a>
[all …]
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc6 CKEDITOR.plugins.add( 'link',
11 editor.addCommand( 'link', new CKEDITOR.dialogCommand( 'link' ) );
18 command : 'link'
30 CKEDITOR.dialog.add( 'link', this.path + 'dialogs/link.js' );
124 link :
127 command : 'link',
128 group : 'link',
136 group : 'link',
248 CKEDITOR.plugins.link =
258 * <a href="#">[link]</a>
[all …]
/plugin/directorylist/syntax/
H A Ddirectorylist.php222 $link = '<a href="';
224 $link .= '?do=download&file='.rawurlencode($file->getRealPath());
226 $link .= 'file://'.$file->getRealPath();
231 $link .= '';
233 $link .= '"';
235 $link .= ' target="_blank"';
237 $link .= ' title="'.$file->getFilename().'"';
238 $link .= '>';
239 $link .= utf8_encode($file->getFilename());
240 $link .= '</a>';
[all …]
/plugin/backlinks/
H A Ddeleted.files21 _test/data/meta/link.changes
22 _test/data/meta/link.indexed
23 _test/data/meta/link.meta
24 _test/data/meta/exclude/link.changes
25 _test/data/meta/exclude/link.indexed
26 _test/data/meta/exclude/link.meta
29 _test/data/meta/include/link.meta
35 _test/data/pages/link.txt
36 _test/data/pages/aaa/link.txt
42 _test/data/pages/exclude/link.txt
[all …]
/plugin/fetchmedia/action/
H A Dajax.php75 $link = $INPUT->str('link');
100 $fn = $this->constructFileName($link);
106 $headers = get_headers($link);
117 if (!file_exists($link)) {
121 if (is_dir($link)) {
125 if (!is_readable($link)) {
131 $res = fopen($link, 'rb');
284 public function constructFileName($link) { argument
285 $urlFNstart = strrpos($link, '/') + 1;
286 $windosFNstart = strrpos($link, '\\') + 1;
[all …]
/plugin/translation3/
H A Dhelper.php83 $link = ':'.$this->tns.$idpart;
90 return array($link,$name);
143 $link = cleanID($link);
144 if($ID == $link){
220 $link = cleanID($link);
221 if($ID == $link){
231 if(page_exists($link,'',false)){
295 $link = cleanID($link);
322 resolve_pageid(getNS($ID),$link,$exists);
338 $out .= '<a href="'.wl($link).'"';
[all …]
/plugin/move/helper/
H A Dhandler.php232 $link = explode('|', $link, 2);
233 if(!isset($link[1])) {
234 $link[1] = null;
235 } else if(preg_match('/^\{\{[^\}]+\}\}$/', $link[1])) {
237 $old_title = $link[1];
238 $link[1] = $this->rewrite_media($link[1]);
244 $link[0] = trim($link[0]);
260 } elseif(preg_match('!^#.+!', $link[0])) {
264 $id = $link[0];
294 if($link[1] != null) {
[all …]
/plugin/sfauth/
H A Dscript.js6 var link = document.createElement('a');
7 link.className = 'switch';
8 link.href = '#';
9 link.innerHTML = LANG.plugins.sfauth.switch;
11 link.onclick = function() {
15 $sfAuth.append(link);
/plugin/nodetailsxhtml/
H A Drenderer.php3 * Render Plugin for XHTML without details link for internal images.
279 $link['rel']='nofollow';
290 $link['target'] = $conf['target']['wiki'];
291 $link['style'] = '';
292 $link['pre'] = '';
293 $link['suf'] = '';
294 // highlight link to current page
296 $link['pre'] = '<span class="curid">';
297 $link['suf'] = '</span>';
299 $link['mor
[all...]
/plugin/bookcreator/syntax/
H A Dexportsaved.php61 $link = $exporturl[$type];
70 $link .= '&savedselection=' . $savedSelectionPageid . ($extraParameters ? '&' . $extraParameters : '');
78 'link' => $link,
86 * include a link to the requested export of the saved selection
97 $link = $renderer->internallink($data['link'], $data['title'], null, true);
99 // add class for adding file icons to the link
100 $pos = strpos($link, 'class="');
101 $link
[all...]
/plugin/dw2markdown/
H A Drenderer.php604 * @param array $link attributes of a link
609 public function _formatLink($link) { argument
611 if(substr($link['url'], 0, 7) != 'mailto:') {
612 $link['url'] = str_replace('&', '&amp;', $link['url']);
613 $link['url'] = str_replace('&amp;amp;', '&amp;', $link['url']);
616 $link['title'] = str_replace('&amp;amp;', '&amp;', $link['title']);
620 $link['url'] = strtr($link['url'], array('>' => '%3E', '<' => '%3C', '"' => '%22'));
621 … $link['title'] = strtr($link['title'], array('>' => '&gt;', '<' => '&lt;', '"' => '&quot;'));
623 $res = $link['pre'] . '[' . $link['name'] . '](' . $link['url'] . ')' . $link['suf'];
/plugin/medialist/
H A Dhelper.php178 $link = array();
179 $link['url'] = ml($item['id']);
181 $link['target'] = $conf['target']['media'];
182 $link['title'] = noNS($item['id']);
191 $link['name'] = $item['id'];
197 $link['name'] = $item['id'];
204 $link['class'] .= ' mediafile mf_'.$class;
211 $out .= '<a href="' . $link['url'] . '" ';
212 $out .= 'class="' . $link['class'] . '" ';
214 $out .= 'title="' . $link['title'] . '">';
[all …]
/plugin/linkbonus/syntax/
H A Dinterwiki.txt78 $link= array();
102 "normal" dokuwiki link
108 $link['url'],
109 $link['name'],
123 // default link behaviour
124 $link['_type'] = 'interwiki';
126 $link['title'] = htmlspecialchars($link['url']);
128 $link['class'] = "iw_$class";
144 $link['title']= $val;
169 $link['url']= $iw_url;
[all …]
/plugin/linkbonus/
H A Dcommon.php52 $link = $data['link'];
64 $link['more'].= ' style="background-image: url('. $fvicon. ');"';
66 $fmt_enabled= $link['format'];
68 $link['name']= preg_replace('#//(.+?)//#', '<em>$1</em>', $link['name']);
69 $link['name']= preg_replace('#\*\*(.+?)\*\*#', '<b>$1</b>', $link['name']);
72 $outp= $renderer->_formatLink($link);
76 $renderer->doc .= '<!-- linkbonus to ['. $link['url']. '] -->';
/plugin/zerolinecss/
H A Daction.php35 foreach( $event->data['link'] as &$link ) {
36 if ( $link['rel'] != 'zerolinecss' || empty($link['href']) ) continue;
38 $data = $this->httpClient->get( DOKU_URL . $link['href'] );
46 'type' => $link['type'],
52 $link = array();
/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);

12345678910>>...57