- Sort Score
- Result 10 results
- Languages All
Results 31 - 40 of 58 for upperCase (0.07 sec)
-
docs/uk/docs/python-types.md
У певний момент ви розпочали б визначення функції, у вас були б готові параметри... Але тоді вам потрібно викликати "той метод, який переводить першу літеру у верхній регістр". Це буде `upper`? Чи `uppercase`? `first_uppercase`? `capitalize`? Тоді ви спробуєте давнього друга програміста - автозаповнення редактора коду.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 19.5K bytes - Viewed (0) -
docs/zh/docs/python-types.md
{!../../docs_src/python_types/tutorial001.py!} ``` ### 修改示例 这是一个非常简单的程序。 现在假设你将从头开始编写这段程序。 在某一时刻,你开始定义函数,并且准备好了参数...。 现在你需要调用一个"将第一个字母转换为大写形式的方法"。 等等,那个方法是什么来着?`upper`?还是 `uppercase`?`first_uppercase`?`capitalize`? 然后你尝试向程序员老手的朋友——编辑器自动补全寻求帮助。 输入函数的第一个参数 `first_name`,输入点号(`.`)然后敲下 `Ctrl+Space` 来触发代码补全。 但遗憾的是并没有起什么作用: <img src="https://fastapi.tiangolo.com/img/python-types/image01.png">
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 8.6K bytes - Viewed (0) -
docs/ko/docs/python-types.md
{!../../docs_src/python_types/tutorial001.py!} ``` ### 코드 수정 이건 매우 간단한 프로그램입니다. 그런데 처음부터 작성한다고 생각을 해봅시다. 여러분은 매개변수를 준비했고, 함수를 정의하기 시작했을 겁니다. 이때 "첫 글자를 대문자로 바꾸는 함수"를 호출해야 합니다. `upper`였나? 아니면 `uppercase`? `first_uppercase`? `capitalize`? 그때 개발자들의 오랜 친구, 에디터 자동완성을 시도해봅니다. 당신은 `first_name`를 입력한 뒤 점(`.`)을 입력하고 자동완성을 켜기 위해서 `Ctrl+Space`를 눌렀습니다. 하지만 슬프게도 아무런 도움이 되지 않습니다: <img src="/img/python-types/image01.png">
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 10.5K bytes - Viewed (0) -
docs/em/docs/python-types.md
{!../../docs_src/python_types/tutorial001.py!} ``` ### ✍ ⚫️ ⚫️ 📶 🙅 📋. ✋️ 🔜 🌈 👈 👆 ✍ ⚫️ ⚪️➡️ 🖌. ☝ 👆 🔜 ✔️ ▶️ 🔑 🔢, 👆 ✔️ 🔢 🔜... ✋️ ⤴️ 👆 ✔️ 🤙 "👈 👩🔬 👈 🗜 🥇 🔤 ↖ 💼". ⚫️ `upper`❓ ⚫️ `uppercase`❓ `first_uppercase`❓ `capitalize`❓ ⤴️, 👆 🔄 ⏮️ 🗝 👩💻 👨👧👦, 👨🎨 ✍. 👆 🆎 🥇 🔢 🔢, `first_name`, ⤴️ ❣ (`.`) & ⤴️ 🎯 `Ctrl+Space` ⏲ 🛠️. ✋️, 😞, 👆 🤚 🕳 ⚠:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 13.4K bytes - Viewed (0) -
android/guava/src/com/google/common/net/InternetDomainName.java
* determine addressability of any host, clients of this class will need to perform their own DNS * lookups. * * <p>During construction, names are normalized in two ways: * * <ol> * <li>ASCII uppercase characters are converted to lowercase. * <li>Unicode dot separators other than the ASCII period ({@code '.'}) are converted to the ASCII * period. * </ol> *
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Mon Feb 05 20:47:23 UTC 2024 - 28K bytes - Viewed (0) -
docs/en/docs/python-types.md
At some point you would have started the definition of the function, you had the parameters ready... But then you have to call "that method that converts the first letter to upper case". Was it `upper`? Was it `uppercase`? `first_uppercase`? `capitalize`? Then, you try with the old programmer's friend, editor autocompletion.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sat Oct 26 11:47:53 UTC 2024 - 16.7K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/http2/Hpack.kt
} else { evictToRecoverBytes(dynamicTableByteCount - maxDynamicTableByteCount) } } } } /** * An HTTP/2 response cannot contain uppercase header characters and must be treated as * malformed. */ @Throws(IOException::class) fun checkLowercase(name: ByteString): ByteString { for (i in 0 until name.size) {
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 22.5K bytes - Viewed (0) -
docs/pt/docs/python-types.md
Em algum momento você teria iniciado a definição da função, já tinha os parâmetros prontos... Mas então você deve chamar "esse método que converte a primeira letra em maiúscula". Era `upper`? Era `uppercase`? `first_uppercase`? `capitalize`? Em seguida, tente com o velho amigo do programador, o preenchimento automático do editor.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Oct 15 12:32:27 UTC 2024 - 18K bytes - Viewed (0) -
docs/vi/docs/python-types.md
Tại một vài thời điểm, bạn sẽ bắt đầu định nghĩa hàm, bạn có các tham số... Nhưng sau đó bạn phải gọi "phương thức chuyển đổi kí tự đầu tiên sang kiểu chữ hoa". Có phải là `upper`? Có phải là `uppercase`? `first_uppercase`? `capitalize`? Sau đó, bạn thử hỏi người bạn cũ của mình, autocompletion của trình soạn thảo.
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 21.6K bytes - Viewed (0) -
docs/ja/docs/python-types.md
``` ### 編集 これはとても簡単なプログラムです。 しかし、今、あなたがそれを一から書いていたと想像してみてください。 パラメータの準備ができていたら、そのとき、関数の定義を始めていたことでしょう... しかし、そうすると「最初の文字を大文字に変換するあのメソッド」を呼び出す必要があります。 それは`upper`でしたか?`uppercase`でしたか?それとも`first_uppercase`?または`capitalize`? そして、古くからプログラマーの友人であるエディタで自動補完を試してみます。 関数の最初のパラメータ`first_name`を入力し、ドット(`.`)を入力してから、`Ctrl+Space`を押すと補完が実行されます。 しかし、悲しいことに、これはなんの役にも立ちません:
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 11.8K bytes - Viewed (0)