Home
last modified time | relevance | path

Searched refs:link (Results 276 – 300 of 1418) sorted by relevance

1...<<11121314151617181920>>...57

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_smart_rendering.js159 isLinkDisplayed: function(id, link){ argument
160 return this.isInViewPort(this.getLinkPosition(id, link), this.getViewPort());
169 getLinkPosition: function(id, link){ argument
170 var from_pos = gantt.getTaskTop(link.source),
171 to_pos = gantt.getTaskTop(link.target);
422 linkRenderer.filters.push(function(id, link){ argument
426 return !!gantt._smart_render.isLinkDisplayed(id, link);
/plugin/cite/lang/en/
H A Dintro.txt14 To display a permanent link or citation link at any point in your document, use the following code …
32 * **cite_getPermURL()** : A //permanent link// to a page revision
33 * **cite_getCiteURL()** : A //citation link// so that you can let others easily cite your work
/plugin/glossary/
H A Dstyle.css44 span.glossaryWord a.wikilink1:link {
51 span.glossaryTranslate a.wikilink1:link {
72 div.glossary table td.word a:link {
79 div.glossary table td.translate a:link {
/plugin/advanced/lang/en/config/
H A Dinterwiki.txt3 …hole Internet. Today its more of an easy way to link from one wiki to another by having some simpl…
14 …on|XML feed]]. ''%%[[this>]]%%'' is a special case and the only interwiki link which **cannot be c…
20 The shortcut is the one you will be able to use in the link later. In the URL you can use some plac…
/plugin/blogtng/entities/
H A DComment.php128 * @param bool $link whether wrapped with link element
132 public function tpl_number($link = true, $fmt = '%d', $title = null) { argument
135 if($link) echo '<a href="#comment_' . $this->cid . '" class="blogtng_num">';
137 if($link) echo '</a>';
/plugin/struct/meta/
H A DAggregationTable.php208 // sort indicator and link
222 $link = wl($this->id, $dynamic->getURLParameters());
230 $this->renderer->doc .= '<a href="' . $link . '" class="' . $sortclass . '" ' .
444 // prev link
453 $link = wl($this->id, $dynamic->getURLParameters());
454 $this->renderer->doc .= '<a href="' . $link . '" class="prev">' . $this->helper->getLang('prev') . '</a>';
457 // next link
462 $link = wl($this->id, $dynamic->getURLParameters());
463 $this->renderer->doc .= '<a href="' . $link . '" class="next">' . $this->helper->getLang('next') . '</a>';
485 $link
[all...]
/plugin/imagereference/
H A Dscript.js40 let link = $amedia.attr('href');
42 .attr('href', link)//set link
/plugin/emoji/
H A Dsyntax.php118 $link = $this->shortnameToImage($match);
120 $link = $this->unicodeToImage($unicode);
122 if (preg_match('#[^/]\w*\.png#', $link, $matches) == 1) {
/plugin/var/
H A Dsyntax.php28 $link = wl($id, '', true);
30 $link .= '/';
31 return $link;
/plugin/zip/pear/File/Archive/Writer/
H A DTar.php61 $link = "";
69 $link = @readlink($current);
95 $link,
/plugin/jplayer/
H A Dsyntax.php49 $link = ml($item['id'],'',true);
53 $audio['mp3'] = $link;
64 $audio['oga'] = $link;
/plugin/combo/ComboStrap/
H A DBreadcrumbTag.php137 * @param bool $link
140 public static function getLiHtmlOutput(MarkupPath $page, bool $current = false, bool $link = true): string argument
148 * Applied to a link in the breadcrumb set to indicate that it represents the current page.
155 if ($link) {
/plugin/dw2pdf/syntax/
H A Dexportlink.php68 $link = '?do=export_pdfns&book_ns=' . $ns . '&book_title=' . $title;
77 'link' => $link,
95 $renderer->internallink($data['link'], $data['title']);
/plugin/diagramsnet/lib/js/
H A Dexport.js147 if (link != null && this.isCustomLink(link))
149 link = null;
152 return link;
332 var link = document.createElement('link');
334 link.setAttribute('rel', 'stylesheet');
335 link.setAttribute('charset', 'UTF-8');
336 link.setAttribute('type', 'text/css');
338 link.onload = decrementWaitCounter;
339 link.onerror = decrementWaitCounter;
341 link.setAttribute('href', extFonts[i].url);
[all …]
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Dlink.js.unc16 var plugin = CKEDITOR.plugins.link;
197 // Loads the parameters in a selected link to the link dialog fields.
536 linkLang = editor.lang.link;
538 //get link browser
1739 * as link title instead
1744 if(!link) {
1747 link = ':' + link.replace(/^:/,"");
1757 var link_ar = link.split(':',link);
1800 * Show the link wizard
1814 * Hide the link wizard
[all …]
/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php863 public $link; variable in Google_ShoppingModelProductJsonV1
1040 public function setLink( $link) { argument
1041 $this->link = $link;
1044 return $this->link;
1160 public $link; variable in Google_ShoppingModelProductJsonV1Images
1165 public function setLink( $link) { argument
1166 $this->link = $link;
1169 return $this->link;
1189 public $link; variable in Google_ShoppingModelProductJsonV1ImagesThumbnails
1204 $this->link = $link;
[all …]
/plugin/eclipseupdateurl/
H A DREADME.md18 __direct__|Generate a direct link - all other options need this
19 __name__|The name of the link to be displayed
/plugin/slacknotifier/helper/
H A DFormatter.php30 $link = $this->buildUrl($page, $event->newRevision);
31 $title = "{$username} {$action} page <{$link}|{$page}>";
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.AllowedFrameTargets.txt
/plugin/userpage/
H A Daction.php65 $link = '<li><a '.buildAttributes($data['attr']).'><span>'.$data['text'].'</span></a></li>';
69 array('userpage' => $link) +
/plugin/farmer/admin/
H A Ddelete.php66 $link = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'delete'], true, '&');
67 send_redirect($link);
/plugin/farmer/
H A Dadmin.php83 $link = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => $page]);
86 echo '<li class="' . $class . '"><a href="' . $link . '">' . $this->getLang('tab_' . $page) . '</a></li>';
/plugin/mikioplugin/assets/
H A Dvariables.css87 --mikiop-link-text-color: #007bff;
88 --mikiop-link-background-color: transparent;
89 --mikiop-link-border-color: transparent;
90 --mikiop-link-text-hover-color: #0056b3;
91 --mikiop-link-background-hover-color: transparent;
92 --mikiop-link-border-hover-color: transparent;
/plugin/switchpanel/
H A DREADME.md149 ## Popup message information and link
158 Popup message information and link
160 1,1:text="Hello World",link="https://greenitsolutions.fr/",textlink="GreenITSolutions website"
161 …:</b> HP switch port 18<br><b>Speed:</b> 10G <hr> Additional information",link="https://greenitsol…
297 …(backgroud color),text=(text of popup message),link=(url of link),case=(type of case),target=(type…
/plugin/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php220 var $link; variable in PDFAnnotationExternalLink
232 $this->link = $link;
248 var $link; variable in PDFAnnotationInternalLink
260 $this->link = $link;
271 $l = $handler->links[$this->link];
602 $this->_link = $link;
638 $this->_link = $link;
2074 * @param String $link Link URL
2200 if($link)
2455 if ($link) {
[all …]

1...<<11121314151617181920>>...57