Searched refs:shortUrl (Results 1 – 9 of 9) sorted by relevance
/plugin/shorty/ |
D | syntax.php | 81 $shortUrl = $shorty->getShortUrl($ID, $data); 82 if ($shortUrl != false) { 83 $renderer->doc .= $renderer->externallink($shortUrl);
|
/plugin/authgoogle/google/contrib/ |
D | Google_UrlshortenerService.php | 30 * @param string $shortUrl The short URL, including the protocol. 36 public function get($shortUrl, $optParams = array()) { argument 37 $params = array('shortUrl' => $shortUrl);
|
/plugin/asciidocjs/node_modules/nunjucks/src/ |
D | filters.js | 498 var shortUrl = possibleUrl.substr(0, length); 502 return "<a href=\"" + possibleUrl + "\"" + noFollowAttr + ">" + shortUrl + "</a>"; 507 return "<a href=\"http://" + possibleUrl + "\"" + noFollowAttr + ">" + shortUrl + "</a>"; 517 return "<a href=\"http://" + possibleUrl + "\"" + noFollowAttr + ">" + shortUrl + "</a>";
|
/plugin/asciidocjs/node_modules/nunjucks/browser/ |
D | nunjucks-slim.js | 2488 var shortUrl = possibleUrl.substr(0, length); 2492 return "<a href=\"" + possibleUrl + "\"" + noFollowAttr + ">" + shortUrl + "</a>"; 2497 return "<a href=\"http://" + possibleUrl + "\"" + noFollowAttr + ">" + shortUrl + "</a>"; 2507 return "<a href=\"http://" + possibleUrl + "\"" + noFollowAttr + ">" + shortUrl + "</a>";
|
D | nunjucks.js | 6130 var shortUrl = possibleUrl.substr(0, length); 6134 return "<a href=\"" + possibleUrl + "\"" + noFollowAttr + ">" + shortUrl + "</a>"; 6139 return "<a href=\"http://" + possibleUrl + "\"" + noFollowAttr + ">" + shortUrl + "</a>"; 6149 return "<a href=\"http://" + possibleUrl + "\"" + noFollowAttr + ">" + shortUrl + "</a>";
|
D | nunjucks-slim.min.js.map | 1 …shortUrl","substr","wordcount","float","parseFloat","intFilter","base","parseInt","int","default",…
|
D | nunjucks-slim.js.map | 1 …shortUrl","substr","wordcount","float","parseFloat","intFilter","doInt","base","parseInt","int","d…
|
D | nunjucks.min.js.map | 1 …shortUrl","wordcount","float","intFilter","base","int","compiledTemplates","precompiled","callable…
|
D | nunjucks.js.map | 1 …shortUrl","wordcount","float","intFilter","doInt","base","int","d","compiledTemplates","precompile…
|