Home
last modified time | relevance | path

Searched refs:_l_ (Results 1 – 25 of 66) sorted by relevance

123

/dports/textproc/py-elasticsearch-dsl6/elasticsearch-dsl-6.4.0/elasticsearch_dsl/
H A Dutils.py39 self._l_ = l
43 return repr(self._l_)
47 return other._l_ == self._l_
49 return other == self._l_
55 l = self._l_[k]
61 self._l_[k] = value
67 return len(self._l_)
70 return bool(self._l_)
74 return getattr(self._l_, name)
80 self._l_, self._obj_wrapper = state
[all …]
H A Dserializer.py8 return data._l_
/dports/textproc/py-elasticsearch-dsl/elasticsearch-dsl-7.3.0/elasticsearch_dsl/
H A Dutils.py68 self._l_ = l
72 return repr(self._l_)
76 return other._l_ == self._l_
78 return other == self._l_
84 l = self._l_[k]
90 self._l_[k] = value
96 return len(self._l_)
99 return bool(self._l_)
104 return getattr(self._l_, name)
107 return self._l_, self._obj_wrapper
[all …]
H A Dserializer.py26 return data._l_
/dports/net/nng/nng-1.5.2/docs/man/
H A Dnng_listener_close.3.adoc27 The `nng_listener_close()` function closes the listener _l_.
30 Once this function returns, the listener _l_ and any of its resources
32 Therefore it is an error to attempt to access _l_
46 `NNG_ECLOSED`:: Parameter _l_ does not refer to an open listener.
H A Dnng_listener_start.3.adoc27 The `nng_listener_start()` function starts the listener _l_.
47 `NNG_ECLOSED`:: Parameter _l_ does not refer to an open listener.
48 `NNG_ESTATE`:: The listener _l_ is already started.
H A Dnng_listener_set.3.adoc45 the xref:nng_listener.5.adoc[listener] _l_.
56 In all of these forms, the option _opt_ is configured on the listener _l_.
115 `NNG_ECLOSED`:: Parameter _l_ does not refer to an open listener.
119 `NNG_ESTATE`:: The listener _l_ is already started.
H A Dnng_listener_setopt.3.adoc48 the xref:nng_listener.5.adoc[listener] _l_.
60 In all of these forms, the option _opt_ is configured on the listener _l_.
119 `NNG_ECLOSED`:: Parameter _l_ does not refer to an open listener.
123 `NNG_ESTATE`:: The listener _l_ is already started.
H A Dnng_stream_listener_free.3str.adoc29 byte stream listener _l_,
37 are made to _l_, as the memory backing it will be reclaimed for other uses.
H A Dnng_stream_listener_close.3str.adoc29 stream listener _l_,
37 Furthermore any future accesses to the listener _l_ will also result in
H A Dnng_listener_get.3.adoc46 the xref:nng_listener.5.adoc[listener] _l_.
54 In all of these forms, the option _opt_ is retrieved from the listener _l_.
126 `NNG_ECLOSED`:: Parameter _l_ does not refer to an open listener.
H A Dnng_listener_getopt.3.adoc49 the xref:nng_listener.5.adoc[listener] _l_.
58 In all of these forms, the option _opt_ is retrieved from the listener _l_.
130 `NNG_ECLOSED`:: Parameter _l_ does not refer to an open listener.
H A Dnng_listener_id.3.adoc28 listener _l_, if it is valid.
H A Dnng_stream_listener_accept.3str.adoc29 connection from a remote peer, using the listener _l_.
H A Dnng_stream_listener_get.3str.adoc47 xref:nng_stream_listener.5.adoc[byte stream listener] _l_.
56 byte stream listener _l_.
/dports/devel/liblangtag/liblangtag-0.6.3/liblangtag-gobject/
H A Dlt-macros.gir.h331 #define _LT_ASSERT_STATIC1(_l_,_x_) typedef int _static_assert_on_line_##_l_##_failed[(_x_)?1:-1] L… argument
332 #define _LT_ASSERT_STATIC0(_l_,_x_) _LT_ASSERT_STATIC1 (_l_, (_x_)) argument
/dports/devel/liblangtag/liblangtag-0.6.3/liblangtag/
H A Dlt-macros.h330 #define _LT_ASSERT_STATIC1(_l_,_x_) typedef int _static_assert_on_line_##_l_##_failed[(_x_)?1:-1] L… argument
331 #define _LT_ASSERT_STATIC0(_l_,_x_) _LT_ASSERT_STATIC1 (_l_, (_x_)) argument
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/raidframe/
H A Drf_alloclist.h49 #define rf_AddToAllocList(_l_,_ptr_,_sz_) rf_real_AddToAllocList((_l_), (_ptr_), (_sz_)) argument
H A Drf_sstf.c152 #define DO_BEST_DEQ(_l_,_r_,_q_) { \ argument
153 if (SNUM_DIFF((_q_)->queue->sectorOffset,_l_) \
154 < SNUM_DIFF((_q_)->qtail->sectorOffset,_l_)) \
/dports/math/z3/z3-z3-4.8.13/src/sat/
H A Dsat_anf_simplifier.cpp386 #define lit2pdd(_l_) (_l_.sign() ? ~m.mk_var(_l_.var()) : m.mk_var(_l_.var())) argument
/dports/math/py-z3-solver/z3-z3-4.8.10/src/sat/
H A Dsat_anf_simplifier.cpp386 #define lit2pdd(_l_) (_l_.sign() ? ~m.mk_var(_l_.var()) : m.mk_var(_l_.var())) argument
/dports/net/freerdp/freerdp-2.5.0/libfreerdp/primitives/
H A Dprim_colors.c31 #define MINMAX(_v_, _l_, _h_) ((_v_) < (_l_) ? (_l_) : ((_v_) > (_h_) ? (_h_) : (_v_))) argument
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/tsunami/
H A DTsunamiPrivate.h126 #define TsunamiStartTimeline(_t_, _f_, _l_) ((void)0) argument
/dports/cad/dinotrace/dinotrace-9.4c/src/
H A Ddt_ascii.c217 #define SIGLINE(_l_) (signame_array+(_l_)*(sig_end_pos+5)) in decsim_read_ascii_header() argument
/dports/security/uacme/uacme-upstream-1.7.1/
H A Dsglib.h61 int _m_, _l_, _r_, _i_;\
66 _l_ = 2*_i_+1;\
67 _r_ = _l_+1;\
68 if (_l_ < (max)){\
69 if (comparator(((a)[_m_]), ((a)[_l_])) < 0) _m_ = _l_;\
598 type *_l_;\
599 _l_ = (list);\
600 if (_l_ == (elem)) {\
601 if ((elem)->previous != NULL) _l_ = (elem)->previous;\
602 else _l_ = (elem)->next;\
[all …]

123