Searched refs:link_text (Results 1 – 8 of 8) sorted by relevance
/plugin/combo/vendor/php-webdriver/webdriver/lib/ |
H A D | WebDriverBy.php | 93 * @param string $link_text 96 public static function linkText($link_text) argument 98 return new static('link text', $link_text);
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | destination.file.class.php | 5 function DestinationFile($filename, $link_text = null) { argument 8 $this->_link_text = $link_text;
|
/plugin/markdownextra/ |
H A D | markdown.php | 759 $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/markdownextra/lib/meltdown/js/lib/ |
H A D | js-markdown-extra.js | 633 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/ |
H A D | edit.php | 1045 list($name,$link_text) = explode('|',$matches[2]); 1047 if(!empty($link_text)) { 1048 $retv .= "|$link_text";
|
/plugin/ckgedit/action/ |
H A D | edit.php | 1077 list($name,$link_text) = explode('|',$matches[2]); 1079 if(!empty($link_text)) { 1080 $retv .= "|$link_text";
|
/plugin/ckgdoku/scripts/ |
H A D | parse_wiki.js.unc | 1662 …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/ckgedit/scripts/ |
H A D | parse_wiki.js.unc | 1664 …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 + ']]');
|