/plugin/adminhomepage/ |
H A D | action.php | 81 'prompt' => $obj->getMenuText($conf['lang']), 100 …a href="'.wl($ID, 'do=admin&page=usermanager').'">'.$menu[usermanager]['prompt'].'</a></div>'); 102 …"admin__acl"><a href="'.wl($ID, 'do=admin&page=acl').'">'.$menu['acl']['prompt'].'</a></div>'); 103 …lugin"><a href="'.wl($ID, 'do=admin&page=plugin').'">'.$menu['plugin']['prompt'].'</a></div>'); 104 …onfig"><a href="'.wl($ID, 'do=admin&page=config').'">'.$menu['config']['prompt'].'</a></div>'); 128 if (!$item['prompt']) continue; 129 …li"><a href="'.wl($ID, 'do=admin&page='.$item['plugin']).'">'.$item['prompt'].'</a></div></li>…
|
/plugin/aichat/ |
H A D | helper.php | 202 $prompt = $this->getPrompt('question', [ 208 $prompt = $this->getPrompt('noanswer', [ 216 $prompt, 240 $prompt = $this->getPrompt('rephrase', [ 245 $prompt, 256 * @param string $promptedQuestion The user question embedded in a prompt 330 * Load the given prompt template and fill in the variables 338 $template = file_get_contents($this->localFN($type, 'prompt')); 350 * Construct the prompt to define the answer language
|
H A D | cli.php | 449 * @param string $prompt 452 protected function readLine($prompt) 457 echo $prompt; 229 readLine($prompt) global() argument
|
/plugin/cli/ |
H A D | cli-examples.txt | 129 <cli prompt=">>>"> 141 <cli prompt=">>>"> 158 <cli prompt="#"> 165 <cli prompt="#"> 185 <cli prompt="$" comment="#"> 194 <cli prompt="$" comment="#"> 208 <cli prompt="$" cont='>>>'> 222 <cli prompt="/^[A-Za-z]:.*> /" continue="/^ /"> 238 <cli prompt="$" cont='>>>'> 252 <cli prompt="/^[A-Za-z]:.*> /" continue="/^ /"> [all …]
|
/plugin/diagramsnet/lib/plugins/ |
H A D | random.js | 20 var delay = parseInt(prompt('Delay (ms)', defaultDelay)); 21 var max = parseInt(prompt('Cycles', defaultMax)); 72 var delay = parseInt(prompt('Delay (ms)', defaultDelay)); 73 var max = parseInt(prompt('Cycles', defaultMax)); 173 var delay = parseInt(prompt('Delay (ms)', defaultDelay)); 174 var max = parseInt(prompt('Cycles', defaultMax)); 395 var delay = parseInt(prompt('Delay (ms)', defaultDelay)); 396 var max = parseInt(prompt('Cycles', defaultMax));
|
H A D | page.js | 19 var max = parseInt(prompt('Cycles', '100')); 76 var max = parseInt(prompt('Cycles', '100'));
|
/plugin/shell/ |
H A D | P0wnyShell.css | 7 --shell-prompt-color: #75DF0B; 104 .shell-prompt { 106 color: var(--shell-prompt-color); 109 .shell-prompt > span {
|
/plugin/evesso/conf/ |
H A D | metadata.php | 21 $label = '<label for="config___'.$key.'">'.$this->prompt($plugin).'</label>'; 41 $label = '<label for="config___'.$key.'">'.$this->prompt($plugin).'</label>';
|
/plugin/tindexmenu/jsmenu/ |
H A D | admmenu.js | 45 r = prompt("Insert the pagename to create",""); 53 var r = prompt("Insert keyword(s) to search for within this namespace","");
|
H A D | usrmenu.js | 43 r = prompt("Insert the pagename to create",""); 51 var r = prompt("Insert keyword(s) to search for within this namespace","");
|
H A D | menu.js | 38 var r = prompt("Insert keyword(s) to search for within this namespace","");
|
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/ |
H A D | README.md | 18 $prompt = "Ai is cool"; 21 $tokens = $encoder->encode($prompt); // [32, 72, 318, 3608]
|
/plugin/txtconf/ |
H A D | config0.class.php | 355 $label = '<label for="config__'.$key.'">'.$this->prompt($plugin).'</label>'; 381 function prompt(&$plugin) { function in setting0 382 $prompt = $plugin->getLang($this->_key); 383 if (!$prompt) $prompt = htmlspecialchars(str_replace(array('____','_'),' ',$this->_key)); 384 return $prompt;
|
/plugin/rdplink/RdpEncrypt/ |
H A D | RdpEncrypt.vb | 142 Dim prompt As _ 144 InitPrompt(prompt) 170 prompt, _
|
/plugin/encryptedpasswords/script/ |
H A D | PageHandling.js | 63 const passphrase = await GUI.prompt( 91 const passphrase = await GUI.prompt(
|
H A D | EditorHandling.js | 44 const passphrase = await GUI.prompt( 114 const passphrase = await GUI.prompt(
|
/plugin/dev/ |
H A D | cli.php | 170 * @param string $prompt 174 protected function readLine($prompt, $cache = false) 178 $cachename = getCacheName($prompt, '.readline'); 184 echo $prompt; 160 readLine($prompt, $cache = false) global() argument
|
/plugin/tableedit/ |
H A D | action.php | 57 'prompt' => $this->getLang('new_columns_order'),
|
/plugin/oauth/ |
H A D | RedirectSetting.php | 28 $label = '<label for="config___' . $key . '">' . $this->prompt($plugin) . '</label>';
|
/plugin/sfauth/conf/ |
H A D | metadata.php | 14 $label = '<label for="config___'.$key.'">'.$this->prompt($plugin).'</label>';
|
/plugin/jquery-syntax/jquery-syntax/base/ |
H A D | jquery.syntax.brush.bash.css | 4 .syntax-theme-base .syntax .bash .prompt {
|
/plugin/pagebuttons/ |
H A D | script.js | 82 var page = window.prompt(LANG.plugins.pagebuttons.newfolder_prompt); 138 var page = window.prompt(LANG.plugins.pagebuttons.newpage_prompt);
|
/plugin/copypage/ |
H A D | script.js | 5 var newId = prompt(LANG.plugins.copypage.enter_page_id, oldId);
|
/plugin/encryptedpasswords/ |
H A D | style.less | 44 .encryptedpasswords-prompt {
|
/plugin/cryptsign/ |
H A D | script.js | 33 var text = prompt(LANG['plugins']['cryptsign']['prompt'],"");
|