Home
last modified time | relevance | path

Searched +defs:match +defs:function (Results 201 – 225 of 1254) sorted by relevance

12345678910>>...51

/dports/devel/jetbrains-goland/GoLand-2019.3.1/plugins/textmate/lib/bundles/swift/syntaxes/
H A Dswift.tmLanguage.json287 "match": "\\bAny\\b", string
456 "match": "\\*/", string
723 "match": ",", string
821 "match": "[?!]", string
876 "match": ":", string
963 "function": { object
1145 "match": ",", string
1299 "match": "\\.", string
1401 "match": "\\.", string
1569 "match": ":", string
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed.c54 unsigned int function) in aspeed_pinmux_get_fn_name()
62 unsigned int function, in aspeed_pinmux_get_fn_groups()
221 int aspeed_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned int function, in aspeed_pinmux_set_mux()
508 bool match; in find_pinconf_map() local
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed.c54 unsigned int function) in aspeed_pinmux_get_fn_name()
62 unsigned int function, in aspeed_pinmux_get_fn_groups()
221 int aspeed_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned int function, in aspeed_pinmux_set_mux()
508 bool match; in find_pinconf_map() local
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/pinctrl/aspeed/
H A Dpinctrl-aspeed.c54 unsigned int function) in aspeed_pinmux_get_fn_name()
62 unsigned int function, in aspeed_pinmux_get_fn_groups()
221 int aspeed_pinmux_set_mux(struct pinctrl_dev *pctldev, unsigned int function, in aspeed_pinmux_set_mux()
508 bool match; in find_pinconf_map() local
/dports/devel/jetbrains-phpstorm/PhpStorm-213.6461.83/plugins/textmate/lib/bundles/swift/syntaxes/
H A Dswift.tmLanguage.json301 "match": "\\bAny\\b", string
470 "match": "\\*/", string
737 "match": ",", string
846 "match": "[?!]", string
901 "match": ":", string
988 "function": { object
1168 "match": ",", string
1322 "match": "\\.", string
1424 "match": "\\.", string
1595 "match": ":", string
[all …]
/dports/devel/jetbrains-webstorm/WebStorm-213.6461.79/plugins/textmate/lib/bundles/swift/syntaxes/
H A Dswift.tmLanguage.json301 "match": "\\bAny\\b", string
470 "match": "\\*/", string
737 "match": ",", string
846 "match": "[?!]", string
901 "match": ":", string
988 "function": { object
1168 "match": ",", string
1322 "match": "\\.", string
1424 "match": "\\.", string
1595 "match": ":", string
[all …]
/dports/java/intellij/idea-IC-202.7660.26/plugins/textmate/lib/bundles/swift/syntaxes/
H A Dswift.tmLanguage.json287 "match": "\\bAny\\b", string
456 "match": "\\*/", string
723 "match": ",", string
821 "match": "[?!]", string
876 "match": ":", string
963 "function": { object
1145 "match": ",", string
1299 "match": "\\.", string
1401 "match": "\\.", string
1569 "match": ":", string
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/textmate/lib/bundles/swift/syntaxes/
H A Dswift.tmLanguage.json287 "match": "\\bAny\\b", string
456 "match": "\\*/", string
723 "match": ",", string
821 "match": "[?!]", string
876 "match": ":", string
963 "function": { object
1145 "match": ",", string
1299 "match": "\\.", string
1401 "match": "\\.", string
1569 "match": ":", string
[all …]
/dports/devel/clazy/clazy-1.5/src/checks/level2/
H A Dold-style-connect.cpp231 FunctionDecl *function = call->getDirectCallee(); in VisitStmt() local
269 smatch match; in VisitMacroExpands() local
289 smatch match; in signalOrSlotNameFromMacro() local
/dports/games/tremulous/tremulous/tremulous-1.1.0-src/src/qcommon/
H A Dcmd.c314 xcommand_t function; member
606 void Cmd_AddCommand( const char *cmd_name, xcommand_t function ) { in Cmd_AddCommand()
741 char *match; in Cmd_List_f() local
/dports/devel/R-cran-Rcpp/Rcpp/src/
H A Dattributes.cpp316 const Function& function, in Attribute()
346 const Function& function() const { return function_; } in function() function in Rcpp::attributes::Attribute
907 const Rcpp::CharacterVector match = matches[i]; in parseSourceDependencies() local
992 const Rcpp::CharacterVector match = matches[i]; in parseEmbeddedR() local
1099 const Function& function, in printFunction()
1201 const Rcpp::CharacterVector match = matches[i]; in SourceFileAttributesParser() local
1248 Rcpp::CharacterVector match = modMatches[i]; in SourceFileAttributesParser() local
1269 Rcpp::CharacterVector match = initMatches[i]; in SourceFileAttributesParser() local
1313 const std::vector<std::string>& match, in parseAttribute()
1343 Function function; in parseAttribute() local
[all …]
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/utils/
H A D_testing.py343 def assert_raise_message(exceptions, message, function, *args, **kwargs): argument
562 def _get_args(function, varargs=False): argument
853 def raises(expected_exc_type, match=None, may_pass=False, err_msg=None): argument
895 def __init__(self, expected_exc_type, match, may_pass, err_msg): argument
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/ThirdParty/gyp/test/lib/
H A DTestCmd.py338 def fail_test(self = None, condition = 1, function = None, skip = 0): argument
365 def no_result(self = None, condition = 1, function = None, skip = 0): argument
392 def pass_test(self = None, condition = 1, function = None): argument
849 match = None, argument
1040 def fail_test(self, condition = 1, function = None, skip = 0): argument
1057 def match(self, lines, matches): member in TestCmd
1077 def no_result(self, condition = 1, function = None, skip = 0): argument
1088 def pass_test(self, condition = 1, function = None): argument
/dports/www/firefox/firefox-99.0/third_party/python/gyp/test/lib/
H A DTestCmd.py346 def fail_test(self = None, condition = 1, function = None, skip = 0): argument
373 def no_result(self = None, condition = 1, function = None, skip = 0): argument
403 def pass_test(self = None, condition = 1, function = None): argument
852 match = None, argument
1043 def fail_test(self, condition = 1, function = None, skip = 0): argument
1060 def match(self, lines, matches): member in TestCmd
1080 def no_result(self, condition = 1, function = None, skip = 0): argument
1091 def pass_test(self, condition = 1, function = None): argument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/gyp/test/lib/
H A DTestCmd.py346 def fail_test(self = None, condition = 1, function = None, skip = 0): argument
373 def no_result(self = None, condition = 1, function = None, skip = 0): argument
403 def pass_test(self = None, condition = 1, function = None): argument
852 match = None, argument
1043 def fail_test(self, condition = 1, function = None, skip = 0): argument
1060 def match(self, lines, matches): member in TestCmd
1080 def no_result(self, condition = 1, function = None, skip = 0): argument
1091 def pass_test(self, condition = 1, function = None): argument
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/tools/gyp/test/lib/
H A DTestCmd.py338 def fail_test(self = None, condition = 1, function = None, skip = 0): argument
365 def no_result(self = None, condition = 1, function = None, skip = 0): argument
395 def pass_test(self = None, condition = 1, function = None): argument
852 match = None, argument
1043 def fail_test(self, condition = 1, function = None, skip = 0): argument
1060 def match(self, lines, matches): member in TestCmd
1080 def no_result(self, condition = 1, function = None, skip = 0): argument
1091 def pass_test(self, condition = 1, function = None): argument
/dports/net/cjdns/cjdns-cjdns-v21.1/node_build/dependencies/libuv/build/gyp/test/lib/
H A DTestCmd.py346 def fail_test(self = None, condition = 1, function = None, skip = 0): argument
373 def no_result(self = None, condition = 1, function = None, skip = 0): argument
403 def pass_test(self = None, condition = 1, function = None): argument
852 match = None, argument
1043 def fail_test(self, condition = 1, function = None, skip = 0): argument
1060 def match(self, lines, matches): member in TestCmd
1080 def no_result(self, condition = 1, function = None, skip = 0): argument
1091 def pass_test(self, condition = 1, function = None): argument
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/tools/gyp/test/lib/
H A DTestCmd.py338 def fail_test(self = None, condition = 1, function = None, skip = 0): argument
365 def no_result(self = None, condition = 1, function = None, skip = 0): argument
395 def pass_test(self = None, condition = 1, function = None): argument
852 match = None, argument
1043 def fail_test(self, condition = 1, function = None, skip = 0): argument
1060 def match(self, lines, matches): member in TestCmd
1080 def no_result(self, condition = 1, function = None, skip = 0): argument
1091 def pass_test(self, condition = 1, function = None): argument
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/gyp/test/lib/
H A DTestCmd.py346 def fail_test(self = None, condition = 1, function = None, skip = 0): argument
373 def no_result(self = None, condition = 1, function = None, skip = 0): argument
403 def pass_test(self = None, condition = 1, function = None): argument
852 match = None, argument
1043 def fail_test(self, condition = 1, function = None, skip = 0): argument
1060 def match(self, lines, matches): member in TestCmd
1080 def no_result(self, condition = 1, function = None, skip = 0): argument
1091 def pass_test(self, condition = 1, function = None): argument
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/gyp/test/lib/
H A DTestCmd.py346 def fail_test(self = None, condition = 1, function = None, skip = 0): argument
373 def no_result(self = None, condition = 1, function = None, skip = 0): argument
403 def pass_test(self = None, condition = 1, function = None): argument
852 match = None, argument
1043 def fail_test(self, condition = 1, function = None, skip = 0): argument
1060 def match(self, lines, matches): member in TestCmd
1080 def no_result(self, condition = 1, function = None, skip = 0): argument
1091 def pass_test(self, condition = 1, function = None): argument
/dports/devel/py-gyp/gyp-20200512/test/lib/
H A DTestCmd.py346 def fail_test(self = None, condition = 1, function = None, skip = 0): argument
373 def no_result(self = None, condition = 1, function = None, skip = 0): argument
403 def pass_test(self = None, condition = 1, function = None): argument
852 match = None, argument
1043 def fail_test(self, condition = 1, function = None, skip = 0): argument
1060 def match(self, lines, matches): member in TestCmd
1080 def no_result(self, condition = 1, function = None, skip = 0): argument
1091 def pass_test(self, condition = 1, function = None): argument
/dports/devel/doxygen/doxygen-1.9.3/addon/doxypysql/
H A Dsearch.py70 def match(self,row): member in Finder
122 def function(self): member in Finder
/dports/math/pynac/pynac-pynac-0.7.27/ginac/
H A Dfunction.cpp553 function::function() : serial(0) in function() function in GiNaC::function
564 function::function(unsigned ser) : serial(ser) in function() function in GiNaC::function
570 function::function(unsigned ser, const ex & param1) in function() function in GiNaC::function
575 function::function(unsigned ser, const ex & param1, const ex & param2) in function() function in GiNaC::function
580 function::function(unsigned ser, const ex & param1, const ex & param2, const ex & param3) in function() function in GiNaC::function
585 function::function(unsigned ser, const ex & param1, const ex & param2, const ex & param3, const ex … in function() function in GiNaC::function
603 function::function(unsigned ser, exprseq es) : exprseq(std::move(es)), serial(ser) in function() function in GiNaC::function
612 function::function(unsigned ser, const exvector & v, bool discardable) in function() function in GiNaC::function
618 function::function(unsigned ser, std::unique_ptr<exvector> vp) in function() function in GiNaC::function
629 function::function(const archive_node &n, lst &sym_lst) : inherited(n, sym_lst) in function() function in GiNaC::function
[all …]
/dports/lang/gcc48/gcc-4.8.5/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py785 def __init__(self, name, function): argument
807 def add(self, name, function): argument
817 def add_version(self, base, name, function): argument
822 def add_container(self, base, name, function): argument
858 def __init__(self, match, name): argument
864 def __init__(self, match, name): argument
888 def add_one_type_printer(obj, match, name): argument
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libstdc++-v3/python/libstdcxx/v6/
H A Dprinters.py843 def __init__(self, name, function): argument
870 def add(self, name, function): argument
880 def add_version(self, base, name, function): argument
885 def add_container(self, base, name, function): argument
926 def __init__(self, match, name): argument
932 def __init__(self, match, name): argument
956 def add_one_type_printer(obj, match, name): argument

12345678910>>...51