Searched refs:tweet (Results 1 – 5 of 5) sorted by relevance
/plugin/pubmed2020/ |
H A D | syntax.php | 702 $tweet = ""; 703 $tweet .= str_replace(array("-", "#"), "", $hash); 704 $tweet .= $txt; 705 $tweet .= $url; 706 $tweet .= $via; 707 $tweet = substr($tweet, 1); 708 $tweet = sprintf($this->twitterUrl, $tweet); 710 return $tweet;
|
/plugin/autotweet2/ |
H A D | action.php | 22 public function tweet(Doku_Event $event, $param) { function in action_plugin_autotweet2
|
/plugin/socialshareprivacy2/SSP/ |
H A D | README.md | 1118 See also: [official documentation](https://twitter.com/about/resources/buttons#tweet) 1162 <td>Hashtag to add to the tweet (without the leading <code>#</code>).</td>
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | Dialogs.js | 655 var EmbedDialog = function(editorUi, result, timeout, ignoreSize, previewFn, title, tweet, previewT… argument 657 tweet = (tweet != null) ? tweet : 'Check out the diagram I made using @drawio'; 860 encodeURIComponent(tweet) + '&url=' +
|
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/ |
H A D | vocab.bpe |
|