Home
last modified time | relevance | path

Searched refs:link_text (Results 1 – 9 of 9) sorted by relevance

/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverBy.php93 * @param string $link_text
96 public static function linkText($link_text) argument
98 return new static('link text', $link_text);
/plugin/html2pdf/html2pdf/html2ps/
Ddestination.file.class.php5 function DestinationFile($filename, $link_text = null) { argument
8 $this->_link_text = $link_text;
/plugin/markdownextra/
Dmarkdown.php759 $link_text = $matches[2];
764 $link_id = $link_text;
782 $link_text = $this->runSpanGamut($link_text);
783 $result .= ">$link_text</a>";
793 $link_text = $this->runSpanGamut($matches[2]);
805 $link_text = $this->runSpanGamut($link_text);
806 $result .= ">$link_text</a>";
2443 $link_text = $matches[2];
2448 $link_id = $link_text;
2468 $link_text = $this->runSpanGamut($link_text);
[all …]
/plugin/markdownextra/lib/meltdown/js/lib/
Djs-markdown-extra.js633 var _doAnchors_reference_callback = function(match, whole_match, link_text, link_id) { argument
637 link_id = link_text;
656 link_text = self.runSpanGamut(link_text);
657 result += ">" + link_text + "</a>";
725 ), function(match, whole_match, link_text, url3, url4, x0, x1, title) { argument
727 link_text = self.runSpanGamut(link_text);
738 link_text = self.runSpanGamut(link_text);
739 result += ">" + link_text + "</a>";
/plugin/ckgdoku/action/
Dedit.php1045 list($name,$link_text) = explode('|',$matches[2]);
1047 if(!empty($link_text)) {
1048 $retv .= "|$link_text";
/plugin/ckgedit/action/
Dedit.php1077 list($name,$link_text) = explode('|',$matches[2]);
1079 if(!empty($link_text)) {
1080 $retv .= "|$link_text";
/plugin/ckgedit/scripts/
Dparse_wiki.js.unc1664 …lts.replace(/\[\[(\w+\.?\w{0,12})>(.*?)\|(.*?)\]\]/gm, function(match, id, iw_replace, link_text) {
1665 if (iw_replace == 'oIWIKIocIWIKIc') iw_replace = link_text;
1667 …ace == 'oIWIKIo' + link_text.replace(/\s/, '%20') + 'cIWIKIc') || (iw_replace == link_text) || Rep…
1668 link_text = "";
1670 link_text = "|" + link_text;
1673 return ('[[' + id + '>' + iw_replace + link_text + ']]');
/plugin/ckgdoku/scripts/
Dparse_wiki.js.unc1662 …ts.replace(/\[\[(\w+\.?\w{0,12})>(.*?)\|(.*?)\]\]/gm,function(match,id,iw_replace,link_text) {
1663 if(iw_replace == 'oIWIKIocIWIKIc') iw_replace = link_text;
1665 …replace == 'oIWIKIo'+link_text.replace(/\s/,'%20')+'cIWIKIc') || (iw_replace == link_text) || Rep…
1666 link_text = "";
1669 link_text = "|" + link_text;
1672 return ('[[' +id + '>' + iw_replace + link_text + ']]');
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs2682 …his : $$25.$$s, target = nil, rs_idx = nil, prefix = nil, suffix = nil, link_text = nil, attrs = n…
2692 …} if ($truthy((link_text = (($a = $gvars['~']) === nil ? nil : $a['$[]'](4)))['$empty…
2693 link_text = nil;
2731 if ($truthy(link_text)) {
2733 if ($truthy(link_text['$include?']($$('R_SB')))) {
2734 new_link_text = (link_text = link_text.$gsub($$('ESC_R_SB'), $$('R_SB')));
2735 … } if (($not(doc.$compat_mode()) && ($truthy(link_text['$include?']("="))))) {
2737 …$b = self.$extract_attributes_from_text(link_text, ""), $a = $to_ary($b), (link_text = ($a[0] == n…
2738 new_link_text = link_text;
2740 } if ($truthy(link_text['$end_with?']("^"))) {
[all …]