Searched refs:option (Results 1 – 25 of 49) sorted by relevance
12
45 <option value="en" selected="selected">English</option>46 <option value="es">Español</option>47 <option value="in">Bahasa Indonesia</option>48 <option value="ja">日本語</option>49 <option value="ko">한국어</option>50 <option value="pt-br">Português Brasileiro</option>51 <option value="ru">Русский</option>52 <option value="vi">tiếng Việt</option>53 <option value="zh-cn">中文(简体)</option>54 <option value="zh-tw">中文(繁體)</option>
46 <option value="en" selected="selected">English</option>47 <option value="es">Español</option>48 <option value="in">Bahasa Indonesia</option>49 <option value="ja">日本語</option>50 <option value="ko">한국어</option>51 <option value="pt-br">Português Brasileiro</option>52 <option value="ru">Русский</option>53 <option value="vi">tiếng Việt</option>54 <option value="zh-cn">中文(简体)</option>55 <option value="zh-tw">中文(繁體)</option>
33 <!-- option elements added by buildApiLevelSelector() -->
26 static bool ParseCommandLineOptionWithArg(StringPiece option, in ParseCommandLineOptionWithArg() argument31 if (!HasPrefix(arg, option)) in ParseCommandLineOptionWithArg()33 if (arg[option.size()] == '\0') { in ParseCommandLineOptionWithArg()38 if (arg[option.size()] == '=') { in ParseCommandLineOptionWithArg()39 *out_arg = arg + option.size() + 1; in ParseCommandLineOptionWithArg()43 if (option.size() == 2) { in ParseCommandLineOptionWithArg()44 *out_arg = arg + option.size(); in ParseCommandLineOptionWithArg()
34 scratch, but there were some other options. One option was to replace all36 project for this. Kati was planned to be a short-term project. Another option37 was to hack GNU make instead of developing a clone. We didn't take this option
413 <!-- option elements added by buildApiLevelSelector() -->537 <option value="en">English</option>538 <option value="es">Español</option>539 <option value="ja">日本語</option>540 <option value="ko">한국어</option>541 <option value="ru">Русский</option>542 <option value="zh-cn">中文(简体)</option>543 <option value="zh-tw">中文(繁體)</option>
10 -X option to zip so that it doesn't create the 'universal time' extra.
208 for option in mount_options_by_format.split("|"):209 if "=" in option:210 key, value = option.split("=", 1)
52 # either give multiple identifier separated by comma (,) or put this option53 # multiple time. See also the "--disable" option for examples.58 # option multiple times (only on the command line, not in the configuration248 # --spelling-private-dict-file option instead of raising a message.
48 var option = $("<option />").attr("value",""+SINCE_DATA[i]).append(""+SINCE_DATA[i]);50 select.append(option);
50 textarea, option, label { selector58 option { selector
115 const static option longopts[] = { in ParseMakeflags()
217 <!-- option elements added by buildApiLevelSelector() -->
104 you may at your option offer warranty protection in exchange for a fee.260 later version", you have the option of following the terms and conditions315 (at your option) any later version.
161 $(warning *** Unsupported option MALLOC_IMPL defined by board config: $(board_config_mk).)
218 <!-- option elements added by buildApiLevelSelector() -->
88 you may at your option offer warranty protection in exchange for a fee.244 later version", you have the option of following the terms and conditions
2937 var option = $("<option />").attr("value",""+SINCE_DATA[i]).append(""+SINCE_DATA[i]);2939 select.append(option);5365 $.fn.toggleSection = function(option) { argument5370 if (typeof option === 'string') {data[option].call($this);}