Home
last modified time | relevance | path

Searched refs:linktext (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/dports/devel/emscripten/emscripten-2.0.3/site/source/
H A Dget_wiki.py154 linktext = matchobj.group(1)
155 linktext = linktext.replace(' ', '-')
158 linktext = ':ref:`%s`' % linktext
160 logfile.write('linkdoc: %s \n' % linktext)
161 return linktext
173 linktext = matchobj.group(1)
174 if linktext in mapped_wiki_inline_code:
175 logfile.write('Replace: %s \n' % mapped_wiki_inline_code[linktext])
176 return mapped_wiki_inline_code[linktext]
/dports/www/ikiwiki/ikiwiki-3.20200202.3/IkiWiki/Plugin/
H A Dmore.pm8 my $linktext = gettext("more");
27 $params{linktext} = $linktext unless defined $params{linktext};
35 linktext => $params{linktext},
H A Dlink.pm149 my $linktext=$3;
150 my $link=$linktext;
151 if (bestlink($page, linkpage($linktext)) eq $old) {
154 if ($linktext =~ m/.*\/*?[A-Z]/) {
159 if (index($linktext, "/") == 0) {
H A Dpagestats.pm34 sub linktext ($%) { subroutine
100 …htmllink($params{page}, $params{destpage}, $_, noimageinline => 1, linktext => linktext($_, %param…
123 htmllink($params{page}, $params{destpage}, $page, linktext => linktext($page, %params)).
H A Dtrail.pm185 my $linktext = $1;
202 if (defined $linktext) {
203 $linktext = pagetitle($linktext);
207 $linktext = $params{text};
210 if (defined $linktext) {
212 $link, linktext => $linktext);
/dports/lang/perl5.30/perl-5.30.3/lib/
H A DFindBin.pm145 my $linktext = readlink($script);
148 last unless defined $linktext;
150 $script = (File::Spec->file_name_is_absolute($linktext))
151 ? $linktext
152 : File::Spec->catfile($RealBin, $linktext);
/dports/lang/perl5.32/perl-5.32.1/dist/FindBin/lib/
H A DFindBin.pm145 my $linktext = readlink($script);
148 last unless defined $linktext;
150 $script = (File::Spec->file_name_is_absolute($linktext))
151 ? $linktext
152 : File::Spec->catfile($RealBin, $linktext);
/dports/lang/perl5.34/perl-5.34.0/dist/FindBin/lib/
H A DFindBin.pm147 my $linktext = readlink($script);
150 last unless defined $linktext;
152 $script = (File::Spec->file_name_is_absolute($linktext))
153 ? $linktext
154 : File::Spec->catfile($RealBin, $linktext);
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/dist/FindBin/lib/
H A DFindBin.pm146 my $linktext = readlink($script);
149 last unless defined $linktext;
151 $script = (File::Spec->file_name_is_absolute($linktext))
152 ? $linktext
153 : File::Spec->catfile($RealBin, $linktext);
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/todo/
H A Dselective_more_directive.mdwn7 $params{linktext} = $linktext unless defined $params{linktext};
16 linktext => $params{linktext},
20 \[[!more pages="index" linktext="Chapter 1" text="""
H A DOption_linktext_for_pagestats_directive.mdwn10 This adds global option `pagestats_linktext` (and directive option `linktext`) to specify whether d…
31 +sub linktext ($$) {
32 + # Return the text of the link to a tag, depending on option linktext.
46 + $params{linktext} = $config{pagestats_linktext} unless defined $params{linktext};
55 …arams{page}, $params{destpage}, $_, noimageinline => 1, linktext => linktext($_, $params{linktext}…
65 … htmllink($params{page}, $params{destpage}, $page, linktext => linktext($page, $params{linktext
147 +sub linktext ($%) {
148 + # Return the text of the link to a tag, depending on option linktext.
168 …+ htmllink($params{page}, $params{destpage}, $_, noimageinline => 1, linktext => linktext($_, %…
177 + htmllink($params{page}, $params{destpage}, $page, linktext => linktext($page, %params)).
[all …]
/dports/devel/make++/makepp-2.0/pod/html/Pod/
H A DHtml.pm1623 my $linktext;
1625 $linktext = $1;
1668 $linktext = $ident;
1682 if( ! defined( $linktext ) ){
1683 $linktext = $section;
1699 if( ! defined( $linktext ) ){
1700 $linktext = $ident;
1709 $linktext = $opar unless defined $linktext;
1714 $$rstr = $linktext . '>' . $$rstr;
1802 $res = $linktext;
[all …]
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/
H A DdownloadList.php537 …* @param string $linktext Optionally how you wish to call the link. Set/leave to NULL to use the …
539 function printDownloadURL($file, $linktext = NULL) { argument
557 if (empty($linktext)) {
560 $filename = $linktext;
571 * @param string $linktext Linktext for the download
574 function printFullImageDownloadURL($linktext = null, $imageobj = null) { argument
580 printDownloadURL($imageobj->getFullImageURL(SERVERPATH), $linktext);
589 * @param string $linktext
593 function printDownloadAlbumZipURL($linktext = NULL, $albumobj = NULL, $fromcache = NULL) { argument
618 if (!empty($linktext)) {
[all …]
/dports/www/lynx-current/lynx2.9.0dev.9/src/
H A DLYSession.c69 char *value1, *value2, *rsline, *linktext, *rslevel; in RestoreSession() local
118 if ((linktext = StrChr(rsline, ' ')) == 0) in RestoreSession()
121 *linktext++ = 0; in RestoreSession()
122 if ((value1 = StrChr(linktext, ' ')) == 0) in RestoreSession()
129 doc.link = atoi(linktext); in RestoreSession()
/dports/www/lynx/lynx2.8.9rel.1/src/
H A DLYSession.c69 char *value1, *value2, *rsline, *linktext, *rslevel; in RestoreSession() local
118 if ((linktext = StrChr(rsline, ' ')) == 0) in RestoreSession()
121 *linktext++ = 0; in RestoreSession()
122 if ((value1 = StrChr(linktext, ' ')) == 0) in RestoreSession()
129 doc.link = atoi(linktext); in RestoreSession()
/dports/www/moodle310/moodle/blocks/section_links/
H A Drenderer.php62 $linktext = new lang_string('jumptocurrentweek', 'block_section_links');
64 $linktext = new lang_string('jumptocurrenttopic', 'block_section_links');
71 … $html .= html_writer::link(course_get_url($course, $jumptosection), $linktext, $attributes);
/dports/www/moodle39/moodle/blocks/section_links/
H A Drenderer.php62 $linktext = new lang_string('jumptocurrentweek', 'block_section_links');
64 $linktext = new lang_string('jumptocurrenttopic', 'block_section_links');
71 … $html .= html_writer::link(course_get_url($course, $jumptosection), $linktext, $attributes);
/dports/www/moodle311/moodle/blocks/section_links/
H A Drenderer.php67 $linktext = new lang_string('jumptocurrentweek', 'block_section_links');
69 $linktext = new lang_string('jumptocurrenttopic', 'block_section_links');
76 … $html .= html_writer::link(course_get_url($course, $jumptosection), $linktext, $attributes);
/dports/www/mnogosearch/mnogosearch-3.4.1/msearch-test/test-links/
H A Dquery.res20 …dy This is href1 And this is href1 again This is href2 href with a long linktext xxxxxxxxxxxxxxxxx…
22 …links.linktext FROM url,links WHERE url.rec_id=links.url_id ORDER BY url.status,url.seed,url.docsi…
27 …e2/index.html http://site2/href2.html a This is href2 href with a long linktext xxxxxxxxxxxxxxxxx…
42 …l,links.linktext FROM url,links WHERE url.rec_id=links.url_id ORDER BY url.status,url.seed,url.url…
47 …l,links.linktext FROM url,links WHERE url.rec_id=links.url_id ORDER BY url.status,url.seed,url.url…
55 …e2/index.html http://site2/href2.html a This is href2 href with a long linktext xxxxxxxxxxxxxxxxx…
71 …l,links.linktext FROM url,links WHERE url.rec_id=links.url_id ORDER BY url.status,url.seed,url.url…
74 …e2/index.html http://site2/href2.html a This is href2 href with a long linktext xxxxxxxxxxxxxxxxx…
89 …l,links.linktext FROM url,links WHERE url.rec_id=links.url_id ORDER BY url.status,url.seed,url.url…
/dports/mail/phplist/phplist-3.6.6/public_html/lists/admin/inc/
H A Dmaillib.php38 $linktext = $links[1][$matchindex];
41 if (trim($linktext) == trim($linkurl) ||
49 $linkreplace = $linktext;
51 $linkreplace = $linktext.' <'.$linkurl.'>';
/dports/textproc/p5-Pod-POM/Pod-POM-2.01/lib/Pod/POM/View/
H A DHTML.pm277 my $linktext;
280 $linktext = $1;
299 $linktext = $orig_link unless defined $linktext;
310 return make_href($url, $linktext);
/dports/www/p5-TestGen4Web-Runner/TestGen4Web-Runner-0.11/lib/TestGen4Web/
H A DRunner.pm787 my ($self, $step, $linktext, $href) = @_;
798 defined($linktext) && ($linktext =~ s/null//g);
806 if ( (defined($linktext) && ($link =~ m/href=["'](.*?)["'>].*?$linktext/ism)) ||
810 …$self->_log_debug("STEP$step: found link" . (defined($linktext)?" containing \"$linktext\"":"") . …
818 !defined($linktext) && ($linktext = "");
820 $self->{error} = "No links found matching the text \"$linktext\"";
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/themes/xbootstrap/modules/lexikon/
H A Dlx_index.tpl53 <{$letterlinks.linktext}>
56 <li><a href="#"><{$letterlinks.linktext}></a></li>
105 <{$catlinks.linktext}>
146 <{$catlinks.linktext}>
179 …ang_moduledirname}>/entry.php?entryID=<{$newentries.id}>"><{$newentries.linktext}></a> <{if $showd…
192 …ang_moduledirname}>/entry.php?entryID=<{$popentries.id}>"><{$popentries.linktext}></a> <{if $showc…
232 …ang_moduledirname}>/admin/entry.php?op=mod&entryID=<{$subentries.id}>"><{$subentries.linktext}></a>
243 …ang_moduledirname}>/admin/entry.php?op=mod&entryID=<{$reqentries.id}>"><{$reqentries.linktext}></a>
265 …modules/<{$lang_moduledirname}>/submit.php?suggest=<{$reqentries.id}>"><{$reqentries.linktext}></a>
/dports/www/ikiwiki/ikiwiki-3.20200202.3/po/underlays/directives/ikiwiki/directive/
H A Dmore.fr.po35 msgid "\t\\[[!more linktext=\"click for more\" text=\"\"\"\n"
36 msgstr "\t\\[[!more linktext=\"click for more\" text=\"\"\"\n"
50 msgid "If the `linktext` parameter is omitted it defaults to just \"more\"."
52 "Si le paramètre `linktext` est omis, la valeur par défaut du lien est \"more"
/dports/www/moodle310/moodle/blocks/comments/tests/
H A Devents_test.php71 $args->linktext = get_string('showcomments');
98 $args->linktext = get_string('showcomments');
135 $args->linktext = get_string('showcomments');
163 $args->linktext = get_string('showcomments');

12345678910>>...16