Home
last modified time | relevance | path

Searched refs:attrname (Results 1 – 25 of 4085) sorted by relevance

12345678910>>...164

/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dvfs_xattr.c149 error = copyinstr(SCARG(uap, attrname), attrname, in sys_extattrctl()
181 SCARG(uap, attrname) != NULL ? attrname : NULL); in sys_extattrctl()
423 error = copyinstr(SCARG(uap, attrname), attrname, sizeof(attrname), in sys_extattr_set_fd()
454 error = copyinstr(SCARG(uap, attrname), attrname, sizeof(attrname), in sys_extattr_set_file()
485 error = copyinstr(SCARG(uap, attrname), attrname, sizeof(attrname), in sys_extattr_set_link()
517 error = copyinstr(SCARG(uap, attrname), attrname, sizeof(attrname), in sys_extattr_get_fd()
548 error = copyinstr(SCARG(uap, attrname), attrname, sizeof(attrname), in sys_extattr_get_file()
579 error = copyinstr(SCARG(uap, attrname), attrname, sizeof(attrname), in sys_extattr_get_link()
609 error = copyinstr(SCARG(uap, attrname), attrname, sizeof(attrname), in sys_extattr_delete_fd()
637 error = copyinstr(SCARG(uap, attrname), attrname, sizeof(attrname), in sys_extattr_delete_file()
[all …]
/dports/multimedia/pitivi/pitivi-0.999/pitivi/
H A Dsettings.py96 def __init__(self, attrname): argument
97 self.attrname = "_" + attrname
101 def signalName(attrname): argument
102 return attrname + "Changed"
234 yield section, attrname, typ, key, environment, getattr(self, attrname)
236 def isDefault(self, attrname): argument
237 return getattr(self, attrname) == self.defaults[attrname]
239 def setDefault(self, attrname): argument
241 setattr(self, attrname, self.defaults[attrname])
273 if hasattr(cls, attrname):
[all …]
/dports/devel/p5-File-ExtAttr/File-ExtAttr-1.09/
H A Dportable.h16 const char *attrname, in portable_setxattr() argument
22 return macosx_setxattr(path, attrname, attrvalue, slen, flags); in portable_setxattr()
24 return bsd_setxattr(path, attrname, attrvalue, slen, flags); in portable_setxattr()
28 return linux_setxattr(path, attrname, attrvalue, slen, flags); in portable_setxattr()
34 const char *attrname, in portable_fsetxattr() argument
42 return bsd_fsetxattr(fd, attrname, attrvalue, slen, flags); in portable_fsetxattr()
52 const char *attrname, in portable_getxattr() argument
70 const char *attrname, in portable_fgetxattr() argument
78 return bsd_fgetxattr(fd, attrname, attrvalue, slen, flags); in portable_fgetxattr()
94 return portable_getxattr(path, attrname, NULL, 0, flags); in portable_lenxattr()
[all …]
H A DExtAttr.xs19 _setfattr (path, attrname, attrvalueSV, flags = 0)
21 const char *attrname
43 const char *attrname
63 _getfattr(path, attrname, flags = 0)
65 const char *attrname
105 _fgetfattr(fd, attrname, flags = 0)
107 const char *attrname
147 _delfattr (path, attrname, flags = 0)
149 const char *attrname
165 _fdelfattr (fd, attrname, flags = 0)
[all …]
/dports/science/hdf/hdf-4.2.15/hdf/src/
H A Dvattrf.c59 char *attrname; in nvsfcsat() local
67 HDfree(attrname); in nvsfcsat()
82 char *attrname; in nvsfcsca() local
90 HDfree(attrname); in nvsfcsca()
136 char *attrname; in nvsfcfda() local
144 HDfree(attrname); in nvsfcfda()
242 char *attrname; in nvfcsatt() local
248 HDfree(attrname); in nvfcsatt()
263 char *attrname; in nvfcscat() local
269 HDfree(attrname); in nvfcscat()
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/core/tpl/
H A Dadmin_extrafields_edit.tpl.php145 <input type="hidden" name="attrname" value="<?php echo $attrname; ?>">
155 $label = $extrafields->attributes[$elementtype]['label'][$attrname];
156 $type = $extrafields->attributes[$elementtype]['type'][$attrname];
157 $size = $extrafields->attributes[$elementtype]['size'][$attrname];
159 $default = $extrafields->attributes[$elementtype]['default'][$attrname];
160 $unique = $extrafields->attributes[$elementtype]['unique'][$attrname];
162 $pos = $extrafields->attributes[$elementtype]['pos'][$attrname];
164 $param = $extrafields->attributes[$elementtype]['param'][$attrname];
165 $perms = $extrafields->attributes[$elementtype]['perms'][$attrname];
167 $list = $extrafields->attributes[$elementtype]['list'][$attrname];
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/core/tpl/
H A Dadmin_extrafields_edit.tpl.php142 <input type="hidden" name="attrname" value="<?php echo $attrname; ?>">
152 $label = $extrafields->attributes[$elementtype]['label'][$attrname];
153 $type = $extrafields->attributes[$elementtype]['type'][$attrname];
154 $size = $extrafields->attributes[$elementtype]['size'][$attrname];
156 $default = $extrafields->attributes[$elementtype]['default'][$attrname];
157 $unique = $extrafields->attributes[$elementtype]['unique'][$attrname];
159 $pos = $extrafields->attributes[$elementtype]['pos'][$attrname];
161 $param = $extrafields->attributes[$elementtype]['param'][$attrname];
162 $perms = $extrafields->attributes[$elementtype]['perms'][$attrname];
164 $list = $extrafields->attributes[$elementtype]['list'][$attrname];
[all …]
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/sql/
H A Dtraversals.py440 attrname,
448 attrname,
463 attrname,
479 attrname,
505 attrname,
518 attrname,
536 attrname,
575 attrname,
595 attrname,
614 attrname,
[all …]
/dports/net/samba412/samba-4.12.15/python/samba/
H A Ddbchecker.py483 m[attrname] = ldb.MessageElement('', ldb.FLAG_MOD_DELETE, attrname)
549 m[attrname] = ldb.MessageElement(values, ldb.FLAG_MOD_REPLACE, attrname)
1307 obj[attrname] = ldb.MessageElement(vals, 0, attrname)
2327 if attrname == 'dn' or attrname == "distinguishedName":
2337 (len(obj[attrname]), attrname, str(obj.dn)))
2346 (len(obj[attrname]), attrname, str(obj.dn)))
2431 self.err_short_userParameters(obj, attrname, obj[attrname])
2445attrname][0][1] != b'\x00'[0] and obj[attrname][0][3] != b'\x00'[0] and obj[attrname][0][5] != b'\…
2448 self.err_utf8_userParameters(obj, attrname, obj[attrname])
2457attrname][0][1] == b'\x00'[0] and obj[attrname][0][2] == b'\x00'[0] and obj[attrname][0][3] == b'\…
[all …]
/dports/devel/brz/breezy-3.2.0/breezy/
H A Ddecorators.py86 attrname = attrname_or_fn
87 return _CachedPropertyForAttr(attrname)
90 attrname = '_%s_cached_value' % fn.__name__
91 return _CachedProperty(attrname, fn)
96 def __init__(self, attrname): argument
97 self.attrname = attrname
100 return _CachedProperty(self.attrname, fn)
105 def __init__(self, attrname, fn): argument
107 self.attrname = attrname
113 cachedresult = getattr(inst, self.attrname, self.marker)
[all …]
/dports/benchmarks/stress-ng/stress-ng-0.13.09/
H A Dstress-xattr.c94 char attrname[32]; in stress_xattr() local
103 (void)snprintf(attrname, sizeof(attrname), "user.var_%d", i); in stress_xattr()
126 (void)snprintf(attrname, sizeof(attrname), "user.var_%d", MAX_XATTRS); in stress_xattr()
238 ret = shim_setxattr(filename, attrname, large_tmp, in stress_xattr()
253 (void)snprintf(attrname, sizeof(attrname), "user.var_%d", 0); in stress_xattr()
287 (void)snprintf(attrname, sizeof(attrname), "user.var_%d", j); in stress_xattr()
327 (void)snprintf(attrname, sizeof(attrname), "user.var_%d", j); in stress_xattr()
439 (void)snprintf(attrname, sizeof(attrname), "user.var_%d", j); in stress_xattr()
443 ret = shim_fremovexattr(fd, attrname); in stress_xattr()
448 ret = shim_lremovexattr(filename, attrname); in stress_xattr()
[all …]
/dports/games/redeclipse16/base-1.6.0/src/game/
H A Dentities.cpp58attrname = "fire-plume"; break; case 1: attrname = "length"; break; case 2: attrname = "height"; b…
62attrname = "tape"; break; case 1: attrname = "dir"; break; case 2: attrname = "length"; break; cas…
66attrname = "fire"; break; case 1: attrname = "dir"; break; case 2: attrname = "length"; break; cas…
67attrname = "smoke"; break; case 1: attrname = "dir"; break; case 2: attrname = "length"; break; ca…
68attrname = "water"; break; case 1: attrname = "dir"; break; case 2: attrname = "length"; break; ca…
69attrname = "plasma"; break; case 1: attrname = "dir"; break; case 2: attrname = "length"; break; c…
70attrname = "snow"; break; case 1: attrname = "dir"; break; case 2: attrname = "length"; break; cas…
71attrname = "sparks"; break; case 1: attrname = "dir"; break; case 2: attrname = "length"; break; c…
72attrname = "flames"; break; case 1: attrname = "radius"; break; case 2: attrname = "height"; break…
73attrname = "smoke-plume"; break; case 1: attrname = "radius"; break; case 2: attrname = "height"; …
[all …]
/dports/biology/hhsuite/hh-suite-3.3.0/scripts/hhpred/lib/
H A Dconfig.pm100 foreach my $attrname ( $self->_standard_keys() ) {
101 my ($argname) = ($attrname =~ /^_(.*)/);
104 $self->{$attrname} = $argsInFile{$argname};
106 $self->{$attrname} = $caller->{$attrname};
108 $self->{$attrname} = $self->_default_for($attrname)
130 foreach my $attrname ( $self->_standard_keys() ) {
131 my ($argname) = ($attrname =~ /^_(.*)/);
134 $self->{$attrname} = $argsInFile{$argname};
163 $maxKeyLen = length($attrname) if (length($attrname) > $maxKeyLen);
164 $maxValLen = length($self->{$attrname}) if (length($self->{$attrname}) > $maxValLen);
[all …]
/dports/multimedia/vlc/vlc-3.0.16/modules/demux/playlist/
H A Dqtl.c141 const char *attrname, *value; in ReadDir() local
144 if( !strcmp( attrname, "autoplay" ) ) in ReadDir()
161 else if( !strcmp( attrname, "href" ) ) in ReadDir()
166 else if( !strcmp( attrname, "kioskmode" ) ) in ReadDir()
168 else if( !strcmp( attrname, "loop" ) ) in ReadDir()
177 else if( !strcmp( attrname, "movieid" ) ) in ReadDir()
186 else if( !strcmp( attrname, "qtnext" ) ) in ReadDir()
193 else if( !strcmp( attrname, "src" ) ) in ReadDir()
198 else if( !strcmp( attrname, "mimetype" ) ) in ReadDir()
203 else if( !strcmp( attrname, "volume" ) ) in ReadDir()
[all …]
/dports/biology/py-bx-python/bx-python-0.8.13/lib/bx/cookbook/
H A Dattribute.py63 def mangle(classname, attrname): argument
110 def _property(attrname, default): argument
111 propname, attrname = attrname, mangle(classname, attrname)
117 value = getattr(self, attrname)
119 setattr(self, attrname, default)
123 setattr(self, attrname, value)
127 delattr(self, attrname)
134 for attrname, default in kwds.items():
135 classdict[attrname] = _property(attrname, default)
/dports/print/ghostscript9-agpl-x11/ghostscript-9.52/cups/libs/cups/
H A Dipp-support.c1780 if (!strcmp(attrname, "document-state") && in ippEnumString()
1785 else if (!strcmp(attrname, "finishings") || in ippEnumString()
1786 !strcmp(attrname, "finishings-actual") || in ippEnumString()
1788 !strcmp(attrname, "finishings-ready") || in ippEnumString()
1790 !strcmp(attrname, "job-finishings") || in ippEnumString()
1809 else if (!strcmp(attrname, "job-state") && in ippEnumString()
1867 if (!strcmp(attrname, "document-state")) in ippEnumValue()
1872 else if (!strcmp(attrname, "finishings") || in ippEnumValue()
1873 !strcmp(attrname, "finishings-actual") || in ippEnumValue()
1875 !strcmp(attrname, "finishings-ready") || in ippEnumValue()
[all …]
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DFunction3dHandler.cpp49 if ( attrname == "name" ) in startElement()
61 if ( attrname == "a" ) in startElement()
66 else if ( attrname == "b" ) in startElement()
71 else if ( attrname == "c" ) in startElement()
84 if ( attrname == "nx" ) in startElement()
88 else if ( attrname == "ny" ) in startElement()
92 else if ( attrname == "nz" ) in startElement()
107 if ( attrname == "type" ) in startElement()
117 else if ( attrname == "nx" ) in startElement()
121 else if ( attrname == "ny" ) in startElement()
[all …]
/dports/print/cups/cups-2.3.3op2/cups/
H A Dipp-support.c2092attrname, "finishings") || !strcmp(attrname, "finishings-actual") || !strcmp(attrname, "finishings… in ippEnumString()
2149 if (!strcmp(attrname, "document-state")) in ippEnumValue()
2154 else if (!strcmp(attrname, "finishings") || in ippEnumValue()
2155 !strcmp(attrname, "finishings-actual") || in ippEnumValue()
2156 !strcmp(attrname, "finishings-default") || in ippEnumValue()
2157 !strcmp(attrname, "finishings-ready") || in ippEnumValue()
2158 !strcmp(attrname, "finishings-supported")) in ippEnumValue()
2177 else if (!strcmp(attrname, "job-state")) in ippEnumValue()
2201 else if (!strcmp(attrname, "printer-state")) in ippEnumValue()
2206 else if (!strcmp(attrname, "resource-state")) in ippEnumValue()
[all …]
/dports/www/moodle39/moodle/media/classes/
H A Dplayer_native.php39 * @param string $attrname name of the attribute we are looking for
43 public static function get_attribute($tag, $attrname, $type = PARAM_RAW) { argument
44 if (preg_match('/^<[^>]*\b' . $attrname . '="(.*?)"/is', $tag, $matches)) {
46 } else if (preg_match('~^<[^>]*\b' . $attrname . '[ />]"~is', $tag, $matches)) {
57 * @param string|array $attrname
60 public static function remove_attributes($tag, $attrname) { argument
61 if (is_array($attrname)) {
62 $attrname = join('|', $attrname);
64 while (preg_match('/^(<[^>]*\b)(' . $attrname . ')=".*?"(.*)$/is', $tag, $matches)) {
67 while (preg_match('~^(<[^>]*\b)(' . $attrname . ')([ />].*)$~is', $tag, $matches)) {
/dports/www/moodle310/moodle/media/classes/
H A Dplayer_native.php39 * @param string $attrname name of the attribute we are looking for
43 public static function get_attribute($tag, $attrname, $type = PARAM_RAW) { argument
44 if (preg_match('/^<[^>]*\b' . $attrname . '="(.*?)"/is', $tag, $matches)) {
46 } else if (preg_match('~^<[^>]*\b' . $attrname . '[ />]"~is', $tag, $matches)) {
57 * @param string|array $attrname
60 public static function remove_attributes($tag, $attrname) { argument
61 if (is_array($attrname)) {
62 $attrname = join('|', $attrname);
64 while (preg_match('/^(<[^>]*\b)(' . $attrname . ')=".*?"(.*)$/is', $tag, $matches)) {
67 while (preg_match('~^(<[^>]*\b)(' . $attrname . ')([ />].*)$~is', $tag, $matches)) {
/dports/www/moodle311/moodle/media/classes/
H A Dplayer_native.php39 * @param string $attrname name of the attribute we are looking for
43 public static function get_attribute($tag, $attrname, $type = PARAM_RAW) { argument
44 if (preg_match('/^<[^>]*\b' . $attrname . '="(.*?)"/is', $tag, $matches)) {
46 } else if (preg_match('~^<[^>]*\b' . $attrname . '[ />]"~is', $tag, $matches)) {
57 * @param string|array $attrname
60 public static function remove_attributes($tag, $attrname) { argument
61 if (is_array($attrname)) {
62 $attrname = join('|', $attrname);
64 while (preg_match('/^(<[^>]*\b)(' . $attrname . ')=".*?"(.*)$/is', $tag, $matches)) {
67 while (preg_match('~^(<[^>]*\b)(' . $attrname . ')([ />].*)$~is', $tag, $matches)) {
/dports/graphics/wxsvg/wxsvg-1.5.22/scripts/
H A Dgenerate.py230 methodName = 'Get' + attrname[0].upper()+attrname[1:]
250 … if attrname[len(attrname)-1].lower() == 'x' or attrname[-5:].lower() == 'width' or \
251attrname[len(attrname)-2].lower() == 'x' or attrname in ["startOffset", "textLength"]:
253 … elif attrname[len(attrname)-1].lower() == 'y' or attrname[-6:].lower() == 'height' or \
254 attrname[len(attrname)-2].lower() == 'y':
256 elif attrname == 'r':
266 methodName = 'Set' + attrname[0].upper()+attrname[1:]
330 attrname=cpp.make_attr_name(attrname) variable
339 attrname=cpp.make_attr_name(attrname) variable
379 attrname=cpp.make_attr_name(attrname) variable
[all …]
/dports/multimedia/pitivi/pitivi-0.999/pitivi/dialogs/
H A Dprefs.py164 for attrname in options:
171 self.widgets[attrname] = widget
194 self.resets[attrname] = revert
343 for attrname in section:
344 self._resetOptionCb(self.resets[attrname], attrname)
356 def _resetOptionCb(self, button, attrname): argument
359 self.settings.setDefault(attrname)
360 self.widgets[attrname].setWidgetValue(getattr(self.settings, attrname))
382 setattr(self.settings, attrname, value)
385 self.resets[attrname].set_sensitive(
[all …]
/dports/audio/py-hsaudiotag3k/hsaudiotag3k-1.1.3.post1/hsaudiotag/
H A Dauto.py79 for attrname in AUDIO_ATTRS:
80 setattr(self, attrname, getattr(f, attrname))
83 for attrname in TAG_ATTRS:
84 setattr(self, attrname, getattr(tag, attrname))
90 for attrname in AUDIO_ATTRS:
91 setattr(self, attrname, 0)
92 for attrname in TAG_ATTRS:
93 default = '' if attrname != 'track' else 0
94 setattr(self, attrname, default)
/dports/net/samba412/samba-4.12.15/lib/replace/
H A Dxattr.c66 const char *attrname; in rep_getxattr()
70 attrname = name + 7; in rep_getxattr()
73 attrname = name + 5; in rep_getxattr()
140 const char *attrname; in rep_fgetxattr()
144 attrname = name + 7; in rep_fgetxattr()
147 attrname = name + 5; in rep_fgetxattr()
431 const char *attrname; in rep_removexattr()
435 attrname = name + 7; in rep_removexattr()
438 attrname = name + 5; in rep_removexattr()
481 const char *attrname; in rep_fremovexattr()
[all …]

12345678910>>...164