Home
last modified time | relevance | path

Searched refs:check_length (Results 1 – 25 of 466) sorted by path

12345678910>>...19

/dports/audio/ampache/ampache-php74-5.0.0/src/Repository/Model/
H A DCatalog.php2022 … $new_song->title = self::check_length(self::check_title($results['title'], $new_song->file));
2036 $new_song->composer = self::check_length($results['composer']);
2055 …$new_song->label = isset($results['publisher']) ? self::check_length($results['publisher'], 128) :…
2062 $new_song->language = self::check_length($results['language'], 128);
2079 $artist = self::check_length($results['artist']);
2083 $album = self::check_length($results['album']);
2088 $release_type = self::check_length($results['release_type'], 32);
2090 $albumartist = self::check_length($results['albumartist']);
2093 $barcode = self::check_length($results['barcode'], 64);
2094 $catalog_number = self::check_length($results['catalog_number'], 64);
[all …]
H A DSong.php413 $title = Catalog::check_length(Catalog::check_title($results['title'], $file));
414 $artist = Catalog::check_length($results['artist']);
415 $album = Catalog::check_length($results['album']);
416 $albumartist = Catalog::check_length($results['albumartist']);
436 …$composer = isset($results['composer']) ? Catalog::check_length($results['composer']) : nu…
437 … = isset($results['publisher']) ? Catalog::get_unique_string(Catalog::check_length($results['publi…
455 …$catalog_number = isset($results['catalog_number']) ? Catalog::check_length($results['catal…
456 …$language = isset($results['language']) ? Catalog::check_length($results['language'],…
458 …$release_type = isset($results['release_type']) ? Catalog::check_length($results['release…
467 $barcode = Catalog::check_length($results['barcode'], 64);
/dports/audio/moc/moc-2.5.2/
H A Doptions.c213 static int check_length (int opt, ...) in check_length() function
337 if (check == check_length) { in add_str()
395 if (check == check_length) { in add_list()
547 #define CHECK_LENGTH(c) check_length, (2 * (c))
1297 if (options[i].check != check_length) { in options_free()
/dports/audio/sox/sox-14.4.2/src/
H A Dformats_i.c56 uint64_t num_samples, sox_bool check_length)
79 if (check_length && ft->encoding.bits_per_sample && lsx_filelength(ft)) {
H A Dsox_i.h226 uint64_t num_samples, sox_bool check_length);
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/test/impl/
H A Dtest_tools.ipp568 output_test_stream::check_length( std::size_t length_, bool flush_stream )
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/test/tools/
H A Doutput_test_stream.hpp66 virtual assertion_result check_length( std::size_t length, bool flush_stream = true );
/dports/biology/exonerate/exonerate-2.4.0/test/util/
H A Dfastarevcomp.test.sh30 check_length(){ function
43 check_length $CALM_RC
44 check_length $CALM_RCRC
/dports/biology/lamarc/lamarc-2.1.8/boost/test/impl/
H A Dtest_tools.ipp458 output_test_stream::check_length( std::size_t length_, bool flush_stream )
/dports/biology/lamarc/lamarc-2.1.8/boost/test/
H A Doutput_test_stream.hpp53 result_type check_length( std::size_t length, bool flush_stream = true );
/dports/cad/cura-engine/CuraEngine-fadb5d6b/src/utils/
H A Dpolygon.cpp23 bool ConstPolygonRef::shorterThan(const coord_t check_length) const in shorterThan()
31 if (length >= check_length) in shorterThan()
H A Dpolygon.h143 bool shorterThan(const coord_t check_length) const;
/dports/cad/opencascade/opencascade-7.6.0/src/DrawResources/
H A DCheckCommands.tcl809 set check_length false
823 {"-l" check_length ?}
860 if { [string is boolean ${check_length}] } {
861 if { ${check_length} } {
865 set mass ${check_length}
889 …if { ( ${check_area} == false && ${check_length} == false && ${check_volume} == false ) || ( ${mas…
/dports/converters/p5-Encode/Encode-3.16/t/
H A Dmime-header.t202 sub check_length {
218 ok check_length($b), info("correct encoded length base64", $b);
219 ok check_length($q), info("correct encoded length qp", $q);
/dports/databases/db18/db-18.1.40/dist/
H A Dgen_msg.awk59 check_length = 1;
106 check_length = 0;
135 if (check_length)
143 if (check_length)
148 if (check_length)
154 if (check_length)
161 if (check_length)
165 if (check_length) {
213 if (check_length) {
/dports/databases/db18/db-18.1.40/src/rep/
H A Drep.msg22 BEGIN_MSG bulk check_length
31 BEGIN_MSG control check_length
45 BEGIN_MSG egen check_length
55 BEGIN_MSG fileinfo alloc check_length
70 BEGIN_MSG fileinfo_v7 alloc check_length
98 BEGIN_MSG grant_info check_length
111 BEGIN_MSG logreq check_length
123 BEGIN_MSG newfile check_length
130 BEGIN_MSG update alloc check_length
139 BEGIN_MSG vote_info check_length
[all …]
/dports/databases/db18/db-18.1.40/src/repmgr/
H A Drepmgr.msg78 BEGIN_MSG membership_key check_length
111 BEGIN_MSG gm_fwd check_length
123 BEGIN_MSG site_info check_length
130 BEGIN_MSG v4site_info check_length
/dports/databases/db5/db-5.3.28/dist/
H A Dgen_msg.awk59 check_length = 1;
108 check_length = 0;
138 if (check_length)
148 if (check_length)
153 if (check_length)
161 if (check_length)
170 if (check_length)
176 if (check_length) {
266 if (check_length) {
/dports/databases/db5/db-5.3.28/src/rep/
H A Drep.msg22 BEGIN_MSG bulk check_length
31 BEGIN_MSG control check_length
45 BEGIN_MSG egen check_length
55 BEGIN_MSG fileinfo alloc check_length version
68 BEGIN_MSG fileinfo_v6 alloc check_length version
83 BEGIN_MSG grant_info check_length
96 BEGIN_MSG logreq check_length
108 BEGIN_MSG newfile check_length
115 BEGIN_MSG update alloc check_length version
124 BEGIN_MSG vote_info check_length
[all …]
/dports/databases/db5/db-5.3.28/src/repmgr/
H A Drepmgr.msg62 BEGIN_MSG membership_key check_length
90 BEGIN_MSG gm_fwd check_length
101 BEGIN_MSG site_info check_length
/dports/databases/libmemcached/libmemcached-1.0.18/tests/libmemcached-1.0/
H A Dmem_functions.cc3350 int check_length= snprintf(key, sizeof(key), "%lu", (unsigned long)x); in noreply_test() local
3351 test_false((size_t)check_length >= sizeof(key) || check_length < 0); in noreply_test()
3353 size_t len= (size_t)check_length; in noreply_test()
3405 int check_length= snprintf(key, sizeof(key), "%lu", (unsigned long)x); in noreply_test() local
3407 test_false((size_t)check_length >= sizeof(key) || check_length < 0); in noreply_test()
3409 size_t len= (size_t)check_length; in noreply_test()
/dports/databases/mariadb103-client/mariadb-10.3.34/sql/
H A Dfield.cc10536 bool Column_definition::check_length(uint mysql_errno, uint limit) const in check_length() function in Column_definition
10548 return check_length(ER_TOO_BIG_DISPLAYWIDTH, MAX_FIELD_CHARLENGTH); in fix_attributes_int()
10573 return check_length(ER_TOO_BIG_DISPLAYWIDTH, MAX_FIELD_CHARLENGTH); in fix_attributes_real()
10609 return check_length(ER_TOO_BIG_DISPLAYWIDTH, MAX_BIT_FIELD_LENGTH); in fix_attributes_bit()
H A Dfield.h4546 bool check_length(uint mysql_errno, uint max_allowed_length) const;
H A Dsql_acl.cc1581 size_t check_length; in fix_lex_user() local
1587 check_length= SCRAMBLED_PASSWORD_CHAR_LENGTH; in fix_lex_user()
1590 check_length= SCRAMBLED_PASSWORD_CHAR_LENGTH_323; in fix_lex_user()
1596 check_length= SCRAMBLED_PASSWORD_CHAR_LENGTH_323; in fix_lex_user()
1598 check_length= SCRAMBLED_PASSWORD_CHAR_LENGTH; in fix_lex_user()
1607 if (user->pwhash.length && user->pwhash.length != check_length) in fix_lex_user()
1609 my_error(ER_PASSWD_LENGTH, MYF(0), (int) check_length); in fix_lex_user()
H A Dsql_type.cc1546 return def->check_length(ER_TOO_BIG_DISPLAYWIDTH, MAX_FIELD_BLOBLENGTH); in Column_definition_fix_attributes()
1552 return def->check_length(ER_TOO_BIG_FIELDLENGTH, MAX_FIELD_CHARLENGTH); in Column_definition_fix_attributes()
1559 return def->check_length(ER_TOO_BIG_DISPLAYWIDTH, MAX_FIELD_BLOBLENGTH); in Column_definition_fix_attributes()

12345678910>>...19