Home
last modified time | relevance | path

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

12

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dplustek-pp_sysdep.h64 #ifndef VERSION_CODE
69 #if LINUX_VERSION_CODE < VERSION_CODE(2,0,0)
72 #if LINUX_VERSION_CODE < VERSION_CODE(2,1,0)
74 #elif LINUX_VERSION_CODE < VERSION_CODE(2,4,0)
76 #elif LINUX_VERSION_CODE < VERSION_CODE(2,6,0)
82 # if LINUX_VERSION_CODE > VERSION_CODE(2,6,35)
88 # if LINUX_VERSION_CODE > VERSION_CODE(3,0,0)
97 #if LINUX_VERSION_CODE < VERSION_CODE(2,1,18)
114 #if LINUX_VERSION_CODE < VERSION_CODE(2,1,31)
126 #if LINUX_VERSION_CODE > VERSION_CODE(2,1,22)
[all …]
/dports/net/proxy-suite/proxy-suite-1.9.2.4/ftp-proxy/
H A Dproc_ftp.c53 #if !defined(VERSION_CODE)
54 # define VERSION_CODE(v,r,s) (((v) << 16) + ((r) << 8) + (s)) macro
57 #if LINUX_VERSION_CODE >= VERSION_CODE(2,1,0)
79 #if LINUX_VERSION_CODE >= VERSION_CODE(2,1,0)
201 #if LINUX_VERSION_CODE >= VERSION_CODE(2,1,0)
209 #if LINUX_VERSION_CODE >= VERSION_CODE(2,1,0) in proc_ftp_read()
236 #if LINUX_VERSION_CODE >= VERSION_CODE(2,1,0)
253 #if LINUX_VERSION_CODE >= VERSION_CODE(2,1,0) in proc_ftp_write()
/dports/lang/ruby26/ruby-2.6.9/lib/
H A Duri.rb94 VERSION_CODE = '001000'.freeze constant
95 VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
/dports/net/freerdp/freerdp-2.5.0/client/Android/Studio/
H A Dbuild.gradle32 versionCode = properties.get('VERSION_CODE', 26)
40 println 'VERSION_CODE: ' + versionCode
/dports/multimedia/libxine/xine-lib-1.2.11/src/audio_out/
H A Daudio_fusionsound_out.c46 #define VERSION_CODE(M, m, r) (((M) * 1000) + ((m) * 100) + (r)) macro
47 #define FUSIONSOUND_VERSION_CODE VERSION_CODE( FUSIONSOUND_MAJOR_VERSION, \
51 #if FUSIONSOUND_VERSION_CODE >= VERSION_CODE(1,1,0)
148 #if FUSIONSOUND_VERSION_CODE >= VERSION_CODE(0,9,26) in ao_fusionsound_open()
285 #if FUSIONSOUND_VERSION_CODE >= VERSION_CODE(0,9,26) in ao_fusionsound_get_capabilities()
/dports/misc/e2fsprogs-libblkid/e2fsprogs-1.46.5/resize/
H A Donline.c47 #define VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
73 if (kvers < VERSION_CODE(3, 7, 0)) in online_resize_fs()
75 if (kvers < VERSION_CODE(3, 3, 0)) in online_resize_fs()
/dports/misc/e2fsprogs-libuuid/e2fsprogs-1.46.5/resize/
H A Donline.c47 #define VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c)) macro
73 if (kvers < VERSION_CODE(3, 7, 0)) in online_resize_fs()
75 if (kvers < VERSION_CODE(3, 3, 0)) in online_resize_fs()
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/resize/
H A Donline.c47 #define VERSION_CODE(a,b,c) (((a) << 16) + ((b) << 8) + (c))
73 if (kvers < VERSION_CODE(3, 7, 0))
75 if (kvers < VERSION_CODE(3, 3, 0))
/dports/games/gcompris-qt/gcompris-qt-2.0/platforms/macosx/
H A Dconfig.h16 #define VERSION_CODE 8000 macro
/dports/games/gcompris-qt/gcompris-qt-2.0/platforms/ios/
H A Dconfig.h16 #define VERSION_CODE 8000 macro
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/stumbler/java/org/mozilla/mozstumbler/service/stumblerthread/datahandling/
H A DDataStorageContract.java27 public static final int VERSION_CODE = 2; field in DataStorageContract.Stats
H A DPersistedStats.java91 …rty(DataStorageContract.Stats.KEY_VERSION, String.valueOf(DataStorageContract.Stats.VERSION_CODE)); in writeSyncStats()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/stumbler/java/org/mozilla/mozstumbler/service/stumblerthread/datahandling/
H A DDataStorageContract.java27 public static final int VERSION_CODE = 2; field in DataStorageContract.Stats
H A DPersistedStats.java91 …rty(DataStorageContract.Stats.KEY_VERSION, String.valueOf(DataStorageContract.Stats.VERSION_CODE)); in writeSyncStats()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/ci/templates/
H A DAndroid-Fastlane.gitlab-ci.yml56 - "export VERSION_CODE=$CI_PIPELINE_IID && echo $VERSION_CODE"
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/glean_parser/glean_parser/templates/
H A Dkotlin.buildinfo.jinja223 versionCode = BuildConfig.VERSION_CODE.toString(),
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/glean_parser/glean_parser/templates/
H A Dkotlin.buildinfo.jinja223 versionCode = BuildConfig.VERSION_CODE.toString(),
/dports/www/firefox/firefox-99.0/third_party/python/glean_parser/glean_parser/templates/
H A Dkotlin.buildinfo.jinja226 versionCode = BuildConfig.VERSION_CODE.toString(),
/dports/games/easyrpg-player/Player-0.7.0/builds/android/
H A Dgradle.properties6 VERSION_CODE=8073 key
/dports/games/gcompris-qt/gcompris-qt-2.0/src/core/
H A Dconfig.h.in17 #define VERSION_CODE @GCOMPRIS_VERSION_CODE@ macro
/dports/games/easyrpg-player/Player-0.7.0/builds/android/app/
H A Dbuild.gradle11 versionCode Integer.parseInt(VERSION_CODE)
/dports/audio/kid3-kf5/kid3-3.8.6/android/qt-android-cmake/
H A Dreadme.md104 ### VERSION_CODE subsection
108 …rom the VERSION property of the CMake target. If none is provided, the VERSION_CODE number is used.
114 VERSION_CODE 6
/dports/audio/kid3-qt5/kid3-3.8.6/android/qt-android-cmake/
H A Dreadme.md104 ### VERSION_CODE subsection
108 …rom the VERSION property of the CMake target. If none is provided, the VERSION_CODE number is used.
114 VERSION_CODE 6
/dports/multimedia/kodi/xbmc-19.3-Matrix/tools/buildsteps/windows/
H A DBuildSetup.bat22 VERSION_CODE ^
163 -e 's/@VERSION_CODE@/%VERSION_CODE%/g' ^
253 …ME%" /DTARGET_ARCHITECTURE="%TARGET_ARCHITECTURE%" /DVERSION_NUMBER="%VERSION_CODE%.0" /DCOMPANY_N…
/dports/games/minetest/minetest-5.4.1/build/android/app/src/main/java/net/minetest/minetest/
H A DMainActivity.java53 private final static int versionCode = BuildConfig.VERSION_CODE;

12