Home
last modified time | relevance | path

Searched refs:copyText (Results 1 – 2 of 2) sorted by relevance

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonTokenFactory.php31 protected $copyText; variable in Antlr\\Antlr4\\Runtime\\CommonTokenFactory
35 * {@see CommonTokenFactory::copyText()}.
37 * When `copyText` is `false`, the {@see CommonTokenFactory::DEFAULT}
40 * @param bool $copyText The value for {@see CommonTokenFactory::copyText()}.
42 public function __construct(bool $copyText = false) argument
44 $this->copyText = $copyText;
77 } elseif ($this->copyText && $source->b !== null) {
/plugin/codebuttonmod2/src/
H A Dcodebutton.js33 var copyText = document.getElementById(randomID);
34 copyText.select();
35 copyText.setSelectionRange(0, 99999);