- Sort Score
- Num 10 results
- Language All
Results 451 - 460 of 1,121 for xxml (0.02 seconds)
-
internal/event/config_test.go
// // You should have received a copy of the GNU Affero General Public License // along with this program. If not, see <http://www.gnu.org/licenses/>. package event import ( "encoding/xml" "reflect" "strings" "testing" ) func TestValidateFilterRuleValue(t *testing.T) { testCases := []struct { value string expectErr bool }{ {"foo/.", true}, {"../foo", true},
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Apr 09 14:28:39 GMT 2025 - 28.9K bytes - Click Count (0) -
cmd/acl-handlers.go
XMLNS string `xml:"xmlns:xsi,attr"` XMLXSI string `xml:"xsi:type,attr"` Type string `xml:"Type"` ID string `xml:"ID,omitempty"` DisplayName string `xml:"DisplayName,omitempty"` URI string `xml:"URI,omitempty"` } type grant struct { Grantee grantee `xml:"Grantee"` Permission string `xml:"Permission"` } type accessControlPolicy struct {
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri May 24 23:05:23 GMT 2024 - 8.4K bytes - Click Count (0) -
dbflute_fess/dfprop/esfluteMap.dfprop
; esfluteDiFile = esflute_config.xml } ; fess_config.duplicate_host = map:{ ; package = config ; esclientDiFile = esclient.xml ; esfluteDiFile = esflute_config.xml } ; fess_config.elevate_word = map:{ ; package = config ; esclientDiFile = esclient.xml ; esfluteDiFile = esflute_config.xml }Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Wed Nov 06 13:45:02 GMT 2024 - 6.3K bytes - Click Count (0) -
src/main/java/org/codelibs/core/xml/SchemaUtil.java
*/ package org.codelibs.core.xml; import static org.codelibs.core.misc.AssertionUtil.assertArgumentNotNull; import java.io.File; import java.net.URL; import javax.xml.transform.Source; import javax.xml.validation.Schema; import javax.xml.validation.SchemaFactory; import org.codelibs.core.exception.SAXRuntimeException; import org.xml.sax.SAXException; /**
Created: Sat Dec 20 08:55:33 GMT 2025 - Last Modified: Thu Jul 31 08:16:49 GMT 2025 - 5.5K bytes - Click Count (0) -
.github/workflows/maven.yml
- name: Prepare Mimir for Maven 4.x shell: bash run: | rm .mvn/extensions.xml mkdir -p ~/.m2 cp .github/ci-extensions.xml ~/.m2/extensions.xml - name: Build Maven distributions shell: bash run: ./mvnw verify -e -B -V - name: List contents of target directory shell: bashCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Dec 16 04:24:24 GMT 2025 - 12.2K bytes - Click Count (0) -
internal/bucket/lifecycle/lifecycle.go
} // Lifecycle - Configuration for bucket lifecycle. type Lifecycle struct { XMLName xml.Name `xml:"LifecycleConfiguration"` Rules []Rule `xml:"Rule"` ExpiryUpdatedAt *time.Time `xml:"ExpiryUpdatedAt,omitempty"` } // HasTransition returns 'true' if lifecycle document has Transition enabled. func (lc Lifecycle) HasTransition() bool {Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Thu Apr 03 06:45:06 GMT 2025 - 18.2K bytes - Click Count (0) -
compat/maven-compat/src/main/mdo/paramdoc.mdo
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 5.4K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/project/ProjectBuilderTest.java
getContainer().lookup(org.apache.maven.project.ProjectBuilder.class); File child = new File(tempDir.toFile(), "child/pom.xml"); // build project once projectBuilder.build(child, configuration); // modify parent File parent = new File(tempDir.toFile(), "pom.xml"); String parentContent = new String(Files.readAllBytes(parent.toPath()), StandardCharsets.UTF_8);
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 17.6K bytes - Click Count (0) -
fess-crawler/src/main/java/org/codelibs/fess/crawler/extractor/impl/XmlExtractor.java
* @param metaCharsetPattern The XML encoding pattern. */ public void setXmlEncodingPattern(final Pattern metaCharsetPattern) { xmlEncodingPattern = metaCharsetPattern; } /** * Returns the XML tag pattern. * @return The XML tag pattern. */ public Pattern getXmlTagPattern() { return xmlTagPattern; } /**Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sun Jul 06 02:13:03 GMT 2025 - 2.6K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/ModelUpgradeStrategyTest.java
Document document = Document.of(pomXml); // Use a mutable map since the strategy modifies it Map<Path, Document> pomMap = new HashMap<>(); pomMap.put(Paths.get("pom.xml"), document); UpgradeContext context = createMockContext(TestUtils.createOptionsWithModelVersion(targetModelVersion)); UpgradeResult result = strategy.doApply(context, pomMap);Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 38.8K bytes - Click Count (0)