Home
last modified time | relevance | path

Searched +defs:prefix +defs:numeric +defs:value (Results 1 – 25 of 42) sorted by relevance

12

/dports/dns/dnsjava/dnsjava-2.1.9/org/xbill/DNS/
H A DMnemonic.java37 private String prefix; field in Mnemonic
68 setPrefix(String prefix) { in setPrefix()
76 setNumericAllowed(boolean numeric) { in setNumericAllowed()
131 Integer value = toInteger(val); in add() local
146 Integer value = toInteger(val); in addAlias() local
191 Integer value = (Integer) strings.get(str); in getValue() local
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/ftds100/freetds/odbc/unittests/
H A Dbcp.c14 ODBCINT64 prefix; member
15 int value; member
18 ODBCINT64 prefix; member
19 char value[64]; member
330 SQL_NUMERIC_STRUCT numeric; in special_inserts() local
/dports/databases/freetds-devel/freetds-dev.1.3.7/src/odbc/unittests/
H A Dbcp.c13 ODBCINT64 prefix; member
14 int value; member
17 ODBCINT64 prefix; member
18 char value[64]; member
334 SQL_NUMERIC_STRUCT numeric; in special_inserts() local
/dports/databases/freetds/freetds-1.3.4/src/odbc/unittests/
H A Dbcp.c13 ODBCINT64 prefix; member
14 int value; member
17 ODBCINT64 prefix; member
18 char value[64]; member
334 SQL_NUMERIC_STRUCT numeric; in special_inserts() local
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/core/src/oned/rss/
H A DODRSSGenericAppIdDecoder.cpp47 char value = '\0'; member
89 int value() const { in value() function
370 int numeric = ToInt(bits, pos, 4); local
376 int numeric = ToInt(bits, pos, 7); local
387 DecodedNumeric numeric = DecodeNumeric(bits, state.position); local
437 DoDecodeGeneralPurposeField(ParsingState& state, const BitArray& bits, std::string prefix)
/dports/www/Stikked/Stikked-0.13.0/htdocs/system/libraries/
H A DForm_validation.php311 public function set_error_delimiters($prefix = '<p>', $suffix = '</p>')
330 public function error($field, $prefix = '', $suffix = '')
375 public function error_string($prefix = '', $suffix = '')
955 public function set_select($field = '', $value = '', $default = FALSE)
998 public function set_radio($field = '', $value = '', $default = FALSE)
1041 public function set_checkbox($field = '', $value = '', $default = FALSE)
1347 public function numeric($str) function in CI_Form_validation
1444 public function in_list($value, $list)
/dports/www/codeigniter/CodeIgniter-3.1.11/system/libraries/
H A DForm_validation.php311 public function set_error_delimiters($prefix = '<p>', $suffix = '</p>')
330 public function error($field, $prefix = '', $suffix = '')
375 public function error_string($prefix = '', $suffix = '')
955 public function set_select($field = '', $value = '', $default = FALSE)
998 public function set_radio($field = '', $value = '', $default = FALSE)
1041 public function set_checkbox($field = '', $value = '', $default = FALSE)
1354 public function numeric($str) function in CI_Form_validation
1451 public function in_list($value, $list)
/dports/www/py-flask-peewee/flask-peewee-3.0.4/flask_peewee/
H A Dfilters.py24 def query(self, value): argument
35 def query(self, value): argument
43 def query(self, value): argument
51 def query(self, value): argument
59 def query(self, value): argument
67 def query(self, value): argument
75 def query(self, value): argument
83 def query(self, value): argument
143 numeric = ( variable in FilterMapping
300 def get_field_dict(self, node=None, prefix=None): argument
[all …]
/dports/irc/konversation/konversation-21.12.3/src/irc/
H A Dinputfilter.cpp66 QString prefix; in parseLine() local
142 void InputFilter::parseClientCommand(const QString &prefix, const QString &command, QStringList &pa… in parseClientCommand()
157 int numeric = command.toInt(&isNumeric); in parseClientCommand() local
738 void InputFilter::parseServerCommand(const QString &prefix, const QString &command, QStringList &pa… in parseServerCommand()
741 int numeric = command.toInt(&isNumeric); in parseServerCommand() local
1035 void InputFilter::parsePrivMsg(const QString& prefix, QStringList& parameterList, const QHash<QStri… in parsePrivMsg()
1144 void InputFilter::parseNumeric(const QString &prefix, int command, QStringList &parameterList, cons… in parseNumeric()
1220 QString property, value; in parseNumeric() local
/dports/devel/php-ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/LiveDeployment/
H A DMetricsViewEditor.java72 …getTableCellRendererComponent(JTable table, Object value, boolean selected, boolean hasFocus, int … in getTableCellRendererComponent()
106 … getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, in getTableCellRendererComponent()
153 Object value = _table.getValueAt(row, column); in mouseClicked() local
398 Number value = ((Number)getField().getValue(m, timestamp)); in getValue() local
533 public Map<String, List<MetricsCell>> getSelectedRows(JTable table, boolean numeric) in getSelectedRows()
641 String prefix = "IceGridGUI.Metrics." + entry.getKey(); in show() local
831 …private static MetricsField createField(MetricsView node, String prefix, String mapName, String na… in createField()
1016 Object value = entry.getValue().getValue(m, timestamp); in addMetrics() local
1306 …public AverageLifetimeMetricsField(MetricsView node, String prefix, String metricsName, String fie… in AverageLifetimeMetricsField()
1364 public double value; field in MetricsViewEditor.DeltaMeasurement
[all …]
/dports/devel/ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/LiveDeployment/
H A DMetricsViewEditor.java72 …getTableCellRendererComponent(JTable table, Object value, boolean selected, boolean hasFocus, int … in getTableCellRendererComponent()
106 … getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, in getTableCellRendererComponent()
153 Object value = _table.getValueAt(row, column); in mouseClicked() local
398 Number value = ((Number)getField().getValue(m, timestamp)); in getValue() local
533 public Map<String, List<MetricsCell>> getSelectedRows(JTable table, boolean numeric) in getSelectedRows()
641 String prefix = "IceGridGUI.Metrics." + entry.getKey(); in show() local
831 …private static MetricsField createField(MetricsView node, String prefix, String mapName, String na… in createField()
1016 Object value = entry.getValue().getValue(m, timestamp); in addMetrics() local
1306 …public AverageLifetimeMetricsField(MetricsView node, String prefix, String metricsName, String fie… in AverageLifetimeMetricsField()
1364 public double value; field in MetricsViewEditor.DeltaMeasurement
[all …]
/dports/devel/py-ice37/ice-3.7.2/java/src/IceGridGUI/src/main/java/com/zeroc/IceGridGUI/LiveDeployment/
H A DMetricsViewEditor.java72 …getTableCellRendererComponent(JTable table, Object value, boolean selected, boolean hasFocus, int … in getTableCellRendererComponent()
106 … getTableCellRendererComponent(JTable table, Object value, boolean isSelected, boolean hasFocus, in getTableCellRendererComponent()
153 Object value = _table.getValueAt(row, column); in mouseClicked() local
398 Number value = ((Number)getField().getValue(m, timestamp)); in getValue() local
533 public Map<String, List<MetricsCell>> getSelectedRows(JTable table, boolean numeric) in getSelectedRows()
641 String prefix = "IceGridGUI.Metrics." + entry.getKey(); in show() local
831 …private static MetricsField createField(MetricsView node, String prefix, String mapName, String na… in createField()
1016 Object value = entry.getValue().getValue(m, timestamp); in addMetrics() local
1306 …public AverageLifetimeMetricsField(MetricsView node, String prefix, String metricsName, String fie… in AverageLifetimeMetricsField()
1364 public double value; field in MetricsViewEditor.DeltaMeasurement
[all …]
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DTestUtilities.java133 String value = english.getStringValue(path); in testExampleGenerator() local
146 message_paths.put(result.toString(), path + "\t:\t" + value); in testExampleGenerator() local
179 int numeric = Integer.parseInt(parts[0]); in checkNumericTimezone() local
220 int numeric = 1; in checkNumericTimezone() local
307 String prefix = "//supplementalData[@version=\"1.4\"]/metaData/"; in writeMetaData() local
416 …blic void handleAttributeDecl(String eName, String aName, String type, String mode, String value) { in handleAttributeDecl()
427 public void handlePathValue(String path, String value) { in handlePathValue()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/webmozart/assert/src/
H A DAssert.php46 public static function string($value, $message = '')
80 public static function integer($value, $message = '')
137 public static function float($value, $message = '')
156 public static function numeric($value, $message = '') function in Webmozart\\Assert\\Assert
213 public static function scalar($value, $message = '')
685 public static function ip($value, $message = '')
1050 public static function startsWith($value, $prefix, $message = '')
1070 public static function notStartsWith($value, $prefix, $message = '')
1987 protected static function valueToString($value)
2033 protected static function typeToString($value)
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/vendor/webmozart/assert/src/
H A DAssert.php46 public static function string($value, $message = '')
80 public static function integer($value, $message = '')
137 public static function float($value, $message = '')
156 public static function numeric($value, $message = '') function in Webmozart\\Assert\\Assert
213 public static function scalar($value, $message = '')
685 public static function ip($value, $message = '')
1050 public static function startsWith($value, $prefix, $message = '')
1070 public static function notStartsWith($value, $prefix, $message = '')
1987 protected static function valueToString($value)
2033 protected static function typeToString($value)
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/vendor/webmozart/assert/src/
H A DAssert.php47 public static function string($value, $message = '')
81 public static function integer($value, $message = '')
119 public static function float($value, $message = '')
138 public static function numeric($value, $message = '') function in Webmozart\\Assert\\Assert
195 public static function scalar($value, $message = '')
667 public static function ip($value, $message = '')
1032 public static function startsWith($value, $prefix, $message = '')
1052 public static function notStartsWith($value, $prefix, $message = '')
1969 protected static function valueToString($value)
2015 protected static function typeToString($value)
[all …]
/dports/deskutils/egroupware/egroupware/vendor/webmozart/assert/src/
H A DAssert.php261 public static function float($value, $message = '')
277 public static function numeric($value, $message = '') function in Webmozart\\Assert\\Assert
578 public static function null($value, $message = '')
609 public static function true($value, $message = '')
639 public static function ip($value, $message = '')
653 public static function ipv4($value, $message = '')
667 public static function ipv6($value, $message = '')
936 public static function startsWith($value, $prefix, $message = '')
1631 protected static function valueToString($value)
1673 protected static function typeToString($value)
[all …]
/dports/devel/pecl-swoole/swoole-4.8.5/tests/include/lib/src/
H A DAssert.php250 public static function float($value, $message = ''): bool
262 public static function numeric($value, $message = ''): bool function in SwooleTest\\Assert
467 public static function null($value, $message = ''): bool
490 public static function true($value, $message = ''): bool
514 public static function ip($value, $message = ''): bool
526 public static function ipv4($value, $message = ''): bool
538 public static function ipv6($value, $message = ''): bool
744 public static function startsWith($value, $prefix, $message = ''): bool
1306 protected static function valueToString($value): string
1346 protected static function typeToString($value): string
[all …]
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/libraries/vendor/webmozart/assert/src/
H A DAssert.php225 public static function float($value, $message = '')
235 public static function numeric($value, $message = '') function in Webmozart\\Assert\\Assert
428 public static function null($value, $message = '')
447 public static function true($value, $message = '')
467 public static function ip($value, $message = '')
477 public static function ipv4($value, $message = '')
487 public static function ipv6($value, $message = '')
638 public static function startsWith($value, $prefix, $message = '')
1124 protected static function valueToString($value)
1161 protected static function typeToString($value)
[all …]
/dports/irc/atheme-services/atheme-7.2.9/modules/protocol/
H A Dinspircd.c228 static inline void channel_metadata_sts(channel_t *c, const char *key, const char *value) in channel_metadata_sts()
233 static bool check_flood(const char *value, channel_t *c, mychan_t *mc, user_t *u, myuser_t *mu) in check_flood()
238 static bool check_nickflood(const char *value, channel_t *c, mychan_t *mc, user_t *u, myuser_t *mu) in check_nickflood()
243 static bool check_jointhrottle(const char *value, channel_t *c, mychan_t *mc, user_t *u, myuser_t *… in check_jointhrottle()
267 static bool check_history(const char *value, channel_t *c, mychan_t *mc, user_t *u, myuser_t *mu) in check_history()
272 static bool check_forward(const char *value, channel_t *c, mychan_t *mc, user_t *u, myuser_t *mu) in check_forward()
288 static bool check_rejoindelay(const char *value, channel_t *c, mychan_t *mc, user_t *u, myuser_t *m… in check_rejoindelay()
309 static bool check_delaymsg(const char *value, channel_t *c, mychan_t *mc, user_t *u, myuser_t *mu) in check_delaymsg()
452 static void inspircd_numeric_sts(server_t *from, int numeric, user_t *target, const char *fmt, ...) in inspircd_numeric_sts()
875 static void map_a_prefix(char prefix, char* prefixandnick, unsigned int *nlen) in map_a_prefix()
[all …]
/dports/shells/ksh93/ast-93u/src/cmd/ksh93/sh/
H A Dname.c300 char *prefix = shp->prefix; in nv_setlist() local
706 static char *copystack(const char *prefix, register const char *name, const char *sub) in copystack()
1507 char *sub=0, *prefix= shp->prefix; in nv_open() local
2118 static char *staknam(register Namval_t *np, char *value) in staknam()
2196 register char *value; in pushnam() local
2772 register int numeric; in nv_getval() local
2996 char *prefix = shp->prefix; in nv_newattr() local
3247 char *nvenv=0,*prefix=shp->prefix; in nv_rename() local
/dports/shells/ksh93-devel/ast-cc1bca27/src/cmd/ksh93/sh/
H A Dname.c300 char *prefix = shp->prefix; in nv_setlist() local
706 static char *copystack(const char *prefix, register const char *name, const char *sub) in copystack()
1507 char *sub=0, *prefix= shp->prefix; in nv_open() local
2118 static char *staknam(register Namval_t *np, char *value) in staknam()
2196 register char *value; in pushnam() local
2772 register int numeric; in nv_getval() local
2996 char *prefix = shp->prefix; in nv_newattr() local
3247 char *nvenv=0,*prefix=shp->prefix; in nv_rename() local
/dports/shells/ksh2020/ast-ksh2020/src/cmd/ksh93/sh/
H A Dname.c268 char *prefix = shp->prefix; in sh_setlist() local
666 static_fn char *copystack(Shell_t *shp, const char *prefix, const char *name, const char *sub) { in copystack()
1348 char *prefix = shp->prefix; in nv_open() local
1886 static_fn char *staknam(Shell_t *shp, Namval_t *np, char *value) { in staknam()
1931 char *value; in pushnam() local
2391 int numeric; in nv_getval() local
2606 char *prefix = shp->prefix; in nv_newattr() local
2801 char *prefix = shp->prefix; in nv_rename() local
/dports/cad/verilator/verilator-4.216/src/
H A DV3Ast.cpp208 char value = 0; in prettyName() local
233 inline void AstNode::debugTreeChange(const AstNode* nodep, const char* prefix, int lineno, in debugTreeChange()
1225 void AstNode::dtypeChgWidthSigned(int width, int widthMin, VSigning numeric) { in dtypeChgWidthSigned()
/dports/shells/ast-ksh/ast-ksh93v/src/cmd/ksh93/sh/
H A Dname.c295 char *prefix = shp->prefix; in sh_setlist() local
734 static char *copystack(Shell_t *shp,const char *prefix, register const char *name, const char *sub) in copystack()
1615 char *sub=0, *prefix= shp->prefix; in nv_open() local
2238 static char *staknam(Shell_t *shp,register Namval_t *np, char *value) in staknam()
2317 register char *value; in pushnam() local
2898 register int numeric; in nv_getval() local
3134 char *prefix = shp->prefix; in nv_newattr() local
3402 char *nvenv=0,*prefix=shp->prefix; in nv_rename() local

12