Home
last modified time | relevance | path

Searched refs:_get_arg (Results 1 – 24 of 24) sorted by relevance

/dports/dns/p5-Tie-DNS/Tie-DNS-1.151560/lib/Tie/
H A DDNS.pm208 if (defined $self->_get_arg('all_fields')) { #all fields
212 if (defined $self->_get_arg('type')) {
214 die 'Bad record type: ' . $self->_get_arg('type');
216 $self->{'lookup_type'} = $self->_get_arg('type');
221 if (defined $self->_get_arg('ttl')) {
222 $self->{'ttl'} = $self->_get_arg('ttl');
227 if (my $cache_param = $self->_get_arg('cache')) {
252 sub _get_arg { subroutine
275 if (defined $self->_get_arg('multiple')) {
286 if (defined $self->_get_arg('multiple')) {
[all …]
/dports/textproc/groff/groff-1.22.4/contrib/groffer/
H A Dmain_subs.pl658 sub { $Opt{'DEVICE'} = &_get_arg();
713 sub { $Opt{'BD'} = &_get_arg(); },
715 sub { $Opt{'BG'} = &_get_arg(); },
718 sub { $Opt{'BW'} = &_get_arg(); },
730 sub { $Opt{'FG'} = &_get_arg(); },
732 sub { $Opt{'FN'} = &_get_arg(); },
753 sub { my $arg = &_get_arg();
796 sub { my $arg = &_get_arg();
813 sub { my $arg = &_get_arg();
832 sub { my $arg = &_get_arg();
[all …]
/dports/www/p5-Apache-Admin-Config/Apache-Admin-Config-0.95/lib/Apache/Admin/
H A DConfig.pm183 Apache::Admin::Config::Tree::_get_arg(\@_, '-reformat!');
240 $self->{indent} = _get_arg(\@_, '-indent');
241 $self->{create} = _get_arg(\@_, '-create!');
244 ! _get_arg(\@_, '-no-comment-grouping!');
246 ! _get_arg(\@_, '-no-blank-grouping!');
383 my $which = _get_arg(\@_, '-which');
386 $args{type} = _get_arg(\@_, '-type') || undef;
387 $args{name} = _get_arg(\@_, '-name') || undef;
388 $args{value} = _get_arg(\@_, '-value') || undef;
1206 my $recursif = _get_arg(\@_, '-recursif!');
[all …]
/dports/dns/dnsviz/dnsviz-0.9.2/dnsviz/commands/
H A Dquery.py215 def _get_arg(self, has_arg): member in DVCommandLine
243 arg = self._get_arg(True)
255 qname = self._get_arg(True)
309 arg = self._get_arg(True)
335 arg = self._get_arg(True)
342 arg = self._get_arg(True)
349 self._get_arg(False)
352 self._get_arg(False)
/dports/dns/dnsviz/dnsviz-0.9.2/contrib/
H A Ddigviz545 def _get_arg(self, has_arg):
571 arg = self._get_arg(True)
582 qname = self._get_arg(True)
633 arg = self._get_arg(True)
657 arg = self._get_arg(True)
666 arg = self._get_arg(True)
675 arg = self._get_arg(True)
682 self._get_arg(False)
685 self._get_arg(False)
688 self._get_arg(False)
/dports/mail/py-python-slimta/python-slimta-4.2.1/slimta/util/
H A Dbytesformat.py81 def _get_arg(self, value, args, kwargs): member in BytesFormat
99 result = self._get_arg(value, args, kwargs)
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DNSInvocation.m236 _get_arg(NSInvocation *inv, int index, void *buffer)
257 _get_arg(NSInvocation *inv, int index, void *buffer)
279 _get_arg(NSInvocation *inv, int index, void *buffer)
356 _get_arg(self, i-1, &str);
366 _get_arg(self, i-1, &obj);
423 _get_arg(self, index, buffer);
491 _get_arg(self, index, &old);
504 _get_arg(self, index, &oldstr);
634 _get_arg(self, i-1, &old);
644 _get_arg(self, i-1, &str);
/dports/www/p5-Apache-Config-Preproc/Apache-Config-Preproc-1.07/lib/Apache/Config/
H A DPreproc.pm30 my $explist = Apache::Admin::Config::Tree::_get_arg(\@_, '-expand')
/dports/x11-toolkits/gtk20/gtk+-2.24.33/
H A DNEWS.pre-1-0113 * gtk_*_get_arg() and gtk_*_set_arg() fixes and implementations
H A DChangeLog.pre-1-02868 and gtk_*_get_arg() functions.
2979 * gtk/gtkframe.c: gtk_*_get_arg() and gtk_*_set_arg() implementations.
3001 * gtk/gtkobject.c: gtk_*_get_arg() and gtk_*_set_arg() fixes
/dports/x11-toolkits/gtk30/gtk+-3.24.31/
H A DNEWS.pre-1-0113 * gtk_*_get_arg() and gtk_*_set_arg() fixes and implementations
/dports/x11-toolkits/gtk40/gtk-4.4.1/
H A DNEWS.pre-1.0113 * gtk_*_get_arg() and gtk_*_set_arg() fixes and implementations
/dports/databases/py-sqlite3/Python-3.8.12/Modules/_ctypes/
H A D_ctypes.c3824 _get_arg(int *pindex, PyObject *name, PyObject *defval, PyObject *inargs, PyObject *kwds) in _get_arg() function
3948 ob =_get_arg(&inargs_index, name, defval, inargs, kwds); in _build_callargs()
/dports/databases/py-gdbm/Python-3.8.12/Modules/_ctypes/
H A D_ctypes.c3824 _get_arg(int *pindex, PyObject *name, PyObject *defval, PyObject *inargs, PyObject *kwds) in _get_arg() function
3948 ob =_get_arg(&inargs_index, name, defval, inargs, kwds); in _build_callargs()
/dports/lang/python37/Python-3.7.12/Modules/_ctypes/
H A D_ctypes.c3654 _get_arg(int *pindex, PyObject *name, PyObject *defval, PyObject *inargs, PyObject *kwds) in _get_arg() function
3772 ob =_get_arg(&inargs_index, name, defval, inargs, kwds); in _build_callargs()
/dports/lang/python311/Python-3.11.0a3/Modules/_ctypes/
H A D_ctypes.c3831 _get_arg(int *pindex, PyObject *name, PyObject *defval, PyObject *inargs, PyObject *kwds) in _get_arg() function
3956 ob =_get_arg(&inargs_index, name, defval, inargs, kwds); in _build_callargs()
/dports/lang/python-tools/Python-3.8.12/Modules/_ctypes/
H A D_ctypes.c3824 _get_arg(int *pindex, PyObject *name, PyObject *defval, PyObject *inargs, PyObject *kwds) in _get_arg() function
3948 ob =_get_arg(&inargs_index, name, defval, inargs, kwds); in _build_callargs()
/dports/lang/python39/Python-3.9.9/Modules/_ctypes/
H A D_ctypes.c3824 _get_arg(int *pindex, PyObject *name, PyObject *defval, PyObject *inargs, PyObject *kwds) in _get_arg() function
3948 ob =_get_arg(&inargs_index, name, defval, inargs, kwds); in _build_callargs()
/dports/lang/python38/Python-3.8.12/Modules/_ctypes/
H A D_ctypes.c3824 _get_arg(int *pindex, PyObject *name, PyObject *defval, PyObject *inargs, PyObject *kwds) in _get_arg() function
3948 ob =_get_arg(&inargs_index, name, defval, inargs, kwds); in _build_callargs()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/_ctypes/
H A D_ctypes.c3824 _get_arg(int *pindex, PyObject *name, PyObject *defval, PyObject *inargs, PyObject *kwds) in _get_arg() function
3948 ob =_get_arg(&inargs_index, name, defval, inargs, kwds); in _build_callargs()
/dports/lang/python310/Python-3.10.1/Modules/_ctypes/
H A D_ctypes.c3823 _get_arg(int *pindex, PyObject *name, PyObject *defval, PyObject *inargs, PyObject *kwds) in _get_arg() function
3948 ob =_get_arg(&inargs_index, name, defval, inargs, kwds); in _build_callargs()
/dports/lang/python-legacy/Python-2.7.18/Modules/_ctypes/
H A D_ctypes.c3728 _get_arg(int *pindex, char *name, PyObject *defval, PyObject *inargs, PyObject *kwds) in _get_arg() function
3849 ob =_get_arg(&inargs_index, name, defval, inargs, kwds); in _build_callargs()
/dports/lang/python27/Python-2.7.18/Modules/_ctypes/
H A D_ctypes.c3728 _get_arg(int *pindex, char *name, PyObject *defval, PyObject *inargs, PyObject *kwds) in _get_arg() function
3849 ob =_get_arg(&inargs_index, name, defval, inargs, kwds); in _build_callargs()
/dports/lang/gnustep-base/libs-base-base-1_27_0/
H A DChangeLog.29555 * Source/NSInvocation.m: _get_arg() indirection fix suggested by
10592 (_get_arg, _set_arg, _arg_addr): New functions based on FFI interface.