Home
last modified time | relevance | path

Searched refs:_NONE (Results 1 – 25 of 304) sorted by relevance

12345678910>>...13

/dports/devel/py-gevent/gevent-21.8.0/src/gevent/
H A Devent.py7 from gevent._util import _NONE
251 self._value = _NONE
256 return self._exc_info[1] if self._exc_info else _NONE
264 return self._value if self._value is not _NONE else None
277 if self.value is not None or self._exception is not _NONE:
279 if self._exception is not None and self._exception is not _NONE:
281 if self._exception is _NONE:
287 return self._exc_info or self._value is not _NONE
291 return self._value is not _NONE
344 if self._value is not _NONE:
H A D_waiter.py21 _NONE = object() variable
77 self._exception = _NONE
82 self._exception = _NONE
85 if self._exception is _NONE:
93 return self._exception is not _NONE
102 if self._exception is not _NONE:
145 if self._exception is not _NONE:
H A D_hub_primitives.py21 from gevent._util import _NONE
310 if timeout_exc is not _NONE or timeout is None
323 timeout_exc if timeout_exc is not None else _NONE,
326 def wait_on_watcher(watcher, timeout=None, timeout_exc=_NONE, hub=None):
353 def wait_read(fileno, timeout=None, timeout_exc=_NONE):
372 def wait_write(fileno, timeout=None, timeout_exc=_NONE, event=_NONE):
396 def wait_readwrite(fileno, timeout=None, timeout_exc=_NONE, event=_NONE):
H A Dcontextvars.py57 from gevent._util import _NONE
136 def __init__(self, name, default=_NONE):
153 def get(self, default=_NONE):
160 if default is not _NONE:
163 if self._default is not _NONE:
191 MISSING = _NONE
H A D_util.py14 class _NONE(object): class
25 _NONE = _NONE() variable
86 items = ((k, getattr(source, k, _NONE)) for k in only_names)
94 if value is _NONE:
H A Dtimeout.py19 from gevent._util import _NONE
372 timeout_value = kwds.pop("timeout_value", _NONE)
378 if ex is timeout and timeout_value is not _NONE:
/dports/audio/exaile/exaile-4.1.1/xl/
H A Devent.py59 _NONE = Nothing() # used by event for a safe None replacement variable
328 for tcall in [_NONE, event.type]:
331 for ocall in [_NONE, event.object]:
404 evty = _NONE
406 obj = _NONE
426 or evty is _NONE
446 evty = _NONE
448 obj = _NONE
474 or evty is _NONE
/dports/devel/py-kazoo/kazoo-2.5.0/kazoo/handlers/
H A Dutils.py15 _NONE = object() variable
22 self._exception = _NONE
31 return self._exception is not _NONE
39 if self._exception is not _NONE:
70 if self._exception is not _NONE:
76 if self._exception is not _NONE:
97 return self._exception is not _NONE
/dports/devel/py-bidict/bidict-0.21.4/bidict/
H A D_typing.py28 class _NONE(metaclass=_BareReprMeta): class
32 OKT = _t.Union[KT, _NONE] #: optional key type
33 OVT = _t.Union[VT, _NONE] #: optional value type
H A D_base.py40 from ._typing import _NONE, KT, VT, OKT, OVT, IterItems, MapOrIterItems
45 _NODUP = _DedupResult(False, False, _NONE, _NONE)
199 return all(selfget(k, _NONE) == v for (k, v) in other.items()) # type: ignore [arg-type]
246 oldval: OVT = fwdm.get(key, _NONE)
247 oldkey: OKT = invm.get(val, _NONE)
248 isdupkey = oldval is not _NONE
249 isdupval = oldkey is not _NONE
H A D_orderedbase.py36 from ._base import _NONE, _DedupResult, _WriteResult, BidictBase, BT
231 oldkey: OKT = _NONE
232 oldval: OVT = _NONE
254 oldkey = _NONE
260 oldval = _NONE
H A D_mut.py36 from ._typing import _NONE, KT, VT, VDT, IterItems, MapOrIterItems
123 def pop(self, key: KT, default: VDT = _NONE) -> VDT:
133 if default is _NONE:
/dports/science/hdf5/hdf5-1.10.6/tools/test/h5jam/
H A DCMakeTests.cmake289 NAME H5JAM-${testname}_NONE-clear-objects
294 NAME H5JAM-${testname}_NONE-SETUP
297 …set_tests_properties (H5JAM-${testname}_NONE-SETUP PROPERTIES DEPENDS H5JAM-${testname}_NONE-clear…
303 … set_tests_properties (H5JAM-${testname}_NONE_COPY PROPERTIES DEPENDS H5JAM-${testname}_NONE-SETUP)
305 …add_test (NAME H5JAM-${testname}_NONE COMMAND ${CMAKE_CROSSCOMPILING_EMULATOR} $<TARGET_FILE:h5jam…
306 set_tests_properties (H5JAM-${testname}_NONE PROPERTIES DEPENDS H5JAM-${testname}_NONE_COPY)
315 NAME H5JAM-${testname}_NONE-CHECK_UB_1-clear-objects
321 …set_tests_properties (H5JAM-${testname}_NONE-CHECK_UB_1-clear-objects PROPERTIES DEPENDS "H5JAM-${…
323 NAME H5JAM-${testname}_NONE-CHECK_UB_1
336 …set_tests_properties (H5JAM-${testname}_NONE-CHECK_UB_1 PROPERTIES DEPENDS H5JAM-${testname}_NONE-…
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/tools/h5jam/
H A DCMakeTests.cmake301 NAME H5JAM-${testname}_NONE-clear-objects
306 NAME H5JAM-${testname}_NONE-SETUP
309 …set_tests_properties (H5JAM-${testname}_NONE-SETUP PROPERTIES DEPENDS H5JAM-${testname}_NONE-clear…
315 … set_tests_properties (H5JAM-${testname}_NONE_COPY PROPERTIES DEPENDS H5JAM-${testname}_NONE-SETUP)
317 …add_test (NAME H5JAM-${testname}_NONE COMMAND $<TARGET_FILE:h5jam> -u testfiles/${jamfile} -i ${ch…
318 set_tests_properties (H5JAM-${testname}_NONE PROPERTIES DEPENDS H5JAM-${testname}_NONE_COPY)
327 NAME H5JAM-${testname}_NONE-CHECK_UB_1-clear-objects
334 …set_tests_properties (H5JAM-${testname}_NONE-CHECK_UB_1-clear-objects PROPERTIES DEPENDS "H5JAM-${…
336 NAME H5JAM-${testname}_NONE-CHECK_UB_1
348 …set_tests_properties (H5JAM-${testname}_NONE-CHECK_UB_1 PROPERTIES DEPENDS H5JAM-${testname}_NONE-…
[all …]
/dports/devel/pdcurses/PDCurses-3.5/dos/
H A Dpdcscrn.c282 int retval = _NONE; in _query_adapter_type()
298 if ((regs.h.al == 0x1a) && (retval == _NONE)) in _query_adapter_type()
305 retval = _NONE; in _query_adapter_type()
350 if ((regs.h.bl != 0x10) && (retval == _NONE)) in _query_adapter_type()
363 else if (retval == _NONE) in _query_adapter_type()
379 retval = _NONE; in _query_adapter_type()
410 if ((retval == _NONE) in _query_adapter_type()
/dports/devel/mingw32-pdcurses/PDCurses-3.4/dos/
H A Dpdcscrn.c284 int retval = _NONE; in _query_adapter_type()
300 if ((regs.h.al == 0x1a) && (retval == _NONE)) in _query_adapter_type()
307 retval = _NONE; in _query_adapter_type()
352 if ((regs.h.bl != 0x10) && (retval == _NONE)) in _query_adapter_type()
365 else if (retval == _NONE) in _query_adapter_type()
381 retval = _NONE; in _query_adapter_type()
412 if ((retval == _NONE) in _query_adapter_type()
/dports/devel/interactive_rebase_tool/git-interactive-rebase-tool-1.2.1/cargo-crates/pdcurses-sys-0.7.0/src/PDCurses/dos/
H A Dpdcscrn.c285 int retval = _NONE; in _query_adapter_type()
301 if ((regs.h.al == 0x1a) && (retval == _NONE)) in _query_adapter_type()
308 retval = _NONE; in _query_adapter_type()
353 if ((regs.h.bl != 0x10) && (retval == _NONE)) in _query_adapter_type()
366 else if (retval == _NONE) in _query_adapter_type()
382 retval = _NONE; in _query_adapter_type()
413 if ((retval == _NONE) in _query_adapter_type()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/pdcurses-sys-0.7.1/src/PDCurses/dos/
H A Dpdcscrn.c285 int retval = _NONE; in _query_adapter_type()
301 if ((regs.h.al == 0x1a) && (retval == _NONE)) in _query_adapter_type()
308 retval = _NONE; in _query_adapter_type()
353 if ((regs.h.bl != 0x10) && (retval == _NONE)) in _query_adapter_type()
366 else if (retval == _NONE) in _query_adapter_type()
382 retval = _NONE; in _query_adapter_type()
413 if ((retval == _NONE) in _query_adapter_type()
/dports/devel/autoconf-archive/autoconf-archive-2019.01.06/m4/
H A Dax_define_sub_path.m471 test "_$prefix" = _NONE && prefix="$ac_default_prefix"
72 test "_$exec_prefix" = _NONE && exec_prefix='${prefix}'
81 test "_$prefix" = _NONE && prefix="$ac_default_prefix"
82 test "_$exec_prefix" = _NONE && exec_prefix='${prefix}'
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/utils/
H A Dperfect_hash_table_template.h24 %%enum_prefix%%_NONE = 0,
85 return %%enum_prefix%%_NONE;
/dports/games/wesnoth/wesnoth-1.14.17/data/gui/window/
H A Dlogging.cfg16 #define _NONE
73 id = {_NONE}
140 {_GUI_LOGGER_RADIOS {_NONE} ( _ "Disable logging")}
/dports/graphics/libprojectm/projectm-3.1.12/m4/autoconf-archive/
H A Dax_define_sub_path.m492 test "_$prefix" = _NONE && prefix="$ac_default_prefix"
93 test "_$exec_prefix" = _NONE && exec_prefix='${prefix}'
102 test "_$prefix" = _NONE && prefix="$ac_default_prefix"
103 test "_$exec_prefix" = _NONE && exec_prefix='${prefix}'
/dports/x11-fonts/fcft/fcft/doc/
H A Dfcft_set_scaling_filter.3.scd24 - *FCFT\_SCALING\_FILTER\_NONE*
30 *FCFT\_SCALING\_FILTER\_NONE* disables filtering.
/dports/security/cryptlib/cryptlib-3.4.3/misc/
H A Danalyse.h130 _Ret_range_( name##_NONE, name##_LAST )
482 #define IN_ENUM( name ) _In_range_( name##_NONE + 1, name##_LAST - 1 )
483 #define IN_ENUM_OPT( name ) _In_range_( name##_NONE, name##_LAST - 1 )
485 #define INOUT_ENUM( name ) _Deref_inout_range_( name##_NONE + 1, name##_LAST - 1 )
486 #define INOUT_ENUM_OPT( name ) _Deref_inout_range_( name##_NONE, name##_LAST - 1 )
488 #define OUT_ENUM( name ) _Deref_out_range_( name##_NONE + 1, name##_LAST - 1 )
489 #define OUT_ENUM_OPT( name ) _Deref_out_range_( name##_NONE, name##_LAST - 1 )
490 #define OUT_OPT_ENUM( name ) _Deref_opt_out_range_( name##_NONE + 1, name##_LAST - 1 )
/dports/net/py-eventlet/eventlet-0.33.0/eventlet/
H A Dqueue.py59 _NONE = object() variable
266 if waiter.item is not _NONE:
277 if waiter.item is not _NONE:
359 putter.item = _NONE

12345678910>>...13