Home
last modified time | relevance | path

Searched refs:prefix_chars (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/multimedia/gstreamer1-plugins-svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/third_party/cpuinfo/deps/clog/src/
H A Dclog.c67 if (prefix_chars < 0) { in clog_vlog_fatal()
69 prefix_chars = 0; in clog_vlog_fatal()
83 &stack_buffer[prefix_chars], in clog_vlog_fatal()
143 if (prefix_chars < 0) { in clog_vlog_error()
145 prefix_chars = 0; in clog_vlog_error()
219 if (prefix_chars < 0) { in clog_vlog_warning()
221 prefix_chars = 0; in clog_vlog_warning()
295 if (prefix_chars < 0) { in clog_vlog_info()
297 prefix_chars = 0; in clog_vlog_info()
371 if (prefix_chars < 0) { in clog_vlog_debug()
[all …]
/dports/multimedia/svt-av1/SVT-AV1-3971c982311d49f9355dc8dccdcf8d21b70fa624/third_party/cpuinfo/deps/clog/src/
H A Dclog.c67 if (prefix_chars < 0) { in clog_vlog_fatal()
69 prefix_chars = 0; in clog_vlog_fatal()
83 &stack_buffer[prefix_chars], in clog_vlog_fatal()
143 if (prefix_chars < 0) { in clog_vlog_error()
145 prefix_chars = 0; in clog_vlog_error()
219 if (prefix_chars < 0) { in clog_vlog_warning()
221 prefix_chars = 0; in clog_vlog_warning()
295 if (prefix_chars < 0) { in clog_vlog_info()
297 prefix_chars = 0; in clog_vlog_info()
371 if (prefix_chars < 0) { in clog_vlog_debug()
[all …]
/dports/security/cowrie/cowrie-2.2.0/src/cowrie/shell/
H A Dcustomparser.py32 prefix_chars='-', argument
44 prefix_chars=prefix_chars,
/dports/devel/py-configargparse/ConfigArgParse-1.5.3/
H A Dconfigargparse.py531 self.prefix_chars)
603 args, action.option_strings, self.prefix_chars)
610 self.prefix_chars)
633 if (already_on_command_line(args, action.option_strings, self.prefix_chars) or
718 key_without_prefix_chars = key.strip(self.prefix_chars)
719 command_line_key = self.prefix_chars[0]*2 + key_without_prefix_chars
744 self.prefix_chars):
861 if any(arg.startswith(2*c) for c in self.prefix_chars):
896 prefix_chars=self.prefix_chars,
981 cc = 2*self.prefix_chars[0] # eg. --
[all …]
/dports/irc/hexchat/hexchat-2.16.0/src/common/
H A Duserlist.c366 int row, prefix_chars; in userlist_add() local
369 acc = nick_access (sess->server, name, &prefix_chars); in userlist_add()
371 notify_set_online (sess->server, name + prefix_chars, tags_data); in userlist_add()
378 if (prefix_chars) in userlist_add()
384 safe_strcpy (user->nick, name + prefix_chars, NICKLEN); in userlist_add()
413 while (prefix_chars) in userlist_add()
417 prefix_chars--; in userlist_add()
/dports/devel/py-pythran/pythran-0.11.0/pythran/
H A Drun.py52 prefix_chars = "-"
54 prefix_chars += "/"
60 prefix_chars=prefix_chars,
/dports/devel/xparam/xparam-1.22/lib/sources/
H A Dxpv_tentative.cpp385 int prefix_chars = 0; in parse_abs_value() local
388 case 10: prefix_chars=0; break; in parse_abs_value()
390 case 16: prefix_chars=2; break; in parse_abs_value()
394 pos += prefix_chars; in parse_abs_value()
/dports/devel/ipython/ipython-7.29.0/IPython/core/
H A Dmagic_arguments.py115 prefix_chars='-', argument
124 prefix_chars=prefix_chars, argument_default=argument_default,
/dports/devel/ipython5/ipython-5.10.0/IPython/core/
H A Dmagic_arguments.py115 prefix_chars='-', argument
124 prefix_chars=prefix_chars, argument_default=argument_default,
/dports/devel/py-argh/argh-0.26.2/argh/
H A Dassembling.py151 def _is_positional(args, prefix_chars='-'): argument
153 if 1 < len(args) or args[0][0].startswith(tuple(prefix_chars)):
163 if _is_positional(args, prefix_chars=parser.prefix_chars):
/dports/www/firefox-esr/firefox-91.8.0/js/src/jit/shared/
H A DDisassembler-shared.cpp69 static const char prefix_chars[] = in spew() local
78 prefix_chars[tag_ % (sizeof(prefix_chars) - 1)]); in spew()
/dports/www/firefox/firefox-99.0/js/src/jit/shared/
H A DDisassembler-shared.cpp69 static const char prefix_chars[] = in spew() local
78 prefix_chars[tag_ % (sizeof(prefix_chars) - 1)]); in spew()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/jit/shared/
H A DDisassembler-shared.cpp65 static const char prefix_chars[] = in spew() local
74 prefix_chars[tag_ % (sizeof(prefix_chars) - 1)]); in spew()
/dports/mail/thunderbird/thunderbird-91.8.0/js/src/jit/shared/
H A DDisassembler-shared.cpp69 static const char prefix_chars[] = in spew() local
78 prefix_chars[tag_ % (sizeof(prefix_chars) - 1)]); in spew()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/jit/shared/
H A DDisassembler-shared.cpp65 static const char prefix_chars[] = in spew() local
74 prefix_chars[tag_ % (sizeof(prefix_chars) - 1)]); in spew()
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dargparse.py1188 prefix_chars, argument
1195 self.prefix_chars = prefix_chars
1276 chars = self.prefix_chars
1413 tup = option_string, self.prefix_chars
1418 if option_string[0] in self.prefix_chars:
1568 prefix_chars='-', argument
1584 prefix_chars=prefix_chars,
1612 default_prefix = '-' if '-' in prefix_chars else prefix_chars[0]
1839 chars = self.prefix_chars
2065 if not arg_string[0] in self.prefix_chars:
[all …]
/dports/lang/python27/Python-2.7.18/Lib/
H A Dargparse.py1188 prefix_chars, argument
1195 self.prefix_chars = prefix_chars
1276 chars = self.prefix_chars
1413 tup = option_string, self.prefix_chars
1418 if option_string[0] in self.prefix_chars:
1568 prefix_chars='-', argument
1584 prefix_chars=prefix_chars,
1612 default_prefix = '-' if '-' in prefix_chars else prefix_chars[0]
1839 chars = self.prefix_chars
2065 if not arg_string[0] in self.prefix_chars:
[all …]
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/argparse/
H A D__init__.py1191 prefix_chars, argument
1198 self.prefix_chars = prefix_chars
1279 chars = self.prefix_chars
1414 if option_string[0] in self.prefix_chars:
1563 prefix_chars='-', argument
1579 prefix_chars=prefix_chars,
1607 if '-' in prefix_chars:
1610 default_prefix = prefix_chars[0]
1837 chars = self.prefix_chars
2052 if not arg_string[0] in self.prefix_chars:
[all …]
/dports/www/py-gunicorn/gunicorn-19.9.0/gunicorn/
H A Dargparse_compat.py1191 prefix_chars, argument
1198 self.prefix_chars = prefix_chars
1279 chars = self.prefix_chars
1414 if option_string[0] in self.prefix_chars:
1563 prefix_chars='-', argument
1579 prefix_chars=prefix_chars,
1607 if '-' in prefix_chars:
1610 default_prefix = prefix_chars[0]
1837 chars = self.prefix_chars
2052 if not arg_string[0] in self.prefix_chars:
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dargparse.py1171 prefix_chars, argument
1178 self.prefix_chars = prefix_chars
1259 chars = self.prefix_chars
1396 tup = option_string, self.prefix_chars
1401 if option_string[0] in self.prefix_chars:
1551 prefix_chars='-', argument
1567 prefix_chars=prefix_chars,
1595 default_prefix = '-' if '-' in prefix_chars else prefix_chars[0]
1822 chars = self.prefix_chars
2048 if not arg_string[0] in self.prefix_chars:
[all …]
/dports/sysutils/autojump/autojump-release-v22.5.3/bin/
H A Dautojump_argparse.py1254 prefix_chars, argument
1262 self.prefix_chars = prefix_chars
1342 chars = self.prefix_chars
1481 if option_string[0] in self.prefix_chars:
1634 prefix_chars='-', argument
1653 prefix_chars=prefix_chars,
1682 if '-' in prefix_chars:
1685 default_prefix = prefix_chars[0]
1918 chars = self.prefix_chars
2138 if not arg_string[0] in self.prefix_chars:
[all …]
/dports/net-mgmt/py-pdagent/pdagent-1.7.2/pdagent/thirdparty/
H A Dargparse.py1244 prefix_chars, argument
1251 self.prefix_chars = prefix_chars
1332 chars = self.prefix_chars
1467 if option_string[0] in self.prefix_chars:
1616 prefix_chars='-', argument
1632 prefix_chars=prefix_chars,
1660 if '-' in prefix_chars:
1663 default_prefix = prefix_chars[0]
1890 chars = self.prefix_chars
2105 if not arg_string[0] in self.prefix_chars:
[all …]
/dports/math/vtk6/VTK-6.2.0/Web/JavaScript/Minimizer/
H A D_argparse.py1171 prefix_chars, argument
1178 self.prefix_chars = prefix_chars
1259 chars = self.prefix_chars
1396 tup = option_string, self.prefix_chars
1401 if option_string[0] in self.prefix_chars:
1551 prefix_chars='-', argument
1567 prefix_chars=prefix_chars,
1595 default_prefix = '-' if '-' in prefix_chars else prefix_chars[0]
1822 chars = self.prefix_chars
2048 if not arg_string[0] in self.prefix_chars:
[all …]
/dports/math/vtk8/VTK-8.2.0/Wrapping/Python/vtkmodules/util/
H A D_argparse.py1171 prefix_chars, argument
1178 self.prefix_chars = prefix_chars
1259 chars = self.prefix_chars
1396 tup = option_string, self.prefix_chars
1401 if option_string[0] in self.prefix_chars:
1551 prefix_chars='-', argument
1567 prefix_chars=prefix_chars,
1595 default_prefix = '-' if '-' in prefix_chars else prefix_chars[0]
1822 chars = self.prefix_chars
2048 if not arg_string[0] in self.prefix_chars:
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dargparse.py1171 prefix_chars, argument
1178 self.prefix_chars = prefix_chars
1259 chars = self.prefix_chars
1396 tup = option_string, self.prefix_chars
1401 if option_string[0] in self.prefix_chars:
1551 prefix_chars='-', argument
1567 prefix_chars=prefix_chars,
1595 default_prefix = '-' if '-' in prefix_chars else prefix_chars[0]
1822 chars = self.prefix_chars
2037 if not arg_string[0] in self.prefix_chars:
[all …]

12345678