Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 211 - 220 of 735 for modeli (0.07 seconds)

  1. okhttp-tls/src/main/java9/module-info.java

    @SuppressWarnings("module")
    module okhttp3.tls {
      requires okhttp3;
      exports okhttp3.tls;
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Sep 21 06:22:22 GMT 2025
    - 94 bytes
    - Click Count (0)
  2. futures/failureaccess/src/module-info.java

     * or implied. See the License for the specific language governing permissions and limitations under
     * the License.
     */
    
    /** Guava: {@code Future} Internals. */
    module com.google.common.util.concurrent.internal {
      exports com.google.common.util.concurrent.internal;
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Feb 12 18:13:11 GMT 2025
    - 744 bytes
    - Click Count (0)
  3. compat/maven-model-builder/src/test/resources/poms/validation/duplicate-module.xml

    -->
    
    <project>
      <modelVersion>4.0.0</modelVersion>
      <artifactId>aid</artifactId>
      <groupId>gid</groupId>
      <version>0.1</version>
      <packaging>pom</packaging>
    
      <modules>
        <module>child</module>
        <module>child</module>
      </modules>
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Fri Oct 25 12:31:46 GMT 2024
    - 1015 bytes
    - Click Count (0)
  4. okhttp/src/jvmMain/java9/module-info.java

    @SuppressWarnings("module")
    module okhttp3 {
      requires transitive kotlin.stdlib;
      requires transitive okio;
      requires java.logging;
      exports okhttp3;
      exports okhttp3.internal to okhttp3.logging, okhttp3.sse, okhttp3.java.net.cookiejar, okhttp3.dnsoverhttps, mockwebserver3, okhttp3.mockwebserver, mockwebserver3.junit5, okhttp3.coroutines, okhttp3.tls;
      exports okhttp3.internal.concurrent to mockwebserver3, okhttp3.mockwebserver;
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue Feb 03 22:17:59 GMT 2026
    - 992 bytes
    - Click Count (0)
  5. mockwebserver-junit4/src/main/java9/module-info.java

    @SuppressWarnings("module")
    module mockwebserver3.junit4 {
      requires okhttp3;
      exports mockwebserver3.junit4;
      requires java.logging;
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Sep 21 06:22:22 GMT 2025
    - 139 bytes
    - Click Count (0)
  6. module-tests/src/test/java/module-info.java

    @SuppressWarnings("module")
    module okhttp3.modules.test {
      requires okhttp3;
      requires okhttp3.logging;
      requires mockwebserver3;
      requires mockwebserver3.junit5;
      requires jdk.crypto.ec;
      requires org.junit.jupiter.api;
      requires okhttp3.modules;
      opens okhttp3.modules.test to org.junit.platform.commons;
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Sun Sep 21 06:22:22 GMT 2025
    - 317 bytes
    - Click Count (0)
  7. guava-testlib/src/module-info.java

     * or implied. See the License for the specific language governing permissions and limitations under
     * the License.
     */
    
    /** Guava Testlib */
    module com.google.common.testlib {
      requires java.logging;
      requires transitive com.google.common;
      requires transitive junit;
      requires static com.google.errorprone.annotations;
      requires static com.google.j2objc.annotations;
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Tue Apr 01 21:16:20 GMT 2025
    - 1.2K bytes
    - Click Count (0)
  8. impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/DefaultConsumerPomBuilder.java

    import org.apache.maven.api.feature.Features;
    import org.apache.maven.api.model.Dependency;
    import org.apache.maven.api.model.DistributionManagement;
    import org.apache.maven.api.model.Model;
    import org.apache.maven.api.model.ModelBase;
    import org.apache.maven.api.model.Parent;
    import org.apache.maven.api.model.Profile;
    import org.apache.maven.api.model.Repository;
    import org.apache.maven.api.model.Scm;
    import org.apache.maven.api.services.MavenException;
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Wed Mar 04 19:49:40 GMT 2026
    - 22.3K bytes
    - Click Count (0)
  9. docs/uk/docs/tutorial/sql-databases.md

    ---> 100%
    ```
    
    </div>
    
    ## Створіть застосунок з однією моделлю { #create-the-app-with-a-single-model }
    
    Спершу створимо найпростішу версію застосунку з однією моделлю **SQLModel**.
    
    Потім нижче покращимо безпеку і гнучкість за допомогою кількох моделей. 🤓
    
    ### Створіть моделі { #create-models }
    
    Імпортуйте `SQLModel` і створіть модель бази даних:
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:27:41 GMT 2026
    - 22.2K bytes
    - Click Count (0)
  10. docs/fr/docs/advanced/response-cookies.md

    {* ../../docs_src/response_cookies/tutorial002_py310.py hl[1, 8:9] *}
    
    Vous pouvez ensuite renvoyer n'importe quel objet dont vous avez besoin, comme d'habitude (un `dict`, un modèle de base de données, etc.).
    
    Et si vous avez déclaré un `response_model`, il sera toujours utilisé pour filtrer et convertir l'objet que vous avez renvoyé.
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:37:13 GMT 2026
    - 2.5K bytes
    - Click Count (0)
Back to Top