- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 15 for endElement (0.07 seconds)
-
internal/bucket/replication/destination.go
return err } if d.StorageClass != "" { if err := e.EncodeElement(d.StorageClass, xml.StartElement{Name: xml.Name{Local: "StorageClass"}}); err != nil { return err } } return e.EncodeToken(xml.EndElement{Name: start.Name}) } // UnmarshalXML - decodes XML data. func (d *Destination) UnmarshalXML(dec *xml.Decoder, start xml.StartElement) (err error) { // Make subtype to avoid recursive UnmarshalXML().Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri May 24 23:05:23 GMT 2024 - 4K bytes - Click Count (0) -
internal/bucket/lifecycle/filter.go
if err := e.EncodeElement(f.ObjectSizeGreaterThan, xml.StartElement{Name: xml.Name{Local: "ObjectSizeGreaterThan"}}); err != nil { return err } } } return e.EncodeToken(xml.EndElement{Name: start.Name}) } // UnmarshalXML - decodes XML data. func (f *Filter) UnmarshalXML(d *xml.Decoder, start xml.StartElement) (err error) { f.set = true for { // Read tokens from the XML document in a stream.
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Sep 04 17:01:26 GMT 2024 - 6.2K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/util/XmlUtil.java
@Override public void characters(final char[] ch, final int offset, final int length) { buffer.append(new String(ch, offset, length)); } @Override public void endElement(final String uri, final String localName, final String qName) { if ("field".equals(qName)) { if (fieldName != null) { final Object obj = dataMap.get(fieldName);Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sat Nov 22 13:28:22 GMT 2025 - 9.5K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/helper/SitemapsHelper.java
if (buf != null) { buf.append(new String(ch, offset, length)); } } @Override public void endElement(final String uri, final String localName, final String qName) { // Support both with and without namespace prefixes final String elementName = getElementName(localName, qName);
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Fri Nov 14 13:19:40 GMT 2025 - 34.9K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/util/GsaConfigParser.java
* @param qName the qualified name with prefix, or empty string if qualified names are not available * @throws SAXException if a SAX error occurs during processing */ @Override public void endElement(final String uri, final String localName, final String qName) throws SAXException { if (logger.isDebugEnabled()) { logger.debug("End element: name={}", qName); }Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Fri Nov 28 16:29:12 GMT 2025 - 21.6K bytes - Click Count (0) -
impl/maven-core/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
String, String); public void startElement(String); public void writeText(String); public void writeMarkup(String); private void writeText(String, boolean); private static String escapeXml(String); public void addAttribute(String, String); public void endElement(); private void write(String); private void finishTag(); protected void endOfLine(); private void writeDocumentHeaders(); } org/codehaus/plexus/util/xml/pull/MXParser.class package org.codehaus.plexus.util.xml.pull; public synchronized class MXParser...
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 164.6K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/dsl/docbook/BasicJavadocLexer.java
private static final Pattern ATTRIBUTE_SEPARATOR = Pattern.compile("\\s*=\\s*"); private static final Pattern END_ELEMENT_NAME = Pattern.compile("\\s+|(/>)|>"); private static final Pattern END_ELEMENT = Pattern.compile("(/>)|>"); private static final Pattern HTML_ENCODED_CHAR = Pattern.compile("&#\\d+;"); private static final Pattern HTML_ENTITY = Pattern.compile("&.+?;");
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Aug 19 15:07:24 GMT 2024 - 7.1K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/AbstractUpgradeGoalTest.java
@Nested @DisplayName("Plugin Options Handling") class PluginOptionsTests { @ParameterizedTest @MethodSource("providePluginOptionScenarios") @DisplayName("should determine plugin enablement based on options") void shouldDeterminePluginEnablementBasedOnOptions( Boolean all, Boolean plugins, String model, boolean expectedEnabled, String description) { UpgradeContext context =Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 13.7K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.8.md
For the 1.8 release, SIG API Machinery focused on stability and on ecosystem enablement. Features include the ability to break large LIST calls into smaller chunks, improved support for API server customization with either custom API servers or Custom Resource Definitions, and client side event spam filtering.
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Tue Feb 20 15:45:02 GMT 2024 - 312.2K bytes - Click Count (0) -
CHANGELOG/CHANGELOG-1.34.md
- Allowed setting the `hostnameOverride` field in `PodSpec` to specify any RFC 1123 DNS subdomain as the pod's hostname. The `HostnameOverride` feature gate was introduced to control enablement of this functionality. ([#132558](https://github.com/kubernetes/kubernetes/pull/132558), [@HirazawaUi](https://github.com/HirazawaUi)) [SIG API Machinery, Apps, Network, Node and Testing]
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Wed Dec 10 01:13:50 GMT 2025 - 333.3K bytes - Click Count (2)