Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,098 for mkmeta (0.09 sec)

  1. src/main/java/org/codelibs/fess/es/user/allcommon/EsAbstractConditionBean.java

    import org.dbflute.cbean.scoping.OrQuery;
    import org.dbflute.cbean.scoping.UnionQuery;
    import org.dbflute.cbean.sqlclause.SqlClause;
    import org.dbflute.cbean.sqlclause.orderby.OrderByClause;
    import org.dbflute.dbmeta.DBMeta;
    import org.dbflute.dbmeta.accessory.DerivedTypeHandler;
    import org.dbflute.jdbc.StatementConfig;
    import org.dbflute.system.DBFluteSystem;
    import org.dbflute.twowaysql.style.BoundDateDisplayStyle;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  2. platforms/jvm/language-jvm/src/integTest/groovy/org/gradle/api/tasks/bundling/JarIntegrationTest.groovy

        }
    
        def excludeDuplicatesUseMetaInfOverRegularFiles() {
            createDir('meta-inf1') {
                file 'file.txt'
            }
    
            createDir('meta-inf2') {
                file 'file.txt'
            }
    
            file('meta-inf1/file.txt').text = 'good'
            file('meta-inf2/file.txt').text = 'bad'
    
    
            buildFile << '''
            task jar(type: Jar) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 12:15:28 UTC 2023
    - 15.7K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/config/allcommon/EsAbstractConditionBean.java

    import org.dbflute.cbean.scoping.OrQuery;
    import org.dbflute.cbean.scoping.UnionQuery;
    import org.dbflute.cbean.sqlclause.SqlClause;
    import org.dbflute.cbean.sqlclause.orderby.OrderByClause;
    import org.dbflute.dbmeta.DBMeta;
    import org.dbflute.dbmeta.accessory.DerivedTypeHandler;
    import org.dbflute.jdbc.StatementConfig;
    import org.dbflute.system.DBFluteSystem;
    import org.dbflute.twowaysql.style.BoundDateDisplayStyle;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  4. cmd/metacache-walk.go

    					// such scenarios the 'xl.meta' might get truncated
    					if !IsErrIgnored(err, io.EOF, io.ErrUnexpectedEOF) {
    						internalLogOnceIf(ctx, err, "metacache-walk-read-metadata")
    					}
    					continue
    				}
    				meta.name = strings.TrimSuffix(entry, xlStorageFormatFile)
    				meta.name = strings.TrimSuffix(meta.name, SlashSeparator)
    				meta.name = pathJoinBuf(sb, current, meta.name)
    				meta.name = decodeDirObject(meta.name)
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Sat Jun 01 05:17:37 UTC 2024
    - 12.4K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/log/allcommon/EsAbstractConditionBean.java

    import org.dbflute.cbean.scoping.OrQuery;
    import org.dbflute.cbean.scoping.UnionQuery;
    import org.dbflute.cbean.sqlclause.SqlClause;
    import org.dbflute.cbean.sqlclause.orderby.OrderByClause;
    import org.dbflute.dbmeta.DBMeta;
    import org.dbflute.dbmeta.accessory.DerivedTypeHandler;
    import org.dbflute.jdbc.StatementConfig;
    import org.dbflute.system.DBFluteSystem;
    import org.dbflute.twowaysql.style.BoundDateDisplayStyle;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 17.8K bytes
    - Viewed (0)
  6. pkg/config/schema/collections/collections.agent.gen.go

    			"v1",
    		},
    		Proto: "istio.security.v1beta1.AuthorizationPolicy", StatusProto: "istio.meta.v1alpha1.IstioStatus",
    		ReflectType: reflect.TypeOf(&istioioapisecurityv1beta1.AuthorizationPolicy{}).Elem(), StatusType: reflect.TypeOf(&istioioapimetav1alpha1.IstioStatus{}).Elem(),
    		ProtoPackage: "istio.io/api/security/v1beta1", StatusPackage: "istio.io/api/meta/v1alpha1",
    		ClusterScoped: false,
    		Synthetic:     false,
    		Builtin:       false,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  7. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/RepositoryChainComponentMetaDataResolverTest.groovy

            then:
            1 * localAccess.resolveComponentMetaData(moduleComponentId, componentRequestMetaData, _) >> { id, meta, result ->
                result.missing()
                result.authoritative = false
            }
            1 * remoteAccess.resolveComponentMetaData(moduleComponentId, componentRequestMetaData, _) >> { id, meta, result ->
                result.resolved(componentState)
            }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 15 17:38:42 UTC 2024
    - 19.8K bytes
    - Viewed (0)
  8. pkg/bootstrap/config.go

    	return ret
    }
    
    func getStatsOptions(meta *model.BootstrapNodeMetadata) []option.Instance {
    	nodeIPs := meta.InstanceIPs
    	config := meta.ProxyConfig
    
    	tagAnno := meta.Annotations[annotation.SidecarExtraStatTags.Name]
    	prefixAnno := meta.Annotations[annotation.SidecarStatsInclusionPrefixes.Name]
    	RegexAnno := meta.Annotations[annotation.SidecarStatsInclusionRegexps.Name]
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 14 17:02:38 UTC 2024
    - 27.6K bytes
    - Viewed (0)
  9. src/cmd/covdata/metamerge.go

    // meta-data file builder; we emit a single meta-data file at the end
    // of the run.
    //
    // In the -pkg case, we will typically emit a single meta-data file
    // per input pod, where that new meta-data file contains entries for
    // just the selected packages.
    //
    // In the third case (vanilla merge with no combining or package
    // selection) we can carry over meta-data files without touching them
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 17:17:47 UTC 2024
    - 12.1K bytes
    - Viewed (0)
  10. src/internal/coverage/cfile/emit.go

    // existing meta-data file already exists in the output directory. In
    // this case openOutputFiles() below will leave the 'mf' field below
    // as nil. If a new meta-data file is needed, field 'mfname' will be
    // the final desired path of the meta file, 'mftmp' will be a
    // temporary file, and 'mf' will be an open os.File pointer for
    // 'mftmp'. The meta-data file payload will be written to 'mf', the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 09:57:47 UTC 2024
    - 18.9K bytes
    - Viewed (0)
Back to top