Search Options

Results per page
Sort
Preferred Languages
Advance

Results 161 - 170 of 417 for ison (0.04 sec)

  1. src/main/resources/fess_label_es.properties

    labels.user_destinationIndicator=Información de dirección del servicio de telegramas
    labels.destinationIndicator=Información de dirección del servicio de telegramas
    labels.user_internationaliSDNNumber=Número ISDN internacional
    labels.internationaliSDNNumber=Número ISDN internacional
    labels.user_state=Estado/Provincia
    labels.state=Estado/Provincia
    labels.user_employeeType=Tipo de empleado
    labels.employeeType=Tipo de empleado
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 45.4K bytes
    - Viewed (0)
  2. src/main/resources/fess_label_ko.properties

    labels.user_physicalDeliveryOfficeName=사업소
    labels.physicalDeliveryOfficeName=사업소
    labels.user_destinationIndicator=전보 서비스 주소 정보
    labels.destinationIndicator=전보 서비스 주소 정보
    labels.user_internationaliSDNNumber=국제 ISDN 번호
    labels.internationaliSDNNumber=국제 ISDN 번호
    labels.user_state=도도부현
    labels.state=도도부현
    labels.user_employeeType=고용 형태
    labels.employeeType=고용 형태
    labels.user_facsimileTelephoneNumber=FAX 번호
    labels.facsimileTelephoneNumber=FAX 번호
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 43.1K bytes
    - Viewed (0)
  3. .gitattributes

    **/types.generated.go linguist-generated=true
    **/generated.pb.go linguist-generated=true
    **/generated.proto
    **/types_swagger_doc_generated.go linguist-generated=true
    api/openapi-spec/*.json linguist-generated=true
    api/openapi-spec/**/*.json linguist-generated=true
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Mon Oct 28 20:33:50 UTC 2024
    - 510 bytes
    - Viewed (0)
  4. src/main/java/org/codelibs/fess/api/json/SearchApiManager.java

            }
        }
    
        /**
         * Escapes a JSON key-value pair.
         * @param key The key.
         * @param value The value.
         * @return The escaped key-value pair.
         */
        protected String escapeJsonKeyValue(final String key, final String value) {
            return "\"" + key + "\":" + escapeJson(value);
        }
    
        /**
         * Writes a JSON response.
         * @param status The status code.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Aug 07 03:06:29 UTC 2025
    - 54.6K bytes
    - Viewed (0)
  5. docs/de/README.md

     - [Git](https://github.com/codelibs/fess-ds-git)
     - [Gitbucket](https://github.com/codelibs/fess-ds-gitbucket)
     - [G Suite](https://github.com/codelibs/fess-ds-gsuite)
     - [JSON](https://github.com/codelibs/fess-ds-json)
     - [Office 365](https://github.com/codelibs/fess-ds-office365)
     - [S3](https://github.com/codelibs/fess-ds-s3)
     - [Salesforce](https://github.com/codelibs/fess-ds-salesforce)
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  6. README.md

     - [Git](https://github.com/codelibs/fess-ds-git)
     - [Gitbucket](https://github.com/codelibs/fess-ds-gitbucket)
     - [G Suite](https://github.com/codelibs/fess-ds-gsuite)
     - [JSON](https://github.com/codelibs/fess-ds-json)
     - [Office 365](https://github.com/codelibs/fess-ds-office365)
     - [S3](https://github.com/codelibs/fess-ds-s3)
     - [Salesforce](https://github.com/codelibs/fess-ds-salesforce)
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 06:34:32 UTC 2025
    - 7.2K bytes
    - Viewed (2)
  7. docs/zh-CN/README.md

     - [Git](https://github.com/codelibs/fess-ds-git)
     - [Gitbucket](https://github.com/codelibs/fess-ds-gitbucket)
     - [G Suite](https://github.com/codelibs/fess-ds-gsuite)
     - [JSON](https://github.com/codelibs/fess-ds-json)
     - [Office 365](https://github.com/codelibs/fess-ds-office365)
     - [S3](https://github.com/codelibs/fess-ds-s3)
     - [Salesforce](https://github.com/codelibs/fess-ds-salesforce)
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Oct 12 07:19:47 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

         * Get the value for the key 'api.json.response.exception.included'. <br>
         * The value is, e.g. false <br>
         * comment: Whether to include exceptions in API JSON response.
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getApiJsonResponseExceptionIncluded();
    
        /**
         * Is the property for the key 'api.json.response.exception.included' true? <br>
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 17 08:28:31 UTC 2025
    - 525.6K bytes
    - Viewed (1)
  9. okhttp/src/jvmTest/kotlin/okhttp3/internal/http/SocketFailureTest.kt

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    package okhttp3.internal.http
    
    import assertk.assertThat
    import assertk.assertions.isIn
    import java.net.Socket
    import kotlin.test.assertFailsWith
    import mockwebserver3.MockResponse
    import mockwebserver3.MockWebServer
    import mockwebserver3.junit5.StartStop
    import okhttp3.Call
    import okhttp3.Connection
    Registered: Fri Sep 05 11:42:10 UTC 2025
    - Last Modified: Tue Jul 29 21:11:09 UTC 2025
    - 3K bytes
    - Viewed (0)
  10. src/main/resources/fess_indices/fess_config.elevate_word.json

    Shinsuke Sugaya <******@****.***> 1638450896 +0900
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Dec 02 13:14:56 UTC 2021
    - 173 bytes
    - Viewed (0)
Back to top