Home
last modified time | relevance | path

Searched defs:plural (Results 1 – 25 of 3127) sorted by relevance

12345678910>>...126

/dports/devel/elixir-gettext/gettext-0.15.0/lib/gettext/
H A Dplural.ex489 def plural(locale, count) function
534 def plural("ar", 0), do: 0 function
535 def plural("ar", 1), do: 1 function
536 def plural("ar", 2), do: 2 function
545 def plural("csb", n) function
553 def plural("cy", 1), do: 0 function
554 def plural("cy", 2), do: 1 function
592 def plural("lt", n) function
596 def plural("lt", n) function
631 def plural("pl", n) function
[all …]
/dports/cad/sumo/sumo-1.2.0/src/netedit/frames/
H A DGNEDeleteFrame.cpp208 std::string plural = numberOfAdditionals > 1 ? "s" : ""; in removeAttributeCarrier() local
252 std::string plural = numberOfAdditionalChilds > 1 ? "s" : ""; in removeAttributeCarrier() local
262 std::string plural = numberOfAdditionalParents > 1 ? "s" : ""; in removeAttributeCarrier() local
272 std::string plural = numberOfDemandElementChilds > 1 ? "s" : ""; in removeAttributeCarrier() local
282 std::string plural = numberOfDemandElementParents > 1 ? "s" : ""; in removeAttributeCarrier() local
314 std::string plural = numberOfAdditionalChilds > 1 ? "s" : ""; in removeAttributeCarrier() local
324 std::string plural = numberOfAdditionalParents > 1 ? "s" : ""; in removeAttributeCarrier() local
334 std::string plural = numberOfDemandElementChilds > 1 ? "s" : ""; in removeAttributeCarrier() local
344 std::string plural = numberOfDemandElementParents > 1 ? "s" : ""; in removeAttributeCarrier() local
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/kubernetes/client/apis/
H A Dcustom_objects_api.py37 def create_cluster_custom_object(self, group, version, plural, body, argument
68 def create_cluster_custom_object_with_http_info(self, group, version, plural, argument
1221 plural, name, **kwargs): argument
1364 plural, name, **kwargs): argument
1394 self, group, version, namespace, plural, name, **kwargs): argument
2462 self, group, version, namespace, plural, name, body, **kwargs): argument
2613 self, group, version, namespace, plural, name, body, **kwargs): argument
2907 self, group, version, plural, name, body, **kwargs): argument
3049 self, group, version, plural, name, body, **kwargs): argument
3343 self, group, version, namespace, plural, name, body, **kwargs): argument
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/compute/os_config/
H A Dresource_args.py39 def CreatePatchJobResourceArg(verb, plural=False): argument
59 def AddPatchJobResourceArg(parser, verb, plural=False): argument
84 def CreatePatchDeploymentResourceArg(verb, plural=False): argument
104 def AddPatchDeploymentResourceArg(parser, verb, plural=False): argument
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/pubsub/
H A Dresource_args.py68 def CreateSubscriptionResourceArg(verb, plural=False): argument
91 def AddSubscriptionResourceArg(parser, verb, plural=False): argument
106 plural=False, argument
142 def AddTopicResourceArg(parser, verb, positional=True, plural=False): argument
160 plural=False, argument
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/autoapi/mappers/
H A Ddotnet.py545 plural = "namespaces" variable in DotNetNamespace
552 plural = "methods" variable in DotNetMethod
558 plural = "operators" variable in DotNetOperator
564 plural = "properties" variable in DotNetProperty
571 plural = "enumerations" variable in DotNetEnum
579 plural = "structures" variable in DotNetStruct
592 plural = "interfaces" variable in DotNetInterface
599 plural = "delegates" variable in DotNetDelegate
606 plural = "classes" variable in DotNetClass
612 plural = "fields" variable in DotNetField
[all …]
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/slic3r/GUI/
H A DI18N.hpp47 …inline wxString translate(const char *s, const char *plural, unsigned int n) { return… in translate()
48 …inline wxString translate(const wchar_t *s, const wchar_t *plural, unsigned int n) { retu… in translate()
49 …inline wxString translate(const std::string &s, const std::string &plural, unsigned int n) { ret… in translate()
50 …inline wxString translate(const std::wstring &s, const std::wstring &plural, unsigned int n) { ret… in translate()
51 …inline wxString translate(const wxString &s, const wxString &plural, unsigned int n) { ret… in translate()
59 …inline std::string translate_utf8(const char *s, const char *plural, unsigned int n) … in translate_utf8()
60 …inline std::string translate_utf8(const wchar_t *s, const wchar_t *plural, unsigned int n… in translate_utf8()
61 …inline std::string translate_utf8(const std::string &s, const std::string &plural, unsigned int … in translate_utf8()
62 …inline std::string translate_utf8(const std::wstring &s, const std::wstring &plural, unsigned int … in translate_utf8()
63 …inline std::string translate_utf8(const wxString &s, const wxString &plural, unsigned int … in translate_utf8()
[all …]
/dports/deskutils/egroupware/egroupware/vendor/gettext/gettext/src/
H A Dtranslator_functions.php46 function n__($original, $plural, $value)
133 function dn__($domain, $original, $plural, $value)
156 function np__($context, $original, $plural, $value)
180 function dnp__($domain, $context, $original, $plural, $value)
H A DTranslatorInterface.php45 public function ngettext($original, $plural, $value);
57 public function dngettext($domain, $original, $plural, $value);
69 public function npgettext($context, $original, $plural, $value);
111 public function dnpgettext($domain, $context, $original, $plural, $value);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/gettext/gettext/src/
H A Dtranslator_functions.php46 function n__($original, $plural, $value)
133 function dn__($domain, $original, $plural, $value)
156 function np__($context, $original, $plural, $value)
180 function dnp__($domain, $context, $original, $plural, $value)
H A DTranslatorInterface.php45 public function ngettext($original, $plural, $value);
57 public function dngettext($domain, $original, $plural, $value);
69 public function npgettext($context, $original, $plural, $value);
111 public function dnpgettext($domain, $context, $original, $plural, $value);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/gettext/gettext/src/
H A DTranslatorInterface.php33 public function ngettext($original, $plural, $value);
45 public function dngettext($domain, $original, $plural, $value);
57 public function npgettext($context, $original, $plural, $value);
99 public function dnpgettext($domain, $context, $original, $plural, $value);
/dports/net-mgmt/cacti/cacti-1.2.19/include/vendor/gettext/src/
H A Dtranslator_functions.php46 function n__($original, $plural, $value)
133 function dn__($domain, $original, $plural, $value)
156 function np__($context, $original, $plural, $value)
180 function dnp__($domain, $context, $original, $plural, $value)
H A DTranslatorInterface.php45 public function ngettext($original, $plural, $value);
57 public function dngettext($domain, $original, $plural, $value);
69 public function npgettext($context, $original, $plural, $value);
111 public function dnpgettext($domain, $context, $original, $plural, $value);
/dports/ftp/libfilezilla/libfilezilla-0.31.1/lib/
H A Dtranslate.cpp11 std::wstring default_translator_pf(char const* const singular, char const* const plural, int64_t n) in default_translator_pf()
22 std::wstring(*pf)(char const* const singular, char const* const plural, int64_t n) in set_translators()
34 std::wstring translate(char const * const singular, char const * const plural, int64_t n) in translate()
/dports/databases/vfront/vfront-0.96c/plugins/phpgettext/
H A Dgettext.inc.php218 function _ngettext($single, $plural, $number) {
235 function _dngettext($domain, $single, $plural, $number) {
252 function _dcngettext($domain, $single, $plural, $number, $category) {
288 function T_ngettext($single, $plural, $number) {
296 function T_dngettext($domain, $single, $plural, $number) {
304 function T_dcngettext($domain, $single, $plural, $number, $category) {
329 function ngettext($single, $plural, $number) {
335 function dngettext($domain, $single, $plural, $number) {
341 function dcngettext($domain, $single, $plural, $number, $category) {
/dports/net-mgmt/blackbox_exporter/blackbox_exporter-0.17.0/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dvalues.json3 {"type": "string", "parser": "s, error(nil)", "format": "string(*f.v)", "plural": "Strings"}, string
4 {"type": "uint", "parser": "strconv.ParseUint(s, 0, 64)", "plural": "Uints"}, string
9 {"type": "int", "parser": "strconv.ParseFloat(s, 64)", "plural": "Ints"}, string
18 {"name": "TCPAddr", "Type": "*net.TCPAddr", "plural": "TCPList", "no_value_parser": true}, string
19 {"name": "ExistingFile", "Type": "string", "plural": "ExistingFiles", "no_value_parser": true}, string
20 {"name": "ExistingDir", "Type": "string", "plural": "ExistingDirs", "no_value_parser": true}, string
21 …{"name": "ExistingFileOrDir", "Type": "string", "plural": "ExistingFilesOrDirs", "no_value_parser"… string
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dvalues.json3 {"type": "string", "parser": "s, error(nil)", "format": "string(*f.v)", "plural": "Strings"}, string
4 {"type": "uint", "parser": "strconv.ParseUint(s, 0, 64)", "plural": "Uints"}, string
9 {"type": "int", "parser": "strconv.ParseFloat(s, 64)", "plural": "Ints"}, string
18 {"name": "TCPAddr", "Type": "*net.TCPAddr", "plural": "TCPList", "no_value_parser": true}, string
19 {"name": "ExistingFile", "Type": "string", "plural": "ExistingFiles", "no_value_parser": true}, string
20 {"name": "ExistingDir", "Type": "string", "plural": "ExistingDirs", "no_value_parser": true}, string
21 …{"name": "ExistingFileOrDir", "Type": "string", "plural": "ExistingFilesOrDirs", "no_value_parser"… string
/dports/net-mgmt/pushgateway/pushgateway-1.4.2/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dvalues.json3 {"type": "string", "parser": "s, error(nil)", "format": "string(*f.v)", "plural": "Strings"}, string
4 {"type": "uint", "parser": "strconv.ParseUint(s, 0, 64)", "plural": "Uints"}, string
9 {"type": "int", "parser": "strconv.ParseFloat(s, 64)", "plural": "Ints"}, string
18 {"name": "TCPAddr", "Type": "*net.TCPAddr", "plural": "TCPList", "no_value_parser": true}, string
19 {"name": "ExistingFile", "Type": "string", "plural": "ExistingFiles", "no_value_parser": true}, string
20 {"name": "ExistingDir", "Type": "string", "plural": "ExistingDirs", "no_value_parser": true}, string
21 …{"name": "ExistingFileOrDir", "Type": "string", "plural": "ExistingFilesOrDirs", "no_value_parser"… string
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/prometheus/prometheus/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dvalues.json3 {"type": "string", "parser": "s, error(nil)", "format": "string(*f.v)", "plural": "Strings"}, string
4 {"type": "uint", "parser": "strconv.ParseUint(s, 0, 64)", "plural": "Uints"}, string
9 {"type": "int", "parser": "strconv.ParseFloat(s, 64)", "plural": "Ints"}, string
18 {"name": "TCPAddr", "Type": "*net.TCPAddr", "plural": "TCPList", "no_value_parser": true}, string
19 {"name": "ExistingFile", "Type": "string", "plural": "ExistingFiles", "no_value_parser": true}, string
20 {"name": "ExistingDir", "Type": "string", "plural": "ExistingDirs", "no_value_parser": true}, string
21 …{"name": "ExistingFileOrDir", "Type": "string", "plural": "ExistingFilesOrDirs", "no_value_parser"… string
/dports/devel/app-builder/app-builder-3.4.2/vendor/github.com/alecthomas/kingpin/
H A Dvalues.json3 {"type": "string", "parser": "s, error(nil)", "format": "string(*f.v)", "plural": "Strings"}, string
4 {"type": "uint", "parser": "strconv.ParseUint(s, 0, 64)", "plural": "Uints"}, string
9 {"type": "int", "parser": "strconv.ParseFloat(s, 64)", "plural": "Ints"}, string
18 {"name": "TCPAddr", "Type": "*net.TCPAddr", "plural": "TCPList", "no_value_parser": true}, string
19 {"name": "ExistingFile", "Type": "string", "plural": "ExistingFiles", "no_value_parser": true}, string
20 {"name": "ExistingDir", "Type": "string", "plural": "ExistingDirs", "no_value_parser": true}, string
21 …{"name": "ExistingFileOrDir", "Type": "string", "plural": "ExistingFilesOrDirs", "no_value_parser"… string
/dports/net-mgmt/mysqld_exporter/mysqld_exporter-0.12.1/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dvalues.json3 {"type": "string", "parser": "s, error(nil)", "format": "string(*f.v)", "plural": "Strings"}, string
4 {"type": "uint", "parser": "strconv.ParseUint(s, 0, 64)", "plural": "Uints"}, string
9 {"type": "int", "parser": "strconv.ParseFloat(s, 64)", "plural": "Ints"}, string
18 {"name": "TCPAddr", "Type": "*net.TCPAddr", "plural": "TCPList", "no_value_parser": true}, string
19 {"name": "ExistingFile", "Type": "string", "plural": "ExistingFiles", "no_value_parser": true}, string
20 {"name": "ExistingDir", "Type": "string", "plural": "ExistingDirs", "no_value_parser": true}, string
21 …{"name": "ExistingFileOrDir", "Type": "string", "plural": "ExistingFilesOrDirs", "no_value_parser"… string
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dvalues.json3 {"type": "string", "parser": "s, error(nil)", "format": "string(*f.v)", "plural": "Strings"}, string
4 {"type": "uint", "parser": "strconv.ParseUint(s, 0, 64)", "plural": "Uints"}, string
9 {"type": "int", "parser": "strconv.ParseFloat(s, 64)", "plural": "Ints"}, string
18 {"name": "TCPAddr", "Type": "*net.TCPAddr", "plural": "TCPList", "no_value_parser": true}, string
19 {"name": "ExistingFile", "Type": "string", "plural": "ExistingFiles", "no_value_parser": true}, string
20 {"name": "ExistingDir", "Type": "string", "plural": "ExistingDirs", "no_value_parser": true}, string
21 …{"name": "ExistingFileOrDir", "Type": "string", "plural": "ExistingFilesOrDirs", "no_value_parser"… string
/dports/shells/antibody/antibody-6.1.1/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dvalues.json3 {"type": "string", "parser": "s, error(nil)", "format": "string(*f.v)", "plural": "Strings"}, string
4 {"type": "uint", "parser": "strconv.ParseUint(s, 0, 64)", "plural": "Uints"}, string
9 {"type": "int", "parser": "strconv.ParseFloat(s, 64)", "plural": "Ints"}, string
18 {"name": "TCPAddr", "Type": "*net.TCPAddr", "plural": "TCPList", "no_value_parser": true}, string
19 {"name": "ExistingFile", "Type": "string", "plural": "ExistingFiles", "no_value_parser": true}, string
20 {"name": "ExistingDir", "Type": "string", "plural": "ExistingDirs", "no_value_parser": true}, string
21 …{"name": "ExistingFileOrDir", "Type": "string", "plural": "ExistingFilesOrDirs", "no_value_parser"… string
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/gopkg.in/alecthomas/kingpin.v2/
H A Dvalues.json3 {"type": "string", "parser": "s, error(nil)", "format": "string(*f.v)", "plural": "Strings"}, string
4 {"type": "uint", "parser": "strconv.ParseUint(s, 0, 64)", "plural": "Uints"}, string
9 {"type": "int", "parser": "strconv.ParseFloat(s, 64)", "plural": "Ints"}, string
18 {"name": "TCPAddr", "Type": "*net.TCPAddr", "plural": "TCPList", "no_value_parser": true}, string
19 {"name": "ExistingFile", "Type": "string", "plural": "ExistingFiles", "no_value_parser": true}, string
20 {"name": "ExistingDir", "Type": "string", "plural": "ExistingDirs", "no_value_parser": true}, string
21 …{"name": "ExistingFileOrDir", "Type": "string", "plural": "ExistingFilesOrDirs", "no_value_parser"… string

12345678910>>...126