Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 475 for Sarker (0.21 sec)

  1. src/packaging/rpm/packaging.properties

    # Properties used to build to the RPM package
    #
    
    # Environment file
    packaging.env.file=/etc/sysconfig/fess
    
    # Default configuration directory and file to use in bin/plugin script
    
    # Simple marker to check that properties are correctly overridden
    packaging.type=rpm
    
    # Custom header for package scripts
    packaging.scripts.header=
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Dec 10 01:24:02 UTC 2015
    - 420 bytes
    - Viewed (0)
  2. cmd/api-resources_test.go

    			prefix:       "photos/",
    			marker:       "test",
    			delimiter:    SlashSeparator,
    			maxKeys:      100,
    			encodingType: "gzip",
    		},
    		{
    			values: url.Values{
    				"prefix":        []string{"photos/"},
    				"marker":        []string{"test"},
    				"delimiter":     []string{SlashSeparator},
    				"encoding-type": []string{"gzip"},
    			},
    			prefix:       "photos/",
    			marker:       "test",
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 7.1K bytes
    - Viewed (0)
  3. platforms/core-runtime/internal-instrumentation-api/src/main/java/org/gradle/internal/instrumentation/api/types/FilterableBytecodeInterceptor.java

        /**
         * A marker interface that indicates that a class is used for bytecode upgrades.
         */
        interface BytecodeUpgradeInterceptor extends FilterableBytecodeInterceptor {
            @Override
            default BytecodeInterceptorType getType() {
                return BytecodeInterceptorType.BYTECODE_UPGRADE;
            }
        }
    
        /**
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 10 13:55:59 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  4. src/cmd/internal/obj/x86/obj6_test.go

    			input_insns = append(input_insns, input_insn)
    			r.marker_to_input[marker] = append(r.marker_to_input[marker], normalize(input_insn))
    		}
    		for _, expected_insn := range strings.Split(parts[1], ";") {
    			r.marker_to_expected[marker] = append(r.marker_to_expected[marker], normalize(expected_insn))
    		}
    		marker++
    	}
    	r.input = "TEXT ·foo(SB),$0\n" + strings.Join(input_insns, "\n") + "\n"
    	return r
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 15 20:21:30 UTC 2022
    - 4.5K bytes
    - Viewed (0)
  5. platforms/core-runtime/concurrent/src/main/java/org/gradle/internal/concurrent/ThreadSafe.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.internal.concurrent;
    
    /**
     * A marker interface to indicate that the implementing class is thread-safe.
     */
    public interface ThreadSafe {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 11 19:07:35 UTC 2024
    - 776 bytes
    - Viewed (0)
  6. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/internal/protocol/cpp/InternalCppSharedLibrary.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.tooling.internal.protocol.cpp;
    
    /**
     * Marker interface for {@link org.gradle.tooling.model.cpp.CppSharedLibrary}.
     */
    public interface InternalCppSharedLibrary {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 801 bytes
    - Viewed (0)
  7. subprojects/core/src/main/java/org/gradle/plugin/software/internal/ConventionReceiver.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.plugin.software.internal;
    
    /**
     * Marker interface for objects that can receive conventions of a certain type and apply them appropriately.
     *
     * @since 8.9
     */
    public interface ConventionReceiver {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 30 12:25:47 UTC 2024
    - 837 bytes
    - Viewed (0)
  8. src/go/doc/testdata/a.0.golden

    NOTE(foo)	2 of 4
    
    NOTE(bar)	3 of 4
    
    NOTE(bar)	4 of 4
    	- this is the last line of note 4
    
    NOTE(bam)	This note which contains a (parenthesized) subphrase
    	 must appear in its entirety.
    
    NOTE(xxx)	The ':' after the marker and uid is optional.
    
    
    SECBUGS
    SECBUG(uid)	sec hole 0
    	need to fix asap
    
    
    TODOS
    TODO(uid)	todo0
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 688 bytes
    - Viewed (0)
  9. src/go/doc/testdata/a.2.golden

    NOTE(foo)	2 of 4
    
    NOTE(bar)	3 of 4
    
    NOTE(bar)	4 of 4
    	- this is the last line of note 4
    
    NOTE(bam)	This note which contains a (parenthesized) subphrase
    	 must appear in its entirety.
    
    NOTE(xxx)	The ':' after the marker and uid is optional.
    
    
    SECBUGS
    SECBUG(uid)	sec hole 0
    	need to fix asap
    
    
    TODOS
    TODO(uid)	todo0
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 688 bytes
    - Viewed (0)
  10. src/go/doc/testdata/template.txt

    {{end}}{{end}}{{end}}{{/*
    
    */}}{{with .Bugs}}
    BUGS .Bugs is now deprecated, please use .Notes instead
    {{range .}}{{indent "\t" .}}
    {{end}}{{end}}{{with .Notes}}{{range $marker, $content := .}}
    {{$marker}}S
    {{range $content}}{{$marker}}({{.UID}}){{indent "\t" .Body}}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 08 04:08:51 UTC 2014
    - 1.1K bytes
    - Viewed (0)
Back to top