- Sort Score
- Result 10 results
- Languages All
Results 101 - 110 of 159 for archives (0.14 sec)
-
docs/es/docs/advanced/generate-clients.md
### Generar un Cliente TypeScript con el OpenAPI Preprocesado Ahora como el resultado final está en un archivo `openapi.json`, modificarías el `package.json` para usar ese archivo local, por ejemplo: ```JSON hl_lines="7" { "name": "frontend-app", "version": "1.0.0", "description": "", "main": "index.js", "scripts": {
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Tue Jun 17 11:53:56 UTC 2025 - 10.9K bytes - Viewed (0) -
docs/es/docs/advanced/websockets.md
En tu ruta de WebSocket puedes `await` para recibir mensajes y enviar mensajes. {* ../../docs_src/websockets/tutorial001.py hl[48:52] *} Puedes recibir y enviar datos binarios, de texto y JSON. ## Pruébalo Si tu archivo se llama `main.py`, ejecuta tu aplicación con: <div class="termy"> ```console $ fastapi dev main.py <span style="color: green;">INFO</span>: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
Registered: Sun Sep 07 07:19:17 UTC 2025 - Last Modified: Mon Dec 30 18:26:57 UTC 2024 - 5.6K bytes - Viewed (0) -
buildscripts/rewrite-old-new.sh
exit 1 fi function download_old_release() { if [ ! -f minio.RELEASE.2020-10-28T08-16-50Z ]; then curl --silent -O https://dl.minio.io/server/minio/release/linux-amd64/archive/minio.RELEASE.2020-10-28T08-16-50Z chmod a+x minio.RELEASE.2020-10-28T08-16-50Z fi } function verify_rewrite() { start_port=$1 export MINIO_ACCESS_KEY=minio export MINIO_SECRET_KEY=minio123
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon May 27 19:17:46 UTC 2024 - 3.4K bytes - Viewed (0) -
src/main/resources/fess_label_it.properties
labels.facet_filetype_rtf=Testo RTF labels.facet_filetype_chm=Guida HTML compilata labels.facet_filetype_zip=Archivio ZIP labels.facet_filetype_7z=Archivio 7z labels.facet_filetype_bz=Archivio BZIP labels.facet_filetype_bz2=Archivio BZIP2 labels.facet_filetype_tar=Archivio TAR labels.facet_filetype_rar=Archivio RAR labels.facet_filetype_3gp=Video 3gp labels.facet_filetype_3g2=Video 3g2 labels.facet_filetype_avi=Video AVI
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.4K bytes - Viewed (0) -
docs/debugging/healing-bin/main.go
// // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package main import ( "archive/zip" "bytes" "encoding/json" "fmt" "io" "log" "os" "strings" "github.com/minio/cli" "github.com/tinylib/msgp/msgp" ) func main() { app := cli.NewApp()
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Aug 29 02:39:48 UTC 2025 - 3.1K bytes - Viewed (0) -
docs/contribute/code_of_conduct.md
witnesses, please include them as well. * Your account of what occurred, and if you believe the incident is ongoing. If there is a publicly available record (e.g. a mailing list archive or a public IRC logger), please include a link. * Any additional information that may be helpful. After filing a report, a representative from the Square Code of Conduct committee will contact you
Registered: Fri Sep 05 11:42:10 UTC 2025 - Last Modified: Sun Feb 06 02:19:09 UTC 2022 - 5.1K bytes - Viewed (0) -
docs/hotfixes.md
```
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Wed Feb 14 21:36:02 UTC 2024 - 5K bytes - Viewed (0) -
buildscripts/minio-iam-ldap-upgrade-import-test.sh
# # `localhost:389` # # if this is not the case, set the environment variable # `_MINIO_LDAP_TEST_SERVER`. OLD_VERSION=RELEASE.2024-03-26T22-10-45Z OLD_BINARY_LINK=https://dl.min.io/server/minio/release/linux-amd64/archive/minio.${OLD_VERSION} __init__() { if which curl &>/dev/null; then echo "curl is already installed" else echo "Installing curl:" sudo apt install curl -y fi export GOPATH=/tmp/gopath
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Mon Nov 11 15:01:29 UTC 2024 - 3.4K bytes - Viewed (0) -
src/main/resources/fess_label_de.properties
labels.facet_filetype_rtf=Rich Text labels.facet_filetype_chm=Kompilierte HTML-Hilfe labels.facet_filetype_zip=ZIP-Archiv labels.facet_filetype_7z=7z-Archiv labels.facet_filetype_bz=BZIP-Archiv labels.facet_filetype_bz2=BZIP2-Archiv labels.facet_filetype_tar=TAR-Archiv labels.facet_filetype_rar=RAR-Archiv labels.facet_filetype_3gp=3gp-Video labels.facet_filetype_3g2=3g2-Video labels.facet_filetype_avi=AVI-Video
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 10 04:56:21 UTC 2025 - 43.5K bytes - Viewed (1) -
src/test/java/jcifs/smb/SmbFilenameFilterTest.java
*/ @ParameterizedTest @DisplayName("name-based filter matches .txt case-insensitively") @CsvSource({ "notes.txt,true", "REPORT.TXT,true", "image.png,false", "archive.tar.gz,false", "txt,false" }) void nameBasedFilterTxt(String name, boolean expected) throws Exception { SmbFilenameFilter filter = (dir, n) -> n != null && n.toLowerCase().endsWith(".txt");
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 7.3K bytes - Viewed (0)