Lines Matching refs:prompt
330 $prompt = $plugin->getConf(self::CONF_BASH_PROMPT);
333 $prompt = trim($plugin->getConf(self::CONF_BATCH_PROMPT));
334 if (!empty($prompt)) {
335 if (!strpos($prompt, -1) == ">") {
336 $prompt .= ">";
341 $prompt = trim($plugin->getConf(self::CONF_POWERSHELL_PROMPT));
342 if (!empty($prompt)) {
343 if (!strpos($prompt, -1) == ">") {
344 $prompt .= ">";
349 if(!empty($prompt)) {
351 $attributes->addOutputAttributeValue("data-prompt", $prompt);