Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1031 - 1040 of 7,287 for _class (0.06 sec)

  1. android/guava-tests/test/com/google/common/net/PercentEscaperTest.java

    import com.google.common.escape.UnicodeEscaper;
    import junit.framework.TestCase;
    
    /**
     * Tests for {@link PercentEscaper}.
     *
     * @author David Beaumont
     */
    @GwtCompatible
    public class PercentEscaperTest extends TestCase {
    
      /** Tests that the simple escaper treats 0-9, a-z and A-Z as safe */
      public void testSimpleEscaper() {
        UnicodeEscaper e = new PercentEscaper("", false);
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Mon Oct 21 15:41:36 UTC 2024
    - 5.2K bytes
    - Viewed (0)
  2. build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleBuildDocumentationPlugin.java

            applyConventions(project, tasks, objects, layout, extension);
    
            extension.getQuickFeedback().convention(providers.provider(() -> project.hasProperty("quickDocs")));
    
            project.apply(target -> target.plugin(GradleReleaseNotesPlugin.class));
            project.apply(target -> target.plugin(GradleJavadocsPlugin.class));
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Wed Apr 17 20:04:00 UTC 2024
    - 7.4K bytes
    - Viewed (0)
  3. compat/maven-embedder/src/main/java/org/apache/maven/cli/logging/Slf4jConfigurationFactory.java

    /**
     * Slf4jConfiguration factory, loading implementations from <code>META-INF/maven/slf4j-configuration.properties</code>
     * configuration files in class loader: key is the class name of the ILoggerFactory, value is the class name of
     * the corresponding Slf4jConfiguration.
     *
     * @since 3.1.0
     */
    public class Slf4jConfigurationFactory {
        public static final String RESOURCE = "META-INF/maven/slf4j-configuration.properties";
    
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 2.8K bytes
    - Viewed (0)
  4. okhttp/src/test/java/okhttp3/internal/ws/WebSocketRecorder.kt

            else -> "Failure[$response]"
          }
        }
      }
    
      internal data class Message(
        val bytes: ByteString? = null,
        val string: String? = null,
      )
    
      internal data class Ping(
        val payload: ByteString,
      )
    
      internal data class Pong(
        val payload: ByteString,
      )
    
      internal data class Closing(
        val code: Int,
        val reason: String,
      )
    
    Registered: Fri Nov 01 11:42:11 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  5. src/main/java/jcifs/smb/Kerb5Context.java

    import org.slf4j.LoggerFactory;
    
    import jcifs.CIFSException;
    import jcifs.spnego.NegTokenInit;
    
    
    /**
     * This class used to provide Kerberos feature when setup GSSContext.
     * 
     * @author Shun
     */
    class Kerb5Context implements SSPContext {
    
        private static final Logger log = LoggerFactory.getLogger(Kerb5Context.class);
    
        private static final ASN1ObjectIdentifier KRB5_MECH_OID;
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Thu Aug 02 08:22:42 UTC 2018
    - 13.9K bytes
    - Viewed (0)
  6. docs/em/docs/tutorial/sql-databases.md

    &amp; ๐Ÿ“Ÿ ๐Ÿ”— ๐Ÿ‡ธ๐Ÿ‡ฒ &amp; ๐Ÿ‡ธ๐Ÿ‡ฒ ๐Ÿท ๐Ÿ–– ๐ŸŽ ๐Ÿ”ฌ ๐Ÿ“, ๐Ÿ‘† ๐Ÿ”œ ๐Ÿ’ช ๐ŸŽญ ๐Ÿ› ๏ธ โฎ๏ธ โš— ๐Ÿต โœ”๏ธ โŽ FastAPI, Pydantic, โš–๏ธ ๐Ÿ•ณ ๐Ÿ™†.
    
    ๐ŸŽ ๐ŸŒŒ, ๐Ÿ‘† ๐Ÿ”œ ๐Ÿ’ช โš™๏ธ ๐ŸŽ ๐Ÿ‡ธ๐Ÿ‡ฒ ๐Ÿท &amp; ๐Ÿš™ ๐ŸŽ ๐Ÿ• ๐Ÿ‘† ๐Ÿ“Ÿ ๐Ÿ‘ˆ ๐Ÿšซ ๐Ÿ”— **FastAPI**.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 25K bytes
    - Viewed (0)
  7. compat/maven-compat/src/main/java/org/apache/maven/project/interpolation/StringSearchModelInterpolator.java

    /**
     * StringSearchModelInterpolator
     */
    @Deprecated
    @Named
    @Singleton
    public class StringSearchModelInterpolator extends AbstractStringBasedModelInterpolator {
    
        private static final Map<Class<?>, Field[]> FIELDS_BY_CLASS = new WeakHashMap<>();
        private static final Map<Class<?>, Boolean> PRIMITIVE_BY_CLASS = new WeakHashMap<>();
    
        public StringSearchModelInterpolator() {}
    
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  8. docs/pt/docs/how-to/separate-openapi-schemas.md

    ### Modelo de Entrada na Documentaรงรฃo
    
    Vocรช pode confirmar que na documentaรงรฃo, o campo `description` nรฃo tem um **asterisco vermelho**, nรฃo รฉ marcado como obrigatรณrio:
    
    <div class="screenshot">
    <img src="/img/tutorial/separate-openapi-schemas/image01.png">
    </div>
    
    ### Modelo para Saรญda
    
    Mas se vocรช usar o mesmo modelo como saรญda, como aqui:
    
    //// tab | Python 3.10+
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Oct 24 18:52:36 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  9. compat/maven-embedder/src/test/java/org/apache/maven/cli/MavenCliTest.java

            assertThrows(IllegalArgumentException.class, () -> cli.calculateDegreeOfConcurrency("AA"));
            assertThrows(IllegalArgumentException.class, () -> cli.calculateDegreeOfConcurrency("C"));
            assertThrows(IllegalArgumentException.class, () -> cli.calculateDegreeOfConcurrency("C2.2C"));
            assertThrows(IllegalArgumentException.class, () -> cli.calculateDegreeOfConcurrency("C2.2"));
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 30.3K bytes
    - Viewed (0)
  10. android/guava-tests/test/com/google/common/base/MoreObjectsTest.java

        assertThrows(NullPointerException.class, () -> MoreObjects.firstNonNull(null, null));
      }
    
      // ToStringHelper's tests are in ToStringHelperTest
    
      @J2ktIncompatible
      @GwtIncompatible("NullPointerTester")
      public void testNulls() throws Exception {
        NullPointerTester tester = new NullPointerTester();
        tester.ignore(MoreObjects.class.getMethod("firstNonNull", Object.class, Object.class));
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Sep 17 18:14:12 UTC 2024
    - 2.1K bytes
    - Viewed (0)
Back to top