Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 2 of 2 for performFor (0.08 seconds)

  1. compat/maven-model-builder/src/main/java/org/apache/maven/model/building/DefaultModelBuilder.java

                    nt.performFor(oa.getName(), "name", oa::setName);
                    nt.performFor(oa.getVersion(), "version", oa::setVersion);
                });
                a.map(Activation::getProperty).ifPresent(pa -> {
                    Interpolation nt = new Interpolation(pa, interpolator::interpolate);
                    nt.performFor(pa.getName(), "name", pa::setName);
                    nt.performFor(pa.getValue(), "value", pa::setValue);
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Sun Mar 30 23:08:08 GMT 2025
    - 55.3K bytes
    - Click Count (0)
  2. CREDITS

    limited to, the following:
    
      i. the right to reproduce, adapt, distribute, perform, display,
         communicate, and translate a Work;
     ii. moral rights retained by the original author(s) and/or performer(s);
    iii. publicity and privacy rights pertaining to a person's image or
         likeness depicted in a Work;
     iv. rights protecting against unfair competition in regards to a Work,
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Thu Mar 13 05:29:51 GMT 2025
    - 1.8M bytes
    - Click Count (0)
Back to Top