Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for 4455 (0.04 sec)

  1. platforms/documentation/docs/src/docs/userguide/jvm/java_testing.adoc

        test {
            debugOptions {
                enabled = true
                host = 'localhost'
                port = 4455
                server = true
                suspend = true
            }
        }
    
    With this configuration the test JVM will behave just like when passing the `--debug-jvm` argument but it will listen on port 4455.
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Mar 29 16:24:12 UTC 2024
    - 53.1K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.3.md

    * mark container-port flag as deprecated ([#25072](https://github.com/kubernetes/kubernetes/pull/25072), [@AdoHe](https://github.com/AdoHe))
    * Provide flags to use etcd3 backed storage ([#24455](https://github.com/kubernetes/kubernetes/pull/24455), [@hongchaodeng](https://github.com/hongchaodeng))
    
    ### Other notable changes
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 84K bytes
    - Viewed (0)
  3. platforms/software/dependency-management/src/main/resources/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/uikit-icons.min.js

    Z"/><circle fill="none" stroke="#000" stroke-width="1.1" cx="10" cy="10" r="9"/></svg>',instagram:'<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><path d="M13.55,1H6.46C3.45,1,1,3.44,1,6.44v7.12c0,3,2.45,5.44,5.46,5.44h7.08c3.02,0,5.46-2.44,5.46-5.44V6.44 C19.01,3.44,16.56,1,13.55,1z M17.5,14c0,1.93-1.57,3.5-3.5,3.5H6c-1.93,0-3.5-1.57-3.5-3.5V6c0-1.93,1.57-3.5,3.5-3.5h8 c1.93,0,3.5,1.57,3.5,3.5V14z"/><circle cx="14.87" cy="5.26" r="1.09"/><path d="M10.03,5.45c-2.55,0-4....
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 62.5K bytes
    - Viewed (0)
  4. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

                    customPlugin = i;
                }
            }
            assertEquals(customPlugin, resourcesPlugin - 1, plugins.toString());
        }
    
        /** MNG-4415 */
        @Test
        void testPluginOrderAfterMergingWithInheritedPlugins() throws Exception {
            PomTestWrapper pom = buildPom("plugin-inheritance-merge-order/sub");
    
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Apr 12 10:50:18 UTC 2024
    - 93.2K bytes
    - Viewed (0)
  5. src/runtime/zcallback_windows_arm64.s

    	MOVD	$1451, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1452, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1453, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1454, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1455, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1456, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1457, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1458, R12
    	B	runtime·callbackasm1(SB)
    	MOVD	$1459, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
  6. src/runtime/zcallback_windows_arm.s

    	MOVW	$1451, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1452, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1453, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1454, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1455, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1456, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1457, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1458, R12
    	B	runtime·callbackasm1(SB)
    	MOVW	$1459, R12
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 21 21:52:38 UTC 2021
    - 89.3K bytes
    - Viewed (0)
Back to top