Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 57 for mkdirs (0.18 sec)

  1. api/go1.14.txt

    pkg syscall (freebsd-arm64), const SYS_MINHERIT ideal-int
    pkg syscall (freebsd-arm64), const SYS_MKDIR = 136
    pkg syscall (freebsd-arm64), const SYS_MKDIR ideal-int
    pkg syscall (freebsd-arm64), const SYS_MKDIRAT = 496
    pkg syscall (freebsd-arm64), const SYS_MKDIRAT ideal-int
    pkg syscall (freebsd-arm64), const SYS_MKFIFO = 132
    pkg syscall (freebsd-arm64), const SYS_MKFIFO ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.13.md

    ## Changelog since v1.13.7
    
    ### Other notable changes
    
    * Fix possible fd leak and closing of dirs in doSafeMakeDir  ([#79534](https://github.com/kubernetes/kubernetes/pull/79534), [@odinuge](https://github.com/odinuge))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu May 05 13:44:43 GMT 2022
    - 273.1K bytes
    - Viewed (0)
  3. tensorflow/BUILD

            "//tensorflow/cc:headers",
            "//tensorflow/core:headers",
            "@local_xla//xla/stream_executor:stream_executor_install_hdrs",
        ],
        outs = ["include"],
        cmd = """
        mkdir $@
        for f in $(SRCS); do
          d="$${f%/*}"
          d="$${d#bazel-out/*/genfiles/}"
          d="$${d#bazel-out/*/bin/}"
    
          if [[ $${d} == *local_config_* ]]; then
            continue
          fi
    
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Apr 09 18:15:11 GMT 2024
    - 53.4K bytes
    - Viewed (8)
  4. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), const SYS_MINHERIT ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_MKDIR = 136
    pkg syscall (netbsd-arm64-cgo), const SYS_MKDIRAT = 461
    pkg syscall (netbsd-arm64-cgo), const SYS_MKDIRAT ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_MKDIR ideal-int
    pkg syscall (netbsd-arm64-cgo), const SYS_MKFIFO = 132
    pkg syscall (netbsd-arm64-cgo), const SYS_MKFIFOAT = 459
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Aug 08 18:44:16 GMT 2019
    - 452.6K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.16.md

    * Fix possible fd leak and closing of dirs when using openstack ([#82873](https://github.com/kubernetes/kubernetes/pull/82873), [@odinuge](https://github.com/odinuge))
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Thu Feb 11 10:00:57 GMT 2021
    - 345.2K bytes
    - Viewed (0)
  6. RELEASE.md

    answered questions, and were part of inspiring discussions.
    
    # Release 0.7.1
    
    ## Bug Fixes and Other Changes
    
    *   Added gfile.Open and gfile.Copy, used by input_data.py.
    *   Fixed Saver bug when MakeDirs tried to create empty directory.
    *   GPU Pip wheels are built with cuda 7.5 and cudnn-v4, making them required
        for the binary releases. Lower versions of cuda/cudnn can be supported by
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  7. Makefile

    	@echo "Installing minio binary with -race to '$(GOPATH)/bin/minio'"
    	@mkdir -p $(GOPATH)/bin && cp -f $(PWD)/minio $(GOPATH)/bin/minio
    
    install: build ## builds minio and installs it to $GOPATH/bin.
    	@echo "Installing minio binary to '$(GOPATH)/bin/minio'"
    	@mkdir -p $(GOPATH)/bin && cp -f $(PWD)/minio $(GOPATH)/bin/minio
    	@echo "Installation successful. To learn more, try \"minio --help\"."
    
    Plain Text
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Thu Apr 25 21:55:41 GMT 2024
    - 10.3K bytes
    - Viewed (1)
  8. docs/ru/docs/contributing.md

    ## Документация
    
    Прежде всего, убедитесь, что Вы настроили своё окружение, как описано выше, для установки всех зависимостей.
    
    Документация использует <a href="https://www.mkdocs.org/" class="external-link" target="_blank">MkDocs</a>.
    
    Также существуют дополнительные инструменты/скрипты для работы с переводами в `./scripts/docs.py`.
    
    !!! tip "Подсказка"
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sun Jun 11 21:38:15 GMT 2023
    - 22.5K bytes
    - Viewed (0)
  9. docs/pt/docs/contributing.md

    ## Documentação
    
    Primeiro, tenha certeza de configurar seu ambiente como descrito acima, isso irá instalar todas as requisições.
    
    A documentação usa <a href="https://www.mkdocs.org/" class="external-link" target="_blank">MkDocs</a>.
    
    E existem ferramentas/_scripts_ extras para controlar as traduções em `./scripts/docs.py`.
    
    !!! tip
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Sun Jun 11 21:38:15 GMT 2023
    - 14.9K bytes
    - Viewed (0)
  10. Makefile.core.mk

    export REPO_ROOT := $(shell git rev-parse --show-toplevel)
    
    # Make directories needed by the build system
    $(shell mkdir -p $(TARGET_OUT_LINUX))
    $(shell mkdir -p $(TARGET_OUT_LINUX)/logs)
    $(shell mkdir -p $(dir $(JUNIT_OUT)))
    
    # Need separate target for init:
    $(TARGET_OUT):
    	@mkdir -p $@
    
    # If the hub is not explicitly set, use default to istio.
    HUB ?=istio
    ifeq ($(HUB),)
      $(error "HUB cannot be empty")
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Wed May 08 20:25:15 GMT 2024
    - 22.5K bytes
    - Viewed (0)
Back to top