- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 27 for refy (0.19 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
src/main/webapp/js/purify.min.js
tor","opacity","order","orient","orientation","origin","overflow","paint-order","path","pathlength","patterncontentunits","patterntransform","patternunits","points","preservealpha","preserveaspectratio","primitiveunits","r","rx","ry","radius","refx","refy","repeatcount","repeatdur","restart","result","rotate","scale","seed","shape-rendering","slope","specularconstant","specularexponent","spreadmethod","startoffset","stddeviation","stitchtiles","stop-color","stop-opacity","stroke-dasharray","stro...
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sun Mar 15 06:21:57 GMT 2026 - 22.7K bytes - Click Count (0) -
.github/workflows/contributor-pr.yml
- master concurrency: # On master/release, we don't want any jobs cancelled so the sha is used to name the group group: ${{ (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/release' ) && format('contributor-pr-base-{0}', github.sha) || format('contributor-pr-{0}', github.ref) }} cancel-in-progress: false env: # Set the DEVELOCITY_ACCESS_KEY so that a Build Scan is generated
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Mon Mar 23 22:06:44 GMT 2026 - 5K bytes - Click Count (0) -
.teamcity/scripts/FindCommits.java
System.err.println("target_branch_name must not be empty"); System.exit(2); } String targetRef = "refs/remotes/origin/" + targetBranch; if (!refExists(targetRef)) { System.err.println("Target ref " + targetRef + " not present locally; fetching origin/" + targetBranch + "..."); run("git", "fetch", "origin", targetBranch); }
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Tue Jan 20 03:53:25 GMT 2026 - 5.5K bytes - Click Count (0) -
src/main/webapp/WEB-INF/env/crawler/resources/log4j2.xml
<AppenderRef ref="AppFile" /> <AppenderRef ref="LogNotification" /> </Logger> <Logger name="org.dbflute" additivity="false" level="${log.level}"> <AppenderRef ref="AppFile" /> <AppenderRef ref="LogNotification" /> </Logger> <Logger name="org.lastaflute" additivity="false" level="${log.level}"> <AppenderRef ref="AppFile" /> <AppenderRef ref="LogNotification" /> </Logger>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 2.7K bytes - Click Count (0) -
build-logic-commons/code-quality-rules/src/main/resources/codenarc/codenarc.xml
<!--<ruleset-ref path='rulesets/basic.xml'>--> <!--<exclude name='ExplicitHashSetInstantiation'/>--> <!--<exclude name='ExplicitCallToAndMethod'/>--> <!--<exclude name='ExplicitCallToOrMethod'/>--> <!--</ruleset-ref>--> <ruleset-ref path='rulesets/braces.xml'/> <ruleset-ref path='rulesets/imports.xml'> <exclude name="ImportFromSunPackages"/>
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 2.2K bytes - Click Count (0) -
build-logic-commons/code-quality-rules/src/main/resources/codenarc/codenarc-integtests.xml
<!--<ruleset-ref path='rulesets/basic.xml'>--> <!--<exclude name='ExplicitHashSetInstantiation'/>--> <!--<exclude name='ExplicitCallToAndMethod'/>--> <!--<exclude name='ExplicitCallToOrMethod'/>--> <!--</ruleset-ref>--> <ruleset-ref path='rulesets/braces.xml'/> <ruleset-ref path='rulesets/imports.xml'> <exclude name="ImportFromSunPackages"/>
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Wed Dec 09 08:14:05 GMT 2020 - 2.3K bytes - Click Count (0) -
.github/workflows/notify-on-rc-for-manual-test.yml
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 13 22:04:33 GMT 2026 - 912 bytes - Click Count (0) -
deps.xml
<!-- property name="kopf.version" value="15.5.0" / --> <!-- property name="kopf.url" value="https://github.com/codelibs/fess-kopf/archive/refs/tags/v${kopf.version}.zip" / --> <property name="kopf.version" value="main" /> <property name="kopf.url" value="https://github.com/codelibs/fess-kopf/archive/refs/heads/${kopf.version}.zip" /> <!-- Maven Repository -->
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Feb 12 06:33:24 GMT 2026 - 2.7K bytes - Click Count (0) -
src/main/resources/log4j2.xml
<AppenderRef ref="AppFile" /> <AppenderRef ref="LogNotification" /> </Logger> <Logger name="org.dbflute" additivity="false" level="${log.level}"> <AppenderRef ref="AppFile" /> <AppenderRef ref="LogNotification" /> </Logger> <Logger name="org.lastaflute" additivity="false" level="${log.level}"> <AppenderRef ref="AppFile" /> <AppenderRef ref="LogNotification" /> </Logger>
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Thu Mar 26 02:24:08 GMT 2026 - 5.2K bytes - Click Count (0) -
architecture/standards/0008-use-nullaway.md
## Status - ACCEPTED on 2025-08-06 ## Context Our codebase uses `null` extensively to represent an absence of value or optionality of the argument. We utilize nullness annotations in Java code and somewhat rely on IDE warnings to guide us. However, the Java code we have is not fully annotated, which causes several consequences: * IDE warnings can be misleading
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Thu Mar 05 12:39:41 GMT 2026 - 4K bytes - Click Count (0)