- Sort Score
- Num 10 results
- Language All
Results 261 - 270 of 958 for prefer (0.06 seconds)
-
docs/bucket/replication/setup_ilm_expiry_replication.sh
if [ "${tranDays}" != "null" ]; then echo "BUG: Transition rules as well copied to siteb" exit 1 fi ## Check replication of rules prefix and tags prefix=$(./mc ilm rule list siteb/bucket --json | jq '.config.Rules[0].Filter.And.Prefix' | sed 's/"//g') tagName1=$(./mc ilm rule list siteb/bucket --json | jq '.config.Rules[0].Filter.And.Tags[0].Key' | sed 's/"//g')Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Sep 06 09:42:21 GMT 2024 - 12.8K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoDescriptorCreator.java
import org.apache.maven.plugin.descriptor.MojoDescriptor; import org.apache.maven.plugin.prefix.DefaultPluginPrefixRequest; import org.apache.maven.plugin.prefix.NoPluginFoundForPrefixException; import org.apache.maven.plugin.prefix.PluginPrefixRequest; import org.apache.maven.plugin.prefix.PluginPrefixResolver; import org.apache.maven.plugin.prefix.PluginPrefixResult; import org.apache.maven.plugin.version.DefaultPluginVersionRequest;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Mar 25 09:45:07 GMT 2025 - 11.3K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/CliUtils.java
return new DefaultInterpolator(); } @Nonnull public static UnaryOperator<String> prefix(String prefix, UnaryOperator<String> cb) { return s -> { String v = null; if (s.startsWith(prefix)) { v = cb.apply(s.substring(prefix.length())); } return v; }; } @SafeVarargs @Nonnull
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Oct 13 18:30:29 GMT 2025 - 5K bytes - Click Count (0) -
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/logging/SystemStreamLog.java
*/ @Override public boolean isErrorEnabled() { return true; } private void print(String prefix, CharSequence content) { System.out.println("[" + prefix + "] " + content.toString()); } private void print(String prefix, Throwable error) { StringWriter sWriter = new StringWriter(); PrintWriter pWriter = new PrintWriter(sWriter);Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 5.3K bytes - Click Count (0) -
tests/test_default_response_class_router.py
router_b_a.include_router( router_b_a_c_override, prefix="/c", default_response_class=HTMLResponse ) router_b_override.include_router(router_b_a, prefix="/a") router_a.include_router(router_a_a, prefix="/a") router_a.include_router( router_a_b_override, prefix="/b", default_response_class=PlainTextResponse ) app.include_router(router_a, prefix="/a") app.include_router( router_b_override, prefix="/b", default_response_class=PlainTextResponse )
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sun Mar 01 20:49:20 GMT 2020 - 5K bytes - Click Count (0) -
doc/asm.html
Adding an offset to the name refers to that offset from the symbol's address, so <code>foo+4(SB)</code> is four bytes past the start of <code>foo</code>. </p> <p> The <code>FP</code> pseudo-register is a virtual frame pointer used to refer to function arguments. The compilers maintain a virtual frame pointer and refer to the arguments on the stack as offsets from that pseudo-register.
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Nov 14 19:09:46 GMT 2025 - 36.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/util/ParameterUtil.java
/** The XPath field prefix. */ protected static final String XPATH_PREFIX = "field.xpath."; /** The meta field prefix. */ protected static final String META_PREFIX = "field.meta."; /** The value field prefix. */ protected static final String VALUE_PREFIX = "field.value."; /** The script field prefix. */ protected static final String SCRIPT_PREFIX = "field.script.";Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 7.5K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/taglib/FessFunctions.java
final String prefix; if (query != null) { prefix = "ex_q=" + query.split(":")[0] + "%3A"; } else { prefix = null; } return pagingQueryList.stream() .filter(s -> prefix == null || !s.startsWith(prefix))Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 25.4K bytes - Click Count (1) -
impl/maven-core/src/main/java/org/apache/maven/plugin/prefix/NoPluginFoundForPrefixException.java
*/ package org.apache.maven.plugin.prefix; import java.util.List; import org.eclipse.aether.repository.LocalRepository; import org.eclipse.aether.repository.RemoteRepository; /** * NoPluginFoundForPrefixException */ public class NoPluginFoundForPrefixException extends Exception { public NoPluginFoundForPrefixException( String prefix, List<String> pluginGroups,Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.4K bytes - Click Count (0) -
docs/en/docs/deployment/manually.md
There's a small detail about names to keep in mind. 💡 The word "**server**" is commonly used to refer to both the remote/cloud computer (the physical or virtual machine) and also the program that is running on that machine (e.g. Uvicorn). Just keep in mind that when you read "server" in general, it could refer to one of those two things.
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Oct 11 17:48:49 GMT 2025 - 6.9K bytes - Click Count (0)