Home
last modified time | relevance | path

Searched +refs:optname +refs:party +refs:name (Results 1 – 22 of 22) sorted by relevance

/dports/devel/libslang2/slang-2.3.2/modules/help/
H A Dsockfuns.hlp94 Bind a local address-name to a socket
100 The `bind' function may be used to assign a name to a specified
101 socket. The address-args parameters specify the name in a
103 name of a file. For sockets in the internet domain, the address is
147 socket and returns the hostname and port used by the connected party:
185 option = getsockopt (FD_Type s, Int_Type level, Int_Type optname)
189 specified by the integer `optname' residing at the specified
213 setsockopt (FD_Type s, Int_Type level, Int_Type optname, value)
217 specified by the integer `optname' residing at the specified
/dports/shells/fish/fish-3.3.1/share/completions/
H A Dzypper.fish14 # (if $i is equal to --optname without -- will be error)
211 complete -c zypper -n __fish_zypper_is_subcommand_lr -l name -s n -d 'Show also repository name'
219 complete -c zypper -n __fish_zypper_is_subcommand_lr -l sort-by-name -s N -d 'Sort the list by name'
240 complete -c zypper -n __fish_zypper_is_subcommand_ar -l name -r -s n -d 'Specify descriptive name f…
261 complete -c zypper -n __fish_zypper_is_subcommand_mr -l name -r -s n -d 'Set a descriptive name for…
304 complete -c zypper -n __fish_zypper_is_subcommand_ls -l sort-by-name -s N -d 'Sort the list by name'
310 complete -c zypper -n __fish_zypper_is_subcommand_as -l name -r -s n -d 'Set a descriptive name for…
320 complete -c zypper -n __fish_zypper_is_subcommand_ms -l name -r -s n -d 'Set a descriptive name for…
373 complete -c zypper -n __fish_zypper_is_subcommand_in -l name -s n -d 'Select packages by plain name
529 complete -c zypper -n __fish_zypper_is_subcommand_se -l sort-by-name -d 'Sort packages by name (def…
[all …]
/dports/lang/zig-devel/zig-0.9.0/lib/std/os/windows/
H A Dws2_32.zig1144 name: *const sockaddr,
1153 name: *sockaddr,
1457 /// A name component or a name was too long.
1712 name: *const sockaddr,
1722 name: *const sockaddr,
1734 name: *sockaddr,
1740 name: *sockaddr,
1747 optname: i32,
1820 optname: i32,
1858 name: [*:0]const u8,
[all …]
/dports/lang/zig/zig-0.9.0/lib/std/os/windows/
H A Dws2_32.zig1144 name: *const sockaddr,
1153 name: *sockaddr,
1457 /// A name component or a name was too long.
1712 name: *const sockaddr,
1722 name: *const sockaddr,
1734 name: *sockaddr,
1740 name: *sockaddr,
1747 optname: i32,
1820 optname: i32,
1858 name: [*:0]const u8,
[all …]
/dports/net/socat/socat-1.7.4.2/doc/
H A Dsocat.yo122 be selected, default is "daemon". Third party libraries might not obey this
126 stderr. Some third party libraries, in particular libwrap, might not obey
129 Writes messages to stderr (this is the default). Some third party libraries
2039 label(OPTION_SETSOCKOPT)dit(bf(tt(setsockopt=<level>:<optname>:<optval>)))
2043 the socket layer (1 on Linux). tt(optname) [link(int)(TYPE_INT)] is the
2050 label(OPTION_SETSOCKOPT_INT)dit(bf(tt(setsockopt-int=<level>:<optname>:<optval>)))
2052 label(OPTION_SETSOCKOPT_LISTEN)dit(bf(tt(setsockopt-listen=<level>:<optname>:<optval>)))
2055 label(OPTION_SETSOCKOPT_STRING)dit(bf(tt(setsockopt-string=<level>:<optname>:<optval>)))
2829 …file or in the file given with the link(cert)(OPTION_OPENSSL_CERTIFICATE) option. The party that h…
2837 must be in PEM format and should contain one or more certificates. The party
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Doc/whatsnew/
H A D3.6.rst192 >>> name = "Fred"
193 >>> f"He said his name is {name}."
194 'He said his name is Fred.'
231 type metadata for third party tools and libraries via the abstract syntax tree
376 return instance.__dict__[self.name]
381 instance.__dict__[self.name] = value
384 def __set_name__(self, owner, name):
385 self.name = name
434 on file system paths will lead to third-party code to implicitly
1415 ``setsockopt(level, optname, None, optlen: int)`` form.
[all …]
/dports/lang/python310/Python-3.10.1/Doc/whatsnew/
H A D3.6.rst192 >>> name = "Fred"
193 >>> f"He said his name is {name}."
194 'He said his name is Fred.'
231 type metadata for third party tools and libraries via the abstract syntax tree
376 return instance.__dict__[self.name]
381 instance.__dict__[self.name] = value
384 def __set_name__(self, owner, name):
385 self.name = name
434 on file system paths will lead to third-party code to implicitly
1415 ``setsockopt(level, optname, None, optlen: int)`` form.
[all …]
/dports/lang/python37/Python-3.7.12/Doc/whatsnew/
H A D3.6.rst192 >>> name = "Fred"
193 >>> f"He said his name is {name}."
194 'He said his name is Fred.'
231 type metadata for third party tools and libraries via the abstract syntax tree
376 return instance.__dict__[self.name]
381 instance.__dict__[self.name] = value
384 def __set_name__(self, owner, name):
385 self.name = name
434 on file system paths will lead to third-party code to implicitly
1415 ``setsockopt(level, optname, None, optlen: int)`` form.
[all …]
/dports/lang/python38/Python-3.8.12/Doc/whatsnew/
H A D3.6.rst192 >>> name = "Fred"
193 >>> f"He said his name is {name}."
194 'He said his name is Fred.'
231 type metadata for third party tools and libraries via the abstract syntax tree
376 return instance.__dict__[self.name]
381 instance.__dict__[self.name] = value
384 def __set_name__(self, owner, name):
385 self.name = name
434 on file system paths will lead to third-party code to implicitly
1415 ``setsockopt(level, optname, None, optlen: int)`` form.
[all …]
/dports/lang/python-tools/Python-3.8.12/Doc/whatsnew/
H A D3.6.rst192 >>> name = "Fred"
193 >>> f"He said his name is {name}."
194 'He said his name is Fred.'
231 type metadata for third party tools and libraries via the abstract syntax tree
376 return instance.__dict__[self.name]
381 instance.__dict__[self.name] = value
384 def __set_name__(self, owner, name):
385 self.name = name
434 on file system paths will lead to third-party code to implicitly
1415 ``setsockopt(level, optname, None, optlen: int)`` form.
[all …]
/dports/lang/python39/Python-3.9.9/Doc/whatsnew/
H A D3.6.rst192 >>> name = "Fred"
193 >>> f"He said his name is {name}."
194 'He said his name is Fred.'
231 type metadata for third party tools and libraries via the abstract syntax tree
376 return instance.__dict__[self.name]
381 instance.__dict__[self.name] = value
384 def __set_name__(self, owner, name):
385 self.name = name
434 on file system paths will lead to third-party code to implicitly
1415 ``setsockopt(level, optname, None, optlen: int)`` form.
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Doc/whatsnew/
H A D3.6.rst192 >>> name = "Fred"
193 >>> f"He said his name is {name}."
194 'He said his name is Fred.'
231 type metadata for third party tools and libraries via the abstract syntax tree
376 return instance.__dict__[self.name]
381 instance.__dict__[self.name] = value
384 def __set_name__(self, owner, name):
385 self.name = name
434 on file system paths will lead to third-party code to implicitly
1415 ``setsockopt(level, optname, None, optlen: int)`` form.
[all …]
/dports/lang/python311/Python-3.11.0a3/Doc/whatsnew/
H A D3.6.rst192 >>> name = "Fred"
193 >>> f"He said his name is {name}."
194 'He said his name is Fred.'
231 type metadata for third party tools and libraries via the abstract syntax tree
376 return instance.__dict__[self.name]
381 instance.__dict__[self.name] = value
384 def __set_name__(self, owner, name):
385 self.name = name
434 on file system paths will lead to third-party code to implicitly
1415 ``setsockopt(level, optname, None, optlen: int)`` form.
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Doc/whatsnew/
H A D3.6.rst192 >>> name = "Fred"
193 >>> f"He said his name is {name}."
194 'He said his name is Fred.'
231 type metadata for third party tools and libraries via the abstract syntax tree
376 return instance.__dict__[self.name]
381 instance.__dict__[self.name] = value
384 def __set_name__(self, owner, name):
385 self.name = name
434 on file system paths will lead to third-party code to implicitly
1415 ``setsockopt(level, optname, None, optlen: int)`` form.
[all …]
/dports/lang/guile2/guile-2.2.7/doc/ref/
H A Dguile.info-5665 3rd party package) are installed. On Unix-like systems this is
2623 option name.
4272 Return the base name of the file name FILENAME. The base name is
4300 -- Scheme Procedure: absolute-file-name? file-name
4309 ‘file-name-separator-string’ is the _only_ file name
4334 The full name.
6045 -- Scheme Procedure: getsockopt sock level optname
6046 -- Scheme Procedure: setsockopt sock level optname value
6047 -- C Function: scm_getsockopt (sock, level, optname)
6048 -- C Function: scm_setsockopt (sock, level, optname, value)
[all …]
/dports/lang/guile/guile-3.0.7/doc/ref/
H A Dguile.info-5991 3rd party package) are installed. On Unix-like systems this is
2835 option name.
4502 Return the base name of the file name FILENAME. The base name is
4541 -- Scheme Procedure: absolute-file-name? file-name
4550 ‘file-name-separator-string’ is the _only_ file name
4575 The full name.
5870 the name.
6310 -- Scheme Procedure: getsockopt sock level optname
6311 -- Scheme Procedure: setsockopt sock level optname value
6312 -- C Function: scm_getsockopt (sock, level, optname)
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/Documentation/networking/
H A Dip-sysctl.rst42 only intended to secure e.g. name servers in namespaces where
342 [see setsockopt(listenfd, SOL_TCP, TCP_CONGESTION, "name" ...) ]
785 TCP_FASTOPEN setsockopt() optname is set and a key has not been
787 setsockopt() by using the TCP_FASTOPEN_KEY optname, then those
1050 Specify the ports which are reserved for known third-party
1291 interface" is the name of your network interface)
/dports/multimedia/v4l-utils/linux-5.13-rc2/Documentation/networking/
H A Dip-sysctl.rst42 only intended to secure e.g. name servers in namespaces where
342 [see setsockopt(listenfd, SOL_TCP, TCP_CONGESTION, "name" ...) ]
785 TCP_FASTOPEN setsockopt() optname is set and a key has not been
787 setsockopt() by using the TCP_FASTOPEN_KEY optname, then those
1050 Specify the ports which are reserved for known third-party
1291 interface" is the name of your network interface)
/dports/multimedia/v4l_compat/linux-5.13-rc2/Documentation/networking/
H A Dip-sysctl.rst42 only intended to secure e.g. name servers in namespaces where
342 [see setsockopt(listenfd, SOL_TCP, TCP_CONGESTION, "name" ...) ]
785 TCP_FASTOPEN setsockopt() optname is set and a key has not been
787 setsockopt() by using the TCP_FASTOPEN_KEY optname, then those
1050 Specify the ports which are reserved for known third-party
1291 interface" is the name of your network interface)
/dports/devel/avr-gcc/gcc-10.2.0/gcc/doc/
H A Dextend.texi5063 name.
7103 strncpy (pd->name, s, sizeof pd->name);
8036 party library header to have the alignment requirement @code{N} and
14848 int __builtin_bpf_helper_setsockopt (void *ctx, int level, int optname, void *optval,
14850 int __builtin_bpf_helper_getsockopt (void *ctx, int level, int optname, void *optval,
22439 name.
22517 name.
22566 name.
22701 name.
22879 name.
[all …]
H A Dgcc.info36246 party library header to have the alignment requirement 'N' and to
44568 int __builtin_bpf_helper_setsockopt (void *ctx, int level, int optname, void *optval,
44570 int __builtin_bpf_helper_getsockopt (void *ctx, int level, int optname, void *optval,
58369 you or a third party) that supports equivalent copying
58414 this requirement does not apply if neither you nor any third party
58550 covered work results from an entity transaction, each party to that
58552 licenses to the work the party's predecessor in interest had or
58595 commitment not to enforce a patent against the party.
58624 covered work if you are a party to an arrangement with a third
58626 you make payment to the third party based on the extent of your
[all …]
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.1.03609 name and object address.
4242 qualified method name.
4852 name.
7469 name to follow file name change.
10546 name.
12481 the sockopt whose optname is IP_MULTICAST_LOOP.
12486 the sockopt whose optname is IP_MULTICAST_TTL.
14458 variable name.
15063 name (like Set-Cookie).
17444 libdir name. [Bug #7874]
[all …]