- Sort Score
- Result 10 results
- Languages All
Results 2301 - 2310 of 2,609 for Fset (0.08 sec)
-
ci/official/containers/linux_arm64/devel.usertools/code_check_full.bats
cat <<EOF There was a path found connecting //tensorflow/tools/pip_package:build_pip_package to a banned CUDA dependency when '--define framework_shared_object=false' is set. This means that a CUDA target was probably included via an is_static condition, used when targeting platforms like Windows where we build statically instead of dynamically. Here's the output from bazel query: EOF
Registered: Tue Nov 05 12:39:12 UTC 2024 - Last Modified: Wed Aug 14 18:47:44 UTC 2024 - 12.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/sso/spnego/SpnegoAuthenticator.java
if (authenticator != null && fessConfig.getSystemPropertyAsBoolean(SPNEGO_INITIALIZED, false)) { return authenticator; } try { // set some System properties final SpnegoFilterConfig config = SpnegoFilterConfig.getInstance(new SpengoConfig()); // pre-authenticate
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 12 01:54:46 UTC 2024 - 11.2K bytes - Viewed (0) -
src/test/java/org/codelibs/fess/dict/synonym/SynonymFileTest.java
FileUtil.writeBytes(file1.getAbsolutePath(), "a1=>A1\nb1,b2 => B1\nc1 => C1, C2\nx1,X1\ny1, Y1, y2" .getBytes(Constants.UTF_8)); // TODO set up opensearch and dictionaryManager synonymFile = new SynonymFile("1", file1.getAbsolutePath(), new Date()); } @Override public void tearDown() throws Exception { file1.delete(); }
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 9K bytes - Viewed (0) -
android/guava/src/com/google/common/net/UrlEscapers.java
/** * Returns an {@link Escaper} instance that escapes strings so they can be safely included in <a * href="https://url.spec.whatwg.org/#application-x-www-form-urlencoded-percent-encode-set">URL * form parameter names and values</a>. Escaping is performed with the UTF-8 character encoding. * The caller is responsible for <a
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Fri Jul 19 16:02:36 UTC 2024 - 7.1K bytes - Viewed (0) -
compat/maven-model/src/main/java/org/apache/maven/model/InputLocation.java
* Can return {@code null}. * * @return InputLocation * @since 4.0.0 */ public InputLocation getImportedFrom() { return importedFrom; } /** * Set the imported from location. * * @param importedFrom */ public void setImportedFrom(InputLocation importedFrom) { this.importedFrom = importedFrom; } /**
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 11.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/es/user/cbean/ca/bs/BsGroupCA.java
// =================================================================================== // Aggregation Set // ========= public void filter(String name, EsAbstractConditionQuery.OperatorCall<BsGroupCQ> queryLambda,
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:37:57 UTC 2024 - 17.7K bytes - Viewed (0) -
okhttp/src/test/java/okhttp3/KotlinDeprecationErrorTest.kt
val query: String? = httpUrl.query() val querySize: Int = httpUrl.querySize() val queryParameter: String? = httpUrl.queryParameter("") val queryParameterNames: Set<String> = httpUrl.queryParameterNames() val encodedFragment: String? = httpUrl.encodedFragment() val fragment: String? = httpUrl.fragment() val getFromUrl: HttpUrl? = HttpUrl.get(URL(""))
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 13.3K bytes - Viewed (0) -
src/main/java/org/codelibs/core/beans/impl/PropertyDescImpl.java
targetClass == null ? null : targetClass.getClassLoader() }) .initCause(t); } } else { FieldUtil.set(field, target, convertedValue); } } catch (final Throwable t) { throw new IllegalPropertyRuntimeException(beanDesc.getBeanClass(), propertyName, t); } } @Override
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/smb/SmbCopyUtil.java
} } catch ( SmbUnsupportedOperationException e ) { if ( src.getContext().getConfig().isIgnoreCopyToException() ) { log.warn("Failed to set file attributes on " + path, e); } else { throw e; } } catch ( SmbException se ) {
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Tue Jul 07 10:52:42 UTC 2020 - 17.1K bytes - Viewed (0) -
api/maven-api-metadata/src/main/mdo/metadata.mdo
</field> <field xdoc.separator="blank"> <name>plugins</name> <version>1.0.0+</version> <description>The set of plugins when this directory represents a "groupId".</description> <association> <type>Plugin</type> <multiplicity>*</multiplicity> </association> </field>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Wed May 15 17:32:27 UTC 2024 - 15.8K bytes - Viewed (0)