Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 13 of 13 for standalone (0.06 sec)

  1. src/config/eclipse/formatter/javascript.xml

    <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <profiles version="11">
    <profile kind="CodeFormatterProfile" name="Google JavaScript Style" version="11">
    <setting id="org.eclipse.wst.jsdt.core.formatter.indent_body_declarations_compare_to_annotation_declaration_header" value="true"/>
    <setting id="org.eclipse.wst.jsdt.core.formatter.insert_space_after_comma_in_enum_constant_arguments" value="insert"/>
    Registered: Sat Dec 20 13:04:59 UTC 2025
    - Last Modified: Mon Mar 23 21:27:06 UTC 2015
    - 29.2K bytes
    - Viewed (0)
  2. src/main/java/jcifs/smb/SmbFile.java

            }
            try (SmbTreeHandleImpl sh = ensureTreeConnected(); SmbTreeHandleImpl th = dest.ensureTreeConnected()) {
    
                // this still might be required for standalone DFS
                if (!exists()) {
                    throw new SmbException(NtStatus.NT_STATUS_OBJECT_NAME_NOT_FOUND, null);
                }
                dest.exists();
    
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 103.2K bytes
    - Viewed (0)
  3. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
      <mime-type type="application/x-vnd.datapackage+json">
        <_comment>frictionless data package - standalong datapackage.json</_comment>
        <sub-class-of type="application/json"/>
      </mime-type>
      <mime-type type="application/x-vnd.datapackage+gz">
        <_comment>frictionless data package - gzip of standalone datapackage.json</_comment>
        <sub-class-of type="application/gzip"/>
      </mime-type>
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Thu Oct 16 07:46:32 UTC 2025
    - 320.2K bytes
    - Viewed (2)
Back to top