Home
last modified time | relevance | path

Searched refs:links (Results 351 – 375 of 472) sorted by last modified time

1...<<111213141516171819

/plugin/epnsmartlink/
H A DREADME.md6 EPN Smart Links converts all links to eBay into affiliate links. This plugin lazyloads a Java-Scrip…
/plugin/fetchmedia/lang/en/
H A Dintro.txt5 * only windows share links (e.g. ''%%[[\\server\share\file.pdf]]%%'')
6 * or both common external media files and windows share links
/plugin/fetchmedia/script/
H A Dmain.js5 yield* Object.entries(data).reduce((carry, [page, links]) => {
6 const flatLinks = links.map(link => [page, link]);
78 const links = Object.entries(data);
79 if (!links.length) {
90 const tableRows = links.map(([page, mediaLinks]) => {
/plugin/syntaxmantis/
H A DREADME.md2 Dokuwiki plugin for Mantis-BT links
H A Dplugin.info.txt6 desc Creates links into Mantis BT from ~~Mantis:123~~
/plugin/issuetracker/
H A DREADME123 Symptoms user may add up to 3 links targeting files on a symptom server
/plugin/authgoogle/google/contrib/
H A DGoogle_TasksService.php344 public $links; variable in Google_Task
394 public function setLinks(/* array(Google_TaskLinks) */ $links) { argument
395 $this->assertIsArray($links, 'Google_TaskLinks', __METHOD__);
396 $this->links = $links;
399 return $this->links;
H A DGoogle_OrkutService.php971 public $links; variable in Google_Activity
1005 $this->links = $links;
1230 public $links; variable in Google_Comment
1264 $this->links = $links;
1354 public $links; variable in Google_Community
1410 $this->links = $links;
1681 $this->links = $links;
1877 $this->links = $links;
2143 $this->links = $links;
2277 $this->links = $links;
[all …]
H A DGoogle_GanService.php363 public $links; variable in Google_GanService
380 …$this->links = new Google_LinksServiceResource($this, $this->serviceName, 'links', json_decode('{"…
/plugin/rater/
H A Dsyntax.php442 $links = array();
449 preg_match_all(LINK_PATTERN, $body, $links);
455 …if (count($links)>0) $returns = $this->rater_on_page($links, $listRatingFiles, $page_filepath, $re…
465 $links = array();
472 preg_match_all(LINK_PATTERN, $body, $links);
474 …if (count($links)>0) $returns = $this->rater_on_page($links, $listRatingFiles, $tmp['filepath'], $…
895 function rater_on_page($links, $listRatingFiles, $page_filepath, $returns) { argument
896 foreach($links as $wse) {
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md421 * Updated copyright links to point to http://sabre.io/
/plugin/editions/
H A Dstyle.css63 /* hide purple numbers and edition links in snippet */
/plugin/eventum/
H A Dplugin.info.txt6 desc Makes links to Eventum Issue Tracker
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.Allowed.txt
H A DURI.DisableExternal.txt
H A DAutoFormat.DisplayLinkURI.txt
H A DHTML.Nofollow.txt
H A DAutoFormat.PurifierLinkify.txt
/plugin/articlelinks/
H A DREADME3 Creates mediawiki style links to main articles for a topic
H A Dplugin.info.txt6 desc Creates mediawiki style links to main articles for a topic
H A Dsyntax.php56 $links = $this->getLang('related articles');
60 $links = $this->getLang('related article');
64 $links = $this->getLang('main article');
68 $links = $this->getLang('related section');
72 $links = '';
75 …$links .= substr($match,strpos($match, '>') + 1 , strpos($match, $endtag) - strpos($match, '>') -1…
76 $data['links'] = p_get_instructions($links);
/plugin/markdownextra/
H A Dsyntax.php104 $links = array();
105 if ( ! $text ) return $links;
113 $links[] = $href;
117 return $links;
/plugin/orphanmedia/
H A Dsyntax.php493 $links = array();
495 preg_match_all(LINK_PATTERN, $body, $links);
496 $links = $this->array_flat($links);
622 foreach($links as $media_link) {
H A DREADME21 * Different media links extracted from pages
/plugin/anewssystem/
H A Dsyntax.php725 $links = array();
727 $links = $this->replace_links($pattern, $value, 'url');
742 $links = $this->replace_placeholder($links, $prvw_string, 'url');
1036 $links = array();
1057 $links = $this->replace_placeholder($links, $prvw_string, 'url');
1385 preg_match_all($pattern, $value, $links);
1387 foreach($links[0] as $link) {
1391 return $links;
1395 function replace_placeholder($links, &$prvw_string, $r_string) { argument
1397 foreach($links[0] as $link) {
[all …]

1...<<111213141516171819