Home
last modified time | relevance | path

Searched defs:noun (Results 1 – 25 of 208) sorted by relevance

123456789

/dports/games/stendhal/stendhal-1.35/src/games/stendhal/common/grammar/
H A DGrammar.java225 public static String article_noun(final String noun, final boolean definite) { in article_noun()
240 public static String a_noun(final String noun) { in a_noun()
256 public static String a_nounCreature(final String noun) { in a_nounCreature()
270 private static String a_an(final String noun) { in a_an()
312 static String addPrefixIfNotAlreadyThere(final String noun, in addPrefixIfNotAlreadyThere()
329 public static String fullForm(final String noun) { in fullForm()
449 public static String A_noun(final String noun) { in A_noun()
460 public static String suffix_s(final String noun) { in suffix_s()
478 public static String plural(final String noun) { in plural()
590 public static String pluralCreature(final String noun) { in pluralCreature()
[all …]
/dports/mail/archiveopteryx-devel/aox-96ab17e/aox/
H A Daoxcommand.h52 AoxCommandMap( const char * verb, const char * noun, in AoxCommandMap()
58 AoxCommandMap( const char * verb, const char * noun, in AoxCommandMap()
101 AoxFactory( const char * verb, const char * noun, in AoxFactory()
116 AoxFactory( const char * verb, const char * noun, in AoxFactory()
H A Daoxcommand.cpp377 EString noun; in create() local
406 const EString & noun, in provide()
460 const EString & noun ) in aboutCommand()
474 EString AoxCommandMap::inBrief( const EString & verb, const EString & noun ) in inBrief()
/dports/mail/archiveopteryx/archiveopteryx-3.2.0/aox/
H A Daoxcommand.h52 AoxCommandMap( const char * verb, const char * noun, in AoxCommandMap()
58 AoxCommandMap( const char * verb, const char * noun, in AoxCommandMap()
101 AoxFactory( const char * verb, const char * noun, in AoxFactory()
116 AoxFactory( const char * verb, const char * noun, in AoxFactory()
H A Daoxcommand.cpp373 EString noun; in create() local
402 const EString & noun, in provide()
456 const EString & noun ) in aboutCommand()
470 EString AoxCommandMap::inBrief( const EString & verb, const EString & noun ) in inBrief()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/certificate_manager/
H A Dresource_args.py107 noun, argument
125 noun, argument
142 def AddCertificateMapResourceArg(parser, verb, noun=None, positional=True): argument
165 def AddCertificateMapEntryResourceArg(parser, verb, noun=None, positional=True): argument
219 def AddCertificateResourceArg(parser, verb, noun=None, positional=True): argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/tools/blinkpy/tool/
H A Dgrammar.py33 def plural(noun): argument
41 def pluralize(noun, count): argument
/dports/games/scummvm/scummvm-2.5.1/engines/hugo/
H A Dparser_v1d.cpp81 bool Parser_v1d::isNear_v1(const char *verb, const char *noun, Object *obj, char *comment) const { in isNear_v1() argument
234 bool Parser_v1d::isBackgroundWord_v1(const char *noun, const char *verb, ObjectList obj) const { in isBackgroundWord_v1() argument
284 bool Parser_v1d::isCatchallVerb_v1(bool testNounFl, const char *noun, const char *verb, ObjectList … in isCatchallVerb_v1() argument
398 const char *noun = 0; // Noun not found yet in lineHandler() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/hugo/
H A Dparser_v1d.cpp81 bool Parser_v1d::isNear_v1(const char *verb, const char *noun, Object *obj, char *comment) const { in isNear_v1() argument
234 bool Parser_v1d::isBackgroundWord_v1(const char *noun, const char *verb, ObjectList obj) const { in isBackgroundWord_v1() argument
284 bool Parser_v1d::isCatchallVerb_v1(bool testNounFl, const char *noun, const char *verb, ObjectList … in isCatchallVerb_v1() argument
398 const char *noun = 0; // Noun not found yet in lineHandler() local
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/accesscontextmanager/
H A Dcommon.py35 def GetDescriptionArg(noun): argument
42 def GetTitleArg(noun): argument
/dports/games/powder/powder118_src/
H A Dgrammar.cpp32 gram_extractofclause(char *tmp, char *&prefix, char *&noun, char *&suffix) in gram_extractofclause()
187 char *noun; in gram_makeplural() local
318 char *noun, *tmp, *prefix, *suffix; in gram_isnameplural() local
333 gram_isplural(const char *noun) in gram_isplural()
388 gram_getarticle(const char *noun) in gram_getarticle()
/dports/games/scummvm/scummvm-2.5.1/engines/glk/comprehend/
H A Dgame_opcodes.cpp40 byte noun = sentence ? sentence->_formattedWords[2] : 0; in execute_opcode() local
469 byte noun = sentence ? sentence->_formattedWords[2] : 0; in execute_opcode() local
749 byte noun = sentence ? sentence->_formattedWords[2] : 0; in execute_opcode() local
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/sci/engine/
H A Dmessage.h36 byte noun; member
42 : noun(noun_), verb(verb_), cond(cond_), seq(seq_) { } in noun() function
/dports/games/scummvm/scummvm-2.5.1/engines/sci/engine/
H A Dmessage.h36 byte noun; member
42 : noun(noun_), verb(verb_), cond(cond_), seq(seq_) { } in noun() function
/dports/games/hyperrogue/hyperrogue-12.0f/
H A Dlanguage.cpp53 struct noun { struct
54 int genus;
55 const char *nom, *nomp, *acc, *abl;
H A Dlangen.cpp58 struct noun { struct
61 noun() = default; argument
62 noun(const noun2& n) : genus(n.genus), nom(n.nom), nomp(n.nomp), acc(n.acc), abl(n.abl) {} in noun() function
/dports/games/angband/Angband-4.2.2/src/
H A Dui-spell.c216 static int spell_menu_select(struct menu *m, const char *noun, const char *verb) in spell_menu_select()
239 static void spell_menu_browse(struct menu *m, const char *noun) in spell_menu_browse()
260 const char *noun = player_object_to_book(player, obj)->realm->spell_noun; in textui_book_browse() local
298 const char *noun = player_object_to_book(player, book)->realm->spell_noun; in textui_get_spell_from_book() local
/dports/lang/spidermonkey60/firefox-60.9.0/testing/marionette/
H A DREADME.md5 ##### noun l4subsection
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/adl/
H A Dadl.cpp49 ScriptEnv_6502(const Command &cmd, byte room, byte verb, byte noun) : in ScriptEnv_6502()
413 void AdlEngine::checkInput(byte verb, byte noun) { in checkInput()
423 bool AdlEngine::isInputValid(byte verb, byte noun, bool &is_any) { in isInputValid()
429 bool AdlEngine::isInputValid(const Commands &commands, byte verb, byte noun, bool &is_any) { in isInputValid()
632 void AdlEngine::takeItem(byte noun) { in takeItem()
661 void AdlEngine::dropItem(byte noun) { in dropItem()
677 uint verb = 0, noun = 0; in gameLoop() local
1087 void AdlEngine::getInput(uint &verb, uint &noun) { in getInput()
1424 bool AdlEngine::doOneCommand(const Commands &commands, byte verb, byte noun) { in doOneCommand()
1443 void AdlEngine::doAllCommands(const Commands &commands, byte verb, byte noun) { in doAllCommands()
[all …]
/dports/games/scummvm/scummvm-2.5.1/engines/adl/
H A Dadl.cpp48 ScriptEnv_6502(const Command &cmd, byte room, byte verb, byte noun) : in ScriptEnv_6502()
417 void AdlEngine::checkInput(byte verb, byte noun) { in checkInput()
427 bool AdlEngine::isInputValid(byte verb, byte noun, bool &is_any) { in isInputValid()
433 bool AdlEngine::isInputValid(const Commands &commands, byte verb, byte noun, bool &is_any) { in isInputValid()
636 void AdlEngine::takeItem(byte noun) { in takeItem()
665 void AdlEngine::dropItem(byte noun) { in dropItem()
681 uint verb = 0, noun = 0; in gameLoop() local
1105 void AdlEngine::getInput(uint &verb, uint &noun) { in getInput()
1442 bool AdlEngine::doOneCommand(const Commands &commands, byte verb, byte noun) { in doOneCommand()
1461 void AdlEngine::doAllCommands(const Commands &commands, byte verb, byte noun) { in doAllCommands()
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/ai/
H A Dflags.py265 def GetDisplayNameArg(noun, required=True): argument
272 def GetDescriptionArg(noun): argument
634 def GetMetadataFilePathArg(noun, required=False): argument
642 def GetMetadataSchemaUriArg(noun): argument
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/iot/
H A Dflags.py32 def GetIdFlag(noun, action, metavar=None): argument
39 def GetIndexFlag(noun, action): argument
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/core/util/
H A Dtext.py47 def GetArticle(noun): argument
/dports/www/elgg/elgg-3.3.23/vendor/fzaninotto/faker/src/Faker/Provider/cs_CZ/
H A DCompany.php30 protected static $noun = array( variable in Faker\\Provider\\cs_CZ\\Company
/dports/mail/thunderbird/thunderbird-91.8.0/tools/tryselect/selectors/
H A Dagain.py104 def pluralize(n, noun): argument

123456789