Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 384 for verb (0.05 seconds)

  1. docs/es/llm-prompt.md

    ---
    
    For the next terms, use the following translations:
    
    * framework: framework (do not translate to "marco")
    * performance: rendimiento
    * program (verb): programar
    * code (verb): programar
    * type hints: anotaciones de tipos
    * type annotations: anotaciones de tipos
    * autocomplete: autocompletado
    * completion (in the context of autocompletion): autocompletado
    * feature: funcionalidad
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Dec 16 16:33:45 GMT 2025
    - 5.4K bytes
    - Click Count (0)
  2. docs/ru/llm-prompt.md

    * validate: валидировать (or `выполнить валидацию`)
    * requirements (meaning dependencies): зависимости
    * auto-reload: авто-перезагрузка (or `перезагрузить автоматически` if used as a verb)
    * show (meaning show on the screen): отобразить
    * parsing (noun): парсинг
    * origin (in web development): origin (add `источник` if clarification is needed)
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Jan 22 07:07:05 GMT 2026
    - 6.5K bytes
    - Click Count (0)
  3. build-logic/src/main/kotlin/BndBuildAction.kt

              override fun getRuntimeOnlyConfigurationName(): String = jvmMainSourceSet.runtimeOnlyConfigurationName + "ForFakeMain"
    
              override fun getTaskName(
                verb: String?,
                target: String?,
              ) = "${jvmMainSourceSet.getTaskName(verb, target)}ForFakeMain"
            }
          sourceSets.add(mainSourceSet)
          project.tasks.named { it.endsWith("ForFakeMain") }.configureEach { onlyIf { false } }
    
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Thu Feb 05 09:17:33 GMT 2026
    - 8.9K bytes
    - Click Count (0)
  4. docs/tr/llm-prompt.md

    - Use imperative/guide language (e.g. "açalım", "gidin", "kopyalayalım", "bir bakalım").
    - Avoid filler words and overly long sentences.
    - Ensure sentences make sense in Turkish context — adjust structure, conjunctions, and verb forms as needed for natural flow (e.g. use "Ancak" instead of "Ve" when connecting contrasting sentences, use "-maktadır/-mektedir" for formal statements).
    
    ### Headings
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Tue Jan 20 20:34:03 GMT 2026
    - 2.7K bytes
    - Click Count (0)
  5. CLAUDE.md

    ## Naming Conventions
    
    | Element | Convention | Example |
    |---------|------------|---------|
    | Classes | PascalCase | `UserService`, `FessBaseAction` |
    | Methods | camelCase + verb | `getUserList()`, `setupHtmlData()` |
    | Constants | UPPER_SNAKE_CASE | `DEFAULT_PAGE_SIZE` |
    | Fields | camelCase | `userPager`, `fessConfig` |
    
    ## Log Message Guidelines
    
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Mar 19 09:48:10 GMT 2026
    - 7.8K bytes
    - Click Count (0)
  6. docs/en/docs/management-tasks.md

        * For translations use the `🌐` emoji ("globe with meridians").
    * Start the title with a verb. For example `Add`, `Refactor`, `Fix`, etc. This way the title will say the action that the PR does. Like `Add support for teleporting`, instead of `Teleporting wasn't working, so this PR fixes it`.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Mon Mar 23 13:59:26 GMT 2026
    - 10.7K bytes
    - Click Count (0)
  7. CHANGELOG/CHANGELOG-1.35.md

      
      Before upgrading to 1.35, ensure any custom ClusterRoles and Roles intended to grant `pods/exec`, `pods/attach`, or `pods/portforward` permission include the `create` verb. ([#134577](https://github.com/kubernetes/kubernetes/pull/134577), [@seans3](https://github.com/seans3)) [SIG API Machinery, Auth, Node and Testing]
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Mar 19 03:20:49 GMT 2026
    - 265.9K bytes
    - Click Count (0)
  8. CHANGELOG/CHANGELOG-1.32.md

      If the API server does not support or allow streaming, then `client-go` falls back to fetching the collection using the **list** API verb. ([#127388](https://github.com/kubernetes/kubernetes/pull/127388), [@p0lyn0mial](https://github.com/p0lyn0mial)) [SIG API Machinery and Testing]
    Created: Fri Apr 03 09:05:14 GMT 2026
    - Last Modified: Thu Feb 26 23:58:21 GMT 2026
    - 470.5K bytes
    - Click Count (0)
  9. docs/pt/docs/tutorial/cookie-param-models.md

    Se você for na **IU da documentação da API** em `/docs` você poderá ver a **documentação** para cookies das suas *operações de rotas*.
    
    Mas mesmo que você **adicionar os dados** e clicar em "Executar", pelo motivo da IU da documentação trabalhar com **JavaScript**, os cookies não serão enviados, e você verá uma mensagem de **erro** como se você não tivesse escrito nenhum dado.
    
    ///
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Feb 13 13:48:53 GMT 2026
    - 3.4K bytes
    - Click Count (0)
  10. docs/pt/docs/tutorial/cookie-params.md

    Se você for à **interface de documentação da API** em `/docs`, poderá ver a **documentação** de cookies para suas *operações de rota*.
    
    Mas mesmo que você **preencha os dados** e clique em "Execute", como a interface de documentação funciona com **JavaScript**, os cookies não serão enviados e você verá uma mensagem de **erro** como se você não tivesse escrito nenhum valor.
    
    ///
    
    ## Recapitulando { #recap }
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Nov 12 16:23:57 GMT 2025
    - 1.8K bytes
    - Click Count (0)
Back to Top