Home
last modified time | relevance | path

Searched +defs:macro +defs:function (Results 1 – 25 of 326) sorted by relevance

12345678910>>...14

/dports/databases/grass7/grass-7.8.6/lib/python/ctypes/ctypesgencore/printer/
H A Dprinter.py65 def print_group(self, list, name, function): argument
233 def print_function(self, function): argument
239 def print_fixed_function(self, function): argument
280 def print_variadic_function(self, function): argument
327 def print_macro(self, macro): argument
333 def print_simple_macro(self, macro): argument
343 def print_func_macro(self, macro): argument
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/optlib/
H A Dsystemtap.ctags35 --kinddef-SystemTap=f,function,functions kind
37 --kinddef-SystemTap=m,macro,macros kind
H A Dcmake.ctags49 --kinddef-CMake=f,function,functions kind
50 --kinddef-CMake=m,macro,macros kind
H A Delixir.ctags57 --kinddef-Elixir=f,function,functions (def ...) kind
63 --kinddef-Elixir=a,macro,macros (defmacro ...) kind
/dports/devel/py-ctypesgen/ctypesgen-ctypesgen-1.0.2/ctypesgen/printer_python/
H A Dprinter.py88 def print_group(self, list, name, function): argument
268 def print_function(self, function): argument
274 def print_fixed_function(self, function): argument
327 def print_variadic_function(self, function): argument
392 def print_macro(self, macro): argument
398 def print_simple_macro(self, macro): argument
410 def print_func_macro(self, macro): argument
/dports/net-mgmt/zabbix3-server/zabbix-3.0.32/frontends/php/include/classes/macros/
H A DCMacrosResolverGeneral.php374 protected function extractFunctionMacros($function, array $types) {
465 protected function resolveFunctionMacros($function, array $macros, array $types) {
547 …protected function getFunctionMacroValues(array $macroValues, array $fNums, $triggerId, $macro, $r…
575 protected function getFunctionMacroName($macro, $fNum) {
979 …private function getHostUserMacros(array $hostids, $macro, $context, array $host_templates, array …
/dports/net-mgmt/zabbix3-proxy/zabbix-3.0.32/frontends/php/include/classes/macros/
H A DCMacrosResolverGeneral.php374 protected function extractFunctionMacros($function, array $types) {
465 protected function resolveFunctionMacros($function, array $macros, array $types) {
547 …protected function getFunctionMacroValues(array $macroValues, array $fNums, $triggerId, $macro, $r…
575 protected function getFunctionMacroName($macro, $fNum) {
979 …private function getHostUserMacros(array $hostids, $macro, $context, array $host_templates, array …
/dports/net-mgmt/zabbix3-frontend/zabbix-3.0.32/frontends/php/include/classes/macros/
H A DCMacrosResolverGeneral.php374 protected function extractFunctionMacros($function, array $types) {
465 protected function resolveFunctionMacros($function, array $macros, array $types) {
547 …protected function getFunctionMacroValues(array $macroValues, array $fNums, $triggerId, $macro, $r…
575 protected function getFunctionMacroName($macro, $fNum) {
979 …private function getHostUserMacros(array $hostids, $macro, $context, array $host_templates, array …
/dports/net-mgmt/zabbix3-agent/zabbix-3.0.32/frontends/php/include/classes/macros/
H A DCMacrosResolverGeneral.php374 protected function extractFunctionMacros($function, array $types) {
465 protected function resolveFunctionMacros($function, array $macros, array $types) {
547 …protected function getFunctionMacroValues(array $macroValues, array $fNums, $triggerId, $macro, $r…
575 protected function getFunctionMacroName($macro, $fNum) {
979 …private function getHostUserMacros(array $hostids, $macro, $context, array $host_templates, array …
/dports/net-mgmt/zabbix3-java/zabbix-3.0.32/frontends/php/include/classes/macros/
H A DCMacrosResolverGeneral.php374 protected function extractFunctionMacros($function, array $types) {
465 protected function resolveFunctionMacros($function, array $macros, array $types) {
547 …protected function getFunctionMacroValues(array $macroValues, array $fNums, $triggerId, $macro, $r…
575 protected function getFunctionMacroName($macro, $fNum) {
979 …private function getHostUserMacros(array $hostids, $macro, $context, array $host_templates, array …
/dports/devel/cscope/cscope-15.9/src/
H A Dfind.c165 char function[PATLEN + 1]; /* function name */ in find_symbol_or_assignment() local
166 char macro[PATLEN + 1]; /* macro name */ in find_symbol_or_assignment() local
426 char function[PATLEN + 1]; /* function name */ in findallfcns() local
466 char function[PATLEN + 1]; /* function name */ in findcalling() local
468 char macro[PATLEN + 1]; /* macro name */ in findcalling() local
1048 BOOL macro = NO; in findcalledby() local
1204 static char function[PATLEN + 1] = "unknown";/* function name */ in putpostingref() local
1253 findcalledbysub(char *file, BOOL macro) in findcalledbysub()
/dports/devel/corrade/corrade-2020.06/src/Corrade/Utility/
H A DMacros.h215 #define CORRADE_DEPRECATED_MACRO(macro,message) _Pragma(_CORRADE_HELPER_STR(GCC warning ("this macr… argument
217 #define CORRADE_DEPRECATED_MACRO(macro,message) _Pragma(_CORRADE_HELPER_STR(GCC warning message)) argument
219 #define CORRADE_DEPRECATED_MACRO(macro,_message) __pragma(message (__FILE__ ": warning: " _CORRADE_… argument
221 #define CORRADE_DEPRECATED_MACRO(macro,message) argument
487 #define CORRADE_AUTOMATIC_INITIALIZER(function) \ argument
511 #define CORRADE_AUTOMATIC_FINALIZER(function) \ argument
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/parser/
H A Dmacro.go94 type macro struct { struct
95 function string member
96 receiverStyle bool
97 varArgStyle bool
98 argCount int
99 expander MacroExpander
103 func (m *macro) Function() string {
108 func (m *macro) ArgCount() int {
113 func (m *macro) IsReceiverStyle() bool {
118 func (m *macro) Expander() MacroExpander {
[all …]
/dports/net-mgmt/zabbix5-java/zabbix-5.0.19/ui/include/classes/macros/
H A DCMacrosResolverGeneral.php500 protected function extractFunctionMacros($function, array $types) {
591 protected function resolveFunctionMacros($function, array $macros, array $types) {
1203 …private function getHostUserMacros(array $hostids, $macro, $context, array $host_templates, array …
1272 public static function getMacroValue(array $macro): string {
/dports/net-mgmt/zabbix5-agent/zabbix-5.0.19/ui/include/classes/macros/
H A DCMacrosResolverGeneral.php500 protected function extractFunctionMacros($function, array $types) {
591 protected function resolveFunctionMacros($function, array $macros, array $types) {
1203 …private function getHostUserMacros(array $hostids, $macro, $context, array $host_templates, array …
1272 public static function getMacroValue(array $macro): string {
/dports/net-mgmt/zabbix5-proxy/zabbix-5.0.19/ui/include/classes/macros/
H A DCMacrosResolverGeneral.php500 protected function extractFunctionMacros($function, array $types) {
591 protected function resolveFunctionMacros($function, array $macros, array $types) {
1203 …private function getHostUserMacros(array $hostids, $macro, $context, array $host_templates, array …
1272 public static function getMacroValue(array $macro): string {
/dports/net-mgmt/zabbix5-server/zabbix-5.0.19/ui/include/classes/macros/
H A DCMacrosResolverGeneral.php500 protected function extractFunctionMacros($function, array $types) {
591 protected function resolveFunctionMacros($function, array $macros, array $types) {
1203 …private function getHostUserMacros(array $hostids, $macro, $context, array $host_templates, array …
1272 public static function getMacroValue(array $macro): string {
/dports/net-mgmt/zabbix5-frontend/zabbix-5.0.19/ui/include/classes/macros/
H A DCMacrosResolverGeneral.php500 protected function extractFunctionMacros($function, array $types) {
591 protected function resolveFunctionMacros($function, array $macros, array $types) {
1203 …private function getHostUserMacros(array $hostids, $macro, $context, array $host_templates, array …
1272 public static function getMacroValue(array $macro): string {
/dports/net-mgmt/zabbix54-proxy/zabbix-5.4.9/ui/include/classes/macros/
H A DCMacrosResolverGeneral.php512 protected function extractFunctionMacros($function, array $types) {
604 protected function resolveFunctionMacros($function, array $macros, array $types) {
1326 …private function getHostUserMacros(array $hostids, $macro, $context, array $host_templates, array …
1395 public static function getMacroValue(array $macro): string {
/dports/net-mgmt/zabbix54-server/zabbix-5.4.9/ui/include/classes/macros/
H A DCMacrosResolverGeneral.php512 protected function extractFunctionMacros($function, array $types) {
604 protected function resolveFunctionMacros($function, array $macros, array $types) {
1326 …private function getHostUserMacros(array $hostids, $macro, $context, array $host_templates, array …
1395 public static function getMacroValue(array $macro): string {
/dports/net-mgmt/zabbix54-frontend/zabbix-5.4.9/ui/include/classes/macros/
H A DCMacrosResolverGeneral.php512 protected function extractFunctionMacros($function, array $types) {
604 protected function resolveFunctionMacros($function, array $macros, array $types) {
1326 …private function getHostUserMacros(array $hostids, $macro, $context, array $host_templates, array …
1395 public static function getMacroValue(array $macro): string {
/dports/net-mgmt/zabbix54-agent/zabbix-5.4.9/ui/include/classes/macros/
H A DCMacrosResolverGeneral.php512 protected function extractFunctionMacros($function, array $types) {
604 protected function resolveFunctionMacros($function, array $macros, array $types) {
1326 …private function getHostUserMacros(array $hostids, $macro, $context, array $host_templates, array …
1395 public static function getMacroValue(array $macro): string {
/dports/net-mgmt/zabbix54-java/zabbix-5.4.9/ui/include/classes/macros/
H A DCMacrosResolverGeneral.php512 protected function extractFunctionMacros($function, array $types) {
604 protected function resolveFunctionMacros($function, array $macros, array $types) {
1326 …private function getHostUserMacros(array $hostids, $macro, $context, array $host_templates, array …
1395 public static function getMacroValue(array $macro): string {
/dports/audio/sdl2_mixer/SDL2_mixer-2.0.4/external/mpg123-1.25.6/src/libmpg123/
H A Dhuffman.h100 -121,-113, -89, -59, -43, -27, -17, -7, -3, -1, 119, 103, -1, 118, 117, in rl_add_defun()
113 -115, -99, -73, -45, -27, -17, -9, -5, -3, -1, 119, 103, 118, -1, 87, in rl_bind_key()
144 28, -43, -23, -11, -5, -1, 193, -1, 152, 12, -1, 192, -1, 180, 106, in rl_bind_key_in_map()
243 -451,-117, -43, -25, -15, -7, -3, -1, 239, 254, -1, 223, 253, -3, -1, in rl_bind_keyseq()
253 -5, -1, 229, -1, 171, 125, -1, 215, 228, -3, -1, 140, 200, -3, -1, in rl_bind_keyseq()
263 144, -9, -3, -1, 179, 136, -3, -1, 43, 90, 178, -7, -3, -1, 165, in rl_bind_keyseq()
309 { /* 8 */ 0 , tab11 } , in rl_macro_bind()
310 { /* 8 */ 0 , tab12 } ,
/dports/devel/py-ctypesgen/ctypesgen-ctypesgen-1.0.2/ctypesgen/printer_json/
H A Dprinter.py80 def print_group(self, list, name, function): argument
120 def print_function(self, function): argument
139 def print_macro(self, macro): argument

12345678910>>...14