Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 128 for javascript (0.2 sec)

  1. guava-testlib/src/com/google/common/collect/testing/google/SetGenerators.java

      public static class ImmutableSetWithBadHashesGenerator extends TestCollidingSetGenerator
          // Work around a GWT compiler bug.  Not explicitly listing this will
          // cause the createArray() method missing in the generated javascript.
          // TODO: Remove this once the GWT bug is fixed.
          implements TestCollectionGenerator<Object> {
        @Override
        public Set<Object> create(Object... elements) {
          return ImmutableSet.copyOf(elements);
    Java
    - Registered: Fri Apr 26 12:43:10 GMT 2024
    - Last Modified: Wed Feb 21 16:49:06 GMT 2024
    - 15.5K bytes
    - Viewed (0)
  2. maven-core/plugin-manager.txt

    * Plugin dependencies
    * Plugin resources like JavaScript files or images
    * Configuration metadata and default configuration values
    * Extension points that plugins might expose
    
    h3. The plugin manager may have to deal with particular actions when a plugin is
    
    Plain Text
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Jul 18 22:45:13 GMT 2022
    - 12.9K bytes
    - Viewed (0)
  3. docs/en/docs/alternatives.md

    ### <a href="https://nestjs.com/" class="external-link" target="_blank">NestJS</a> (and <a href="https://angular.io/" class="external-link" target="_blank">Angular</a>)
    
    This isn't even Python, NestJS is a JavaScript (TypeScript) NodeJS framework inspired by Angular.
    
    It achieves something somewhat similar to what can be done with Flask-apispec.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 23.2K bytes
    - Viewed (0)
  4. docs/fr/docs/async.md

    L'utilisation d'`async` et `await` est relativement nouvelle dans ce langage.
    
    Mais cela rend la programmation asynchrone bien plus simple.
    
    Cette même syntaxe (ou presque) était aussi incluse dans les versions modernes de Javascript (dans les versions navigateur et NodeJS).
    
    Mais avant ça, gérer du code asynchrone était bien plus complexe et difficile.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sun Mar 31 23:52:53 GMT 2024
    - 24K bytes
    - Viewed (0)
  5. docs/de/docs/async.md

    Aber sie erleichtert die Arbeit mit asynchronem Code erheblich.
    
    Die gleiche Syntax (oder fast identisch) wurde kürzlich auch in moderne Versionen von JavaScript (im Browser und in NodeJS) aufgenommen.
    
    Davor war der Umgang mit asynchronem Code jedoch deutlich komplexer und schwieriger.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 18:06:16 GMT 2024
    - 26.6K bytes
    - Viewed (0)
  6. docs/ru/docs/async.md

    Стиль написания кода с `async` и `await` появился в языке Python относительно недавно.
    
    Но он сильно облегчает работу с асинхронным кодом.
    
    Ровно такой же синтаксис (ну или почти такой же) недавно был включён в современные версии JavaScript (в браузере и NodeJS).
    
    До этого поддержка асинхронного кода была реализована намного сложнее, и его было труднее воспринимать.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 39.9K bytes
    - Viewed (0)
  7. docs/de/docs/alternatives.md

    Dies ist nicht einmal Python, NestJS ist ein von Angular inspiriertes JavaScript (TypeScript) NodeJS Framework.
    
    Es erreicht etwas Ähnliches wie Flask-apispec.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sat Mar 30 20:26:28 GMT 2024
    - 26.7K bytes
    - Viewed (0)
  8. docs/ja/docs/advanced/websockets.md

    そして、バックエンドとWebSocketを使用して通信するために、おそらくフロントエンドのユーティリティを使用することになるでしょう。
    
    または、ネイティブコードでWebSocketバックエンドと直接通信するネイティブモバイルアプリケーションがあるかもしれません。
    
    他にも、WebSocketのエンドポイントと通信する方法があるかもしれません。
    
    ---
    
    ただし、この例では非常にシンプルなHTML文書といくつかのJavaScriptを、すべてソースコードの中に入れて使用することにします。
    
    もちろん、これは最適な方法ではありませんし、本番環境で使うことはないでしょう。
    
    本番環境では、上記の方法のいずれかの選択肢を採用することになるでしょう。
    
    しかし、これはWebSocketのサーバーサイドに焦点を当て、実用的な例を示す最も簡単な方法です。
    
    ```Python hl_lines="2  6-38  41-43"
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sun Nov 13 13:58:31 GMT 2022
    - 7.2K bytes
    - Viewed (0)
  9. docs/en/docs/async.md

    This style of using `async` and `await` is relatively new in the language.
    
    But it makes working with asynchronous code a lot easier.
    
    This same syntax (or almost identical) was also included recently in modern versions of JavaScript (in Browser and NodeJS).
    
    But before that, handling asynchronous code was quite more complex and difficult.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 23K bytes
    - Viewed (0)
  10. docs/es/docs/async.md

    Pero hace que trabajar con código asíncrono sea mucho más fácil.
    
    Esta misma sintaxis (o casi idéntica) también se incluyó recientemente en las versiones modernas de JavaScript (en Browser y NodeJS).
    
    Pero antes de eso, manejar código asíncrono era bastante más complejo y difícil.
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Thu Apr 18 19:53:19 GMT 2024
    - 24.9K bytes
    - Viewed (0)
Back to top