Home
last modified time | relevance | path

Searched refs:other_elem (Results 1 – 25 of 34) sorted by relevance

12

/dports/www/p5-HTML-DOM/HTML-DOM-0.058/t/
H A Dnode.t153 my $other_elem = createElement $another_doc 'ddk';
156 $other_elem
160 is $other_elem->ownerDocument, $frag->ownerDocument,
232 my $other_elem = createElement $another_doc 'ddk';
235 ($other_elem),
240 is $other_elem->ownerDocument, $elem->ownerDocument,
347 my $other_elem = createElement $another_doc 'ddk';
349 $elem-> appendChild($other_elem);
351 is $other_elem->ownerDocument, $elem->ownerDocument,
/dports/graphics/py-geopandas/geopandas-0.10.2/geopandas/
H A D_vectorized.py305 getattr(this_elem, op)(other_elem)
308 for this_elem, other_elem in zip(left, right)
347 getattr(this_elem, op)(other_elem, *args, **kwargs)
348 if not (this_elem is None or other_elem is None)
350 for this_elem, other_elem in zip(left, right)
378 getattr(this_elem, op)(other_elem, *args, **kwargs)
380 | (other_elem is None or other_elem.is_empty)
382 for this_elem, other_elem in zip(left, right)
417 getattr(this_elem, op)(other_elem, *args, **kwargs)
418 if not (this_elem is None or other_elem is None)
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/unittest/
H A Dutil.py115 for j, other_elem in enumerate(t):
116 if other_elem == elem:
/dports/lang/python27/Python-2.7.18/Lib/unittest/
H A Dutil.py115 for j, other_elem in enumerate(t):
116 if other_elem == elem:
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/unittest/
H A Dutil.py115 for j, other_elem in enumerate(t):
116 if other_elem == elem:
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
H A Dutil.py115 for j, other_elem in enumerate(t):
116 if other_elem == elem:
/dports/databases/py-gdbm/Python-3.8.12/Lib/unittest/
H A Dutil.py136 for j, other_elem in enumerate(t):
137 if other_elem == elem:
/dports/lang/python310/Python-3.10.1/Lib/unittest/
H A Dutil.py136 for j, other_elem in enumerate(t):
137 if other_elem == elem:
/dports/lang/python37/Python-3.7.12/Lib/unittest/
H A Dutil.py136 for j, other_elem in enumerate(t):
137 if other_elem == elem:
/dports/lang/python311/Python-3.11.0a3/Lib/unittest/
H A Dutil.py136 for j, other_elem in enumerate(t):
137 if other_elem == elem:
/dports/lang/python-tools/Python-3.8.12/Lib/unittest/
H A Dutil.py136 for j, other_elem in enumerate(t):
137 if other_elem == elem:
/dports/lang/python39/Python-3.9.9/Lib/unittest/
H A Dutil.py136 for j, other_elem in enumerate(t):
137 if other_elem == elem:
/dports/lang/python38/Python-3.8.12/Lib/unittest/
H A Dutil.py136 for j, other_elem in enumerate(t):
137 if other_elem == elem:
/dports/databases/py-sqlite3/Python-3.8.12/Lib/unittest/
H A Dutil.py136 for j, other_elem in enumerate(t):
137 if other_elem == elem:
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/unittest/
H A Dutil.py136 for j, other_elem in enumerate(t):
137 if other_elem == elem:
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/compiler/
H A Dserializer-hints.h48 return std::all_of(other.begin(), other.end(), [&](T const& other_elem) { in Includes()
50 return equal_to(this_elem, other_elem); in Includes()
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/compiler/
H A Dserializer-hints.h48 return std::all_of(other.begin(), other.end(), [&](T const& other_elem) { in Includes()
50 return equal_to(this_elem, other_elem); in Includes()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-0.24.0/src/
H A Dtopic_partition_list.rs311 if let Some(other_elem) = other.find_partition(elem.topic(), elem.partition()) { in eq()
312 elem == &other_elem in eq()
/dports/math/libmesh/libmesh-1.6.2/src/utils/
H A Dtree_node.C175 for (const Elem * other_elem : elements) in insert() local
176 if (other_elem->dim() == highest_dim_elem) in insert()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Drepeated_field.h1661 typename TypeHandler::Type* other_elem =
1665 TypeHandler::Merge(*other_elem, new_elem);
1670 typename TypeHandler::Type* other_elem =
1673 TypeHandler::NewFromPrototype(other_elem, arena);
1674 TypeHandler::Merge(*other_elem, new_elem);
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/protobuf/src/google/protobuf/
H A Drepeated_field.h1591 typename TypeHandler::Type* other_elem =
1595 TypeHandler::Merge(*other_elem, new_elem);
1600 typename TypeHandler::Type* other_elem =
1603 TypeHandler::NewFromPrototype(other_elem, arena);
1604 TypeHandler::Merge(*other_elem, new_elem);
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Drepeated_field.h1661 typename TypeHandler::Type* other_elem =
1665 TypeHandler::Merge(*other_elem, new_elem);
1670 typename TypeHandler::Type* other_elem =
1673 TypeHandler::NewFromPrototype(other_elem, arena);
1674 TypeHandler::Merge(*other_elem, new_elem);
/dports/www/firefox/firefox-99.0/toolkit/components/protobuf/src/google/protobuf/
H A Drepeated_field.h1661 typename TypeHandler::Type* other_elem =
1665 TypeHandler::Merge(*other_elem, new_elem);
1670 typename TypeHandler::Type* other_elem =
1673 TypeHandler::NewFromPrototype(other_elem, arena);
1674 TypeHandler::Merge(*other_elem, new_elem);
/dports/graphics/opencv/opencv-4.5.3/3rdparty/protobuf/src/google/protobuf/
H A Drepeated_field.h1635 typename TypeHandler::Type* other_elem =
1639 TypeHandler::Merge(*other_elem, new_elem);
1644 typename TypeHandler::Type* other_elem =
1647 TypeHandler::NewFromPrototype(other_elem, arena);
1648 TypeHandler::Merge(*other_elem, new_elem);
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/protobuf/src/google/protobuf/
H A Drepeated_field.h1661 typename TypeHandler::Type* other_elem =
1665 TypeHandler::Merge(*other_elem, new_elem);
1670 typename TypeHandler::Type* other_elem =
1673 TypeHandler::NewFromPrototype(other_elem, arena);
1674 TypeHandler::Merge(*other_elem, new_elem);

12