Home
last modified time | relevance | path

Searched refs:link_text (Results 1 – 8 of 8) sorted by last modified time

/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/ckgedit/action/
H A Dedit.php1077 list($name,$link_text) = explode('|',$matches[2]);
1079 if(!empty($link_text)) {
1080 $retv .= "|$link_text";
/plugin/ckgedit/scripts/
H A 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/
H A 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/ckgdoku/action/
H A Dedit.php1045 list($name,$link_text) = explode('|',$matches[2]);
1047 if(!empty($link_text)) {
1048 $retv .= "|$link_text";
/plugin/markdownextra/lib/meltdown/js/lib/
H A 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/markdownextra/
H A Dmarkdown.php759 $link_text = $matches[2];
764 $link_id = $link_text;
782 $link_text = $this->runSpanGamut($link_text);
783 $result .= ">$link_text</a>";
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);
2494 $link_text = $this->runSpanGamut($link_text);
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A Ddestination.file.class.php5 function DestinationFile($filename, $link_text = null) { argument
8 $this->_link_text = $link_text;