Home
last modified time | relevance | path

Searched refs:str_args (Results 1 – 25 of 94) sorted by relevance

1234

/dports/math/R-cran-NMF/NMF/man/
H A Dutils.Rd2 \alias{str_args}
6 str_args(x, exdent = 10L)
17 \code{str_args} formats the arguments of a function using
26 str_args(library)
/dports/sysutils/freeipmi/freeipmi-1.6.8/bmc-device/
H A Dbmc-device.c996 str_args[num_str_args] = str_ptr; in rearm_sensor()
1012 str_args[0], in rearm_sensor()
1020 str_args[1], in rearm_sensor()
1026 str_args[2], in rearm_sensor()
1627 str_args[num_str_args] = str_ptr; in platform_event()
1696 str_args[str_args_index], in platform_event()
1703 str_args[str_args_index], in platform_event()
1710 str_args[str_args_index], in platform_event()
1839 str_args[num_str_args] = str_ptr; in set_sensor_reading_and_event_status()
1881 str_args[str_args_index], in set_sensor_reading_and_event_status()
[all …]
/dports/sysutils/py-salt/salt-3004.1/salt/utils/
H A Dtimed_subprocess.py61 str_args = []
64 str_args.append(str(arg))
66 str_args.append(arg)
67 args = str_args
/dports/sysutils/conan/conan-1.44.0/conan/tools/gnu/
H A Dautotools.py40 str_args = self._make_args
42 if "-j" not in str_args and "nmake" not in make_program.lower():
46 command = join_arguments([make_program, target, str_args, jobs])
/dports/textproc/turboxsl/turboxsl-b03c2c9/src/zlog/src/
H A Devent.c99 const char *str_format, va_list str_args) in zlog_event_set_fmt() argument
116 va_copy(a_event->str_args, str_args); in zlog_event_set_fmt()
H A Devent.h45 va_list str_args; member
77 const char *str_format, va_list str_args);
/dports/databases/beansdb/beansdb-0.7.1.4/third-party/zlog-1.2/
H A Devent.c98 const char *str_format, va_list str_args) in zlog_event_set_fmt() argument
115 va_copy(a_event->str_args, str_args); in zlog_event_set_fmt()
H A Devent.h45 va_list str_args; member
77 const char *str_format, va_list str_args);
/dports/x11/xapp/xapp-2.2.6/scripts/
H A Dpastebin21 str_args = ' '.join(args)
22 content = str_args
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/depot_tools/
H A Dauto_stub.py59 str_args = ', '.join(repr(arg) for arg in args)
62 caller_name, ', '.join(filter(None, [str_args, str_kwargs]))))
/dports/databases/pgmodeler/pgmodeler-0.9.3-beta/libpgmodeler/src/
H A Dtrigger.cpp63 QString str_args; in setArgumentAttribute() local
70 str_args+=QString("'") + arguments[i] + QString("'"); in setArgumentAttribute()
72 str_args+=arguments[i]; in setArgumentAttribute()
74 if(i < (count-1)) str_args+=QString(","); in setArgumentAttribute()
77 attributes[Attributes::Arguments]=str_args; in setArgumentAttribute()
/dports/devel/spark/spark-2.1.1/dev/
H A Drun-tests-jenkins.py76 str_args = (build_display_name,
83 return '**[Test build %s %s](%stestReport)** for PR %s at commit [`%s`](%s)%s' % str_args
/dports/www/youtube_dl/youtube-dl/youtube_dl/downloader/
H A Dcommon.py385 str_args = [decodeArgument(a) for a in args]
388 exe = os.path.basename(str_args[0])
391 exe, shell_quote(str_args)))
/dports/sysutils/py-salt/salt-3004.1/salt/utils/decorators/
H A D__init__.py287 str_args = []
290 str_args.append(str(arg))
292 str_args.append(arg)
295 list(str_args) + ["{}={}".format(k, kwargs[k]) for k in sorted(kwargs)]
/dports/databases/py-qt5-sql/PyQt5-5.15.4/pyuic/uic/Compiler/
H A Dqtproxies.py119 str_args = (as_string(args[0]), as_string(args[1]))
121 str_args = map(as_string, args)
125 ", ".join(str_args))
/dports/multimedia/py-qt5-multimedia/PyQt5-5.15.4/pyuic/uic/Compiler/
H A Dqtproxies.py119 str_args = (as_string(args[0]), as_string(args[1]))
121 str_args = map(as_string, args)
125 ", ".join(str_args))
/dports/multimedia/py-qt5-multimediawidgets/PyQt5-5.15.4/pyuic/uic/Compiler/
H A Dqtproxies.py119 str_args = (as_string(args[0]), as_string(args[1]))
121 str_args = map(as_string, args)
125 ", ".join(str_args))
/dports/www/py-qt5-webkit/PyQt5-5.15.4/pyuic/uic/Compiler/
H A Dqtproxies.py119 str_args = (as_string(args[0]), as_string(args[1]))
121 str_args = map(as_string, args)
125 ", ".join(str_args))
/dports/www/py-qt5-webkitwidgets/PyQt5-5.15.4/pyuic/uic/Compiler/
H A Dqtproxies.py119 str_args = (as_string(args[0]), as_string(args[1]))
121 str_args = map(as_string, args)
125 ", ".join(str_args))
/dports/www/py-qt5-websockets/PyQt5-5.15.4/pyuic/uic/Compiler/
H A Dqtproxies.py119 str_args = (as_string(args[0]), as_string(args[1]))
121 str_args = map(as_string, args)
125 ", ".join(str_args))
/dports/www/py-qt5-webchannel/PyQt5-5.15.4/pyuic/uic/Compiler/
H A Dqtproxies.py119 str_args = (as_string(args[0]), as_string(args[1]))
121 str_args = map(as_string, args)
125 ", ".join(str_args))
/dports/x11-toolkits/py-qt5-widgets/PyQt5-5.15.4/pyuic/uic/Compiler/
H A Dqtproxies.py119 str_args = (as_string(args[0]), as_string(args[1]))
121 str_args = map(as_string, args)
125 ", ".join(str_args))
/dports/comms/py-qt5-serialport/PyQt5-5.15.4/pyuic/uic/Compiler/
H A Dqtproxies.py119 str_args = (as_string(args[0]), as_string(args[1]))
121 str_args = map(as_string, args)
125 ", ".join(str_args))
/dports/comms/py-qt5-sensors/PyQt5-5.15.4/pyuic/uic/Compiler/
H A Dqtproxies.py119 str_args = (as_string(args[0]), as_string(args[1]))
121 str_args = map(as_string, args)
125 ", ".join(str_args))
/dports/net/py-qt5-network/PyQt5-5.15.4/pyuic/uic/Compiler/
H A Dqtproxies.py119 str_args = (as_string(args[0]), as_string(args[1]))
121 str_args = map(as_string, args)
125 ", ".join(str_args))

1234