Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 1,308 for proyecto (0.13 sec)

  1. docs/de/docs/project-generation.md

    Sebastián Ramírez <******@****.***> 1722296107 -0500
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Mon Jul 29 23:35:07 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  2. docs/zh/docs/project-generation.md

    Kayque Govetri <******@****.***> 1728040594 -0300
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Fri Oct 04 11:16:34 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  3. docs/ja/docs/project-generation.md

    Sebastián Ramírez <******@****.***> 1722296107 -0500
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Mon Jul 29 23:35:07 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  4. docs/tr/docs/project-generation.md

    Sebastián Ramírez <******@****.***> 1722296107 -0500
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Mon Jul 29 23:35:07 UTC 2024
    - 6K bytes
    - Viewed (0)
  5. docs/em/docs/project-generation.md

    Sebastián Ramírez <******@****.***> 1722296107 -0500
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Mon Jul 29 23:35:07 UTC 2024
    - 4.9K bytes
    - Viewed (0)
  6. docs/en/docs/project-generation.md

    Kayque Govetri <******@****.***> 1728040594 -0300
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Fri Oct 04 11:16:34 UTC 2024
    - 1.9K bytes
    - Viewed (0)
  7. docs/ko/docs/project-generation.md

    Kayque Govetri <******@****.***> 1728040594 -0300
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Fri Oct 04 11:16:34 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  8. docs/fr/docs/project-generation.md

    Sebastián Ramírez <******@****.***> 1722296107 -0500
    Registered: Sun Oct 27 07:19:11 UTC 2024
    - Last Modified: Mon Jul 29 23:35:07 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  9. docs/site-replication/run-multi-site-oidc.sh

    ./mc admin policy remove minio3 projecta
    
    sleep 10
    ./mc admin policy info minio1 projecta
    if [ $? -eq 0 ]; then
    	echo "expecting the command to fail, exiting.."
    	exit_1
    fi
    
    ./mc admin policy info minio2 projecta
    if [ $? -eq 0 ]; then
    	echo "expecting the command to fail, exiting.."
    	exit_1
    fi
    
    ./mc admin policy create minio1 projecta ./docs/site-replication/rw.json
    sleep 5
    
    Registered: Sun Oct 27 19:28:09 UTC 2024
    - Last Modified: Tue Sep 24 08:03:58 UTC 2024
    - 8.5K bytes
    - Viewed (0)
  10. build-logic-commons/basics/src/main/kotlin/gradlebuild/basics/tasks/ClasspathManifest.kt

        }
    
        private
        fun createProperties() = Properties().also { properties ->
            properties["runtime"] = runtime.get().joinToString(",")
            properties["projects"] = projects.get().joinToString(",")
            optionalProjects.get().takeIf { it.isNotEmpty() }?.let { optional ->
                properties["optional"] = optional.joinForProperties()
            }
        }
    
        private
    Registered: Wed Oct 30 11:36:09 UTC 2024
    - Last Modified: Thu Mar 28 20:26:58 UTC 2024
    - 2.4K bytes
    - Viewed (0)
Back to top