Home
last modified time | relevance | path

Searched refs:elt (Results 176 – 200 of 16829) sorted by relevance

12345678910>>...674

/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/parsoid/src/Ext/
H A DDOMDataUtils.php18 * @param DOMElement $elt
27 * @param DOMElement $elt
36 * @param DOMElement $elt
40 return DDU::getDataMw( $elt );
45 * @param DOMElement $elt
54 * @param DOMElement $elt
58 DDU::setDataMw( $elt, $dmw );
63 * @param DOMElement $elt
72 * @param DOMElement $elt
83 * @param DOMElement $elt
[all …]
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/parsoid/src/Ext/
H A DDOMDataUtils.php18 * @param Element $elt
27 * @param Element $elt
36 * @param Element $elt
40 return DDU::getDataMw( $elt );
45 * @param Element $elt
54 * @param Element $elt
58 DDU::setDataMw( $elt, $dmw );
63 * @param Element $elt
72 * @param Element $elt
83 * @param Element $elt
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dgl_list.hh163 { return gl_list_search (_ptr, elt); } in search()
179 size_t indexof (ELTYPE * elt) const in indexof()
209 gl_list_node_t set_first (ELTYPE * elt) in set_first() argument
215 gl_list_node_t set_last (ELTYPE * elt) in set_last() argument
220 gl_list_node_t add_first (ELTYPE * elt) in add_first() argument
225 gl_list_node_t add_last (ELTYPE * elt) in add_last() argument
268 bool remove (ELTYPE * elt) in remove() argument
269 { return gl_list_remove (_ptr, elt); } in remove()
312 ELTYPE * elt) in sortedlist_indexof() argument
342 ELTYPE * elt) in sortedlist_remove() argument
[all …]
/dports/java/apache-commons-collections/commons-collections-3.2.2-src/src/java/org/apache/commons/collections/
H A DCursorableLinkedList.java224 …for(Listable elt = _head.next(), past = null; null != elt && past != _head.prev(); elt = (past = e… in contains()
321 …for(Listable elt = _head.next(), past = null; null != elt && past != _head.prev(); elt = (past = e… in equals()
387 …for(Listable elt = _head.next(), past = null; null != elt && past != _head.prev(); elt = (past = e… in hashCode()
508 …for(Listable elt = _head.next(), past = null; null != elt && past != _head.prev(); elt = (past = e… in remove()
651 …for(Listable elt = _head.next(), past = null; null != elt && past != _head.prev(); elt = (past = e… in toArray()
677 …for(Listable elt = _head.next(), past = null; null != elt && past != _head.prev(); elt = (past = e… in toArray()
693 …for(Listable elt = _head.next(), past = null; null != elt && past != _head.prev(); elt = (past = e… in toString()
758 elt.next().setPrev(elt.prev()); in removeListable()
764 elt.prev().setNext(elt.next()); in removeListable()
784 elt = elt.next(); in getListableAt()
[all …]
/dports/audio/libmusicxml/libmusicxml-3.18/src/lilypond/
H A Dmsr2Names.cpp161 elt->getPartGroupName () << "\"" << in visitStart()
206 "Part " << elt->getPartCombinedName () << in visitStart()
220 elt->getPartID () << "\"" << in visitStart()
224 elt->getPartMsrName () << "\"" << in visitStart()
228 elt->getPartName () << "\"" << in visitStart()
232 elt->getPartAbbreviation () << "\"" << in visitStart()
236 elt->getPartInstrumentName () << "\"" << in visitStart()
286 elt->getStaffNumber () << in visitStart()
345 elt->getVoiceNumber () << in visitStart()
388 elt->varValAssocKindAsString () << in visitStart()
[all …]
H A Dmsr2BsrTranslator.h101 virtual void visitStart (S_msrScore& elt);
102 virtual void visitEnd (S_msrScore& elt);
109 virtual void visitStart (S_msrPart& elt);
110 virtual void visitEnd (S_msrPart& elt);
137 virtual void visitStart (S_msrClef& elt);
138 virtual void visitEnd (S_msrClef& elt);
140 virtual void visitStart (S_msrKey& elt);
141 virtual void visitEnd (S_msrKey& elt);
143 virtual void visitStart (S_msrTime& elt);
144 virtual void visitEnd (S_msrTime& elt);
[all …]
/dports/audio/guidoar/guidoar-cf5681a/src/visitors/
H A Dclonevisitor.cpp48 if (elt) { in clone()
50 tb.browse (*elt); in clone()
55 return elt; in clone()
91 *note = elt->duration(); in copy()
102 Sguidoelement elt = note; in push() local
103 push (elt, stack); in push()
110 fStack.push(elt); in push()
128 push( copy (elt, cc) ); in visitStart()
137 push( copy (elt, cc) ); in visitStart()
145 push( copy(elt), false ); in visitStart()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dtree-sra.c477 elt = *slot; in lookup_element()
480 *slot = elt = obstack_alloc (&sra_obstack, sizeof (*elt)); in lookup_element()
481 memset (elt, 0, sizeof (*elt)); in lookup_element()
503 return elt; in lookup_element()
587 if (elt) in maybe_lookup_element_for_expr()
1040 if (elt) in scan_function()
1118 elt->replacement = var = make_rename_temp (elt->type, "SR"); in instantiate_element()
1315 if (elt->n_uses == 0 && elt->n_copies == 0) in decide_block_copy()
1359 && elt->n_copies > elt->n_uses) in decide_block_copy()
1416 if (elt) in decide_instantiations()
[all …]
/dports/archivers/opkg-openwrt/opkg-b07cde3/libopkg/
H A Dvoid_list.c24 elt->data = data; in void_list_elt_init()
29 void_list_elt_t *elt; in void_list_elt_new() local
33 return elt; in void_list_elt_new()
40 free(elt); in void_list_elt_deinit()
50 void_list_elt_t *elt; in void_list_deinit() local
126 struct list_head *elt; in void_list_first() local
129 elt = list->head.next; in void_list_first()
138 struct list_head *elt; in void_list_prev() local
141 elt = node->node.prev; in void_list_prev()
150 struct list_head *elt; in void_list_next() local
[all …]
/dports/databases/pgloader3/named-readtables-20210124-git/src/
H A Dutils.lisp144 (fail (elt)
148 (unless (and (symbolp elt) (not (constantp elt)))
159 (case elt
163 (fail elt)))
173 (fail elt)))
178 (fail elt)))
181 (fail elt))
205 (setf elt (append elt '(nil))))))
208 (setf elt (cons elt '(nil nil)))))
212 (setf rest elt
[all …]
/dports/lang/abcl/abcl-src-1.8.0/contrib/named-readtables/src/
H A Dutils.lisp144 (fail (elt)
148 (unless (and (symbolp elt) (not (constantp elt)))
159 (case elt
163 (fail elt)))
173 (fail elt)))
178 (fail elt)))
181 (fail elt))
205 (setf elt (append elt '(nil))))))
208 (setf elt (cons elt '(nil nil)))))
212 (setf rest elt
[all …]
/dports/lang/abcl/abcl-src-1.8.0/contrib/named-readtables/test/src/
H A Dutils.lisp144 (fail (elt)
148 (unless (and (symbolp elt) (not (constantp elt)))
159 (case elt
163 (fail elt)))
173 (fail elt)))
178 (fail elt)))
181 (fail elt))
205 (setf elt (append elt '(nil))))))
208 (setf elt (cons elt '(nil nil)))))
212 (setf rest elt
[all …]
/dports/dns/bind911/bind-9.11.37/lib/isc/include/isc/
H A Dqueue.h40 (elt)->link.next = (elt)->link.prev = (void *)(-1); \
43 #define ISC_QLINK_LINKED(elt, link) ((void*)(elt)->link.next != (void*)(-1)) argument
104 (elt)->link.next = NULL; \
107 (queue).tail = (elt); \
111 (queue).head = (elt); \
147 (elt)->link.prev->link.next = (elt)->link.next; \
151 (elt)->link.next->link.prev = (elt)->link.prev; \
154 (elt)->link.next = (elt)->link.prev = (void *)(-1); \
165 (elt)->link.prev->link.next = (elt)->link.next; \
169 (elt)->link.next->link.prev = (elt)->link.prev; \
[all …]
/dports/devel/p5-Directory-Queue/Directory-Queue-2.0/t/
H A D1simple.t29 $elt = $dq->first();
31 $tmp = $dq->get($elt);
38 $elt = $dq->add($_);
42 $elt = $dq->first();
43 ok($elt, "first");
44 $elt = $dq->next();
45 ok($elt, "next");
52 $elt = $dq->next();
56 for ($elt = $dq->first(); $elt; $elt = $dq->next()) {
57 $dq->lock($elt) and $dq->remove($elt);
[all …]
/dports/textproc/p5-XML-Twig/XML-Twig-3.52/t/
H A Dxmlxpath_xpath_cond.t82 foreach my $elt (@elts)
83 { push @expected_results, ref( $elt) . " '" . $elt->sprint . "'" ;
84 foreach my $att ($elt->att_names)
100 /elt => none
101 //elt => elt-1 elt-2 elt-3
102 /doc/elt => elt-1 elt-2
103 /doc/elt[ last()] => elt-2
104 //elt[@id='elt-1'] => elt-1
105 //elt[@id="elt-1"] | //elt[@id="elt-2"] | //elt[@id="elt-3"] => elt-1 elt-2 elt-3
106 //elt[@id="elt-1" or @id="elt-2" or @id="elt-3"] => elt-1 elt-2 elt-3
[all …]
/dports/dns/bind911/bind-9.11.37/lib/isccc/
H A Dsymtab.c102 (symtab->undefine_action)(elt->key, elt->type, elt->value, in free_elt()
104 free(elt); in free_elt()
193 elt_t *elt; in isccc_symtab_lookup() local
200 if (elt == NULL) in isccc_symtab_lookup()
214 elt_t *elt; in isccc_symtab_define() local
228 (symtab->undefine_action)(elt->key, elt->type, in isccc_symtab_define()
232 elt = malloc(sizeof(*elt)); in isccc_symtab_define()
238 elt->key = key; in isccc_symtab_define()
253 elt_t *elt; in isccc_symtab_undefine() local
260 if (elt == NULL) in isccc_symtab_undefine()
[all …]
/dports/dns/bind-tools/bind-9.16.27/lib/isccc/
H A Dsymtab.c103 (symtab->undefine_action)(elt->key, elt->type, elt->value, in free_elt()
106 free(elt); in free_elt()
121 for (elt = ISC_LIST_HEAD(symtab->table[i]); elt != NULL; in isccc_symtab_destroy()
190 elt_t *elt; in isccc_symtab_lookup() local
212 elt_t *elt; in isccc_symtab_define() local
227 (symtab->undefine_action)(elt->key, elt->type, in isccc_symtab_define()
232 elt = malloc(sizeof(*elt)); in isccc_symtab_define()
239 elt->key = key; in isccc_symtab_define()
255 elt_t *elt; in isccc_symtab_undefine() local
281 for (elt = ISC_LIST_HEAD(symtab->table[i]); elt != NULL; in isccc_symtab_foreach()
[all …]
/dports/dns/bind916/bind-9.16.27/lib/isccc/
H A Dsymtab.c103 (symtab->undefine_action)(elt->key, elt->type, elt->value, in free_elt()
106 free(elt); in free_elt()
121 for (elt = ISC_LIST_HEAD(symtab->table[i]); elt != NULL; in isccc_symtab_destroy()
190 elt_t *elt; in isccc_symtab_lookup() local
212 elt_t *elt; in isccc_symtab_define() local
227 (symtab->undefine_action)(elt->key, elt->type, in isccc_symtab_define()
232 elt = malloc(sizeof(*elt)); in isccc_symtab_define()
239 elt->key = key; in isccc_symtab_define()
255 elt_t *elt; in isccc_symtab_undefine() local
281 for (elt = ISC_LIST_HEAD(symtab->table[i]); elt != NULL; in isccc_symtab_foreach()
[all …]
/dports/dns/samba-nsupdate/bind-9.16.5/lib/isccc/
H A Dsymtab.c99 (symtab->undefine_action)(elt->key, elt->type, elt->value, in free_elt()
102 free(elt); in free_elt()
117 for (elt = ISC_LIST_HEAD(symtab->table[i]); elt != NULL; in isccc_symtab_destroy()
186 elt_t *elt; in isccc_symtab_lookup() local
208 elt_t *elt; in isccc_symtab_define() local
223 (symtab->undefine_action)(elt->key, elt->type, in isccc_symtab_define()
228 elt = malloc(sizeof(*elt)); in isccc_symtab_define()
235 elt->key = key; in isccc_symtab_define()
251 elt_t *elt; in isccc_symtab_undefine() local
277 for (elt = ISC_LIST_HEAD(symtab->table[i]); elt != NULL; in isccc_symtab_foreach()
[all …]
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/isccc/
H A Dsymtab.c99 (symtab->undefine_action)(elt->key, elt->type, elt->value, in free_elt()
102 free(elt); in free_elt()
117 for (elt = ISC_LIST_HEAD(symtab->table[i]); elt != NULL; in isccc_symtab_destroy()
186 elt_t *elt; in isccc_symtab_lookup() local
208 elt_t *elt; in isccc_symtab_define() local
223 (symtab->undefine_action)(elt->key, elt->type, in isccc_symtab_define()
228 elt = malloc(sizeof(*elt)); in isccc_symtab_define()
235 elt->key = key; in isccc_symtab_define()
251 elt_t *elt; in isccc_symtab_undefine() local
277 for (elt = ISC_LIST_HEAD(symtab->table[i]); elt != NULL; in isccc_symtab_foreach()
[all …]
/dports/databases/recutils/recutils-1.8/lib/
H A Dgl_list.h601 const void *elt) in gl_list_node_nx_set_value() argument
635 ->nx_set_at (list, position, elt); in gl_list_nx_set_at()
656 const void *elt) in gl_list_search_from_to() argument
680 const void *elt) in gl_list_indexof_from_to() argument
693 ->nx_add_first (list, elt); in gl_list_nx_add_first()
703 ->nx_add_last (list, elt); in gl_list_nx_add_last()
713 ->nx_add_before (list, node, elt); in gl_list_nx_add_before()
723 ->nx_add_after (list, node, elt); in gl_list_nx_add_after()
733 ->nx_add_at (list, position, elt); in gl_list_nx_add_at()
754 ->remove_elt (list, elt); in gl_list_remove()
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dgl_list.h599 const void *elt) in gl_list_node_nx_set_value() argument
633 ->nx_set_at (list, position, elt); in gl_list_nx_set_at()
654 const void *elt) in gl_list_search_from_to() argument
678 const void *elt) in gl_list_indexof_from_to() argument
691 ->nx_add_first (list, elt); in gl_list_nx_add_first()
701 ->nx_add_last (list, elt); in gl_list_nx_add_last()
711 ->nx_add_before (list, node, elt); in gl_list_nx_add_before()
721 ->nx_add_after (list, node, elt); in gl_list_nx_add_after()
731 ->nx_add_at (list, position, elt); in gl_list_nx_add_at()
752 ->remove_elt (list, elt); in gl_list_remove()
[all …]
/dports/deskutils/gcal/gcal-4.1/lib/
H A Dgl_list.h599 const void *elt) in gl_list_node_nx_set_value() argument
633 ->nx_set_at (list, position, elt); in gl_list_nx_set_at()
654 const void *elt) in gl_list_search_from_to() argument
678 const void *elt) in gl_list_indexof_from_to() argument
691 ->nx_add_first (list, elt); in gl_list_nx_add_first()
701 ->nx_add_last (list, elt); in gl_list_nx_add_last()
711 ->nx_add_before (list, node, elt); in gl_list_nx_add_before()
721 ->nx_add_after (list, node, elt); in gl_list_nx_add_after()
731 ->nx_add_at (list, position, elt); in gl_list_nx_add_at()
752 ->remove_elt (list, elt); in gl_list_remove()
[all …]
/dports/editors/zile/zile-2.4.14/lib/
H A Dgl_list.h599 const void *elt) in gl_list_node_nx_set_value() argument
633 ->nx_set_at (list, position, elt); in gl_list_nx_set_at()
654 const void *elt) in gl_list_search_from_to() argument
678 const void *elt) in gl_list_indexof_from_to() argument
691 ->nx_add_first (list, elt); in gl_list_nx_add_first()
701 ->nx_add_last (list, elt); in gl_list_nx_add_last()
711 ->nx_add_before (list, node, elt); in gl_list_nx_add_before()
721 ->nx_add_after (list, node, elt); in gl_list_nx_add_after()
731 ->nx_add_at (list, position, elt); in gl_list_nx_add_at()
752 ->remove_elt (list, elt); in gl_list_remove()
[all …]
/dports/devel/patch/patch-2.7.6/lib/
H A Dgl_list.h599 const void *elt) in gl_list_node_nx_set_value() argument
633 ->nx_set_at (list, position, elt); in gl_list_nx_set_at()
654 const void *elt) in gl_list_search_from_to() argument
678 const void *elt) in gl_list_indexof_from_to() argument
691 ->nx_add_first (list, elt); in gl_list_nx_add_first()
701 ->nx_add_last (list, elt); in gl_list_nx_add_last()
711 ->nx_add_before (list, node, elt); in gl_list_nx_add_before()
721 ->nx_add_after (list, node, elt); in gl_list_nx_add_after()
731 ->nx_add_at (list, position, elt); in gl_list_nx_add_at()
752 ->remove_elt (list, elt); in gl_list_remove()
[all …]

12345678910>>...674