- Sort Score
- Result 10 results
- Languages All
Results 1221 - 1230 of 1,556 for implementar (0.06 sec)
-
src/main/java/org/codelibs/core/beans/impl/PropertyDescImpl.java
import org.codelibs.core.lang.MethodUtil; import org.codelibs.core.lang.ModifierUtil; /** * {@link PropertyDesc}の実装クラスです。 * * @author higa */ public class PropertyDescImpl implements PropertyDesc { private static final Object[] EMPTY_ARGS = new Object[0]; private final String propertyName; private final Class<?> propertyType; private Method readMethod;
Registered: Fri Nov 01 20:58:10 UTC 2024 - Last Modified: Thu Mar 07 01:59:08 UTC 2024 - 15.3K bytes - Viewed (0) -
src/main/java/jcifs/internal/smb2/nego/Smb2NegotiateResponse.java
import jcifs.internal.util.SMBUtil; import jcifs.util.Hexdump; import jcifs.util.transport.Response; /** * @author mbechler * */ public class Smb2NegotiateResponse extends ServerMessageBlock2Response implements SmbNegotiationResponse { private static final Logger log = LoggerFactory.getLogger(Smb2NegotiateResponse.class); private int securityMode; private int dialectRevision;
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Mar 22 10:09:46 UTC 2020 - 17.6K bytes - Viewed (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/DefaultArtifactDescriptorReader.java
/** * Default artifact descriptor reader. * * @deprecated since 4.0.0, use {@code maven-api-impl} jar instead */ @Named @Singleton @Deprecated(since = "4.0.0") public class DefaultArtifactDescriptorReader implements ArtifactDescriptorReader { private final RemoteRepositoryManager remoteRepositoryManager; private final VersionResolver versionResolver; private final VersionRangeResolver versionRangeResolver;
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 17K bytes - Viewed (0) -
compat/maven-model-builder/src/test/java/org/apache/maven/model/building/DefaultModelBuilderTest.java
case BASE2_ID: return new StringModelSource(BASE2); } return null; } } static class BaseModelResolver implements ModelResolver { @Override public ModelSource resolveModel(String groupId, String artifactId, String version) throws UnresolvableModelException { return null; }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 16.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/suggest/index/contents/DefaultContentsParser.java
import org.codelibs.fess.suggest.util.SuggestUtil; import org.opensearch.OpenSearchStatusException; import org.opensearch.action.admin.indices.analyze.AnalyzeAction.AnalyzeToken; public class DefaultContentsParser implements ContentsParser { private final static Logger logger = LogManager.getLogger(DefaultContentsParser.class); private final int maxAnalyzedContentLength; public DefaultContentsParser() {
Registered: Fri Nov 08 09:08:12 UTC 2024 - Last Modified: Thu Feb 22 01:36:54 UTC 2024 - 13.7K bytes - Viewed (0) -
src/cmd/cgo/doc.go
return } The hexadecimal number is a hash of cgo's input, chosen to be deterministic yet unlikely to collide with other uses. The actual function _cgo_be59f0f25121_Cfunc_puts is implemented in a C source file compiled by gcc, the file x.cgo2.c: void _cgo_be59f0f25121_Cfunc_puts(void *v) { struct { char* p0; int r; char __pad12[4];
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Tue Oct 01 22:52:54 UTC 2024 - 44K bytes - Viewed (0) -
futures/listenablefuture1/src/com/google/common/util/concurrent/ListenableFuture.java
* family. <b>Avoid</b> creating a mock or stub {@code Future}. Mock and stub implementations are * fragile because they assume that only certain methods will be called and because they often * implement subtleties of the API improperly. * * <p><b>Custom implementation</b>: Avoid implementing {@code ListenableFuture} from scratch. If you
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Jun 26 21:13:41 UTC 2023 - 8K bytes - Viewed (0) -
guava/src/com/google/common/util/concurrent/ListenableFuture.java
* family. <b>Avoid</b> creating a mock or stub {@code Future}. Mock and stub implementations are * fragile because they assume that only certain methods will be called and because they often * implement subtleties of the API improperly. * * <p><b>Custom implementation</b>: Avoid implementing {@code ListenableFuture} from scratch. If you
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Jun 26 21:13:41 UTC 2023 - 8K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultProjectManager.java
import static org.apache.maven.internal.impl.Utils.map; import static org.apache.maven.internal.impl.Utils.nonNull; @Named @Typed @SessionScoped public class DefaultProjectManager implements ProjectManager { private final InternalMavenSession session; private final ArtifactManager artifactManager; @Inject
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 9.3K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiFile.java
} @Override public String toString() { return "KuromojiFile [path=" + path + ", kuromojiItemList=" + kuromojiItemList + ", id=" + id + "]"; } protected class KuromojiUpdater implements Closeable { protected boolean isCommit = false; protected File newFile; protected Writer writer; protected KuromojiItem item;
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Oct 11 21:11:58 UTC 2024 - 9.7K bytes - Viewed (0)