Home
last modified time | relevance | path

Searched refs:link (Results 176 – 200 of 1418) sorted by last modified time

12345678910>>...57

/plugin/dwtimeline/syntax/
H A Ddwtimeline.php145 foreach ($links['link'] as $link) {
146 return hsc(substr($link,0,strpos($link,'|')));
/plugin/slacknotifier/helper/
H A DFormatter.php30 $link = $this->buildUrl($page, $event->newRevision);
31 $title = "{$username} {$action} page <{$link}|{$page}>";
/plugin/bpmnio/vendor/bpmn-js/
H A DCHANGELOG.md238 * Reworked the link of elements to bpmn DIs. You must access the `di` directly from the diagram ele…
462 * `FEAT`: serialize link events with an empty name ([#1296](https://github.com/bpmn-io/bpmn-js/issu…
/plugin/bpmnio/vendor/bpmn-js/dist/assets/bpmn-font/css/
H A Dbpmn-codes.css44 .bpmn-icon-intermediate-event-catch-link:before { content: '\e82e'; } /* '' */
56 .bpmn-icon-end-event-link:before { content: '\e83b'; } /* '' */
70 .bpmn-icon-intermediate-event-throw-link:before { content: '\e849'; } /* '' */
H A Dbpmn-embedded.css102 .bpmn-icon-intermediate-event-catch-link:before { content: '\e82e'; } /* '' */
114 .bpmn-icon-end-event-link:before { content: '\e83b'; } /* '' */
128 .bpmn-icon-intermediate-event-throw-link:before { content: '\e849'; } /* '' */
H A Dbpmn.css99 .bpmn-icon-intermediate-event-catch-link:before { content: '\e82e'; } /* '' */
111 .bpmn-icon-end-event-link:before { content: '\e83b'; } /* '' */
125 .bpmn-icon-intermediate-event-throw-link:before { content: '\e849'; } /* '' */
/plugin/katex/
H A DLICENSE555 permission to link or combine any covered work with a work licensed
/plugin/bbcodeextensions/
H A DLICENSE555 permission to link or combine any covered work with a work licensed
/plugin/confightmlok/
H A DLICENSE183 Notwithstanding any other provision of this License, you have permission to link or combine any covered work with a work licensed under version 3 of the GNU Affero General Public License into a single combined work, and to convey the resulting work. The terms of this License will continue to apply to the part which is the covered work, but the special requirements of the GNU Affero General Public License, section 13, concerning interaction through a network will apply to the combination as such.
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/OAuth2/Service/
H A DFacebook.php26 * @link https://developers.facebook.com/docs/reference/login/
27 * @link https://developers.facebook.com/tools/explorer For a list of permissions use 'Get Access Token'
H A DDeviantArt.php26 * @link https://www.deviantart.com/developers/authentication
27 * @link https://www.deviantart.com/developers/http/v1/20150217
/plugin/htmlokalt/
H A DLICENSE183 Notwithstanding any other provision of this License, you have permission to link or combine any cov…
/plugin/statistics/inc/
H A DStatisticsLogger.class.php271 * log a click on an external link
278 $link = addslashes($_REQUEST['ol']);
279 $link_md5 = md5($link);
288 link = '$link'";
/plugin/statistics/
H A Ddb.sql78 `link` TEXT
H A Dhelper.php66 * Return a link to the DB, opening the connection if needed
100 $link = $this->dbLink();
101 if(!$link) return null;
103 $result = mysqli_query($link, $sql_string);
105 dbglog('DB Error: ' . mysqli_error($link) . ' ' . hsc($sql_string), -1);
106 msg('DB Error: ' . mysqli_error($link) . ' ' . hsc($sql_string), -1);
121 if(mysqli_insert_id($link)) {
122 $resultarray = mysqli_insert_id($link); //give back ID on insert
/plugin/farmer/admin/
H A Dinfo.php95 $link = $this->helper->getAnimalURL($animal);
96 $html .= '<li><div class="li"><a href="' . $link . '">' . $animal . '</a></div></li>';
H A Dnew.php57 $link = '<a href="' . $url . '">' . hsc($data['name']) . '</a>';
59 msg(sprintf($this->getLang('animal creation success'), $link), 1);
60 $link = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'new'], true, '&');
61 send_redirect($link);
H A Dsetup.php68 $link = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'config'], true, '&');
69 send_redirect($link);
H A Ddelete.php66 $link = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'delete'], true, '&');
67 send_redirect($link);
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt38 External links are recognized automagically: http://www.google.com or simply www.google.com - You can set the link text as well: [[http://www.google.com|This Link points to google]]. Email addresses like this one: <andi@splitbrain.org> are recognized, too.
42 link text as well: [[http://www.google.com|This Link points to google]]. Email
47 Internal links are created by using square brackets. You can either just give a [[pagename]] or use an additional [[pagename|link text]].
50 a [[pagename]] or use an additional [[pagename|link text]].
67 * DokuWiki does not use [[wp>CamelCase]] to automatically create links by default, but this behavior can be enabled in the [[doku>config]] file. Hint: If DokuWiki is a link, then it's enabled.
72 DokuWiki supports [[doku>Interwiki]] links. These are quick links to other Wikis. For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].
75 For example this is a link to Wikipedia's page about Wikis: [[wp>Wiki]].
92 You can also use an image to link to another internal or external page by combining the syntax for links and [[#images_and_other_files|images]] (see below) like this:
98 Please note: The image formatting is the only formatting syntax accepted in link names.
100 The whole [[#images_and_other_files|image]] and [[#links|link]] synta
[all...]
/plugin/farmer/action/
H A Dstartup.php93 $link = $this->helper->getAnimalURL($animal);
94 $html .= '<li><div class="li"><a href="' . $link . '">' . hsc($animal) . '</a></div></li>';
/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/approve/
H A Dadmin.php110 $link = wl(
128 echo '<td><a href="' . $link . '">'.$this->getLang('admin btn_delete').'</a></td>';
/plugin/approve/action/
H A Dnotification.php68 $link = '<a class="wikilink1" href="' . wl($page, '', true) . '">';
72 $link .= $heading;
74 $link .= noNSorNS($page);
77 $link .= noNSorNS($page);
79 $link .= '</a>';
80 $full = sprintf($this->getLang('notification full'), $link);
85 'brief' => $link,
/plugin/stellarium/
H A Dplugin.info.txt5 desc Adds a link to open an object in Stellarium.

12345678910>>...57