Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 100 of 767 for pconstants (0.18 sec)

  1. src/cmd/doc/doc_test.go

    			`Comment about exported constant`, // Include comment.
    			`const ExportedConstant = 1`,
    		},
    		nil,
    	},
    	// Single constant -u.
    	{
    		"single constant with -u",
    		[]string{`-u`, p, `internalConstant`},
    		[]string{
    			`Comment about internal constant`, // Include comment.
    			`const internalConstant = 2`,
    		},
    		nil,
    	},
    	// Block of constants.
    	{
    		"block of constants",
    		[]string{p, `ConstTwo`},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 07 19:16:55 UTC 2023
    - 31.2K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/es/config/exentity/WebConfig.java

                return Constants.TRUE;
            }
    
            for (final Pattern pattern : includedDocUrlPatterns) {
                if (pattern.matcher(input).matches()) {
                    return Constants.TRUE;
                }
            }
    
            for (final Pattern pattern : excludedDocUrlPatterns) {
                if (pattern.matcher(input).matches()) {
                    return Constants.FALSE;
                }
            }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu May 09 09:48:04 UTC 2024
    - 10K bytes
    - Viewed (0)
  3. fess-crawler/src/main/java/org/codelibs/fess/crawler/client/smb1/SmbClient.java

    import org.codelibs.core.io.InputStreamUtil;
    import org.codelibs.core.lang.StringUtil;
    import org.codelibs.core.timer.TimeoutManager;
    import org.codelibs.core.timer.TimeoutTask;
    import org.codelibs.fess.crawler.Constants;
    import org.codelibs.fess.crawler.builder.RequestDataBuilder;
    import org.codelibs.fess.crawler.client.AbstractCrawlerClient;
    import org.codelibs.fess.crawler.client.AccessTimeoutTarget;
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 18.9K bytes
    - Viewed (0)
  4. src/debug/dwarf/const.go

    	opPlusUconst = 0x23 /* 1 op, ULEB128 addend */
    	opShl        = 0x24
    	opShr        = 0x25
    	opShra       = 0x26
    	opXor        = 0x27
    	opSkip       = 0x2F /* 1 op, signed 2-byte constant */
    	opBra        = 0x28 /* 1 op, signed 2-byte constant */
    	opEq         = 0x29
    	opGe         = 0x2A
    	opGt         = 0x2B
    	opLe         = 0x2C
    	opLt         = 0x2D
    	opNe         = 0x2E
    	opLit0       = 0x30
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java

            setupStoreCondition(crawlingInfo);
    
            crawlingInfoBhv.insertOrUpdate(crawlingInfo, op -> op.setRefreshPolicy(Constants.TRUE));
    
        }
    
        public void delete(final CrawlingInfo crawlingInfo) {
            setupDeleteCondition(crawlingInfo);
    
            crawlingInfoBhv.delete(crawlingInfo, op -> op.setRefreshPolicy(Constants.TRUE));
    
        }
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  6. fess-crawler/src/main/java/org/codelibs/fess/crawler/transformer/impl/XmlTransformer.java

                try {
                    return new String(data, encoding == null ? Constants.UTF_8 : encoding);
                } catch (final UnsupportedEncodingException e) {
                    if (logger.isInfoEnabled()) {
                        logger.info("Invalid charsetName: " + encoding + ". Changed to " + Constants.UTF_8, e);
                    }
                    return new String(data, Constants.UTF_8_CHARSET);
                }
            }
    
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Feb 22 01:36:27 UTC 2024
    - 17.9K bytes
    - Viewed (0)
  7. security/pkg/nodeagent/caclient/providers/citadel/client_test.go

    			CAEndpoint:  addr,
    			CredFetcher: plugin.CreateTokenPlugin("testdata/token"),
    			ProvCert:    certDir,
    		}
    		rootCert := path.Join(certDir, constants.RootCertFilename)
    		key := path.Join(certDir, constants.KeyFilename)
    		cert := path.Join(certDir, constants.CertChainFilename)
    		tlsOpts := &TLSOptions{
    			RootCert: rootCert,
    			Key:      key,
    			Cert:     cert,
    		}
    		cli, err := NewCitadelClient(opts, tlsOpts)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Apr 24 21:03:23 UTC 2024
    - 11.8K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/job/GenerateThumbnailJob.java

            }
            cmdList.add("-Dfess.log.path=" + logFilePath);
            addSystemProperty(cmdList, Constants.FESS_VAR_PATH, null, null);
            addSystemProperty(cmdList, Constants.FESS_THUMBNAIL_PATH, null, null);
            addSystemProperty(cmdList, "fess.log.name", getLogName("fess"), getLogName(StringUtil.EMPTY));
            if (logLevel != null) {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  9. pilot/pkg/config/kube/gateway/deploymentcontroller.go

    	}
    
    	if features.MultiNetworkGatewayAPI {
    		res[constants.RemoteGatewayClassName] = constants.UnmanagedGatewayController
    	}
    
    	if features.EnableAmbientWaypoints {
    		res[constants.WaypointGatewayClassName] = constants.ManagedGatewayMeshController
    	}
    	return res
    }
    
    func getClassInfos() map[gateway.GatewayController]classInfo {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon May 13 21:43:20 UTC 2024
    - 26.3K bytes
    - Viewed (0)
  10. pilot/pkg/config/kube/ingress/conversion.go

    			Meta: config.Meta{
    				GroupVersionKind: gvk.VirtualService,
    				Name:             namePrefix + "-" + ingress.Name + "-" + constants.IstioIngressGatewayName,
    				Namespace:        ingress.Namespace,
    				Domain:           domainSuffix,
    				Annotations:      map[string]string{constants.InternalRouteSemantics: constants.RouteSemanticsIngress},
    			},
    			Spec: virtualService,
    		}
    
    		old, f := ingressByHost[host]
    		if f {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Oct 25 07:19:43 UTC 2023
    - 12.5K bytes
    - Viewed (0)
Back to top