Home
last modified time | relevance | path

Searched refs:metaname (Results 1 – 25 of 106) sorted by relevance

12345

/dports/sysutils/fusefs-securefs/securefs-0.12.0/sources/
H A Dfile_table.cpp64 std::string first_level_dir, second_level_dir, filename, metaname; in open() local
74 std::string first_level_dir, second_level_dir, filename, metaname; in create() local
85 std::string first_level_dir, second_level_dir, filename, metaname; in unlink() local
88 m_root->remove_file_nothrow(metaname); in unlink()
118 std::string dir, filename, metaname; in open() local
119 calculate_paths(id, dir, filename, metaname); in open()
128 std::string dir, filename, metaname; in create() local
129 calculate_paths(id, dir, filename, metaname); in create()
138 std::string dir, filename, metaname; in unlink() local
139 calculate_paths(id, dir, filename, metaname); in unlink()
[all …]
/dports/graphics/p5-SVG-Metadata/SVG-Metadata-0.28/scripts/
H A Dsvg_validate116 my $metaname = shift || return 0;
118 if (-e $metaname) {
120 warn "Can't overwrite existing '$metaname': --noclobber option is set\n";
123 warn "Removing existing '$metaname'\n";
124 if (!unlink $metaname) {
125 warn "Could not remove existing '$metaname': $!\n";
131 if (! open METAFILE, ">$metaname") {
132 warn "Could not open meta file '$metaname' for writing: $!\n";
139 warn "Could not close meta file '$metaname': $!\n";
214 my $metaname = $fn.".txt";
[all …]
/dports/finance/ledger/ledger-3.2.1/contrib/non-profit-audit-reports/ooolib2/
H A D__init__.py202 def set_meta(self, metaname, value): argument
210 if metaname == 'title': self.meta_title = value
221 if metaname == 'keyword':
225 def get_meta_value(self, metaname): argument
230 if metaname == 'title': return self.meta_title
947 def set_meta(self, metaname, value): argument
949 self.meta.set_meta(metaname, value)
951 def get_meta_value(self, metaname): argument
953 return self.meta.get_meta_value(metaname)
1851 def set_meta(self, metaname, value): argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/site_compare/commands/
H A Dcompare2.py34 type="readfile", metaname="PATH", required=True)
37 type="readfile", metaname="PATH", required=True)
42 ["-b1v", "--browser1ver"], "Version of first browser", metaname="VERSION")
44 ["-b2v", "--browser2ver"], "Version of second browser", metaname="VERSION")
47 "directory to hold intermediate files)", metaname="NAME")
50 "directory to hold intermediate files)", metaname="NAME")
52 ["-o", "--outdir"], "Directory to store scrape files", metaname="DIR")
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/site_compare/commands/
H A Dcompare2.py34 type="readfile", metaname="PATH", required=True)
37 type="readfile", metaname="PATH", required=True)
42 ["-b1v", "--browser1ver"], "Version of first browser", metaname="VERSION")
44 ["-b2v", "--browser2ver"], "Version of second browser", metaname="VERSION")
47 "directory to hold intermediate files)", metaname="NAME")
50 "directory to hold intermediate files)", metaname="NAME")
52 ["-o", "--outdir"], "Directory to store scrape files", metaname="DIR")
/dports/editors/abiword/abiword-3.0.5/plugins/wml/xp/
H A Die_imp_WML.cpp336 if(!metaname || !content) in startElement()
339 if(!strcmp("title", metaname)) in startElement()
343 else if(!strcmp("author", metaname)) in startElement()
347 else if(!strcmp("subject", metaname)) in startElement()
351 else if(!strcmp("description", metaname)) in startElement()
355 else if(!strcmp("publisher", metaname)) in startElement()
363 else if(!strcmp("source", metaname)) in startElement()
367 else if(!strcmp("relation", metaname)) in startElement()
371 else if(!strcmp("coverage", metaname)) in startElement()
375 else if(!strcmp("rights", metaname)) in startElement()
[all …]
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/Search/
H A DIndexer.php192 $metaname = idx_cleanName($name);
193 $this->addIndexKey('metadata', '', $metaname);
194 $metaidx = $this->getIndex($metaname.'_i', '');
426 foreach ($keyidx as $metaname) {
659 $metaname = idx_cleanName($key);
665 $words = $this->getIndex($metaname.'_w', '');
720 $lines = $this->getIndex($metaname.'_i', '');
834 $metaname = idx_cleanName($key);
846 $lines = $this->getIndex($metaname.'_i', '');
881 $metaname = idx_cleanName($key);
[all …]
/dports/devel/p5-Acme-MetaSyntactic/Acme-MetaSyntactic-1.015/t/
H A D11namespace.t8 # check that metaname is not exported into Acme::MetaSyntactic::List
10 !exists $Acme::MetaSyntactic::List::{metaname},
11 "metaname not exported to AMS::List"
H A D15func.t11 my @names = metaname();
13 ok( exists $seen{$names[0]}, "metaname" );
17 [qw( metaname )],
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/notifications/actions/notifications/
H A Dsettings.php39 $metaname = 'collections_notifications_preferences_' . $method; variable
43 unset($user->$metaname);
47 $user->$metaname = array_unique($collections_by_method[$method]); variable
/dports/www/elgg/elgg-3.3.23/mod/notifications/actions/notifications/
H A Dsettings.php39 $metaname = 'collections_notifications_preferences_' . $method; variable
43 unset($user->$metaname);
47 $user->$metaname = array_unique($collections_by_method[$method]); variable
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/notifications/
H A Dstart.php177 $metaname = 'collections_notifications_preferences_' . $method;
178 $collections_preferences = $user->$metaname;
223 $metaname = 'collections_notifications_preferences_' . $method;
224 $collections_preferences = $user->$metaname;
/dports/www/elgg/elgg-3.3.23/mod/notifications/
H A Dstart.php177 $metaname = 'collections_notifications_preferences_' . $method;
178 $collections_preferences = $user->$metaname;
223 $metaname = 'collections_notifications_preferences_' . $method;
224 $collections_preferences = $user->$metaname;
/dports/news/inn/inn-2.6.4/frontends/
H A Dcnfsheadconf.in273 …my ($magic, $name, $path, $lena, $freea, $updatea, $cyclenuma, $metaname, $orderinmetaa, $currentb…
297 print " Meta $metaname, order: ";
331 print "Meta [$metaname] => ";
335 $metaname = sprintf("%0.17s\0", $in);
350 …16 a16 a8", $magic, $name, $path, $lena, $freea, $updatea, $cyclenuma, $metaname, $orderinmetaa, $…
/dports/news/inn-current/inn-2.7-20211226/frontends/
H A Dcnfsheadconf.in271 …my ($magic, $name, $path, $lena, $freea, $updatea, $cyclenuma, $metaname, $orderinmetaa, $currentb…
295 print " Meta $metaname, order: ";
329 print "Meta [$metaname] => ";
333 $metaname = sprintf("%0.17s\0", $in);
348 …16 a16 a8", $magic, $name, $path, $lena, $freea, $updatea, $cyclenuma, $metaname, $orderinmetaa, $…
/dports/sysutils/shlock/inn-2.6.4/frontends/
H A Dcnfsheadconf.in273 …my ($magic, $name, $path, $lena, $freea, $updatea, $cyclenuma, $metaname, $orderinmetaa, $currentb…
297 print " Meta $metaname, order: ";
331 print "Meta [$metaname] => ";
335 $metaname = sprintf("%0.17s\0", $in);
350 …16 a16 a8", $magic, $name, $path, $lena, $freea, $updatea, $cyclenuma, $metaname, $orderinmetaa, $…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/tools/site_compare/
H A Dcommand_line.py62 def __init__(self, names, helptext, type, metaname, argument
94 if metaname and type not in Command.Argument.TYPES_WITH_VALUES:
99 if not metaname and type in Command.Argument.TYPES_WITH_VALUES:
100 metaname = (
109 self.metaname = metaname
140 string += "="+self.metaname
142 string = self.metaname
152 return self.metaname
182 def AddArgument(self, names, helptext, type="string", metaname=None, argument
215 arg = Command.Argument(names, helptext, type, metaname,
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/site_compare/
H A Dcommand_line.py62 def __init__(self, names, helptext, type, metaname, argument
94 if metaname and type not in Command.Argument.TYPES_WITH_VALUES:
99 if not metaname and type in Command.Argument.TYPES_WITH_VALUES:
100 metaname = (
109 self.metaname = metaname
140 string += "="+self.metaname
142 string = self.metaname
152 return self.metaname
182 def AddArgument(self, names, helptext, type="string", metaname=None, argument
215 arg = Command.Argument(names, helptext, type, metaname,
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/datanode/fsdataset/impl/
H A DFsDatasetUtil.java97 final String metaname = metaFile.getName(); in parseGenerationStamp() local
98 final String gs = metaname.substring(blockFile.getName().length() + 1, in parseGenerationStamp()
99 metaname.length() - Block.METADATA_EXTENSION.length()); in parseGenerationStamp()
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/notifications/views/default/notifications/settings/
H A Dcollections.php45 $metaname = 'collections_notifications_preferences_' . $method; variable
46 $collection_ids = (array) $user->$metaname;
/dports/www/elgg/elgg-3.3.23/mod/notifications/views/default/notifications/settings/
H A Dcollections.php45 $metaname = 'collections_notifications_preferences_' . $method; variable
46 $collection_ids = (array) $user->$metaname;
/dports/devel/libserdes/libserdes-6.0.2/mklove/modules/
H A Dconfigure.base762 local metaname="mkl__$1__$2"
763 eval "$metaname=\"\$$metaname $3\""
772 local metaname="mkl__$1__$2"
773 if [[ ! -z ${!metaname} ]]; then
774 echo ${!metaname}
785 local metaname="mkl__$1__$2"
786 if [[ ! -z ${!metaname} ]]; then
/dports/science/py-ase/ase-3.22.0/ase/io/
H A Dbundlemanipulate.py151 metaname = os.path.join(name, 'metadata.json')
153 if not os.path.isfile(metaname):
158 "(no {})".format(name, metaname))
160 with open(metaname) as fd:
/dports/www/py-django-common-helpers/django-common-helpers-0.9.2/django_common/
H A Dclassmaker.py54 metaname = '_' + ''.join([m.__name__ for m in needed_metas])
55 meta = classmaker()(metaname, needed_metas, {})
/dports/news/inn/inn-2.6.4/storage/cnfs/
H A Dcnfs-private.h59 char metaname[CNFSNASIZ];/* Symbolic name of meta */ member
75 char metaname[CNFSNASIZ]; member

12345