Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 42 for route_name (0.17 sec)

  1. subprojects/diagnostics/src/main/resources/org/gradle/api/tasks/diagnostics/htmldependencyreport/jquery.jstree.js

    			return false;
    		},
    		add_css : function(rule_name, sheet) {
    			if($.jstree.css.get_css(rule_name, false, sheet)) { return false; }
    			if(sheet.insertRule) { sheet.insertRule(rule_name + ' { }', 0); } else { sheet.addRule(rule_name, null, 0); }
    			return $.vakata.css.get_css(rule_name);
    		},
    		remove_css : function(rule_name, sheet) {
    			return $.vakata.css.get_css(rule_name, true, sheet);
    		},
    		add_sheet : function(opts) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 04 09:03:42 UTC 2021
    - 49.5K bytes
    - Viewed (0)
  2. pilot/pkg/networking/core/configgen.go

    	// BuildHTTPRoutes returns the list of HTTP routes for the given proxy. This is the RDS output
    	BuildHTTPRoutes(node *model.Proxy, req *model.PushRequest, routeNames []string) ([]*discovery.Resource, model.XdsLogDetails)
    
    	// BuildNameTable returns list of hostnames and the associated IPs
    	BuildNameTable(node *model.Proxy, push *model.PushContext) *dnsProto.NameTable
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Mar 28 17:09:02 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  3. pkg/config/validation/validation.go

    				reportUnreachable(routeName(route, rulen), "only the last rule can have no matches")
    			}
    			emptyMatchEncountered = rulen
    			continue
    		}
    
    		duplicateMatches := 0
    		for matchn, match := range route.Match {
    			dupn, ok := matchesEncountered[asJSON(match)]
    			if ok {
    				reportIneffective(routeName(route, rulen), requestName(match, matchn), routeName(routes[dupn], dupn))
    				duplicateMatches++
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 04:03:33 UTC 2024
    - 107.2K bytes
    - Viewed (0)
  4. pilot/pkg/simulation/traffic.go

    			return
    		}
    
    		// Fetch inline route
    		rc := hcm.GetRouteConfig()
    		if rc == nil {
    			// If not set, fallback to RDS
    			routeName := hcm.GetRds().RouteConfigName
    			result.RouteConfigMatched = routeName
    			rc = xdstest.ExtractRouteConfigurations(sim.Routes)[routeName]
    		}
    		hostHeader := ""
    		if len(input.Headers["Host"]) > 0 {
    			hostHeader = input.Headers["Host"][0]
    		}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jun 13 01:56:28 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  5. istioctl/pkg/proxyconfig/proxyconfig.go

    )
    
    var (
    	fqdn, direction, subset string
    	port                    int
    	verboseProxyConfig      bool
    	waypointProxyConfig     bool
    
    	address, listenerType, statsType string
    
    	routeName string
    
    	clusterName, status string
    
    	// output format (json, yaml or short)
    	outputFormat string
    
    	proxyAdminPort int
    
    	configDumpFile string
    
    	labelSelector = ""
    	loggerName    string
    )
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Apr 16 03:28:36 UTC 2024
    - 48K bytes
    - Viewed (0)
  6. src/main/webapp/WEB-INF/view/admin/role/admin_role_details.jsp

                                        <tbody>
                                        <tr>
                                            <th style="width: 25%"><la:message key="labels.role_name"/></th>
                                            <td>${f:h(name)}<la:hidden property="name"/></td>
                                        </tr>
                                        </tbody>
                                    </table>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 13 07:47:04 UTC 2020
    - 6.9K bytes
    - Viewed (0)
  7. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/symbols/DebugSymbolRenderer.kt

                if (id != null) {
                    renderValue(id, printer, renderSymbolsFully)
                } else {
                    val outerName = (symbol as? KaPossiblyNamedSymbol)?.name ?: SpecialNames.NO_NAME_PROVIDED
                    printer.append("<local>/" + outerName.asString())
                }
            }
    
            if (renderSymbolsFully || symbol is KaBackingFieldSymbol ||
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Tue Jun 11 15:45:42 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  8. pilot/pkg/networking/core/route/route.go

    	if !sourceMatchHTTP(match, node.Labels, gatewayNames, node.Metadata.Namespace) {
    		return nil
    	}
    
    	routeName := in.Name
    	if match != nil && match.Name != "" {
    		routeName = routeName + "." + match.Name
    	}
    
    	out := &route.Route{
    		Name:     routeName,
    		Match:    TranslateRouteMatch(virtualService, match, node.SupportsEnvoyExtendedJwt()),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 14:12:39 UTC 2024
    - 56.1K bytes
    - Viewed (0)
  9. subprojects/core/src/main/java/org/gradle/groovy/scripts/internal/GroovyScriptClassCompiler.java

            }
    
            @Override
            public void visitInnerClass(String name, String outerName, String innerName, int access) {
                super.visitInnerClass(remap(name), remap(outerName), remap(innerName), access);
            }
    
            @Override
            public void visitOuterClass(String owner, String name, String desc) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Apr 16 15:23:24 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  10. src/cmd/link/internal/loadpe/ldpe.go

    					continue
    				}
    			}
    		}
    		if l.OuterSym(s) != 0 {
    			if l.AttrDuplicateOK(s) {
    				continue
    			}
    			outerName := l.SymName(l.OuterSym(s))
    			sectName := l.SymName(state.sectsyms[sect])
    			return nil, fmt.Errorf("%s: duplicate symbol reference: %s in both %s and %s", pn, l.SymName(s), outerName, sectName)
    		}
    
    		bld = makeUpdater(l, bld, s)
    		sectsym := state.sectsyms[sect]
    		bld.SetType(l.SymType(sectsym))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 18 20:26:46 UTC 2023
    - 26.5K bytes
    - Viewed (0)
Back to top