Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 155 for cmoptions (0.12 sec)

  1. istioctl/pkg/multixds/gather.go

    func queryDebugSynczViaAgents(all bool, dr *discovery.DiscoveryRequest, istioNamespace string, kubeClient kube.CLIClient,
    	centralOpts clioptions.CentralControlPlaneOptions, options Options,
    ) ([]*discovery.DiscoveryResponse, error) {
    	xdsOpts := clioptions.CentralControlPlaneOptions{
    		XDSSAN:  makeSan(istioNamespace, kubeClient.Revision()),
    		CertDir: centralOpts.CertDir,
    		Timeout: centralOpts.Timeout,
    	}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 08 08:38:19 UTC 2024
    - 13.6K bytes
    - Viewed (0)
  2. .idea/runConfigurations/Generate_Tests.xml

          <option name="taskDescriptions">
            <list />
          </option>
          <option name="taskNames">
            <list>
              <option value="generateTests" />
            </list>
          </option>
          <option name="vmOptions" value="" />
        </ExternalSystemSettings>
        <method />
      </configuration>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Nov 29 11:50:01 UTC 2023
    - 740 bytes
    - Viewed (0)
  3. android/guava-tests/benchmark/com/google/common/io/CharStreamsCopyBenchmark.java

     *
     * <p>{@link CharStreams#copy} has type specific optimizations for various common Appendable and
     * Reader implementations, this compares the performance of the different options.
     */
    // These benchmarks allocate a lot of data so use a large heap
    @VmOptions({"-Xms12g", "-Xmx12g", "-d64"})
    public class CharStreamsCopyBenchmark {
      enum CopyStrategy {
        OLD {
          @Override
          long copy(Readable from, Appendable to) throws IOException {
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Feb 23 18:59:54 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  4. .idea/runConfigurations/Generate_builtins.xml

            <list />
          </option>
          <option name="taskNames">
            <list>
              <option value="generateBuiltins" />
            </list>
          </option>
          <option name="vmOptions" value="" />
        </ExternalSystemSettings>
        <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
        <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Aug 25 03:22:17 UTC 2021
    - 952 bytes
    - Viewed (0)
  5. istioctl/pkg/internaldebug/internal-debug.go

    	"github.com/spf13/cobra"
    
    	"istio.io/istio/istioctl/pkg/cli"
    	"istio.io/istio/istioctl/pkg/clioptions"
    	"istio.io/istio/istioctl/pkg/multixds"
    	"istio.io/istio/istioctl/pkg/util"
    	v3 "istio.io/istio/pilot/pkg/xds/v3"
    	"istio.io/istio/pkg/kube"
    )
    
    func HandlerForRetrieveDebugList(kubeClient kube.CLIClient,
    	centralOpts clioptions.CentralControlPlaneOptions,
    	writer io.Writer,
    	istioNamespace string,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 15 04:16:55 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  6. .idea/runConfigurations/Generate_FIR_tree.xml

          <option name="taskDescriptions">
            <list />
          </option>
          <option name="taskNames">
            <list>
              <option value="generateTree" />
            </list>
          </option>
          <option name="vmOptions" value="" />
        </ExternalSystemSettings>
        <GradleScriptDebugEnabled>true</GradleScriptDebugEnabled>
        <method v="2" />
      </configuration>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Mar 24 09:56:13 UTC 2021
    - 827 bytes
    - Viewed (0)
  7. .idea/runConfigurations/Generate_Analysis_Tests.xml

            <list />
          </option>
          <option name="taskNames">
            <list>
              <option value="generateFrontendApiTests" />
            </list>
          </option>
          <option name="vmOptions" />
        </ExternalSystemSettings>
        <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
        <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Mar 01 17:29:07 UTC 2024
    - 1K bytes
    - Viewed (0)
  8. .idea/runConfigurations/Test__Kotlin_Gradle_Plugin___functionalTest.xml

            <list />
          </option>
          <option name="taskNames">
            <list>
              <option value=":kotlin-gradle-plugin:functionalTest" />
            </list>
          </option>
          <option name="vmOptions" />
        </ExternalSystemSettings>
        <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
        <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Jun 05 14:25:01 UTC 2023
    - 1020 bytes
    - Viewed (0)
  9. .idea/runConfigurations/Test__Kotlin_Gradle_Plugin___functionalTest___dependency_resolution.xml

          </option>
          <option name="taskNames">
            <list>
              <option value=":kotlin-gradle-plugin:functionalDependencyResolutionTest" />
            </list>
          </option>
          <option name="vmOptions" />
        </ExternalSystemSettings>
        <ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
        <ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Jun 05 14:25:01 UTC 2023
    - 1K bytes
    - Viewed (0)
  10. istioctl/pkg/clioptions/doc.go

    // See the License for the specific language governing permissions and
    // limitations under the License.
    
    // Package clioptions contains flags which can be added to istioctl commands.
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jul 13 01:59:17 UTC 2022
    - 683 bytes
    - Viewed (0)
Back to top