Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for anchoring (0.19 sec)

  1. staging/src/k8s.io/apiserver/pkg/server/options/server_run_options.go

    		"If this list is empty CORS will not be enabled. " +
    		"Please ensure each expression matches the entire hostname by anchoring " +
    		"to the start with '^' or including the '//' prefix, and by anchoring to the " +
    		"end with '$' or including the ':' port separator suffix. " +
    		"Examples of valid expressions are '//example\\.com(:|$)' and '^https://example\\.com(:|$)'"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Oct 24 21:53:51 UTC 2023
    - 15.4K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/authoring-builds/tutorial/partr3_multi_project_builds.adoc

    You can view the structure of the root project by running `./gradlew projects` in the root folder `authoring-tutorial`:
    
    [source]
    ----
    $ ./gradlew projects
    
    ------------------------------------------------------------
    Root project 'authoring-tutorial'
    ------------------------------------------------------------
    
    Root project 'authoring-tutorial'
    +--- Project ':app'
    \--- Project ':lib'
    
    Included builds
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 17:16:27 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/authoring-builds/getting_started_dev.adoc

    1. Read the <<gradle_author_intro,build basics chapters>>.
    2. Follow the <<author_tutorial,tutorial>> for a hands-on approach.
    
    [[gradle_author_intro]]
    == 1. Authoring Gradle Builds Basics
    
    The basics section goes through some Gradle authoring basics so that you can quickly understand how to configure builds, create tasks, and write plugins.
    
    [sidebar]
    _Training level_: **Intermediate** +
    _Reading time_: **35 minutes**
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 14 09:28:20 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/authoring-builds/tutorial/partr1_gradle_init.adoc

    The Community Edition is a free version of IntelliJ IDEA.
    
    == Step 1. Initializing the Project
    
    Create a new directory called `authoring-tutorial` and `cd` into it:
    
    [source,text]
    ----
    $ mkdir authoring-tutorial
    ----
    [source,text]
    ----
    $ cd authoring-tutorial
    ----
    
    Run `gradle init` with parameters to generate a Java application:
    
    [.multi-language-sample]
    =====
    [source, kotlin]
    ----
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 22:50:45 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/docs/userguide/authoring-builds/tutorial/partr7_writing_plugins.adoc

    ----
    
    == Step 4. Run the custom Task
    
    Finally, it's time to run the new task.
    
    First, let's inspect some source code:
    
    .app/src/main/java/authoring/tutorial/App.java
    [source,java]
    ----
    package authoring.tutorial;
    
    import com.gradle.CustomLib;
    
    public class App {
        public String getGreeting() {
            return "CustomLib identifier is: " + CustomLib.identifier;
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 17:16:27 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/overview/about_manual.adoc

    <<getting_started_eng.adoc#introduction,Running Gradle Builds>> :: Learn Gradle basics and how to use Gradle to build your project.
    <<build_lifecycle.adoc#build_lifecycle,Authoring Gradle Builds>> :: Develop tasks and plugins to customize your build.
    <<building_java_projects.adoc#building_java_projects,Authoring JVM Builds>> :: Use Gradle with your Java project.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 02 07:52:44 UTC 2024
    - 2K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/main/resources/header.html

                </ul>
    
                <h3 id="authoring-gradle-builds">Authoring Gradle Builds</h3>
                <ul>
                    <li><a href="../userguide/getting_started_dev.html">Getting Started</a></li>
                    <li><a class="nav-dropdown" data-toggle="collapse" href="#learning-the-basics" aria-expanded="false" aria-controls="learning-the-basics">Learning the Basics</a>
                        <ul id="authoring-introduction">
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat May 25 05:15:02 UTC 2024
    - 35.6K bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/docs/userguide/authoring-builds/best-practices/authoring_maintainable_build_scripts.adoc

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    [[authoring_maintainable_build_scripts]]
    = Best practices for authoring maintainable builds
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 01 15:00:23 UTC 2024
    - 761 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/samples/writing-tasks/tasks-with-dependency-resolution-result-inputs/README.adoc

    BUILD SUCCESSFUL in 1s
    1 actionable task: 1 executed
    ----
    =====
    ====
    
    For more information, see link:{userManualPath}/more_about_tasks.html[Authoring Tasks reference chapter].
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 1.9K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/authoring-builds/tutorial/partr4_settings_file.adoc

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    [[partr4_settings_file]]
    = Part 4: Writing the Settings File
    
    Learn the basics of authoring Gradle by developing the Settings File.
    
    ****
    **In this section, you will:**
    
    - Understand the Settings object
    - Understand the Settings file
    - Understand Gradle scripting
    ****
    
    [[part4_begin]]
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 17:16:27 UTC 2024
    - 5.6K bytes
    - Viewed (0)
Back to top