- Sort Score
- Result 10 results
- Languages All
Results 531 - 540 of 975 for ignore (0.07 sec)
-
src/main/java/org/codelibs/fess/app/service/ElevateWordService.java
@SuppressWarnings("resource") final CsvReader csvReader = new CsvReader(reader, cfg); try { List<String> list; csvReader.readValues(); // ignore header while ((list = csvReader.readValues()) != null) { final String suggestWord = getValue(list, 0); if (StringUtil.isBlank(suggestWord)) { // skip
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 15.5K bytes - Viewed (0) -
cni/README.md
- Config must exclude namespace that Istio control-plane is installed in (TODO: this may change, exclude at pod level is sufficient and we may want Istiod and other istio components to use ambient too) - If excluded, ignore the pod and return prevResult 1. Setup redirect rules for the pods: - Get the port list from pods definition, as well as annotations.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Jul 17 23:10:17 UTC 2024 - 10.5K bytes - Viewed (0) -
cmd/bucket-replication.go
rinfo.ReplicationAction = rAction rinfo.ReplicationStatus = replication.Completed } return } } else { // SSEC objects will refuse HeadObject without the decryption key. // Ignore the error, since we know the object exists and versioning prevents overwriting existing versions. if isSSEC && strings.Contains(cerr.Error(), errorCodes[ErrSSEEncryptedObject].Description) {
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Thu Oct 10 06:49:55 UTC 2024 - 116.1K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/web/admin/searchlist/AdminSearchlistAction.java
} throwValidationError(messages -> messages.addErrorsInvalidQueryUnknown(GLOBAL), this::asListHtml); return null; // ignore } @Execute @Secured({ ROLE, ROLE + VIEW }) public HtmlResponse search(final ListForm form) { saveToken(); return doSearch(form); } @Execute
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Wed Jul 24 09:03:45 UTC 2024 - 18.3K bytes - Viewed (0) -
internal/config/identity/openid/openid.go
if !ok { return "" } return pCfg.ClaimPrefix + pCfg.ClaimName } // LookupUser lookup userid for the provider func (r Config) LookupUser(roleArn, userid string) (provider.User, error) { // Can safely ignore error here as empty or invalid ARNs will not be // mapped. arnVal, _ := arn.Parse(roleArn) pCfg, ok := r.arnProviderCfgsMap[arnVal] if ok { user, err := pCfg.provider.LookupUser(userid)
Registered: Sun Nov 03 19:28:11 UTC 2024 - Last Modified: Wed Jul 10 20:16:44 UTC 2024 - 16.6K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/app/service/CrawlingInfoService.java
final DateFormat formatter = new SimpleDateFormat(CoreLibConstants.DATE_FORMAT_ISO_8601_EXTEND); try { List<String> list; csvReader.readValues(); // ignore header while ((list = csvReader.readValues()) != null) { try { final String sessionId = list.get(0);
Registered: Thu Oct 31 13:40:30 UTC 2024 - Last Modified: Thu Feb 22 01:53:18 UTC 2024 - 13.4K bytes - Viewed (0) -
fastapi/openapi/utils.py
Registered: Sun Nov 03 07:19:11 UTC 2024 - Last Modified: Tue Sep 17 18:54:10 UTC 2024 - 22.6K bytes - Viewed (0) -
cni/pkg/nodeagent/informers.go
if !shouldBeEnabled { log.Debugf("removing pod from mesh: no longer should be enabled") err := s.dataplane.RemovePodFromMesh(s.ctx, pod, false) log.Debugf("RemovePodFromMesh returned: %v", err) // we ignore errors here as we don't want this event to be retried by the queue. } else { // If oldpod != ready && newpod != ready, but the ambient annotation was added,
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Oct 09 16:05:45 UTC 2024 - 11.7K bytes - Viewed (0) -
istioctl/pkg/writer/envoy/configdump/listener.go
} if match.GetPath() != "" { conds = append(conds, match.GetPath()) } if match.GetSafeRegex() != nil { conds = append(conds, fmt.Sprintf("regex %s", match.GetSafeRegex().Regex)) } // Ignore headers return strings.Join(conds, " ") } // PrintListenerDump prints the relevant listeners in the config dump to the ConfigWriter stdout
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Wed Nov 29 12:37:14 UTC 2023 - 18.1K bytes - Viewed (0) -
common-protos/k8s.io/api/networking/v1beta1/generated.proto
// must be given precedence over this field. The controller may emit a // warning if the field and annotation have different values. // Implementations of this API should ignore Ingresses without a class // specified. An IngressClass resource may be marked as default, which can // be used to set a default value for this field. For more information, // refer to the IngressClass documentation.
Registered: Wed Nov 06 22:53:10 UTC 2024 - Last Modified: Mon Mar 11 18:43:24 UTC 2024 - 14.9K bytes - Viewed (0)