Home
last modified time | relevance | path

Searched refs:prompt (Results 26 – 50 of 99) sorted by relevance

1234

/plugin/ahrefmenu/
H A Dadmin.php49 // return 'a menu prompt';
/plugin/inlineedit/
H A Dscript.js16 var input = prompt(LANG.plugins.inlineedit.promt_title, $self.html());
/plugin/encryptedpasswords/script/
H A DGUI.js23 * A jQuery UI replacement for prompt, but using a password field
30 static async prompt(msg, title = '', repeat = false) {
36 let $dialog = jQuery('<div class="encryptedpasswords-prompt">' +
29 static async prompt(msg, title = '') { global() method in GUI
/plugin/sentry/conf/
H A DSetting.php50 $label = '<label>' . $this->prompt($plugin) . '</label>';
/plugin/vshare/
H A Dscript.js30 const text = prompt(LANG['plugins']['vshare']['prompt']);
/plugin/cli/
H A Dsyntax.php239 protected function _parseline( $line, $prompt ) { argument
241 $index=strlen($prompt);
247 $ret=array( $prompt, $ar[0], $comment );
/plugin/passwordgrey/
H A Dscript.js69 return prompt("Copy to clipboard: Ctrl+C, Enter", text);
/plugin/autogroup/conf/
H A Dsettings.class.php108 $label = '<label for="config___'.$key.'">'.$this->prompt($plugin).'</label>';
/plugin/indexmenu/scripts/
H A Dcontextmenu.js167 const enteredText = prompt(LANG.plugins.indexmenu.insertkeywords, "");
206 newpageid = prompt(LANG.plugins.indexmenu.insertpagename, "");
/plugin/pagemove/lang/pl/
H A Dlang.php.txt16 // for admin plugins, the menu prompt to be displayed in the admin menu
/plugin/pagemove/lang/cs/
H A Dlang.php.txt14 // for admin plugins, the menu prompt to be displayed in the admin menu
/plugin/pagemove/lang/es/
H A Dlang.php.txt15 // for admin plugins, the menu prompt to be displayed in the admin menu
/plugin/tline/
H A DREADME.txt34 c) Open a shell or command prompt to the install directory and type:
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcprompt.js94 prompt: function(text,def) method in pfcPrompt
H A Dpfcclient.js159 …pfcp.prompt((error_text != undefined ? '<span style="color:red">'+error_text+'</span><br/>' : '')+…
1902 pfcp.prompt(this.res.getLabel('Enter the text to format'), '');
1919 pfcp.prompt(this.res.getLabel('Enter the text to format'), '');
1929 pfcp.prompt(this.res.getLabel('Enter the text to format'), '');
/plugin/issuetracker/
H A DxsEditor.js34 var url = prompt('Enter the URL:','http://');
/plugin/dokucrypt2/
H A DREADME.md26 When the user hits 'Save' (or a draft is attempted to be saved) a prompt will open, asking the user to enter a pass phrase key for the encryption. Once supplied, the encryption will be done in the browser and the encrypted text submitted to the server.
H A Dscript.js271 x=prompt("Enter passphrase key for lock " + lock);
273 y=prompt("Verify passphrase key for lock " + lock);
339 var key=prompt("Enter passphrase for lock " + lock);
343 while(null!==(key=prompt(pstr))) {
/plugin/jmol2/jmol/
H A DJmol.js111 var ok = prompt("Do you want to use applet " + f + "? ","yes or no")
1457 if(!pdbid)pdbid=prompt("Enter a 4-digit PDB ID:",_jmol.thismodel)
1478 if(!url)url=prompt("Enter any (uncompressed file) URL:", _jmol.thisurlANY)
1498 if(!key)key=prompt("Enter a field:", _jmol.thiskeyMSA)
1500 if(!value)value=prompt("Enter a "+key+":", _jmol.thismodelMSA)
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DClient.php737 public function setPrompt($prompt) argument
739 $this->config['prompt'] = $prompt;
/plugin/spellcheck/
H A Dscript.js236 word = prompt(this.txtChange,word);
/plugin/dokucrypt/
H A Dscript.js201 x=prompt("Enter passphrase key for lock " + lock);
203 y=prompt("Verify passphrase key for lock " + lock);
269 var key=prompt("Enter passphrase for lock " + lock);
273 while(null!==(key=prompt(pstr))) {
/plugin/codemirror/dist/modes/
H A Dpowershell.min.js1 …|EventLog|Host|Output|Progress|Verbose|Warning)/,/cd|help|mkdir|more|oss|prompt/,/ac|asnp|cat|cd|c…
/plugin/chat/
H A Dreadme.txt138 … now user must have write-rights for chat page to be able to see ''[Send]'' button and chat prompt.
/plugin/database/
H A Ddatabase.php1860 $prompt = getMyLang('btn_lst_cre_new_rec');
1861 if ($tab->isAdmin) $prompt=getMyLang('btn_lst_cre_new_col');
1862 $this->output($this->button('insertForm',$prompt,true, $tab->displayId));

1234