Home
last modified time | relevance | path

Searched refs:strval (Results 251 – 275 of 4611) sorted by relevance

1...<<11121314151617181920>>...185

/dports/lang/php80/php-8.0.15/ext/standard/tests/strings/
H A Dstrval_basic.phpt2 Test strval() function : basic functionality
5 echo "*** Testing strval() : basic variations ***\n";
36 // loop through each element of the array for strval
40 var_dump( strval($value) );
45 *** Testing strval() : basic variations ***
H A Dstrval_variation1.phpt2 Test strval() function : usage variations - Pass different data types as strval
5 echo "*** Testing strval() : usage variations ***\n";
79 // loop through each element of the array for strval
83 var_dump( strval($value) );
88 *** Testing strval() : usage variations ***
/dports/lang/php81/php-8.1.1/ext/standard/tests/strings/
H A Dstrval_basic.phpt2 Test strval() function : basic functionality
5 echo "*** Testing strval() : basic variations ***\n";
36 // loop through each element of the array for strval
40 var_dump( strval($value) );
45 *** Testing strval() : basic variations ***
H A Dstrval_variation1.phpt2 Test strval() function : usage variations - Pass different data types as strval
5 echo "*** Testing strval() : usage variations ***\n";
79 // loop through each element of the array for strval
83 var_dump( strval($value) );
88 *** Testing strval() : usage variations ***
/dports/mail/pear-Horde_Imap_Client/Horde_Imap_Client-2.29.18/test/Horde/Imap/Client/
H A DDateTimeTest.php54 intval(strval($ob))
68 intval(strval($ob))
73 intval(strval($ob2))
85 intval(strval($ob2))
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/linux/classes/jdk/internal/platform/cgroupv1/
H A DSubSystem.java152 String strval = getStringValue(subsystem, parm); in getLongValue() local
153 return convertStringToLong(strval); in getLongValue()
156 public static long convertStringToLong(String strval) { in convertStringToLong() argument
158 if (strval == null) return 0L; in convertStringToLong()
161 retval = Long.parseLong(strval); in convertStringToLong()
165 BigInteger b = new BigInteger(strval); in convertStringToLong()
174 String strval = getStringValue(subsystem, parm); in getDoubleValue() local
176 if (strval == null) return 0L; in getDoubleValue()
178 double retval = Double.parseDouble(strval); in getDoubleValue()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/linux/classes/jdk/internal/platform/cgroupv1/
H A DSubSystem.java153 String strval = getStringValue(subsystem, parm); in getLongValue() local
154 return convertStringToLong(strval); in getLongValue()
157 public static long convertStringToLong(String strval) { in convertStringToLong() argument
158 if (strval == null) return 0L; in convertStringToLong()
163 retval = Long.parseLong(strval); in convertStringToLong()
167 BigInteger b = new BigInteger(strval); in convertStringToLong()
177 String strval = getStringValue(subsystem, parm); in getDoubleValue() local
179 if (strval == null) return 0L; in getDoubleValue()
181 double retval = Double.parseDouble(strval); in getDoubleValue()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/linux/classes/jdk/internal/platform/cgroupv1/
H A DSubSystem.java152 String strval = getStringValue(subsystem, parm); in getLongValue() local
153 return convertStringToLong(strval); in getLongValue()
156 public static long convertStringToLong(String strval) { in convertStringToLong() argument
158 if (strval == null) return 0L; in convertStringToLong()
161 retval = Long.parseLong(strval); in convertStringToLong()
165 BigInteger b = new BigInteger(strval); in convertStringToLong()
174 String strval = getStringValue(subsystem, parm); in getDoubleValue() local
176 if (strval == null) return 0L; in getDoubleValue()
178 double retval = Double.parseDouble(strval); in getDoubleValue()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/linux/classes/jdk/internal/platform/cgroupv1/
H A DSubSystem.java152 String strval = getStringValue(subsystem, parm); in getLongValue() local
153 return convertStringToLong(strval); in getLongValue()
156 public static long convertStringToLong(String strval) { in convertStringToLong() argument
158 if (strval == null) return 0L; in convertStringToLong()
161 retval = Long.parseLong(strval); in convertStringToLong()
165 BigInteger b = new BigInteger(strval); in convertStringToLong()
174 String strval = getStringValue(subsystem, parm); in getDoubleValue() local
176 if (strval == null) return 0L; in getDoubleValue()
178 double retval = Double.parseDouble(strval); in getDoubleValue()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/linux/classes/jdk/internal/platform/cgroupv1/
H A DSubSystem.java153 String strval = getStringValue(subsystem, parm); in getLongValue() local
154 return convertStringToLong(strval); in getLongValue()
157 public static long convertStringToLong(String strval) { in convertStringToLong() argument
158 if (strval == null) return 0L; in convertStringToLong()
163 retval = Long.parseLong(strval); in convertStringToLong()
167 BigInteger b = new BigInteger(strval); in convertStringToLong()
177 String strval = getStringValue(subsystem, parm); in getDoubleValue() local
179 if (strval == null) return 0L; in getDoubleValue()
181 double retval = Double.parseDouble(strval); in getDoubleValue()
/dports/audio/lmms/lmms-1.2.2/plugins/zynaddsubfx/zynaddsubfx/src/Misc/
H A DXMLwrapper.cpp179 if(strval == NULL) //no information available in hasPadSynth()
182 if((strval[0] == 'Y') || (strval[0] == 'y')) in hasPadSynth()
475 const char *strval = mxmlElementGetAttr(tmp, "value"); in getpar() local
476 if(strval == NULL) in getpar()
479 int val = stringTo<int>(strval); in getpar()
506 const char *strval = mxmlElementGetAttr(tmp, "value"); in getparbool() local
507 if(strval == NULL) in getparbool()
510 if((strval[0] == 'Y') || (strval[0] == 'y')) in getparbool()
576 const char *strval = mxmlElementGetAttr(tmp, "value"); in getparreal() local
577 if(strval == NULL) in getparreal()
[all …]
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/strings/
H A Dstrval_variation1.phpt2 Test strval() function : usage variations - Pass different data types as strval
5 echo "*** Testing strval() : usage variations ***\n";
79 // loop through each element of the array for strval
83 var_dump( strval($value) );
88 *** Testing strval() : usage variations ***
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/strings/
H A Dstrval_variation1.phpt2 Test strval() function : usage variations - Pass different data types as strval
5 echo "*** Testing strval() : usage variations ***\n";
79 // loop through each element of the array for strval
83 var_dump( strval($value) );
88 *** Testing strval() : usage variations ***
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libxslt/src/libexslt/
H A Dcommon.c30 xmlChar *strval; in exsltNodeSetFunction() local
47 strval = xmlXPathPopString (ctxt); in exsltNodeSetFunction()
49 txt = xmlNewDocText (fragment, strval); in exsltNodeSetFunction()
57 if (strval != NULL) in exsltNodeSetFunction()
58 xmlFree (strval); in exsltNodeSetFunction()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxslt/src/libexslt/
H A Dcommon.c37 xmlChar *strval; in exsltNodeSetFunction() local
54 strval = xmlXPathPopString (ctxt); in exsltNodeSetFunction()
56 txt = xmlNewDocText (fragment, strval); in exsltNodeSetFunction()
64 if (strval != NULL) in exsltNodeSetFunction()
65 xmlFree (strval); in exsltNodeSetFunction()
/dports/textproc/libxslt/libxslt-1.1.34/libexslt/
H A Dcommon.c37 xmlChar *strval; in exsltNodeSetFunction() local
54 strval = xmlXPathPopString (ctxt); in exsltNodeSetFunction()
56 txt = xmlNewDocText (fragment, strval); in exsltNodeSetFunction()
64 if (strval != NULL) in exsltNodeSetFunction()
65 xmlFree (strval); in exsltNodeSetFunction()
/dports/mail/postfix-current/postfix-3.7-20211107/src/global/
H A Dtok822_node.c55 TOK822 *tok822_alloc(int type, const char *strval) in tok822_alloc() argument
66 strval == 0 ? vstring_alloc(10) : in tok822_alloc()
67 vstring_strcpy(vstring_alloc(strlen(strval) + 1), strval)); in tok822_alloc()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/linux/classes/jdk/internal/platform/cgroupv1/
H A DSubSystem.java103 String strval = getStringValue(subsystem, parm); in getLongValue() local
106 if (strval == null) return 0L; in getLongValue()
109 retval = Long.parseLong(strval); in getLongValue()
113 BigInteger b = new BigInteger(strval); in getLongValue()
122 String strval = getStringValue(subsystem, parm); in getDoubleValue() local
124 if (strval == null) return 0L; in getDoubleValue()
126 double retval = Double.parseDouble(strval); in getDoubleValue()
/dports/net/kea/kea-2.0.1/src/lib/dns/tests/
H A Dmaster_lexer_token_unittest.cc45 std::string strval = "dummy"; // this should be replaced in TEST_F() local
46 token_str.getString(strval); in TEST_F()
47 EXPECT_EQ(std::string("string token"), strval); in TEST_F()
60 MasterToken(TEST_STRING, TEST_STRING_LEN + 1).getString(strval); in TEST_F()
61 EXPECT_EQ(expected_str, strval); in TEST_F()
74 EXPECT_THROW(token_eof.getString(strval), isc::InvalidOperation); in TEST_F()
76 EXPECT_THROW(token_num.getString(strval), isc::InvalidOperation); in TEST_F()
/dports/sysutils/minipro/minipro-e6fb06822e6685886a045ae98c3c82d832bd8e9c/
H A Deasyconfig.c222 char *strval = Config_get_str(par_name); in Config_get_int() local
223 if (strval == NULL) in Config_get_int()
225 if (!sscanf(strval, "0x%04x", &intval) && !sscanf(strval, "%d", &intval)) in Config_get_int()
234 char strval[16]; in Config_set_int() local
235 sprintf(strval, "0x%04x", value); in Config_set_int()
236 return Config_set_str(par_name, strval); in Config_set_int()
/dports/devel/glade/glade-3.22.1/plugins/gtk+/
H A Dglade-attributes.c346 gchar *strval = NULL; in is_empty_row() local
363 if (!strval || !strcmp (strval, _("Unset")) || in is_empty_row()
364 !strcmp (strval, _("<Enter Value>"))) in is_empty_row()
371 if (!strval || !strcmp (strval, "0") || in is_empty_row()
372 !strcmp (strval, _("<Enter Value>"))) in is_empty_row()
377 if (!strval || strval[0] == '\0' || in is_empty_row()
378 !strcmp (strval, _("<Enter Value>"))) in is_empty_row()
385 g_free (strval); in is_empty_row()
594 if (gdk_color_parse (strval, &color)) in glade_gtk_attribute_from_string()
628 gchar *strval = NULL; in sync_object() local
[all …]
/dports/security/sudo/sudo-1.9.8p2/lib/util/
H A Dsudo_conf.c399 int val = sudo_strtobool(strval); in set_var_developer_mode()
404 "developer_mode", strval, conf_file, lineno); in set_var_developer_mode()
415 int val = sudo_strtobool(strval); in set_var_disable_coredump()
420 "disable_coredump", strval, conf_file, lineno); in set_var_disable_coredump()
433 if (strcasecmp(strval, "adaptive") == 0) { in set_var_group_source()
435 } else if (strcasecmp(strval, "static") == 0) { in set_var_group_source()
437 } else if (strcasecmp(strval, "dynamic") == 0) { in set_var_group_source()
448 set_var_max_groups(const char *strval, const char *conf_file, in set_var_max_groups() argument
454 max_groups = sudo_strtonum(strval, 1, 1024, NULL); in set_var_max_groups()
468 int val = sudo_strtobool(strval); in set_var_probe_interfaces()
[all …]
/dports/mail/pear-Horde_Imap_Client/Horde_Imap_Client-2.29.18/lib/Horde/Imap/Client/
H A DCache.php107 $mailbox = strval($mailbox);
139 $mailbox = strval($mailbox);
172 return $this->_backend->getMetaData(strval($mailbox), $uidvalid, $entries);
193 $mailbox = strval($mailbox);
219 $mailbox = strval($mailbox);
239 $mbox = strval($mbox);
/dports/mail/nextcloud-mail/mail/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/
H A DCache.php107 $mailbox = strval($mailbox);
139 $mailbox = strval($mailbox);
172 return $this->_backend->getMetaData(strval($mailbox), $uidvalid, $entries);
193 $mailbox = strval($mailbox);
219 $mailbox = strval($mailbox);
239 $mbox = strval($mbox);
/dports/deskutils/egroupware/egroupware/vendor/pear-pear.horde.org/Horde_Imap_Client/Horde/Imap/Client/
H A DCache.php107 $mailbox = strval($mailbox);
139 $mailbox = strval($mailbox);
172 return $this->_backend->getMetaData(strval($mailbox), $uidvalid, $entries);
193 $mailbox = strval($mailbox);
219 $mailbox = strval($mailbox);
239 $mbox = strval($mbox);

1...<<11121314151617181920>>...185