Search Options

Results per page
Sort
Preferred Languages
Advance

Results 561 - 570 of 749 for platin (0.13 sec)

  1. src/main/webapp/js/admin/adminlte.min.js.map

    $(this).data()\n    }\n\n    const _options = $.extend({}, Default, typeof config === 'object' ? config : data)\n    const plugin = new Fullscreen($(this), _options)\n\n    $(this).data(DATA_KEY, typeof config === 'object' ? config : data)\n\n    if (typeof config === 'string' && /toggle|toggleIcon|fullscreen|windowed/.test(config)) {\n      plugin[config]()\n    } else {\n      plugin.init()\n    }\n  }\n}\n\n/**\n  * Data API\n  * ====================================================\n  */\n$(document).on('click',...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 132.4K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.16.md

    - kubeadm
    
      - The CoreDNS Deployment now checks readiness via the `ready` plugin.
      - The `proxy` plugin has been deprecated. The `forward` plugin is to be used instead.
      - `kubernetes` plugin removes the `resyncperiod` option.
      - The `upstream` option is deprecated and ignored if included.
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Feb 11 10:00:57 UTC 2021
    - 345.2K bytes
    - Viewed (0)
  3. docs/de/docs/alternatives.md

    Marshmallow und Webargs bieten Validierung, Parsen und Serialisierung als Plugins.
    
    Es fehlt jedoch noch die Dokumentation. Dann wurde APISpec erstellt.
    
    Es ist ein Plugin für viele Frameworks (und es gibt auch ein Plugin für Starlette).
    
    Die Funktionsweise besteht darin, dass Sie die Definition des Schemas im YAML-Format im Docstring jeder Funktion schreiben, die eine Route verarbeitet.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 20 19:20:23 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  4. docs/tls/README.md

    MinIO can connect to other servers, including MinIO nodes or other server types such as NATs and Redis. If these servers use certificates that were not registered with a known CA, add trust for these certificates to MinIO Server by placing these certificates under one of the following MinIO configuration paths:
    
    * **Linux:** `~/.minio/certs/CAs/`
    * **Windows**: `C:\Users\<Username>\.minio\certs\CAs`
    
    ## Explore Further
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 8.4K bytes
    - Viewed (0)
  5. compat/maven-compat/src/test/java/org/apache/maven/artifact/AbstractArtifactComponentTestCase.java

    import org.apache.maven.execution.MavenSession;
    import org.apache.maven.internal.impl.DefaultLookup;
    import org.apache.maven.internal.impl.DefaultSessionFactory;
    import org.apache.maven.plugin.LegacySupport;
    import org.apache.maven.repository.internal.artifact.FatArtifactTraverser;
    import org.apache.maven.repository.internal.scopes.Maven4ScopeManagerConfiguration;
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 13.8K bytes
    - Viewed (0)
  6. .github/CODEOWNERS

    platforms/enterprise/enterprise-logging/                @gradle/bt-build-scan @gradle/dv-testing-team
    platforms/enterprise/enterprise-operations/             @gradle/bt-build-scan
    platforms/enterprise/enterprise-plugin-performance/     @gradle/bt-build-scan
    
    # JVM platform
    build-logic/java-api-extractor              @gradle/bt-jvm
    platforms/jvm/                              @gradle/bt-jvm
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Thu Oct 24 14:46:27 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  7. CHANGELOG/CHANGELOG-1.6.md

    * **[stable]** Volume plugin for ScaleIO enabling pods to seamlessly access and use data stored on Dell EMC ScaleIO volumes.
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.22.md

    This release also contains a number of bug fixes to the feature set. Aspiring plugin authors can look at [sample-exec-plugin](https://github.com/ankeesler/sample-exec-plugin) as a way to get started.
    
    Registered: Fri Nov 01 09:05:11 UTC 2024
    - Last Modified: Tue Dec 13 12:43:45 UTC 2022
    - 454.1K bytes
    - Viewed (0)
  9. docs/fr/docs/advanced/response-directly.md

    Par défaut, **FastAPI** convertirait automatiquement cette valeur de retour en JSON en utilisant le `jsonable_encoder` expliqué dans [JSON Compatible Encoder](../tutorial/encoder.md){.internal-link target=_blank}.
    
    Ensuite, en arrière-plan, il mettra ces données JSON-compatible (par exemple un `dict`) à l'intérieur d'un `JSONResponse` qui sera utilisé pour envoyer la réponse au client.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 3.6K bytes
    - Viewed (0)
  10. docs/en/docs/tutorial/response-model.md

    But if we use the same model for another *path operation*, we could be sending our user's passwords to every client.
    
    /// danger
    
    Never store the plain password of a user or send it in a response like this, unless you know all the caveats and you know what you are doing.
    
    ///
    
    ## Add an output model
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 18.1K bytes
    - Viewed (0)
Back to top