Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 31 - 40 of 59 for ancestor (0.05 seconds)

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

  1. api/maven-api-core/src/main/java/org/apache/maven/api/Project.java

         * <p>
         * This method traverses the parent hierarchy and includes profiles defined in parent POMs.
         * The returned list contains profiles from the current project and all of its ancestors in
         * the project inheritance chain.
         *
         * @return a non-null, possibly empty list of all profiles from this project and its parents
         * @see Profile
         * @see #getDeclaredProfiles()
         */
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Nov 07 13:11:07 GMT 2025
    - 15.3K bytes
    - Click Count (0)
  2. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsBoostDocumentRule.java

            return sb.toString();
        }
    
        // ===================================================================================
        //                                                                            Accessor
        //                                                                            ========
        public String getBoostExpr() {
            checkSpecifiedProperty("boostExpr");
            return convertEmptyToNull(boostExpr);
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 6.7K bytes
    - Click Count (0)
  3. compat/maven-model-builder/src/main/java/org/apache/maven/model/interpolation/ObjectBasedValueSource.java

         * starting at the root object contained in this value source, apply each part
         * to the object graph below this root, using either 'getXXX()' or 'isXXX()'
         * accessor types to resolve the value for each successive expression part.
         * Finally, return the result of the last expression part's resolution.</p>
         *
         * <p><b>NOTE:</b> The object-graph navigation actually takes place via the
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Jun 06 14:28:57 GMT 2025
    - 3.4K bytes
    - Click Count (0)
  4. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsElevateWord.java

            return sb.toString();
        }
    
        // ===================================================================================
        //                                                                            Accessor
        //                                                                            ========
        public Float getBoost() {
            checkSpecifiedProperty("boost");
            return boost;
        }
    
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 7.1K bytes
    - Click Count (0)
  5. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsJobLog.java

            return sb.toString();
        }
    
        // ===================================================================================
        //                                                                            Accessor
        //                                                                            ========
        public Long getEndTime() {
            checkSpecifiedProperty("endTime");
            return endTime;
        }
    
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 7.5K bytes
    - Click Count (0)
  6. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsDuplicateHost.java

            return sb.toString();
        }
    
        // ===================================================================================
        //                                                                            Accessor
        //                                                                            ========
        public String getCreatedBy() {
            checkSpecifiedProperty("createdBy");
            return convertEmptyToNull(createdBy);
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 6.8K bytes
    - Click Count (0)
  7. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsRelatedQuery.java

            return sb.toString();
        }
    
        // ===================================================================================
        //                                                                            Accessor
        //                                                                            ========
        public String getCreatedBy() {
            checkSpecifiedProperty("createdBy");
            return convertEmptyToNull(createdBy);
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 6.6K bytes
    - Click Count (0)
  8. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsRequestHeader.java

            return sb.toString();
        }
    
        // ===================================================================================
        //                                                                            Accessor
        //                                                                            ========
        public String getCreatedBy() {
            checkSpecifiedProperty("createdBy");
            return convertEmptyToNull(createdBy);
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 6.6K bytes
    - Click Count (0)
  9. src/main/java/org/codelibs/fess/opensearch/config/bsentity/BsRelatedContent.java

            return sb.toString();
        }
    
        // ===================================================================================
        //                                                                            Accessor
        //                                                                            ========
        public String getContent() {
            checkSpecifiedProperty("content");
            return convertEmptyToNull(content);
        }
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Sat Mar 15 06:53:53 GMT 2025
    - 7.1K bytes
    - Click Count (0)
  10. src/test/java/jcifs/smb/SIDTest.java

            void testResolveWeakInitContext() throws SmbException, CIFSException {
                SID sid = new SID("S-1-5-21-1-2");
                sid.initContext("srv", mockCtx);
    
                // First accessor triggers resolution
                int t1 = sid.getType();
                assertEquals(t1, sid.getType()); // second call should not trigger again
    Created: Sat Dec 20 13:44:44 GMT 2025
    - Last Modified: Thu Aug 14 05:31:44 GMT 2025
    - 15.8K bytes
    - Click Count (0)
Back to Top