Home
last modified time | relevance | path

Searched refs:string_to_int (Results 176 – 197 of 197) sorted by relevance

12345678

/dports/print/qpdf/qpdf-10.5.0/libqpdf/
H A DQPDFWriter.cc793 int V = QUtil::string_to_int( in disableIncompatibleEncryption()
795 int R = QUtil::string_to_int( in disableIncompatibleEncryption()
839 major = QUtil::string_to_int(version.c_str()); in parseVersion()
844 minor = QUtil::string_to_int(version.substr(p + 1).c_str()); in parseVersion()
H A DQUtil.cc379 QUtil::string_to_int(char const* str) in string_to_int() function in QUtil
970 return QUtil::string_to_int(s.c_str()); in pdf_time_to_qpdf_time()
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/stlplus/strings/
H A Dstring_int.cpp1094 int string_to_int(const std::string& str, unsigned radix) in string_to_int() function
/dports/www/xapian-omega/xapian-omega-1.4.18/
H A Domega.cc445 if (val != cgi_params.end()) date_value_slot = string_to_int(val->second); in main()
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/source/tables_gen/pervasives/
H A Dpervasives.in195 81 string_to_int stoi 0 0 0 TRUE TRUE 0 NOFIXITY NOCODE
/dports/math/teyjus/teyjus-2.1-7-ge63f40a/lyacc/
H A Dlpgram.mod34 tokchar S :- alltyp S, C is string_to_int S,
129 printname _ "string_to_int" stringtointt.
/dports/lang/parrot/parrot-8.1.0/t/op/
H A Dstring.t111 string_to_int()
1097 .sub string_to_int
/dports/x11-toolkits/gtk20/gtk+-2.24.33/modules/other/gail/tests/
H A Dtestlib.c878 string_to_int (const char *the_string) in string_to_int() function
/dports/print/qpdf/qpdf-10.5.0/libtests/
H A Dqutil.cc67 test_to_number(str, wanted, error, QUtil::string_to_int); in test_to_int()
/dports/print/qpdf/qpdf-10.5.0/qpdf/
H A Dqpdf.cc733 obj = QUtil::string_to_int(objspec.c_str()); in parse_object_id()
737 gen = QUtil::string_to_int( in parse_object_id()
2226 o.compression_level = QUtil::string_to_int(parameter); in argCompressionLevel()
2408 QUtil::string_to_int(parameter)); in argSplitPages()
3387 extension_level = QUtil::string_to_int(p2); in parse_version()
3498 int angle = QUtil::string_to_int(angle_str.c_str()); in parseRotationParameter()
H A Dtest_driver.cc3255 int n = QUtil::string_to_int(argv[1]); in main()
/dports/devel/gputils/gputils-1.5.0/gpasm/
H A Dgpasm.h.in420 extern int string_to_int(const char *String, int Radix);
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/source/base/
H A Dpatterns.cc1188 const unsigned int n_elements = Utilities::string_to_int(len); in create()
/dports/print/qpdf/qpdf-10.5.0/
H A DREADME-maintainer89 * Avoid atoi. Use QUtil::string_to_int instead. It does
/dports/databases/xapian-core12/xapian-core-1.2.25/
H A DChangeLog.examples990 utils.{cc,h} to house split(), int_to_string(), and string_to_int;
1039 string_to_int()
/dports/databases/xapian-core/xapian-core-1.4.18/
H A DChangeLog.examples990 utils.{cc,h} to house split(), int_to_string(), and string_to_int;
1039 string_to_int()
/dports/games/vultures-eye/vulture-2.3.67/slashem/sys/msdos/
H A Dvidalleg.c1568 string_to_int(buf) in string_to_int() function
/dports/lang/parrot/parrot-8.1.0/ext/nqp-rx/src/stage0/
H A DHLL-s0.pir5695 .sub "string_to_int" :subid("12_1309998841.74923") :outer("11_1309998841.74923")
6404 $P102 = "string_to_int"($P101, 10)
6427 $P102 = "string_to_int"($P101, 16)
6450 $P102 = "string_to_int"($P101, 8)
6473 $P102 = "string_to_int"($P101, 2)
7478 $I100 = "string_to_int"($P105, 10)
/dports/audio/snd/snd-21.2/
H A Dsnd-xen.c1443 int string_to_int(const char *str, int lo, const char *field_name) in string_to_int() function
H A Dsnd-1.h1124 int string_to_int(const char *str, int lo, const char *field_name);
H A Dsnd-motif.c3524 id = string_to_int(val, 0, "id"); in id_activated()
4653 order = string_to_int(str, 1, "order"); in order_field_activated()
6359 new_peaks = string_to_int(str, 1, "peaks"); in peaks_activate_callback()
10524 (*srate) = string_to_int(str, 1, "srate"); in get_file_dialog_sound_attributes()
10536 (*chans) = string_to_int(str, min_chan, "chans"); in get_file_dialog_sound_attributes()
15735 pos = mark_id_to_sample(string_to_int(str, 0, "mark")); in vf_location()
27460 order = string_to_int(str, 1, "filter order"); in get_filter_order()
/dports/devel/gputils/gputils-1.5.0/
H A DChangeLog271 Renamed a function from stringtolong to string_to_int.

12345678