Home
last modified time | relevance | path

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

/dports/databases/phpmyadmin/phpMyAdmin-4.9.7-all-languages/libraries/classes/Plugins/Transformations/Abs/
H A DSubstringTransformationsPlugin.php64 $baselength = mb_strlen($buffer);
65 if ($length != $baselength) {
70 if (($length + $options[0]) != $baselength) {
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/libraries/classes/Plugins/Transformations/Abs/
H A DSubstringTransformationsPlugin.php67 $baselength = mb_strlen((string) $buffer);
68 if ($length != $baselength) {
73 if ($length + $optionZero != $baselength) {
/dports/science/py-veusz/veusz-veusz-3.3.1/veusz/widgets/
H A Dvectorfield.py175 baselength = max(s.get('baselength').convert(painter), 1e-6)
196 dx = (data1st[:yw, :xw] * baselength).ravel()
197 dy = (data2nd[:yw, :xw] * baselength).ravel()
200 r = data1st[:yw, :xw].ravel() * baselength
232 arrowsizes = (arrowsize/baselength/2) * lengths
/dports/math/gap/gap-4.11.0/pkg/anupq-3.2.1/src/
H A Dpretty_filterfns.c1099 int baselength = 0; in word_factor() local
1107 while (baselength <= length) { in word_factor()
1115 if (count <= baselength) in word_factor()
1118 baselength++; in word_factor()
1119 if (baselength > length / 2 || length % baselength == 0) in word_factor()
1122 if (baselength > length / 2) { in word_factor()
1123 baselength = length; in word_factor()
1127 *ep = length / baselength; in word_factor()
1136 if (baselength == length) in word_factor()
/dports/ftp/wget/wget-1.21.2/src/
H A Durl.c2032 int baselength = end - base; in uri_merge() local
2033 merge = xmalloc (baselength + linklength + 1); in uri_merge()
2034 memcpy (merge, base, baselength); in uri_merge()
2035 memcpy (merge + baselength, link, linklength); in uri_merge()
2036 merge[baselength + linklength] = '\0'; in uri_merge()
2044 int baselength; in uri_merge() local
2048 baselength = end1 - base; in uri_merge()
2049 merge = xmalloc (baselength + linklength + 1); in uri_merge()
2050 memcpy (merge, base, baselength); in uri_merge()
2051 memcpy (merge + baselength, link, linklength); in uri_merge()
[all …]
/dports/security/crackpkcs12/crackpkcs12-0.2.11/src/
H A Dcrackpkcs12.c67 int baselength; member
322 wthread[i].baselength = strlen(base); in main()
485 for (i=wthread->id; i<wthread->baselength; i+=nthreads) { in work_brute()
498 for (i=0; i<wthread->baselength; i++) { in generate()
/dports/lang/rexx-regina/regina-rexx-3.9.3/
H A Dvariable.c2162 int baselength; in getvalue_compound() local
2174 baselength = ++stop; in getvalue_compound()
2188 tracecompound( TSD, name, baselength - 1, indexstr, 'C' ); in getvalue_compound()
2251 int baselength, rehash = 0; in getdirvalue_compound() local
2264 baselength = ++stop; in getdirvalue_compound()
2658 int baselength; in drop_var_compound() local
2668 baselength = ++stop; in drop_var_compound()
2745 int baselength; in drop_dirvar_compound() local
2754 baselength = ++stop; in drop_dirvar_compound()
2925 int baselength, rehash = 0; in upper_var_compound() local
[all …]
/dports/science/devisor/devisor2.1/devisor2/grid/backend/
H A DGridSelector.java361 double baselength = Math.sqrt (baseline_x*baseline_x + baseline_y*baseline_y); in rotateSelectBox() local
364 angle = Math.acos (scalarproduct / (baselength*veclength)); in rotateSelectBox()
/dports/www/moodle311/moodle/lib/filestorage/
H A Dzip_packer.php186 $baselength = strlen($file->get_filepath());
197 $path = substr($path, $baselength);
H A Dtgz_packer.php609 $baselength = strlen($file->get_filepath());
616 $path = substr($path, $baselength);
/dports/www/moodle310/moodle/lib/filestorage/
H A Dzip_packer.php186 $baselength = strlen($file->get_filepath());
197 $path = substr($path, $baselength);
H A Dtgz_packer.php609 $baselength = strlen($file->get_filepath());
616 $path = substr($path, $baselength);
/dports/www/moodle39/moodle/lib/filestorage/
H A Dzip_packer.php186 $baselength = strlen($file->get_filepath());
197 $path = substr($path, $baselength);
H A Dtgz_packer.php609 $baselength = strlen($file->get_filepath());
616 $path = substr($path, $baselength);
/dports/emulators/aranym/aranym-1.1.0/src/natfeat/
H A Dhostfs.cpp2331 size_t baselength = strlen(base); in xfs_getname() local
2332 if ( baselength && base[baselength-1] == DIRSEPARATOR[0] ) { in xfs_getname()
2333 baselength--; in xfs_getname()
2334 base[baselength] = '\0'; in xfs_getname()
2340 if ( dirlength < baselength || in xfs_getname()
2341 strncmp( dirPath, base, baselength ) ) { in xfs_getname()
2347 dirPath += baselength; in xfs_getname()
/dports/games/q2pro/q2pro/include/
H A Dr_shared.h86 int baselength; // length of the path without extension member
/dports/games/q2pro/q2pro/ref_shared/
H A Dr_images.c1164 uint32 hash, int baselength ) in R_LookupImage() argument
1175 if( !strncmp( image->name, name, baselength ) ) { in R_LookupImage()
/dports/devel/p5-Term-Clui/Term-Clui-1.76/py/
H A DTermClui.py2077 baselength = len(dir) + len(os.path.sep) -1
2080 f = ff[baselength:]
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Dexportly.cpp2081 int baselength = t->duration().ticks() / nrmNotes; in findTuplets() local
2083 tupletcount = nrmNotes * baselength - thislength; in findTuplets()
/dports/science/py-veusz/veusz-veusz-3.3.1/
H A DChangeLog605 * Fix error if vector baselength is zero
/dports/science/chemtool-devel/chemtool-1.7alpha15/
H A DChangeLog696 1.6a15 Updated rpm spec file. Added option to change the baselength of
/dports/science/chemtool/chemtool-1.6.14/
H A DChangeLog675 1.6a15 Updated rpm spec file. Added option to change the baselength of
/dports/multimedia/zart/gmic-2.8.1/src/
H A Dgmic.cpp258 unsigned int num = 0, fact = 1, baselength = _width; in get_copymark() local
264 baselength = pe + _width - ext; in get_copymark()
270 CImg<T> res(baselength + ndigits + 2); in get_copymark()
/dports/graphics/gmic/gmic-3.0.0/src/
H A Dgmic.cpp259 unsigned int num = 0, fact = 1, baselength = _width; in get_copymark() local
265 baselength = pe + _width - ext; in get_copymark()
271 CImg<T> res(baselength + ndigits + 2); in get_copymark()
/dports/graphics/gmic-qt/gmic-qt-v.2.9.8/gmic/src/
H A Dgmic.cpp259 unsigned int num = 0, fact = 1, baselength = _width; in get_copymark() local
265 baselength = pe + _width - ext; in get_copymark()
271 CImg<T> res(baselength + ndigits + 2); in get_copymark()