Home
last modified time | relevance | path

Searched refs:PROFILE_VERSION (Results 1 – 12 of 12) sorted by relevance

/dports/games/openlierox/OpenLieroX/src/client/
H A DProfileSystem.cpp67 if(ver != PROFILE_VERSION) { in LoadProfiles()
68 …g tmp = "Could not load profiles: \""+itoa(ver)+"\" is not equal to \""+itoa(PROFILE_VERSION)+"\""; in LoadProfiles()
148 int ver = PROFILE_VERSION; in SaveProfiles()
195 int ver = PROFILE_VERSION; in ShutdownProfiles()
/dports/graphics/krita/krita-4.4.8/libs/ui/input/
H A Dkis_input_profile_manager.cpp46 #define PROFILE_VERSION 4 macro
222 if (entry.version != PROFILE_VERSION) { in loadProfiles()
310 config.group("General").writeEntry("version", PROFILE_VERSION); in saveProfiles()
/dports/net-mgmt/nfsen/nfsen-1.3.8/
H A Dinstall.pl429 $profileinfo{'version'} = $NfProfile::PROFILE_VERSION;
488 if ( $profileinfo{'version'} == $NfProfile::PROFILE_VERSION && $profileinfo{'tcreate'} == 0 ) {
499 next if $profileinfo{'version'} >= $NfProfile::PROFILE_VERSION;
502 $profileinfo{'version'} = $NfProfile::PROFILE_VERSION;
/dports/japanese/ne/ne/src/
H A Dprofile.c113 fprintf(fp,"%s\n", PROFILE_VERSION); in profile_write()
147 if (strcmp(buf,PROFILE_VERSION)!=0) in profile_read()
H A Ded.h77 #define PROFILE_VERSION "neprof02" macro
/dports/games/kobodeluxe/KoboDeluxe-0.5.1/
H A Dscore.h36 #define PROFILE_VERSION 1 macro
H A Dscore.cpp349 pf.write((unsigned int)PROFILE_VERSION); in save()
/dports/games/openlierox/OpenLieroX/include/
H A DProfileSystem.h26 #define PROFILE_VERSION 5 macro
/dports/emulators/qemu42/qemu-4.2.1/hw/bt/
H A Dsdp.c914 ATTRIBUTE(PROFILE_VERSION, UINT16(0x0100))
/dports/emulators/qemu-utils/qemu-4.2.1/hw/bt/
H A Dsdp.c914 ATTRIBUTE(PROFILE_VERSION, UINT16(0x0100))
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/hw/bt/
H A Dsdp.c915 ATTRIBUTE(PROFILE_VERSION, UINT16(0x0100))
/dports/net-mgmt/nfsen/nfsen-1.3.8/libexec/
H A DNfProfile.pm48 our $PROFILE_VERSION = 130; # version 1.3.0
1862 $profileinfo{'version'} = $PROFILE_VERSION;