- Sort Score
- Result 10 results
- Languages All
Results 1 - 5 of 5 for setPosition (0.06 sec)
-
impl/maven-core/src/test/java/org/apache/maven/project/harness/Xpp3DomAttributeIterator.java
public NodePointer getNodePointer() { if (position == 0) { setPosition(1); } return (attribute == null) ? null : new Xpp3DomAttributePointer(parent, attribute); } @Override public int getPosition() { return position; } @Override public boolean setPosition(int position) { this.position = position;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 2.3K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/harness/Xpp3DomNodeIterator.java
@Override public NodePointer getNodePointer() { if (position == 0) { setPosition(1); } return (child == null) ? null : new Xpp3DomNodePointer(parent, child); } @Override public int getPosition() { return position; } @Override public boolean setPosition(int position) { this.position = position; filterChildren(position);Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 4.4K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/reflection/ReflectionValueExtractor.java
tokenizer = new Tokenizer(expression); tokenizer.nextPropertyName(); if (tokenizer.getPosition() == EOF) { return null; } } else { tokenizer = new Tokenizer("." + expression); } int propertyPosition = tokenizer.getPosition(); while (value != null && tokenizer.peekChar() != EOF) { switch (tokenizer.skipChar()) {
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Feb 25 08:27:34 UTC 2025 - 10.8K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/suggest/analysis/SuggestAnalyzerTest.java
assertNotNull(tokens); assertEquals(3, tokens.size()); assertEquals(0, tokens.get(0).getPosition()); assertEquals(1, tokens.get(1).getPosition()); assertEquals(2, tokens.get(2).getPosition()); } @Test public void testAnalyzeTokenOffsets() { // Test that token offsets are correct String text = "one two three";Registered: Sat Dec 20 13:04:59 UTC 2025 - Last Modified: Mon Sep 01 13:33:03 UTC 2025 - 15.7K bytes - Viewed (0) -
impl/maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
getParts(); } org/codehaus/plexus/util/cli/Commandline$Marker.class package org.codehaus.plexus.util.cli; public synchronized class Commandline$Marker { private int position; private int realPos; void Commandline$Marker(Commandline, int); public int getPosition(); } org/codehaus/plexus/util/cli/Commandline.class package org.codehaus.plexus.util.cli; public synchronized class Commandline implements Cloneable { protected static final String OS_NAME = os.name; protected static final String WINDOWS = Windows;...Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 164.6K bytes - Viewed (0)