Home
last modified time | relevance | path

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

1234

/dports/security/p5-Authen-Captcha/Authen-Captcha-1.024/
H A DCaptcha.pm209 my $database_file = File::Spec->catfile($self->data_folder(),"codes.txt");
212 $self->_touch_file($database_file);
219 warn "Open File: $database_file\n" if($self->debug() >= 2);
221 open (DATA, "<$database_file") or die "Can't open File: $database_file\n";
224 warn "Close File: $database_file\n" if($self->debug() >= 2);
284 open(DATA,">$database_file") or die "Can't open File: $database_file\n";
370 $self->_touch_file($database_file);
375 open (DATA, "<$database_file") or die "Can't open File: $database_file\n";
396 warn "open File: $database_file\n" if($self->debug() >= 2);
397 open(DATA,">$database_file") or die "Can't open File: $database_file\n";
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/include/oasis-pkcs11/working/identifier_db/
H A Drelease.pl7 my $database_file="raw_ids.db";
21 open(my $database, "<", $database_file) or die "Can't open $database_file: $!";
50 open(my $database, ">", $database_file) or die "Can't write $database_file: $!";
H A Dapproved_proposal.pl7 my $database_file="raw_ids.db";
26 open(my $database, "<", $database_file) or die "Can't open $database_file: $!";
107 open(my $database, ">", $database_file) or die "Can't write $database_file: $!";
/dports/net/ns3/ns-allinone-3.35/ns-3.35/waf-tools/
H A Dclang_compilation_database.py44 database_file = ctx.bldnode.make_node('compile_commands.json')
45 Logs.info("Build commands will be stored in %s" % database_file.path_from(ctx.path))
47 root = json.load(database_file)
67 database_file.write(json.dumps(root, indent=2))
/dports/devel/talloc/talloc-2.3.1/third_party/waf/waflib/extras/
H A Dclang_compilation_database.py39 database_file = ctx.bldnode.make_node('compile_commands.json')
40 Logs.info('Build commands will be stored in %s', database_file.path_from(ctx.path))
42 root = json.load(database_file)
61 database_file.write(json.dumps(root, indent=2))
/dports/multimedia/mpv/mpv-0.34.1/waftools/
H A Dclang_compilation_database.py41 database_file = ctx.bldnode.make_node('compile_commands.json')
42 Logs.info('Build commands will be stored in %s', database_file.path_from(ctx.path))
44 root = json.load(database_file)
63 database_file.write(json.dumps(root, indent=2))
/dports/databases/tdb/tdb-1.4.3/third_party/waf/waflib/extras/
H A Dclang_compilation_database.py39 database_file = ctx.bldnode.make_node('compile_commands.json')
40 Logs.info('Build commands will be stored in %s', database_file.path_from(ctx.path))
42 root = json.load(database_file)
61 database_file.write(json.dumps(root, indent=2))
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sratom/waflib/extras/
H A Dclang_compilation_database.py39 database_file = ctx.bldnode.make_node('compile_commands.json')
40 Logs.info('Build commands will be stored in %s', database_file.path_from(ctx.path))
42 root = json.load(database_file)
61 database_file.write(json.dumps(root, indent=2))
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/suil/waflib/extras/
H A Dclang_compilation_database.py39 database_file = ctx.bldnode.make_node('compile_commands.json')
40 Logs.info('Build commands will be stored in %s', database_file.path_from(ctx.path))
42 root = json.load(database_file)
61 database_file.write(json.dumps(root, indent=2))
/dports/net/samba412/samba-4.12.15/third_party/waf/waflib/extras/
H A Dclang_compilation_database.py39 database_file = ctx.bldnode.make_node('compile_commands.json')
40 Logs.info('Build commands will be stored in %s', database_file.path_from(ctx.path))
42 root = json.load(database_file)
61 database_file.write(json.dumps(root, indent=2))
/dports/audio/lvtk/lvtk-2.0.0rc1-14-g1028f69/waflib/extras/
H A Dclang_compilation_database.py39 database_file = ctx.bldnode.make_node('compile_commands.json')
40 Logs.info('Build commands will be stored in %s', database_file.path_from(ctx.path))
42 root = json.load(database_file)
61 database_file.write(json.dumps(root, indent=2))
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/lilv/waflib/extras/
H A Dclang_compilation_database.py39 database_file = ctx.bldnode.make_node('compile_commands.json')
40 Logs.info('Build commands will be stored in %s', database_file.path_from(ctx.path))
42 root = json.load(database_file)
61 database_file.write(json.dumps(root, indent=2))
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/lv2/waflib/extras/
H A Dclang_compilation_database.py39 database_file = ctx.bldnode.make_node('compile_commands.json')
40 Logs.info('Build commands will be stored in %s', database_file.path_from(ctx.path))
42 root = json.load(database_file)
61 database_file.write(json.dumps(root, indent=2))
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/serd/waflib/extras/
H A Dclang_compilation_database.py39 database_file = ctx.bldnode.make_node('compile_commands.json')
40 Logs.info('Build commands will be stored in %s', database_file.path_from(ctx.path))
42 root = json.load(database_file)
61 database_file.write(json.dumps(root, indent=2))
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sord/waflib/extras/
H A Dclang_compilation_database.py39 database_file = ctx.bldnode.make_node('compile_commands.json')
40 Logs.info('Build commands will be stored in %s', database_file.path_from(ctx.path))
42 root = json.load(database_file)
61 database_file.write(json.dumps(root, indent=2))
/dports/math/mathics-django/Mathics-Django-2.2.0/mathics_django/
H A Dserver.py20 database_file = mathics_settings.DATABASES["default"]["NAME"]
22 if not os.path.exists(database_file):
23 print("warning: database file %s not found\n" % database_file)
28 print("Migrating database %s" % database_file)
/dports/devel/tevent/tevent-0.10.2/third_party/waf/waflib/extras/
H A Dclang_compilation_database.py39 database_file = ctx.bldnode.make_node('compile_commands.json')
40 Logs.info('Build commands will be stored in %s', database_file.path_from(ctx.path))
42 root = json.load(database_file)
61 database_file.write(json.dumps(root, indent=2))
/dports/devel/cquery/cquery-20180718/
H A Dclang_compilation_database.py37 database_file = ctx.bldnode.make_node('compile_commands.json')
38 Logs.info('Build commands will be stored in %s', database_file.path_from(ctx.path))
40 root = json.load(database_file)
59 database_file.write(json.dumps(root, indent=2))
/dports/databases/ldb15/ldb-1.5.6/third_party/waf/waflib/extras/
H A Dclang_compilation_database.py39 database_file = ctx.bldnode.make_node('compile_commands.json')
40 Logs.info('Build commands will be stored in %s', database_file.path_from(ctx.path))
42 root = json.load(database_file)
61 database_file.write(json.dumps(root, indent=2))
/dports/databases/ldb21/ldb-2.1.5/third_party/waf/waflib/extras/
H A Dclang_compilation_database.py39 database_file = ctx.bldnode.make_node('compile_commands.json')
40 Logs.info('Build commands will be stored in %s', database_file.path_from(ctx.path))
42 root = json.load(database_file)
61 database_file.write(json.dumps(root, indent=2))
/dports/databases/ldb20/ldb-2.0.10/third_party/waf/waflib/extras/
H A Dclang_compilation_database.py39 database_file = ctx.bldnode.make_node('compile_commands.json')
40 Logs.info('Build commands will be stored in %s', database_file.path_from(ctx.path))
42 root = json.load(database_file)
61 database_file.write(json.dumps(root, indent=2))
/dports/databases/ldb22/ldb-2.2.1/third_party/waf/waflib/extras/
H A Dclang_compilation_database.py39 database_file = ctx.bldnode.make_node('compile_commands.json')
40 Logs.info('Build commands will be stored in %s', database_file.path_from(ctx.path))
42 root = json.load(database_file)
61 database_file.write(json.dumps(root, indent=2))
/dports/audio/raul/raul-e87bb398f025912fb989a09f1450b838b251aea1/waflib/extras/
H A Dclang_compilation_database.py39 database_file = ctx.bldnode.make_node('compile_commands.json')
40 Logs.info('Build commands will be stored in %s', database_file.path_from(ctx.path))
42 root = json.load(database_file)
61 database_file.write(json.dumps(root, indent=2))
/dports/multimedia/mpv/waf-2.0.20/waflib/extras/
H A Dclang_compilation_database.py53 database_file = self.bldnode.make_node('compile_commands.json')
54 Logs.info('Build commands will be stored in %s', database_file.path_from(self.path))
56 root = database_file.read_json()
74 database_file.write_json(root)
/dports/audio/fomp-lv2/fomp-1.2.2/waflib/extras/
H A Dclang_compilation_database.py53 database_file = self.bldnode.make_node('compile_commands.json')
54 Logs.info('Build commands will be stored in %s', database_file.path_from(self.path))
56 root = database_file.read_json()
74 database_file.write_json(root)

1234