- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 22 for nodeList (0.18 seconds)
-
src/main/java/org/codelibs/core/xml/DomUtil.java
} /** * Appends the string representation of a {@link NodeList}. * * @param children * The child nodes. Must not be {@literal null}. * @param buf * The string buffer. Must not be {@literal null}. */ public static void appendChildren(final NodeList children, final StringBuilder buf) { assertArgumentNotNull("children", children);Created: Fri Apr 03 20:58:12 GMT 2026 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 10.1K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/ClassDescriptionRenderer.java
*/ package gradlebuild.docs.dsl.docbook; import gradlebuild.docs.dsl.docbook.model.ClassDoc; import org.w3c.dom.Document; import org.w3c.dom.Element; import org.w3c.dom.Node; import org.w3c.dom.NodeList; public class ClassDescriptionRenderer { private final ElementWarningsRenderer warningsRenderer = new ElementWarningsRenderer(); public void renderTo(ClassDoc classDoc, Element parent) {Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 4.1K bytes - Click Count (0) -
src/main/webapp/js/clipboard.min.js
t&&(t=document.querySelectorAll(t)),Array.prototype.map.call(t,function(t){return i(t,e,n,o,r)}))}},879:function(t,n){n.node=function(t){return void 0!==t&&t instanceof HTMLElement&&1===t.nodeType},n.nodeList=function(t){var e=Object.prototype.toString.call(t);return void 0!==t&&("[object NodeList]"===e||"[object HTMLCollection]"===e)&&"length"in t&&(0===t.length||n.node(t[0]))},n.string=function(t){return"string"==typeof t||t instanceof String},n.fn=function(t){return"[object Function]"===Obje...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Jan 12 06:14:02 GMT 2025 - 8.9K bytes - Click Count (0) -
okhttp/src/androidMain/baseline-prof.txt
HSPLkotlinx/coroutines/JobSupportKt;-><clinit>()V HSPLkotlinx/coroutines/MainCoroutineDispatcher;-><init>()V HSPLkotlinx/coroutines/NodeList;-><init>()V HSPLkotlinx/coroutines/NodeList;->getList()Lkotlinx/coroutines/NodeList; HSPLkotlinx/coroutines/NonDisposableHandle;-><clinit>()V HSPLkotlinx/coroutines/NonDisposableHandle;-><init>()V
Created: Fri Apr 03 11:42:14 GMT 2026 - Last Modified: Mon Dec 30 23:28:56 GMT 2024 - 127.9K bytes - Click Count (1) -
src/test/java/org/codelibs/fess/util/PrunedTagTest.java
@Override public Node getParentNode() { return null; } @Override public org.w3c.dom.NodeList getChildNodes() { return null; } @Override public Node getFirstChild() { return null; } @OverrideCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 21.1K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/crawler/transformer/FessXpathTransformerTest.java
final String data = "<html><head><meta name=\"description\" content=\"Öffnungszeiten\"/></head><body></body></html>"; final Document document = getDocument(data); final org.w3c.dom.NodeList metaNodes = document.getElementsByTagName("META"); String description = null; for (int i = 0; i < metaNodes.getLength(); i++) {
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 62.9K bytes - Click Count (0) -
doc/go_spec.html
Created: Tue Apr 07 11:13:11 GMT 2026 - Last Modified: Wed Apr 01 23:39:18 GMT 2026 - 287.8K bytes - Click Count (1) -
clause/expression_test.go
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Tue Nov 04 07:04:52 GMT 2025 - 8.9K bytes - Click Count (0) -
cmd/os-reliable.go
if err = osMkdirAll(dirPath, mode, baseDir); err != nil { // Retry only for the first retryable error. if osIsNotExist(err) && i == 0 { i++ // Determine if os.NotExist error is because of // baseDir's parent being present, retry it once such // that the MkdirAll is retried once for the parent // of dirPath. // Because it is worth a retry to skip a different
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Mon Apr 22 17:49:30 GMT 2024 - 5.8K bytes - Click Count (0) -
cmd/metacache-stream_test.go
} if entries.len() != len(want) { t.Fatal("unexpected length:", entries.len(), "want:", len(want)) } r = loadMetacacheSample(t) defer r.Close() entries, err = r.readN(-1, false, true, false, "src/nonexist") if err != io.EOF { t.Fatal(err, entries.len()) } want = loadMetacacheSampleNames[:0] if entries.len() != len(want) { t.Fatal("unexpected length:", entries.len(), "want:", len(want)) }
Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Wed Apr 09 14:28:39 GMT 2025 - 15K bytes - Click Count (0)