Home
last modified time | relevance | path

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

12345678910>>...12

/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlimport.cpp221 int vmaj, int vmin,
257 int vmaj, int vmin,
664 if (((vmaj == -1) || (sit->majorVersion == vmaj)) && in getVersionedScripts()
1194 if ((vmaj >= 0 && vmin >= 0) in importExtension()
1417 cache->versionMajor = vmaj; in locateLocalQmldir()
1432 cache->versionMajor = vmaj; in locateLocalQmldir()
1464 if (cit->majorVersion == vmaj) { in validateQmldirVersion()
1488 if (sit->majorVersion == vmaj) { in validateQmldirVersion()
1537 import->majversion = vmaj; in addImportToNamespace()
1580 if ((vmaj < 0) || (vmin < 0) || !QQmlMetaType::isModule(uri, vmaj, vmin)) { in addLibraryImport()
[all …]
H A Dqqmlimport_p.h95 …static QQmlDirScripts getVersionedScripts(const QQmlDirScripts &qmldirscripts, int vmaj, int vmin);
164 … const QString& uri, const QString& prefix, int vmaj, int vmin, bool incomplete,
168 const QString &uri, const QString &prefix, int vmaj, int vmin,
182 QQmlImportDatabase *, const QString &uri, int vmaj, int vmin,
206 …ringList completeQmldirPaths(const QString &uri, const QStringList &basePaths, int vmaj, int vmin);
207 static QString versionString(int vmaj, int vmin, ImportVersion version);
230 …String &filePath, const QString &uri, const QString &importNamespace, int vmaj, QList<QQmlError> *…
253 const QString &typeNamespace, int vmaj, QList<QQmlError> *errors);
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/qml/qml/
H A Dqqmlimport.cpp221 int vmaj, int vmin,
257 int vmaj, int vmin,
664 if (((vmaj == -1) || (sit->majorVersion == vmaj)) && in getVersionedScripts()
1194 if ((vmaj >= 0 && vmin >= 0) in importExtension()
1417 cache->versionMajor = vmaj; in locateLocalQmldir()
1432 cache->versionMajor = vmaj; in locateLocalQmldir()
1464 if (cit->majorVersion == vmaj) { in validateQmldirVersion()
1488 if (sit->majorVersion == vmaj) { in validateQmldirVersion()
1537 import->majversion = vmaj; in addImportToNamespace()
1580 if ((vmaj < 0) || (vmin < 0) || !QQmlMetaType::isModule(uri, vmaj, vmin)) { in addLibraryImport()
[all …]
H A Dqqmlimport_p.h95 …static QQmlDirScripts getVersionedScripts(const QQmlDirScripts &qmldirscripts, int vmaj, int vmin);
164 … const QString& uri, const QString& prefix, int vmaj, int vmin, bool incomplete,
168 const QString &uri, const QString &prefix, int vmaj, int vmin,
182 QQmlImportDatabase *, const QString &uri, int vmaj, int vmin,
206 …ringList completeQmldirPaths(const QString &uri, const QStringList &basePaths, int vmaj, int vmin);
207 static QString versionString(int vmaj, int vmin, ImportVersion version);
230 …String &filePath, const QString &uri, const QString &importNamespace, int vmaj, QList<QQmlError> *…
253 const QString &typeNamespace, int vmaj, QList<QQmlError> *errors);
/dports/converters/wkhtmltopdf/qt-5db36ec/src/declarative/qml/
H A Dqdeclarativeimport.cpp274 int *vmaj, int *vmin) const in resolveType() argument
284 int vmaj = majversions.at(i); in find_helper() local
291 QDeclarativeType *t = QDeclarativeMetaType::qmlType(qt,vmaj,vmin); in find_helper()
293 if (vmajor) *vmajor = vmaj; in find_helper()
310 …if ((vmaj == -1) || (c.majorVersion < vmaj || (c.majorVersion == vmaj && vmin >= c.minorVersion)))… in find_helper()
471 if (vmaj >= 0 && vmin >= 0) { in add()
490 if (vmaj >= 0 && vmin >= 0) { in add()
604 if (lowest_maj > vmaj || (lowest_maj == vmaj && lowest_min > vmin) in add()
605 || highest_maj < vmaj || (highest_maj == vmaj && highest_min < vmin)) in add()
615 s->majversions.append(vmaj); in add()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/macintosh/ams/
H A Dams-i2c.c161 int vmaj, vmin; in ams_i2c_probe() local
187 vmaj = ams_i2c_read(AMS_DATA1); in ams_i2c_probe()
189 if (vmaj != 1 || vmin != 52) { in ams_i2c_probe()
191 vmaj, vmin); in ams_i2c_probe()
197 vmaj = ams_i2c_read(AMS_DATA1); in ams_i2c_probe()
199 if (vmaj != 0 || vmin != 1) { in ams_i2c_probe()
201 vmaj, vmin); in ams_i2c_probe()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/macintosh/ams/
H A Dams-i2c.c161 int vmaj, vmin; in ams_i2c_probe() local
187 vmaj = ams_i2c_read(AMS_DATA1); in ams_i2c_probe()
189 if (vmaj != 1 || vmin != 52) { in ams_i2c_probe()
191 vmaj, vmin); in ams_i2c_probe()
197 vmaj = ams_i2c_read(AMS_DATA1); in ams_i2c_probe()
199 if (vmaj != 0 || vmin != 1) { in ams_i2c_probe()
201 vmaj, vmin); in ams_i2c_probe()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/macintosh/ams/
H A Dams-i2c.c161 int vmaj, vmin; in ams_i2c_probe() local
187 vmaj = ams_i2c_read(AMS_DATA1); in ams_i2c_probe()
189 if (vmaj != 1 || vmin != 52) { in ams_i2c_probe()
191 vmaj, vmin); in ams_i2c_probe()
197 vmaj = ams_i2c_read(AMS_DATA1); in ams_i2c_probe()
199 if (vmaj != 0 || vmin != 1) { in ams_i2c_probe()
201 vmaj, vmin); in ams_i2c_probe()
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgPlugins/txp/
H A Dtrpage_header.cpp91 void trpgHeader::SetVersion(int32 vmaj,int32 vmin) in SetVersion() argument
94 verMajor = vmaj; in SetVersion()
96 void trpgHeader::SetDbVersion(int32 vmaj,int32 vmin) in SetDbVersion() argument
99 dbVerMajor = vmaj; in SetDbVersion()
227 bool trpgHeader::GetVersion(int32 &vmaj,int32 &vmin) const in GetVersion() argument
231 vmaj = verMajor; in GetVersion()
234 bool trpgHeader::GetDbVersion(int32 &vmaj,int32 &vmin) const in GetDbVersion() argument
237 vmaj = dbVerMajor; in GetDbVersion()
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgPlugins/txp/
H A Dtrpage_header.cpp91 void trpgHeader::SetVersion(int32 vmaj,int32 vmin) in SetVersion() argument
94 verMajor = vmaj; in SetVersion()
96 void trpgHeader::SetDbVersion(int32 vmaj,int32 vmin) in SetDbVersion() argument
99 dbVerMajor = vmaj; in SetDbVersion()
227 bool trpgHeader::GetVersion(int32 &vmaj,int32 &vmin) const in GetVersion() argument
231 vmaj = verMajor; in GetVersion()
234 bool trpgHeader::GetDbVersion(int32 &vmaj,int32 &vmin) const in GetDbVersion() argument
237 vmaj = dbVerMajor; in GetDbVersion()
/dports/devel/efl/efl-1.25.1/src/lib/ecore_x/
H A Decore_x_vsync.c629 int vmaj = 0, vmin = 0; in _drm_init() local
644 if (sscanf(buf, "%i.%i.%*s", &vmaj, &vmin) == 2) in _drm_init()
646 if (vmaj >= 3) ok = EINA_TRUE; in _drm_init()
727 if (((vmaj >= 3) && (vmin >= 14)) || (vmaj >= 4)) in _drm_init()
743 ((vmaj > whitelist[i].kernel_ver_min_maj) || in _drm_init()
744 ((vmaj == whitelist[i].kernel_ver_min_maj) && in _drm_init()
764 if (((vmaj >= 3) && (vmin >= 14)) || (vmaj >= 4)) in _drm_init()
780 ((vmaj > whitelist[i].kernel_ver_min_maj) || in _drm_init()
781 ((vmaj == whitelist[i].kernel_ver_min_maj) && in _drm_init()
/dports/mail/s-nail/s-nail-14.9.23/mk/
H A Dmake-version.sh46 vmaj="`echo \"${VERSION}\" | ${sed} -e 's/^\([^.]\{1,\}\).*/\1/'`"
59 printf >> ./version.tmp "#define mx_VERSION_MAJOR \"${vmaj}\"\n"
63 "${vmaj}" "${vmin}" "${vupd}"
/dports/graphics/klatexformula/klatexformula-4.0.0/src/
H A Dklfmain.cpp314 qint16 vmaj, vmin; in klfDataStreamReadHeader() local
315 stream >> vmaj >> vmin; in klfDataStreamReadHeader()
321 klfDbg("read app compat version = "<<vmaj<<"."<<vmin) ; in klfDataStreamReadHeader()
323 QString compatKLFVersion = QString("%1.%2").arg(vmaj).arg(vmin); in klfDataStreamReadHeader()
325 if (vmaj > klfVersionMaj() || (vmaj == klfVersionMaj() && vmin > klfVersionMin())) { in klfDataStreamReadHeader()
332 if (vmaj <= 2) { // 2.x: version # not saved into stream, use Qt_3_3 in klfDataStreamReadHeader()
/dports/audio/xmcd/xmcd-3.3.2/xmcd_d/
H A Dmain.c190 vmaj,
241 vmaj = (ver & 0xff00) >> 8;
244 if (vmaj != atoi(VERSION_MAJ) || vmin != atoi(VERSION_MIN)) {
249 PROGNAME, vmaj, vmin, path,
259 vmaj = atoi(VERSION_MAJ);
275 if (sscanf(buf, "XMcd.version: %u.%u", &vmaj, &vmin) == 2)
281 ver = ((vmaj << 8) | vmin);
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/
H A Dkate.cpp54 header.vmaj = bc.get_bits(8); in parse_identification_header()
59 if (header.vmaj > supported_version) in parse_identification_header()
60 …er_parsing_x(fmt::format(Y("Wrong Kate version: {0}.{1} > {2}.x"), header.vmaj, header.vmin, suppo… in parse_identification_header()
H A Dtheora.cpp38 header.vmaj = bc.get_bits(8); in parse_identification_header()
42 if ((3 != header.vmaj) || (2 != header.vmin)) in parse_identification_header()
43 …ing_x(fmt::format(Y("Wrong Theora version: {0}.{1}.{2} != 3.2.x"), header.vmaj, header.vmin, heade… in parse_identification_header()
/dports/databases/pgpool-II-36/pgpool-II-3.6.28/src/parser/
H A Dparser.c232 int vmaj, in parse_version() local
236 cnt = sscanf(versionString, "%d.%d.%d", &vmaj, &vmin, &vrev); in parse_version()
244 return (100 * vmaj + vmin) * 100 + vrev; in parse_version()
/dports/mail/alpine/alpine-465e23b/web/cgi/session/
H A Dsetauth.tcl59 …gexp {[Hh][Tt][Tt][PP]/([0-9]+)\.([0-9]+)} $env(SERVER_PROTOCOL) m vmaj vmin] && $vmaj >= 1 && $vm…
/dports/editors/pico-alpine/alpine-465e23b/web/cgi/session/
H A Dsetauth.tcl59 …gexp {[Hh][Tt][Tt][PP]/([0-9]+)\.([0-9]+)} $env(SERVER_PROTOCOL) m vmaj vmin] && $vmaj >= 1 && $vm…
/dports/databases/pgpool-II-37/pgpool-II-3.7.22/src/parser/
H A Dparser.c247 int vmaj, in parse_version() local
251 cnt = sscanf(versionString, "%d.%d.%d", &vmaj, &vmin, &vrev); in parse_version()
259 return (100 * vmaj + vmin) * 100 + vrev; in parse_version()
/dports/databases/pgpool-II-40/pgpool-II-4.0.17/src/parser/
H A Dparser.c272 int vmaj, in parse_version() local
276 cnt = sscanf(versionString, "%d.%d.%d", &vmaj, &vmin, &vrev); in parse_version()
284 return (100 * vmaj + vmin) * 100 + vrev; in parse_version()
/dports/audio/py-mutagen/mutagen-1.42.0/mutagen/
H A Doggtheora.py59 vmaj, vmin = struct.unpack("2B", data[7:9])
60 if (vmaj, vmin) != (3, 2):
62 "found Theora version %d.%d != 3.2" % (vmaj, vmin))
/dports/databases/pgpool-II-41/pgpool-II-4.1.10/src/parser/
H A Dparser.c343 int vmaj, in parse_version() local
347 cnt = sscanf(versionString, "%d.%d.%d", &vmaj, &vmin, &vrev); in parse_version()
355 return (100 * vmaj + vmin) * 100 + vrev; in parse_version()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bseg/sdet/
H A Dsdet_region.cxx112 vgl_vector_2d<float> vmaj(major_dir[0], major_dir[1]), vmin(-major_dir[1], major_dir[0]); in compute_obox() local
113 vgl_point_2d<float> majp1(center-vmaj), majp2(center+vmaj); in compute_obox()
/dports/mail/bogofilter/bogofilter-1.2.5/src/
H A Ddatastore_sqlite.c259 unsigned int vmaj, vmin, vpl; /* actual version of sqlite3 library */ in check_sqlite_version() local
267 sscanf(v, "%u.%u.%u", &vmaj, &vmin, &vpl); in check_sqlite_version()
268 if (vmaj > wmaj) return; in check_sqlite_version()
269 if (vmaj == wmaj && vmin > wmin) return; in check_sqlite_version()
270 if (vmaj == wmaj && vmin == wmin && vpl >= wpl) return; in check_sqlite_version()

12345678910>>...12