Home
last modified time | relevance | path

Searched refs:link (Results 101 – 125 of 1418) sorted by relevance

12345678910>>...57

/plugin/xml/
H A Drenderer.php380 * @param string $link Link text
382 function camelcaselink($link) { argument
383 $this->internallink($link, $link, 'camelcase');
396 * @param string $link The link text
402 $id = $link;
418 * @param string $link The link text
421 function externallink($link, $title = null) { argument
422 ….= '<link type="external" link="'.$this->_xmlEntities($link).'" href="'.$this->_xmlEntities($link)…
444 * @param string $link
449 $url = str_replace('\\','/',$link);
[all …]
/plugin/bibtex/OSBib/create/
H A Dosbib.css7 A:visited, A:link, A:active {
18 A.link:visited, A.link:link, A.link:active, A.page:visited, A.page:link, A.page.active {
23 A.link:hover, A.page:hover {
30 A.rLink:visited, A.rLink:link, A.rLink:active {
41 A.imgLink:visited, A.imgLink:link, A.imgLink:active {
/plugin/yuriigantt/src/Driver/
H A DDriverInterface.php36 * @param Link $link
39 public function updateLink(Link $link); argument
48 * @param Link $link
51 public function addLink(Link $link); argument
/plugin/jmol2/jmol/
H A Djmol.sh21 link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
22 if /usr/bin/expr "$link" : '.*/.*' > /dev/null; then
23 program="$link"
25 program="`/usr/bin/dirname $program`/$link"
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Oauth2/
H A DUserinfo.php54 public $link; variable in Google\\Service\\Oauth2\\Userinfo
159 public function setLink($link) argument
161 $this->link = $link;
168 return $this->link;
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js94 function isDeskLink(link) argument
100 return config != null && link.substring(0, dl) == deskDomain &&
101 (link.substring(dl, dl + 18) == '/helpdesk/tickets/' ||
102 link.substring(dl, dl + 11) == '/a/tickets/');
110 function getIdForDeskLink(link) argument
112 return link.substring(link.lastIndexOf('/') + 1);
216 var link = graph.getLinkForCell(state.cell);
218 if (link != null && isDeskLink(link))
220 var id = getIdForDeskLink(link);
262 function getCellForLink(link) argument
[all …]
/plugin/owncloud/
H A Daction.php154 $link = array_shift($parts);
156 $ralign = (bool)preg_match('/^ /',$link);
157 $lalign = (bool)preg_match('/ $/',$link);
159 $link = trim($link);
160 if($helper->isExternal($link)) return $rawdata;
162 $pos = strrpos($link,'?');
164 $src = substr($link,0,$pos);
165 $param = substr($link,$pos+1);
167 $src = $link;
/plugin/linkmanager/
H A Dscript.js29 var link = elem.getElementsByTagName('a')[0];
30 link.style.cursor = 'pointer';
31 addEvent(link,'click',function(event){ return linkpage.list(event,this); });
158 select: function(event,link){ argument
159 var id = link.name.substr(2);
189 selectnew: function(event,link){ argument
233 list: function(event,link){ argument
252 ajax.runAJAX(link.search.substr(1)+'&call=linkpagelist');
274 var link = listitem.getElementsByTagName('a')[0];
288 ajax.runAJAX(link.search.substr(1)+'&call=linkpagens');
/plugin/noticeboard/noticeboard/classes/
H A Drss.php55 $link = "http://".$_SERVER['SERVER_NAME'];
64 $out .= "<link>".$link .wl($this->parentId, array('do' => 'show'))."</link>";
70 $link = "http://".$_SERVER['SERVER_NAME'];
77 $out .= "<link>".$link .wl($notice->getId(), array('do' => 'show'))."</link>";
108 …$out .= $this->getLang('moreInfo').": <a href='".$link .wl($notice->getId(), array('do' => 'show')…
117 $out .= "<link>".$link .wl($notice->getId(), array('do' => 'show'))."</link>";
131 …$out .= "<a href='".$link .wl($notice->getId(), array('do' => 'show'))."'>".$this->getLang('moreIn…
/plugin/noticeboard/classes/
H A Drss.php55 $link = "http://".$_SERVER['SERVER_NAME'];
64 $out .= "<link>".$link .wl($this->parentId, array('do' => 'show'))."</link>";
70 $link = "http://".$_SERVER['SERVER_NAME'];
77 $out .= "<link>".$link .wl($notice->getId(), array('do' => 'show'))."</link>";
108 …$out .= $this->getLang('moreInfo').": <a href='".$link .wl($notice->getId(), array('do' => 'show')…
117 $out .= "<link>".$link .wl($notice->getId(), array('do' => 'show'))."</link>";
131 …$out .= "<a href='".$link .wl($notice->getId(), array('do' => 'show'))."'>".$this->getLang('moreIn…
/plugin/blogtng/tpl/default/
H A Dentry.php15 <?php if ($link = $entry->tpl_previouslink('« @TITLE@', $entry->entry['page'], true)) { ?> variable
17 <?php echo $link?>
20 <?php if ($link = $entry->tpl_nextlink('@TITLE@ »', $entry->entry['page'], true)) { ?> variable
22 <?php echo $link?>
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseDynamicLinks/
H A DDynamicLinkInfo.php41 public $link; variable in Google\\Service\\FirebaseDynamicLinks\\DynamicLinkInfo
134 public function setLink($link) argument
136 $this->link = $link;
143 return $this->link;
/plugin/displayorphans/
H A Dhelper.php64 foreach ($links as $index => $link)
66 if (array_key_exists($link, $data)) { $data[$link]['count']++; }
67 else { $data[$link] = array('exists' => false, 'count' => 1); }
82 foreach($links as $index => $link) { $links[$index] = $this->_resolveLink($id, $link); }
/plugin/backlinks2/_test/data/meta/
H A Dbacklink_test_pages.meta2link to Bob RossAn included link to Bob RossAn excluded link to Bob Ross";}s:8:"relation";a:2:{s:1…
H A Dlink.changes1 1463241258 127.0.0.1 E link Externe bewerking
2 1463262075 127.0.0.1 e link mprins
3 1463393377 127.0.0.1 e link mprins
/plugin/gcalendar/inc/
H A Dgcal_read.php351 list($link,$name)=explode("|",substr($wl,2,strlen($wl)-4),2);
353 if ( preg_match('/^[a-zA-Z\.]+>{1}.*$/u',$link )) {
357 list($wikiname,$wikiuri) = preg_split('/>/u',$link,2);
359 }elseif ( preg_match('/^\\\\\\\\[\w.:?\-;,]+?\\\\/u',$link) ) {
361 $drx->windowssharelink($link,$name);
362 }elseif ( preg_match('#^([a-z0-9\-\.+]+?)://#i',$link) ) {
364 $drx->externallink($link,$name);
367 $drx->emaillink($link,$name);
368 }elseif ( preg_match('!^#.+!',$link) ){
370 $drx->locallink($link,$name);
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dmd1_amps_and_angle_encoding.md11 Here's a [link] [1] with an ampersand in the URL.
13 Here's a link with an amersand in the link text: [AT&T] [2].
15 Here's an inline [link](/script?foo=1&bar=2).
/plugin/diagramsnet/lib/js/
H A Dclear.js35 var link = document.createElement('a');
36 link.setAttribute('href', './');
37 link.appendChild(document.createTextNode('Start App'));
38 document.body.appendChild(link);
/plugin/sqlquery/
H A Dsyntax.php89 $link = mysqli_connect($host, $user, $password, $DB);
90 mysqli_set_charset($link, "utf8");
93 if ( $link )
95 $result = mysqli_query($link, $querystring);
132 mysqli_close($link);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DAttachment.php62 public function setLink(Link $link) argument
64 $this->link = $link;
71 return $this->link;
H A DCourseMaterial.php62 public function setLink(Link $link) argument
64 $this->link = $link;
71 return $this->link;
H A DMaterial.php62 public function setLink(Link $link) argument
64 $this->link = $link;
71 return $this->link;
/plugin/redirect/
H A Dhelper.php73 $link = explode('#', $redirects[$id], 2);
74 $url = wl($link[0], '', true, '&');
75 if(isset($link[1])) $url .= '#' . rawurlencode($link[1]);
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Danchor.js53 if ( CKEDITOR.plugins.link.synAnchorSelector )
56 if ( CKEDITOR.plugins.link.emptyAnchorFix )
65 if ( CKEDITOR.plugins.link.fakeAnchor )
97 if ( CKEDITOR.plugins.link.fakeAnchor )
99 var realElement = CKEDITOR.plugins.link.tryRestoreFakeAnchor( editor, fullySelected );
108 partialSelected = CKEDITOR.plugins.link.getSelectedLink( editor );
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Danchor.js53 if ( CKEDITOR.plugins.link.synAnchorSelector )
56 if ( CKEDITOR.plugins.link.emptyAnchorFix )
65 if ( CKEDITOR.plugins.link.fakeAnchor )
97 if ( CKEDITOR.plugins.link.fakeAnchor )
99 var realElement = CKEDITOR.plugins.link.tryRestoreFakeAnchor( editor, fullySelected );
108 partialSelected = CKEDITOR.plugins.link.getSelectedLink( editor );

12345678910>>...57