Home
last modified time | relevance | path

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

12345

/dports/devel/py-b2sdk/b2sdk-1.12.0/test/unit/sync/
H A Dtest_scan_policies.py28 'exclude_dir_regexes', InvalidArgument, marks=pytest.mark.apiver(from_ver=2)
31 'exclude_file_regexes', InvalidArgument, marks=pytest.mark.apiver(from_ver=2)
34 'include_file_regexes', InvalidArgument, marks=pytest.mark.apiver(from_ver=2)
36 pytest.param('exclude_dir_regexes', re.error, marks=pytest.mark.apiver(to_ver=1)),
37 pytest.param('exclude_file_regexes', re.error, marks=pytest.mark.apiver(to_ver=1)),
38 pytest.param('include_file_regexes', re.error, marks=pytest.mark.apiver(to_ver=1)),
55 'exclude_modified_before', InvalidArgument, marks=pytest.mark.apiver(from_ver=2)
58 'exclude_modified_after', InvalidArgument, marks=pytest.mark.apiver(from_ver=2)
60 pytest.param('exclude_modified_before', ValueError, marks=pytest.mark.apiver(to_ver=1)),
61 pytest.param('exclude_modified_after', ValueError, marks=pytest.mark.apiver(to_ver=1)),
H A Dtest_sync.py30 def setup(self, folder_factory, mocker, apiver): argument
35 self.apiver = apiver
38 if self.apiver in ['v0', 'v1']:
61 @pytest.mark.apiver(to_ver=0)
76 def test_illegal_args_up_to_v0(self, synchronizer_factory, apiver, args): argument
81 @pytest.mark.apiver(from_ver=1)
555 assert str(excinfo.value) == messages[apiver] % (src_type, dst_type)
700 def test_encryption_b2_to_local(self, synchronizer_factory, apiver): argument
730 if apiver in ['v0', 'v1']:
793 def test_encryption_b2_to_b2(self, synchronizer_factory, apiver): argument
[all …]
/dports/misc/p5-Geo-Coder-Google/Geo-Coder-Google-0.20/t/
H A D02_v3_unit.t10 my $geocoder = Geo::Coder::Google->new(apiver => 3, components => { country => 'GB' } );
15 my $geocoder = Geo::Coder::Google->new(apiver => 3, components => { route => 'route 55' });
20 …my $geocoder = Geo::Coder::Google->new(apiver => 3, components => { administrative_area => 'TX' })…
25 … my $geocoder = Geo::Coder::Google->new(apiver => 3, components => { locality => 'anylocality' });
30 my $geocoder = Geo::Coder::Google->new(apiver => 3, components => { postal_code => '123456' });
35 …my $geocoder = Geo::Coder::Google->new(apiver => 3, components => { invalid_filter => '123456' });
40 …my $geocoder = Geo::Coder::Google->new(apiver => 3, components => { postal_code => '123456', count…
H A D01_v3_live.t14 my $geocoder = Geo::Coder::Google->new(apiver => 3);
29 my $geocoder_es = Geo::Coder::Google->new(apiver => 3, gl => 'es');
32 my $geocoder_us = Geo::Coder::Google->new(apiver => 3);
42 my $geocoder = Geo::Coder::Google->new( apiver => 3, client => $client, key => $key );
49 my $geocoder = Geo::Coder::Google->new(apiver => 3);
55 my $geocoder_utf8 = Geo::Coder::Google->new(apiver => 3, oe => 'utf8');
62 my $geocoder = Geo::Coder::Google->new(apiver => 3);
73 my $geocoder = Geo::Coder::Google->new(apiver => 3, components => { country => 'ES'});
82 …my $geocoder = Geo::Coder::Google->new(apiver => 3, components => { country => 'US', administrativ…
/dports/misc/p5-Geo-Coder-Google/Geo-Coder-Google-0.20/lib/Geo/Coder/
H A DGoogle.pm9 my $apiver = delete $param{apiver} || 3;
10 my $class = 'Geo::Coder::Google::V' . $apiver;
/dports/games/d2x/d2x-0.2.5/unused/win95/
H A Dxtapi.c70 DWORD apiver; member
248 TapiDev.apiver = (DWORD)dev->apiver; in xtapi_lock()
276 TapiDev.apiver = 0; in xtapi_unlock()
315 TapiDev.apiver, 0, 0, in xtapi_device_dialout()
402 TapiDev.apiver, 0, 0, in xtapi_device_dialin()
820 DWORD apiver; in tapi_getdevcaps() local
830 &apiver, &extid); in tapi_getdevcaps()
842 apiver, 0, in tapi_getdevcaps()
918 DWORD apiver; in tapi_line_getaddrcaps() local
923 &apiver, &extid); in tapi_line_getaddrcaps()
[all …]
/dports/sysutils/pciutils/pciutils-3.7.0/maint/
H A Drelease10 my $apiver = "???";
13 /^#define PCI_LIB_VERSION 0x(.{6})$/ and $apiver = $1;
15 print "API version is $apiver ... <confirm> "; <STDIN>;
/dports/devel/libpci/pciutils-3.7.0/maint/
H A Drelease10 my $apiver = "???";
13 /^#define PCI_LIB_VERSION 0x(.{6})$/ and $apiver = $1;
15 print "API version is $apiver ... <confirm> "; <STDIN>;
/dports/lang/perl5.30/perl-5.30.3/
H A Dutil.h225 # define HS_KEY(setxsubfn, popmark, apiver, xsver) \ argument
227 sizeof("" apiver "")-1, sizeof("" xsver "")-1)
230 # define HS_KEY(setxsubfn, popmark, apiver, xsver) \ argument
232 sizeof("" apiver "")-1, sizeof("" xsver "")-1)
/dports/lang/perl5.32/perl-5.32.1/
H A Dutil.h224 # define HS_KEY(setxsubfn, popmark, apiver, xsver) \ argument
226 sizeof("" apiver "")-1, sizeof("" xsver "")-1)
229 # define HS_KEY(setxsubfn, popmark, apiver, xsver) \ argument
231 sizeof("" apiver "")-1, sizeof("" xsver "")-1)
/dports/lang/perl5.34/perl-5.34.0/
H A Dutil.h230 # define HS_KEY(setxsubfn, popmark, apiver, xsver) \ argument
232 sizeof("" apiver "")-1, sizeof("" xsver "")-1)
235 # define HS_KEY(setxsubfn, popmark, apiver, xsver) \ argument
237 sizeof("" apiver "")-1, sizeof("" xsver "")-1)
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dutil.h225 # define HS_KEY(setxsubfn, popmark, apiver, xsver) \ argument
227 sizeof("" apiver "")-1, sizeof("" xsver "")-1)
230 # define HS_KEY(setxsubfn, popmark, apiver, xsver) \ argument
232 sizeof("" apiver "")-1, sizeof("" xsver "")-1)
/dports/databases/redisjson/RedisJSON-2.0.6/cargo-crates/redis-module-0.25.0/src/
H A Dredismodule.c7 int Export_RedisModule_Init(RedisModuleCtx *ctx, const char *name, int ver, int apiver) { in Export_RedisModule_Init() argument
8 return RedisModule_Init(ctx, name, ver, apiver); in Export_RedisModule_Init()
/dports/devel/py-b2sdk/b2sdk-1.12.0/test/unit/api/
H A Dtest_api.py93 pytest.param(None, marks=pytest.mark.apiver(from_ver=1)),
125 marks=pytest.mark.apiver(to_ver=0)
307 @pytest.mark.apiver(from_ver=2)
317 @pytest.mark.apiver(to_ver=1)
337 @pytest.mark.apiver(to_ver=1)
349 @pytest.mark.apiver(to_ver=1)
368 @pytest.mark.apiver(from_ver=2)
416 @pytest.mark.apiver(to_ver=1)
447 @pytest.mark.apiver(from_ver=2)
/dports/devel/sdl20/SDL2-2.0.18/src/dynapi/
H A DSDL_dynapi.c180 initialize_jumptable(Uint32 apiver, void *table, Uint32 tablesize)
184 if (apiver != SDL_DYNAPI_VERSION) {
209 typedef Sint32 (SDLCALL *SDL_DYNAPI_ENTRYFN)(Uint32 apiver, void *table, Uint32 tablesize);
213 SDL_DYNAPI_entry(Uint32 apiver, void *table, Uint32 tablesize) in SDL_DYNAPI_entry() argument
215 return initialize_jumptable(apiver, table, tablesize); in SDL_DYNAPI_entry()
/dports/x11/controllermap/SDL2-2.0.18/src/dynapi/
H A DSDL_dynapi.c180 initialize_jumptable(Uint32 apiver, void *table, Uint32 tablesize)
184 if (apiver != SDL_DYNAPI_VERSION) {
209 typedef Sint32 (SDLCALL *SDL_DYNAPI_ENTRYFN)(Uint32 apiver, void *table, Uint32 tablesize);
213 SDL_DYNAPI_entry(Uint32 apiver, void *table, Uint32 tablesize) in SDL_DYNAPI_entry() argument
215 return initialize_jumptable(apiver, table, tablesize); in SDL_DYNAPI_entry()
/dports/devel/py-b2sdk/b2sdk-1.12.0/test/unit/account_info/
H A Dtest_account_info.py130 def test_clear(self, account_info_default_data, apiver): argument
151 if apiver in ['v0', 'v1']:
233 @pytest.mark.apiver(to_ver=1)
263 @pytest.mark.apiver(from_ver=2)
385 def test_uses_xdg_config_home(self, apiver): argument
394 if apiver in ['v0', 'v1']:
H A Dfixtures.py30 def account_info_default_data(account_info_default_data_schema_0, apiver): argument
31 if apiver in ['v0', 'v1']:
/dports/archivers/pear-PHP_Archive/PHP_Archive-0.14.0/Archive/
H A DManager.php130 $apiver = substr($manifest, 0, 2);
131 $apiver = bin2hex($apiver);
132 $this->_apiVersion = hexdec($apiver[0]) . '.' . hexdec($apiver[1]) .
133 '.' . hexdec($apiver[2]);
/dports/devel/py-b2sdk/b2sdk-1.12.0/test/unit/
H A Dtest_session.py39 marks=pytest.mark.apiver(from_ver=2)
54 marks=pytest.mark.apiver(to_ver=1)
/dports/devel/hgreviewboard/ccaughie-hgreviewboard-e461a0baf62d/
H A Dreviewboard.py514 def make_rbclient(url, username, password, proxy=None, apiver='', trace=False): argument
524 if not apiver:
528 apiver = '2.0'
530 apiver = '1.0'
532 if apiver == '2.0':
534 elif apiver == '1.0':
539 raise Exception("Unknown API version: %s" % apiver)
/dports/devel/py-b2sdk/b2sdk-1.12.0/test/unit/bucket/
H A Dtest_bucket.py241 @pytest.mark.apiver(to_ver=1)
246 @pytest.mark.apiver(to_ver=1)
271 @pytest.mark.apiver(to_ver=1)
292 @pytest.mark.apiver(to_ver=1)
297 @pytest.mark.apiver(to_ver=1)
306 @pytest.mark.apiver(to_ver=1)
455 @pytest.mark.apiver(to_ver=1)
614 @pytest.mark.apiver(to_ver=1)
621 @pytest.mark.apiver(to_ver=1)
628 @pytest.mark.apiver(to_ver=1)
[all …]
/dports/devel/pear-PEAR_PackageFileManager2/PEAR_PackageFileManager2-1.0.4/examples/
H A DeasyMigration.php59 $apiver = '2.2.0'; variable
104 $package->setAPIVersion($apiver);
/dports/devel/py-b2sdk/b2sdk-1.12.0/test/unit/v_all/
H A Dtest_api.py38 @pytest.mark.apiver(to_ver=1)
56 @pytest.mark.apiver(from_ver=2)
/dports/devel/py-b2sdk/b2sdk-1.12.0/test/unit/v0/
H A Dtest_sync.py690 pytest.param(NotADirectory, '.*', marks=pytest.mark.apiver(from_ver=2)),
691 pytest.param(Exception, 'is not a directory', marks=pytest.mark.apiver(to_ver=1)),
706 pytest.param(UnableToCreateDirectory, '.*', marks=pytest.mark.apiver(from_ver=2)),
708 Exception, 'unable to create directory', marks=pytest.mark.apiver(to_ver=1)
724 pytest.param(EmptyDirectory, '.*', marks=pytest.mark.apiver(from_ver=2)),
728 marks=pytest.mark.apiver(to_ver=1)
741 pytest.param(InvalidArgument, '.*', marks=pytest.mark.apiver(from_ver=2)),
743 CommandError, "'//' not allowed in path names", marks=pytest.mark.apiver(to_ver=1)

12345