Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 10 for newItem (0.1 seconds)

  1. src/main/java/org/codelibs/fess/dict/mapping/CharMappingFile.java

                    final CharMappingItem item = new CharMappingItem(id, inputs, output);
    
                    if (updater != null) {
                        final CharMappingItem newItem = updater.write(item);
                        if (newItem != null) {
                            itemList.add(newItem);
                        } else {
                            id--;
                        }
                    } else {
                        itemList.add(item);
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Dec 20 05:56:45 GMT 2025
    - 15.3K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/dict/synonym/SynonymFile.java

                            if (updater != null) {
                                final SynonymItem newItem = updater.write(item);
                                if (newItem != null) {
                                    itemList.add(newItem);
                                } else {
                                    id--;
                                }
                            } else {
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Nov 20 07:09:00 GMT 2025
    - 15.9K bytes
    - Click Count (0)
  3. src/main/java/org/codelibs/fess/dict/kuromoji/KuromojiFile.java

                    if (updater != null) {
                        final KuromojiItem newItem = updater.write(item);
                        if (newItem != null) {
                            itemList.add(newItem);
                        } else {
                            id--;
                        }
                    } else {
                        itemList.add(item);
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Nov 20 07:09:00 GMT 2025
    - 11.7K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/dict/protwords/ProtwordsFile.java

                        final ProtwordsItem item = new ProtwordsItem(id, input);
                        if (updater != null) {
                            final ProtwordsItem newItem = updater.write(item);
                            if (newItem != null) {
                                itemList.add(newItem);
                            } else {
                                id--;
                            }
                        } else {
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Nov 20 07:09:00 GMT 2025
    - 11.9K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/dict/stopwords/StopwordsFile.java

                        final StopwordsItem item = new StopwordsItem(id, input);
                        if (updater != null) {
                            final StopwordsItem newItem = updater.write(item);
                            if (newItem != null) {
                                itemList.add(newItem);
                            } else {
                                id--;
                            }
                        } else {
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Nov 20 07:09:00 GMT 2025
    - 13K bytes
    - Click Count (0)
  6. src/main/java/org/codelibs/fess/dict/stemmeroverride/StemmerOverrideFile.java

                    if (updater != null) {
                        final StemmerOverrideItem newItem = updater.write(item);
                        if (newItem != null) {
                            itemList.add(newItem);
                        } else {
                            id--;
                        }
                    } else {
                        itemList.add(item);
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Dec 20 05:56:45 GMT 2025
    - 14.2K bytes
    - Click Count (0)
  7. fastapi/_compat/v2.py

                new_value = []
                for item in value:
                    if isinstance(item, dict):
                        new_item = _replace_refs(
                            schema=item,
                            old_name_to_new_name_map=old_name_to_new_name_map,
                        )
                        new_value.append(new_item)
    
                    else:
                        new_value.append(item)
                new_schema[key] = new_value
    Created: Sun Dec 28 07:19:09 GMT 2025
    - Last Modified: Sat Dec 27 12:54:56 GMT 2025
    - 19.1K bytes
    - Click Count (0)
  8. api/go1.26.txt

    pkg crypto/hpke, func NewHybridPublicKey(crypto.Encapsulator, *ecdh.PublicKey) (PublicKey, error) #75300
    pkg crypto/hpke, func NewKDF(uint16) (KDF, error) #75300
    pkg crypto/hpke, func NewKEM(uint16) (KEM, error) #75300
    pkg crypto/hpke, func NewMLKEMPrivateKey(crypto.Decapsulator) (PrivateKey, error) #75300
    pkg crypto/hpke, func NewMLKEMPublicKey(crypto.Encapsulator) (PublicKey, error) #75300
    Created: Tue Dec 30 11:13:12 GMT 2025
    - Last Modified: Thu Dec 11 19:57:52 GMT 2025
    - 11.5K bytes
    - Click Count (0)
  9. fess-crawler-lasta/src/main/resources/crawler/extractor.xml

    				"application/vnd.intu.qbo",
    				"application/vnd.intu.qfx",
    				"application/vnd.iptc.g2.conceptitem+xml",
    				"application/vnd.iptc.g2.knowledgeitem+xml",
    				"application/vnd.iptc.g2.newsitem+xml",
    				"application/vnd.iptc.g2.packageitem+xml",
    				"application/vnd.ipunplugged.rcprofile",
    				"application/vnd.irepository.package+xml",
    				"application/vnd.is-xpr",
    				"application/vnd.jam",
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Sun Nov 23 03:46:53 GMT 2025
    - 50.1K bytes
    - Click Count (0)
  10. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      <mime-type type="application/vnd.iptc.g2.conceptitem+xml"/>
      <mime-type type="application/vnd.iptc.g2.knowledgeitem+xml"/>
      <mime-type type="application/vnd.iptc.g2.newsitem+xml"/>
        
      <mime-type type="application/vnd.iptc.g2.newsmessage+xml">
        <root-XML localName="newsMessage"/>
        <root-XML localName="newsMessage" namespaceURI="http://iptc.org/std/nar/2006-10-01/"/>
    Created: Sat Dec 20 11:21:39 GMT 2025
    - Last Modified: Thu Oct 16 07:46:32 GMT 2025
    - 320.2K bytes
    - Click Count (5)
Back to Top