Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 419 for Iflag (0.03 sec)

  1. releasenotes/notes/50347.yaml

    kind: feature
    area: istioctl
    issue:
      - 49841
    releaseNotes:
    - |
      **Added** Add ztunnel-config istioctl command. Allow users to view Ztunnel configuration information through istioctl via ztunnel-config workload flag. 
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 10 21:51:29 UTC 2024
    - 390 bytes
    - Viewed (0)
  2. docs/auditlog/auditlog-echo.go

    // along with this program.  If not, see <http://www.gnu.org/licenses/>.
    
    package main
    
    import (
    	"bytes"
    	"encoding/json"
    	"flag"
    	"fmt"
    	"io"
    	"log"
    	"net/http"
    )
    
    var port int
    
    func init() {
    	flag.IntVar(&port, "port", 8080, "Port to listen on")
    }
    
    func mainHandler(w http.ResponseWriter, r *http.Request) {
    	body, err := io.ReadAll(r.Body)
    	defer r.Body.Close()
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Wed May 01 21:31:13 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  3. tests/binary/binaries_test.go

    package binary
    
    import (
    	"encoding/json"
    	"flag"
    	"os"
    	"os/exec"
    	"path"
    	"strings"
    	"testing"
    
    	"istio.io/istio/pkg/util/sets"
    	"istio.io/istio/pkg/version"
    )
    
    var (
    	binaries   *string
    	releasedir *string
    )
    
    func TestMain(m *testing.M) {
    	releasedir = flag.String("base-dir", "", "directory for binaries")
    	binaries = flag.String("binaries", "", "space separated binaries to test")
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 23 15:07:03 UTC 2024
    - 4.8K bytes
    - Viewed (0)
  4. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/GradleInvocationSpec.groovy

                this
            }
    
            InvocationBuilder useDaemon(boolean flag) {
                this.useDaemon = flag
                this
            }
    
            InvocationBuilder useToolingApi() {
                useToolingApi(true)
                this
            }
    
            InvocationBuilder useToolingApi(boolean flag) {
                this.useToolingApi = flag
                this
            }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  5. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/InspectsConfigurationReport.groovy

        }
    
        void promptsForRerunToFindMoreConfigurations() {
            outputContains("Re-run this report with the '--all' flag to include legacy configurations (legacy = consumable and resolvable).")
        }
    
        void promptsForRerunToFindMoreVariants() {
            outputContains("Re-run this report with the '--all' flag to include legacy variants (legacy = consumable and resolvable).")
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  6. src/reflect/makefunc.go

    // by code like Convert and Interface and Assign.
    func makeMethodValue(op string, v Value) Value {
    	if v.flag&flagMethod == 0 {
    		panic("reflect: internal error: invalid use of makeMethodValue")
    	}
    
    	// Ignoring the flagMethod bit, v describes the receiver, not the method type.
    	fl := v.flag & (flagRO | flagAddr | flagIndir)
    	fl |= flag(v.typ().Kind())
    	rcvr := Value{v.typ(), v.ptr, fl}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 15:20:05 UTC 2024
    - 5.9K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/validation/UriTypeValidator.java

                    boolean flag = false;
                    for (final String protocol : protocols) {
                        if (path.trim().startsWith(protocol.trim())) {
                            flag = true;
                            break;
                        }
                    }
                    if (!flag) {
                        return false;
                    }
                }
            }
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 2.3K bytes
    - Viewed (0)
  8. src/internal/coverage/cfile/testdata/harness.go

    // license that can be found in the LICENSE file.
    
    package main
    
    import (
    	"flag"
    	"fmt"
    	"internal/coverage/slicewriter"
    	"io"
    	"log"
    	"os"
    	"path/filepath"
    	"runtime/coverage"
    	"strings"
    )
    
    var verbflag = flag.Int("v", 0, "Verbose trace output level")
    var testpointflag = flag.String("tp", "", "Testpoint to run")
    var outdirflag = flag.String("o", "", "Output dir into which to emit")
    
    func emitToWriter() {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 19:41:02 UTC 2024
    - 6.9K bytes
    - Viewed (0)
  9. src/encoding/gob/decgen.go

    // used with go generate; see the invocation in encode.go.
    
    // TODO: We could do more by being unsafe. Add a -unsafe flag?
    
    package main
    
    import (
    	"bytes"
    	"flag"
    	"fmt"
    	"go/format"
    	"log"
    	"os"
    )
    
    var output = flag.String("output", "dec_helpers.go", "file name to write")
    
    type Type struct {
    	lower   string
    	upper   string
    	decoder string
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 20 14:15:38 UTC 2024
    - 5.3K bytes
    - Viewed (0)
  10. pkg/kubelet/cm/container_manager_linux.go

    		case KernelTunableWarn:
    			klog.V(2).InfoS("Invalid kernel flag", "flag", flag, "expectedValue", expectedValue, "actualValue", val)
    		case KernelTunableModify:
    			klog.V(2).InfoS("Updating kernel flag", "flag", flag, "expectedValue", expectedValue, "actualValue", val)
    			err = sysctl.SetSysctl(flag, expectedValue)
    			if err != nil {
    				if inuserns.RunningInUserNS() {
    					if utilfeature.DefaultFeatureGate.Enabled(kubefeatures.KubeletInUserNamespace) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 21 10:18:16 UTC 2024
    - 35.1K bytes
    - Viewed (0)
Back to top