Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 6,412 for Borg (0.13 sec)

  1. okhttp/src/test/resources/web-platform-test-urltestdata.txt

    http://f:\s21\s/\sb\s?\sd\s#\se\s
      s:http h:example.org p:/foo/bar
    \s\s\t  s:http h:example.org p:/foo/bar
    :foo.com/  s:http h:example.org p:/foo/:foo.com/
    :foo.com\\  s:http h:example.org p:/foo/:foo.com/
    :  s:http h:example.org p:/foo/:
    :a  s:http h:example.org p:/foo/:a
    :/  s:http h:example.org p:/foo/:/
    :\\  s:http h:example.org p:/foo/:/
    :#  s:http h:example.org p:/foo/: f:#
    \#  s:http h:example.org p:/foo/bar f:#
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 14.3K bytes
    - Viewed (0)
  2. src/main/resources/fess_config.properties

    #                                                     ------
    #plugin.repositories=https://repo.maven.apache.org/maven2/org/codelibs/fess/,https://oss.sonatype.org/content/repositories/snapshots/org/codelibs/fess/,https://fess.codelibs.org/plugin/artifacts.yaml
    plugin.repositories=https://repo.maven.apache.org/maven2/org/codelibs/fess/,https://fess.codelibs.org/plugin/artifacts.yaml
    plugin.version.filter=
    
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Thu Apr 11 02:34:53 GMT 2024
    - 30.6K bytes
    - Viewed (1)
  3. .github/workflows/ci.yml

            with:
              java-version: ${{ matrix.java }}
              distribution: 'zulu'
              cache: 'maven'
          - name: 'Install'
            shell: bash
            run: ./mvnw -B -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn install -U -DskipTests=true -f $ROOT_POM
          - name: 'Test'
            shell: bash
    Others
    - Registered: Fri May 03 12:43:13 GMT 2024
    - Last Modified: Wed Apr 24 19:33:50 GMT 2024
    - 3.5K bytes
    - Viewed (0)
  4. gradlew

    #     treated as '${Hostname}' itself on the command line.
    
    set -- \
            "-Dorg.gradle.appname=$APP_BASE_NAME" \
            -classpath "$CLASSPATH" \
            org.gradle.wrapper.GradleWrapperMain \
            "$@"
    
    # Stop when "xargs" is not available.
    if ! command -v xargs >/dev/null 2>&1
    then
        die "xargs is not available"
    fi
    Shell Script
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Sun Dec 24 09:00:26 GMT 2023
    - 8.5K bytes
    - Viewed (0)
  5. maven-api-impl/src/test/remote-repo/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar

    List ******@****.***.org ******@****.***.org ******@****.***.org http://mail-archives.apache.org/mod_mbox/maven-dev Apache Announce List announce-subscribe@apache.org announce-unsubscribe@apache.org announce@apache.org http://mail-archives.apache.org/mod_mbox/www-announce/ jvanzyl Jason van Zyl jason@maven.org ASF PMC Chair -5 brett Brett Porter brett@apache.org ASF PMC Member +10 evenisse Emmanuel Venisse evenisse@apache.org ASF PMC Member +1 jdcasey John Casey...
    Archive
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 15:10:38 GMT 2024
    - 9.9K bytes
    - Viewed (0)
  6. maven-api-impl/src/main/java/org/apache/maven/internal/impl/InternalSession.java

     * under the License.
     */
    package org.apache.maven.internal.impl;
    
    import java.util.Collection;
    import java.util.List;
    
    import org.apache.maven.api.Artifact;
    import org.apache.maven.api.ArtifactCoordinate;
    import org.apache.maven.api.Dependency;
    import org.apache.maven.api.DependencyCoordinate;
    import org.apache.maven.api.LocalRepository;
    import org.apache.maven.api.Node;
    import org.apache.maven.api.RemoteRepository;
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Tue Apr 23 12:55:57 GMT 2024
    - 3.4K bytes
    - Viewed (0)
  7. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/symbols/psiBased/KtFe10PsiPropertyGetterSymbol.kt

    import org.jetbrains.kotlin.analysis.api.symbols.KtReceiverParameterSymbol
    import org.jetbrains.kotlin.analysis.api.symbols.KtValueParameterSymbol
    import org.jetbrains.kotlin.analysis.api.symbols.pointers.KtPsiBasedSymbolPointer
    import org.jetbrains.kotlin.analysis.api.symbols.pointers.KtSymbolPointer
    import org.jetbrains.kotlin.analysis.api.types.KtType
    import org.jetbrains.kotlin.descriptors.Modality
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Fri Apr 19 11:06:46 GMT 2024
    - 4.7K bytes
    - Viewed (0)
  8. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/symbols/psiBased/KtFe10PsiTypeAliasSymbol.kt

    import org.jetbrains.kotlin.analysis.api.symbols.pointers.KtSymbolPointer
    import org.jetbrains.kotlin.analysis.api.types.KtType
    import org.jetbrains.kotlin.descriptors.TypeAliasDescriptor
    import org.jetbrains.kotlin.descriptors.Visibilities
    import org.jetbrains.kotlin.descriptors.Visibility
    import org.jetbrains.kotlin.name.ClassId
    import org.jetbrains.kotlin.name.Name
    import org.jetbrains.kotlin.psi.KtTypeAlias
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Fri Apr 19 11:06:46 GMT 2024
    - 3.8K bytes
    - Viewed (0)
  9. maven-api-impl/src/test/remote-repo/org/apache/maven/its/plugins/maven-it-plugin/0.1/maven-it-plugin-0.1.jar

    public void CMojo(); public void execute(); } org/apache/maven/plugin/coreit/DMojo.class package org.apache.maven.plugin.coreit; public synchronized class DMojo extends org.apache.maven.plugin.AbstractMojo { public void DMojo(); public void execute(); } org/apache/maven/plugin/coreit/EMojo.class package org.apache.maven.plugin.coreit; public synchronized class EMojo extends org.apache.maven.plugin.AbstractMojo { public void EMojo(); public void execute(); } org/apache/maven/plugin/coreit/ItMojo.class package...
    Archive
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Thu May 02 15:10:38 GMT 2024
    - 13.2K bytes
    - Viewed (0)
  10. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/symbols/psiBased/KtFe10PsiAnonymousFunctionSymbol.kt

    import org.jetbrains.kotlin.analysis.api.symbols.pointers.KtPsiBasedSymbolPointer
    import org.jetbrains.kotlin.analysis.api.symbols.pointers.KtSymbolPointer
    import org.jetbrains.kotlin.analysis.api.types.KtType
    import org.jetbrains.kotlin.descriptors.FunctionDescriptor
    import org.jetbrains.kotlin.psi.KtNamedFunction
    import org.jetbrains.kotlin.psi.psiUtil.isExtensionDeclaration
    import org.jetbrains.kotlin.resolve.BindingContext
    
    Plain Text
    - Registered: Fri Apr 26 08:18:10 GMT 2024
    - Last Modified: Fri Apr 19 11:06:46 GMT 2024
    - 3.8K bytes
    - Viewed (0)
Back to top