Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 7 of 7 for newItem (0.05 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  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/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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. 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