- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 133 for inativo (0.14 sec)
-
docs/pt/docs/advanced/custom-response.md
/// info | Informação Essa resposta requer a instalação do pacote `ujson`, com o comando `pip install ujson`, por exemplo. /// /// warning | Aviso `ujson` é menos cauteloso que a implementação nativa do Python na forma que os casos especiais são tratados /// ```Python hl_lines="2 7" {!../../docs_src/custom_response/tutorial001.py!} ``` /// tip | Dica
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Oct 29 11:47:10 UTC 2024 - 13.5K bytes - Viewed (0) -
misc/go_android_exec/main.go
} if err := adb("push", platformBin, path.Join(deviceGoroot, "bin")); err != nil { return err } // Copy only the relevant subdirectories from pkg: pkg/include and the // platform-native binaries in pkg/tool. if err := adb("exec-out", "mkdir", "-p", path.Join(deviceGoroot, "pkg", "tool")); err != nil { return err }
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Mon Aug 21 17:46:57 UTC 2023 - 15.3K bytes - Viewed (0) -
docs/pt/docs/tutorial/dependencies/dependencies-with-yield.md
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Sun Oct 06 20:36:54 UTC 2024 - 15.5K bytes - Viewed (0) -
src/main/resources/fess_label_en.properties
labels.scheduledjob_scriptData=Script labels.scheduledjob_jobLogging=Logging labels.scheduledjob_crawler=Crawler Job labels.scheduledjob_running=Running labels.scheduledjob_active=Active labels.scheduledjob_nojob=Inactive labels.scheduledjob_button_start=Start now labels.scheduledjob_button_stop=Stop labels.joblog_button_back=Back labels.joblog_button_delete=Delete labels.joblog_configuration=Job Log labels.joblog_endTime=End Time
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 40.7K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.scheduledjob_scriptData=Skript labels.scheduledjob_jobLogging=Protokollierung labels.scheduledjob_crawler=Crawler-Protokoll labels.scheduledjob_running=Läuft labels.scheduledjob_active=Aktiv labels.scheduledjob_nojob=Inaktiv labels.scheduledjob_button_start=Jetzt starten labels.scheduledjob_button_stop=Beenden labels.joblog_button_back=Zurück labels.joblog_button_delete=Löschen labels.joblog_configuration=Aufgabenprotokoll
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 42.8K bytes - Viewed (0) -
src/main/resources/fess_label_ru.properties
labels.scheduledjob_scriptData=Script labels.scheduledjob_jobLogging=Logging labels.scheduledjob_crawler=Crawler Job labels.scheduledjob_running=Running labels.scheduledjob_active=Active labels.scheduledjob_nojob=Inactive labels.scheduledjob_button_start=Start now labels.scheduledjob_button_stop=Stop labels.joblog_button_back=Back labels.joblog_button_delete=Удалить labels.joblog_configuration=Журнал задания
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Fri Mar 22 11:58:34 UTC 2024 - 45.6K bytes - Viewed (0) -
docs/changelogs/changelog_2x.md
warnings when initializing OkHttp on Android‘s main thread. * **Fix: Disable ALPN on Android 4.4.** That release of the feature was unstable and prone to native crashes in the underlying OpenSSL code. * Fix: Don't send both `If-None-Match` and `If-Modified-Since` cache headers when both are applicable. * Fix: Fail early when a port is out of range.
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 26.6K bytes - Viewed (0) -
tests/preload_suits_test.go
Registered: Sun Nov 03 09:35:10 UTC 2024 - Last Modified: Fri Mar 18 05:38:46 UTC 2022 - 30.3K bytes - Viewed (0) -
cmd/bucket-lifecycle.go
"github.com/minio/minio/internal/logger" "github.com/minio/minio/internal/s3select" xnet "github.com/minio/pkg/v3/net" "github.com/zeebo/xxh3" ) const ( // Disabled means the lifecycle rule is inactive Disabled = "Disabled" // TransitionStatus status of transition TransitionStatus = "transition-status" // TransitionedObjectName name of transitioned object TransitionedObjectName = "transitioned-object"
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Oct 23 15:35:37 UTC 2024 - 33.7K bytes - Viewed (0) -
src/main/webapp/js/admin/popper.min.js.map
popperOffsets;\n}\n","/**\n * Mimics the `find` method of Array\n * @method\n * @memberof Popper.Utils\n * @argument {Array} arr\n * @argument prop\n * @argument value\n * @returns index or -1\n */\nexport default function find(arr, check) {\n // use native find if supported\n if (Array.prototype.find) {\n return arr.find(check);\n }\n\n // use `filter` to obtain the same behavior of `find`\n return arr.filter(check)[0];\n}\n","import find from './find';\n\n/**\n * Return the index of the matching...
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Sat Oct 26 01:49:09 UTC 2024 - 120.9K bytes - Viewed (0)