Home
last modified time | relevance | path

Searched refs:_Method (Results 1 – 25 of 769) sorted by relevance

12345678910>>...31

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/chromedriver/client/
H A Dcommand_executor.py17 class _Method(object): class
24 NEW_SESSION = (_Method.POST, '/session')
26 GET_SESSIONS = (_Method.GET, '/sessions')
178 STATUS = (_Method.GET, '/status')
189 _Method.DELETE,
192 _Method.POST,
195 _Method.GET,
198 _Method.DELETE,
202 _Method.DELETE,
205 _Method.POST,
[all …]
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dcrypt.pyi4 class _Method: ...
6 METHOD_CRYPT: _Method
7 METHOD_MD5: _Method
8 METHOD_SHA256: _Method
9 METHOD_SHA512: _Method
11 METHOD_BLOWFISH: _Method
13 methods: List[_Method]
16 def mksalt(method: Optional[_Method] = ..., *, rounds: Optional[int] = ...) -> str: ...
19 def mksalt(method: Optional[_Method] = ...) -> str: ...
21 def crypt(word: str, salt: Optional[Union[str, _Method]] = ...) -> str: ...
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/2and3/
H A Dcrypt.pyi5 class _Method: ...
7 METHOD_CRYPT: _Method
8 METHOD_MD5: _Method
9 METHOD_SHA256: _Method
10 METHOD_SHA512: _Method
12 METHOD_BLOWFISH: _Method
14 methods: List[_Method]
17 def mksalt(method: Optional[_Method] = ..., *, rounds: Optional[int] = ...) -> str: ...
19 def mksalt(method: Optional[_Method] = ...) -> str: ...
20 def crypt(word: str, salt: Optional[Union[str, _Method]] = ...) -> str: ...
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2and3/
H A Dcrypt.pyi5 class _Method: ...
7 METHOD_CRYPT: _Method
8 METHOD_MD5: _Method
9 METHOD_SHA256: _Method
10 METHOD_SHA512: _Method
12 METHOD_BLOWFISH: _Method
14 methods: List[_Method]
17 def mksalt(method: Optional[_Method] = ..., *, rounds: Optional[int] = ...) -> str: ...
19 def mksalt(method: Optional[_Method] = ...) -> str: ...
20 def crypt(word: str, salt: Optional[Union[str, _Method]] = ...) -> str: ...
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dcrypt.pyi5 class _Method: ...
6 METHOD_CRYPT: _Method
7 METHOD_MD5: _Method
8 METHOD_SHA256: _Method
9 METHOD_SHA512: _Method
11 METHOD_BLOWFISH: _Method
13 methods: List[_Method]
16 def mksalt(method: Optional[_Method] = ..., *, rounds: Optional[int] = ...) -> str: ...
18 def mksalt(method: Optional[_Method] = ...) -> str: ...
19 def crypt(word: str, salt: Optional[Union[str, _Method]] = ...) -> str: ...
/dports/www/erlang-mochiweb-basho/mochiweb-4d38821/src/
H A Dmochiweb_request.erl73 get(socket, {?MODULE, [Socket, _Method, _RawPath, _Version, _Headers]}) ->
75 get(scheme, {?MODULE, [Socket, _Method, _RawPath, _Version, _Headers]}) ->
84 get(raw_path, {?MODULE, [_Socket, _Method, RawPath, _Version, _Headers]}) ->
86 get(version, {?MODULE, [_Socket, _Method, _RawPath, Version, _Headers]}) ->
88 get(headers, {?MODULE, [_Socket, _Method, _RawPath, _Version, Headers]}) ->
90 get(peer, {?MODULE, [Socket, _Method, _RawPath, _Version, _Headers]}=THIS) ->
111 get(path, {?MODULE, [_Socket, _Method, RawPath, _Version, _Headers]}) ->
149 send(Data, {?MODULE, [Socket, _Method, _RawPath, _Version, _Headers]}) ->
196 recv_body({?MODULE, [_Socket, _Method, _RawPath, _Version, _Headers]}=THIS) ->
422 cleanup({?MODULE, [_Socket, _Method, _RawPath, _Version, _Headers]}) ->
[all …]
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mochiweb/src/
H A Dmochiweb_request.erl106 [_Socket, _Opts, _Method, _RawPath, _Version,
112 [_Socket, _Opts, _Method, _RawPath, _Version,
132 [Socket, _Opts, _Method, _RawPath, _Version,
137 [Socket, _Opts, _Method, _RawPath, _Version,
150 [_Socket, _Opts, _Method, RawPath, _Version,
155 [_Socket, _Opts, _Method, _RawPath, Version,
165 [Socket, _Opts, _Method, _RawPath, _Version,
208 [_Socket, _Opts, _Method, RawPath, _Version,
395 [_Socket, _Opts, _Method, _RawPath, _Version,
436 [_Socket, _Opts, _Method, _RawPath, Version,
[all …]
/dports/www/erlang-mochiweb/mochiweb-2.18.0/src/
H A Dmochiweb_request.erl96 get(socket, {?MODULE, [Socket, _Opts, _Method, _RawPath, _Version, _Headers]}) ->
98 get(scheme, {?MODULE, [Socket, _Opts, _Method, _RawPath, _Version, _Headers]}) ->
107 get(raw_path, {?MODULE, [_Socket, _Opts, _Method, RawPath, _Version, _Headers]}) ->
109 get(version, {?MODULE, [_Socket, _Opts, _Method, _RawPath, Version, _Headers]}) ->
111 get(headers, {?MODULE, [_Socket, _Opts, _Method, _RawPath, _Version, Headers]}) ->
113 get(peer, {?MODULE, [Socket, _Opts, _Method, _RawPath, _Version, _Headers]}=THIS) ->
157 get(path, {?MODULE, [_Socket, _Opts, _Method, RawPath, _Version, _Headers]}) ->
183 get(opts, {?MODULE, [_Socket, Opts, _Method, _RawPath, _Version, _Headers]}) ->
198 send(Data, {?MODULE, [Socket, _Opts, _Method, _RawPath, _Version, _Headers]}) ->
486 cleanup({?MODULE, [_Socket, _Opts, _Method, _RawPath, _Version, _Headers]}) ->
[all …]
/dports/sysutils/dvdisaster/dvdisaster-0.79.5/
H A Ddvdisaster.h964 typedef struct _Method struct
980 void (*createVerifyWindow)(struct _Method*, GtkWidget*); argument
981 void (*createCreateWindow)(struct _Method*, GtkWidget*); argument
982 void (*createFixWindow)(struct _Method*, GtkWidget*); argument
983 void (*createPrefsPage)(struct _Method*, GtkWidget*); argument
984 void (*resetVerifyWindow)(struct _Method*); argument
985 void (*resetCreateWindow)(struct _Method*); argument
986 void (*resetFixWindow)(struct _Method*); argument
987 void (*resetPrefsPage)(struct _Method*); argument
988 void (*readPreferences)(struct _Method*); argument
[all …]
/dports/lang/python37/Python-3.7.12/Lib/
H A Dcrypt.py13 class _Method(_namedtuple('_Method', 'name ident salt_chars total_size')): class
70 if salt is None or isinstance(salt, _Method):
79 method = _Method(name, *args)
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dcrypt.py22 class _Method(_namedtuple('_Method', 'name ident salt_chars total_size')): class
79 if salt is None or isinstance(salt, _Method):
88 method = _Method(name, *args)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dcrypt.py22 class _Method(_namedtuple('_Method', 'name ident salt_chars total_size')): class
79 if salt is None or isinstance(salt, _Method):
88 method = _Method(name, *args)
/dports/lang/python38/Python-3.8.12/Lib/
H A Dcrypt.py22 class _Method(_namedtuple('_Method', 'name ident salt_chars total_size')): class
79 if salt is None or isinstance(salt, _Method):
88 method = _Method(name, *args)
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dcrypt.py22 class _Method(_namedtuple('_Method', 'name ident salt_chars total_size')): class
79 if salt is None or isinstance(salt, _Method):
88 method = _Method(name, *args)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dcrypt.py22 class _Method(_namedtuple('_Method', 'name ident salt_chars total_size')): class
79 if salt is None or isinstance(salt, _Method):
88 method = _Method(name, *args)
/dports/lang/python310/Python-3.10.1/Lib/
H A Dcrypt.py23 class _Method(_namedtuple('_Method', 'name ident salt_chars total_size')): class
80 if salt is None or isinstance(salt, _Method):
89 method = _Method(name, *args)
/dports/lang/python39/Python-3.9.9/Lib/
H A Dcrypt.py23 class _Method(_namedtuple('_Method', 'name ident salt_chars total_size')): class
80 if salt is None or isinstance(salt, _Method):
89 method = _Method(name, *args)
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dcrypt.py23 class _Method(_namedtuple('_Method', 'name ident salt_chars total_size')): class
80 if salt is None or isinstance(salt, _Method):
89 method = _Method(name, *args)
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/app/table2asn/
H A Dvisitors.hpp128 template<typename _Method>
129 void VisitAllFeatures(CBioseq& bioseq, _Method m) in VisitAllFeatures()
147 template<typename _Method, typename _BioseqFilter>
148 void VisitAllFeatures(objects::CSeq_entry& entry, _BioseqFilter bf, _Method m) in VisitAllFeatures()
/dports/textproc/htdig/htdig-3.2.0b6/htnet/
H A DHtHTTP.h165 void SetRequestMethod (Request_Method rm) { _Method = rm; } in SetRequestMethod()
166 Request_Method GetRequestMethod() { return _Method; } in GetRequestMethod()
310 Request_Method _Method;
H A DHtHTTP.cc123 _Method(Method_GET), // Default Method Request in HtHTTP()
154 _Method == Method_GET) // Initial request method is GET in Request()
160 _Method = Method_HEAD; in Request()
164 _Method = Method_GET; in Request()
311 switch(_Method) in HTTPRequest()
491 if (DocumentStatus == Document_not_parsable && _Method == Method_GET) in HTTPRequest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/components/bloom/
H A Dbloom_interaction.h65 template <typename _Method, typename... Args>
66 auto Bind(_Method method, Args&&... args) { in Bind()
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/couch/src/
H A Dcouch_compress.erl78 is_compressed(<<?COMPRESSED_TERM_PREFIX, _/binary>>, _Method) ->
82 is_compressed(Term, _Method) when not is_binary(Term) ->
/dports/lang/fpc-source/fpc-3.2.2/packages/winceunits/src/
H A Dwinioctl.pp42 function CTL_CODE(_DeviceType:DEVICE_TYPE; _Function:DWORD; _Method:DWORD; _Access:DWORD):DWORD;
148 function CTL_CODE(_DeviceType:DEVICE_TYPE; _Function:DWORD; _Method:DWORD; _Access:DWORD):DWORD; in…
150 CTL_CODE:=(_DeviceType shl 16) or (_Access shl 14) or (_Function shl 2) or _Method;
/dports/net/hostapd-devel/hostap-14ab4a816/wpa_supplicant/
H A Dwin_if_list.c27 #define _NDISUIO_CTL_CODE(_Function, _Method, _Access) \ argument
28 CTL_CODE(FSCTL_NDISUIO_BASE, _Function, _Method, _Access)

12345678910>>...31