Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 31 for ins (0.01 sec)

  1. src/test/java/org/codelibs/fess/helper/OsddHelperTest.java

            assertEquals("text/xml; charset=UTF-8", streamResponse.getContentType());
            streamResponse.getStreamCall().callback(new WrittenStreamOut() {
    
                @Override
                public void write(final InputStream ins) throws IOException {
                    assertEquals("""
                            <?xml version="1.0" encoding="UTF-8"?>
                            <OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
    Registered: 2025-05-26 08:04
    - Last Modified: 2025-03-15 06:53
    - 5.8K bytes
    - Viewed (0)
  2. dbflute_fess/dfprop/_readme.txt

    o replaceSchemaMap.dfprop
    
    Properties for documents:
    o documentMap.dfprop
    
    Properties for non-functional adjustments:
    o sourceCopyright.dfprop
    o infraMap.dfprop (manual making)
    
    Properties for plug-ins:
    o freeGenMap.dfprop (manual making)
    o lastafluteMap.dfprop (manual making)
    Registered: 2025-05-26 08:04
    - Last Modified: 2018-01-29 07:34
    - 930 bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/helper/OsddHelper.java

            }
    
            return new StreamResponse(osddFile.getName()).contentType(contentType + "; charset=" + encoding).stream(out -> {
                try (InputStream ins = new FileInputStream(osddFile)) {
                    out.write(ins);
                }
            });
        }
    
        public void setOsddPath(final String osddPath) {
            this.osddPath = osddPath;
        }
    
    Registered: 2025-05-26 08:04
    - Last Modified: 2025-03-15 06:53
    - 3.7K bytes
    - Viewed (0)
  4. docs/en/docs/tutorial/dependencies/index.md

    * resources
    * providers
    * services
    * injectables
    * components
    
    ## **FastAPI** plug-ins
    
    Integrations and "plug-ins" can be built using the **Dependency Injection** system. But in fact, there is actually **no need to create "plug-ins"**, as by using dependencies it's possible to declare an infinite number of integrations and interactions that become available to your *path operation functions*.
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-10-28 11:18
    - 9.2K bytes
    - Viewed (0)
  5. src/main/resources/fess_indices/fess/en-ie/stopwords.txt

    dar
    de
    deich
    deichniúr
    den
    dhá
    do
    don
    dtí
    dá
    dár
    dó
    faoi
    faoin
    faoina
    faoinár
    fara
    fiche
    gach
    gan
    go
    gur
    haon
    hocht
    i
    iad
    idir
    in
    ina
    ins
    inár
    is
    le
    leis
    lena
    lenár
    m'
    mar
    mo
    mé
    na
    nach
    naoi
    naonúr
    ná
    ní
    níor
    nó
    nócha
    ocht
    ochtar
    os
    roimh
    sa
    seacht
    seachtar
    seachtó
    seasca
    Registered: 2025-05-26 08:04
    - Last Modified: 2018-07-19 06:31
    - 685 bytes
    - Viewed (0)
  6. docs/es/docs/tutorial/dependencies/index.md

    * recursos
    * proveedores
    * servicios
    * inyectables
    * componentes
    
    ## Plug-ins de **FastAPI**
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-12-30 18:26
    - 9.7K bytes
    - Viewed (0)
  7. docs/es/llm-prompt.md

    * cross origin: cross origin (do not translate to "origen cruzado")
    * plugin: plugin (do not translate to "complemento" or "extensión")
    * plug-in: plug-in (do not translate to "complemento" or "extensión")
    * plug-ins: plug-ins (do not translate to "complementos" or "extensiones")
    * full stack: full stack (do not translate to "pila completa")
    * full-stack: full-stack (do not translate to "de pila completa")
    * stack: stack (do not translate to "pila")
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-12-30 18:46
    - 5.8K bytes
    - Viewed (0)
  8. tensorflow/c/c_api_macros_internal.h

    #ifdef __cplusplus
    #include "tensorflow/core/platform/status.h"
    
    // Macro to verify that the field `struct_size` of STRUCT_OBJ is initialized.
    // `struct_size` is used for struct member compatibility check between core TF
    // and plug-ins with the same C API minor version. More info here:
    // https://github.com/tensorflow/community/blob/master/rfcs/20200612-stream-executor-c-api/C_API_versioning_strategy.md
    Registered: 2025-05-27 12:39
    - Last Modified: 2023-03-13 17:40
    - 2.5K bytes
    - Viewed (0)
  9. istioctl/pkg/cli/context.go

    	if opts == nil {
    		opts = &NewFakeContextOption{}
    	}
    	ns := opts.Namespace
    	ins := opts.IstioNamespace
    	return &fakeInstance{
    		clients: map[string]kube.CLIClient{},
    		rootFlags: &RootFlags{
    			kubeconfig:       ptr.Of[string](""),
    			configContext:    ptr.Of[string](""),
    			namespace:        &ns,
    			istioNamespace:   &ins,
    			impersonate:      ptr.Of[string](""),
    			impersonateUID:   ptr.Of[string](""),
    Registered: 2025-05-28 22:53
    - Last Modified: 2025-05-02 02:51
    - 9.3K bytes
    - Viewed (0)
  10. docs/pt/docs/tutorial/dependencies/index.md

    * recursos
    * provedores
    * serviços
    * injetáveis
    * componentes
    
    ## Plug-ins em **FastAPI**
    
    Registered: 2025-05-25 07:19
    - Last Modified: 2024-11-18 02:25
    - 10.3K bytes
    - Viewed (0)
Back to top