Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Replace English auto-fixes with Spanish ones | <?xml version="1.0" encoding="utf-8"?>
<!--
**
** Copyright 2012, AnySoftKeyboard
**
** Licensed under the Apache License, Version 2.0 (the "License")
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
**... | <?xml version="1.0" encoding="utf-8"?>
<!--
**
** Copyright 2012, AnySoftKeyboard
**
** Licensed under the Apache License, Version 2.0 (the "License")
** you may not use this file except in compliance with the License.
** You may obtain a copy of the License at
**
** http://www.apache.org/licenses/LICENSE-2.0
**
**... |
Set relativePath to ../.. to try and get this working with Travis CI | <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>co... | <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>co... |
Set allowConnectToRunningServer=false. It is a good reminder when processing pulls to turn off any running servers | <?xml version="1.0" encoding="UTF-8"?>
<arquillian xmlns="http://jboss.org/schema/arquillian" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
<container qualifier="jboss" default="true">
<configurat... | <?xml version="1.0" encoding="UTF-8"?>
<arquillian xmlns="http://jboss.org/schema/arquillian" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://jboss.org/schema/arquillian http://jboss.org/schema/arquillian/arquillian_1_0.xsd">
<container qualifier="jboss" default="true">
<configurat... |
Remove refecence of base in xmlid | <?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<!-- Declared the same in every module that may need it -->
<record id="base.personal_contact_information" model="ir.ui.view">
<field name="name">Personal information page for contacts form</field>
<field name="model">res.partner</field>
<field name="inh... | <?xml version="1.0" encoding="utf-8"?>
<odoo>
<data>
<!-- Declared the same in every module that may need it -->
<record id="personal_information" model="ir.ui.view">
<field name="name">Personal information page for contacts form</field>
<field name="model">res.partner</field>
<field name="inherit_id" ref=... |
Fix table 4.8 overlap in compute admin guide | <?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of nova.conf file configuration options
for live migration</caption>
<col width="50%"/>
<col width="50%"/>
<thead>
<tr>
... | <?xml version="1.0" encoding="UTF-8"?>
<para xmlns="http://docbook.org/ns/docbook" version="5.0">
<table rules="all">
<caption>Description of nova.conf file configuration options
for live migration</caption>
<col width="60%"/>
<col width="40%"/>
<thead>
<tr>
... |
Add string resources for Telemetry | <resources>
<string name="app_name">serleena</string>
<string name="title_activity_serleena">SerleenaActivity</string>
<string name="hello_world">Hello world!</string>
<string name="action_settings">Settings</string>
<string name="sync_token">Token value</string>
<string name="heartDesc">Cuor... | <resources>
<string name="app_name">serleena</string>
<string name="title_activity_serleena">SerleenaActivity</string>
<string name="hello_world">Hello world!</string>
<string name="action_settings">Settings</string>
<string name="sync_token">Token value</string>
<string name="heartDesc">Cuor... |
Update app version for Webdav impl of files GUI | <?xml version="1.0"?>
<info>
<id>files</id>
<name>Files</name>
<description>File Management</description>
<licence>AGPL</licence>
<author>Robin Appelman, Vincent Petry</author>
<shipped>true</shipped>
<standalone/>
<default_enable/>
<version>1.3.0</version>
<types>
<filesystem/>
</types>
<dependencies>
... | <?xml version="1.0"?>
<info>
<id>files</id>
<name>Files</name>
<description>File Management</description>
<licence>AGPL</licence>
<author>Robin Appelman, Vincent Petry</author>
<shipped>true</shipped>
<standalone/>
<default_enable/>
<version>1.4.0</version>
<types>
<filesystem/>
</types>
<dependencies>
... |
Add apache commons language extensions 3. | <!--
ivy.xml
Dependency management via Apache Ivy
-->
<ivy-module version="2.0">
<info organisation="com.github.rsandor" module="solace"/>
<dependencies>
<dependency org="junit" name="junit-dep" rev="4.8.2"/>
<dependency org="org.mockito" name="mockito-all" rev="1.8.4"/>
<dependency org="org.json" n... | <!--
ivy.xml
Dependency management via Apache Ivy
-->
<ivy-module version="2.0">
<info organisation="com.github.rsandor" module="solace"/>
<dependencies>
<dependency org="junit" name="junit-dep" rev="4.8.2"/>
<dependency org="org.mockito" name="mockito-all" rev="1.8.4"/>
<dependency org="org.json" n... |
Modify testsuite configuration based on latest schema changes. | <?xml version="1.0" encoding="UTF-8"?>
<!--
~ JBoss, Home of Professional Open Source.
~ Copyright 2016 Red Hat, Inc., and individual contributors
~ as indicated by the @author tags.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with th... | <?xml version="1.0" encoding="UTF-8"?>
<!--
~ JBoss, Home of Professional Open Source.
~ Copyright 2016 Red Hat, Inc., and individual contributors
~ as indicated by the @author tags.
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with th... |
Remove 'try to' from instructional text | <resources>
<string name="app_name">Open Flood</string>
<!-- End game activity -->
<string name="endgame_win_title">Excellent</string>
<string name="endgame_win_text" formatted="false">You flooded the board in %1$d moves</string>
<string name="endgame_lose_title">Game Over</string>
<string name... | <resources>
<string name="app_name">Open Flood</string>
<!-- End game activity -->
<string name="endgame_win_title">Excellent</string>
<string name="endgame_win_text" formatted="false">You flooded the board in %1$d moves</string>
<string name="endgame_lose_title">Game Over</string>
<string name... |
Update sample to use custom attrs | <?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/activity_main"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context="com.github.pengrad... | <?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/activity_main"
android:layout_width="match_parent"
android:layout_hei... |
Make sure test.log is written to target folder | <?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2010 Harald Wellmann
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless requir... | <?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright 2010 Harald Wellmann
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless requir... |
Add meta information about feed. | <!-- category: {{ include.cat }} -->
{% for post in site.posts %}
{% if post.tags contains include.tag %}
<entry>
<title>{{ post.title }}</title>
<link href="{{ site.production_url }}{{ post.url }}"/>
<updated>{{ post.date | date_to_xmlschema }}</updated>
<id>{{ site.production_... | <title type='text'>{{ site.name }}</title>
<subtitle type='html'></subtitle>
<link href="{{ site.baseurl }}" />
<author>
<name>Luca Ferrari </name>
<email>{{ site.email }}</email>
</author>
<!-- category: {{ include.cat }} -->
{% for post in site.posts %}
{% if post.tags contains include.tag %}
<entry>
... |
Update Zanata configuration to 0.8.0. | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<config xmlns="http://zanata.org/namespace/config/">
<url>https://translate.jboss.org/</url>
<project>uberfire-extensions</project>
<project-version>0.7.0</project-version>
<project-type>utf8properties</project-type>
<locales>
<locale>es</locale>
... | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<config xmlns="http://zanata.org/namespace/config/">
<url>https://translate.jboss.org/</url>
<project>uberfire-extensions</project>
<project-version>0.8.0</project-version>
<project-type>utf8properties</project-type>
<locales>
<locale>es</locale>
... |
Change the version of xml to 1.1 to prevent the javax.xml.stream.XMLStreamException: ParseError at [row,col]:[1,39] Message: Premature end of file. | <?xml version="1.0" encoding="UTF-8"?>
<ejb-jar xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd"
version="3.1">
<enterprise-beans>
<... | <?xml version="1.1" encoding="UTF-8"?>
<ejb-jar xmlns="http://java.sun.com/xml/ns/javaee"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/ejb-jar_3_1.xsd"
version="3.1">
<enterprise-beans>
<... |
Save position of group profile floater | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<floater
height="565"
layout="topleft"
min_height="565"
width="470"
can_close="true"
can_resize="true"
min_width="470">
<panel
background_visible="false"
top="5"
height="560"
right="-10"
left="5"
class="panel_group_info_sid... | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<floater
height="565"
layout="topleft"
min_height="565"
width="470"
can_close="true"
can_resize="true"
save_rect="true"
min_width="470">
<panel
background_visible="false"
top="5"
height="560"
right="-10"
left="5"
class="pa... |
Update master.xml file for consolidated PDFs | <productname>Red Hat Process Automation Manager</productname>
<productnumber>7.4</productnumber>
<subtitle>
</subtitle>
<abstract>
<para>This file contains the entire documentation set for Red Hat Process Automation Manager.</para>
</abstract>
<xi:include href="Common_Content/Legal_Notice.xml" xmlns:xi="http://www.w3.... | <productname>Red Hat Process Automation Manager</productname>
<productnumber>7.4</productnumber>
<subtitle>
</subtitle>
<abstract>
<para>This file contains the entire documentation set for Red Hat Process Automation Manager and is for Red Hat internal use only.</para>
</abstract>
<xi:include href="Common_Content/Legal... |
Add new dependencies and force compiler to Java 8 | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>be.ge... | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>be.ge... |
Add sesame-runtime as dependency to query-repository | <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openrdf.alibaba</groupId>
<artifactId>alibaba</arti... | <project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.openrdf.alibaba</groupId>
<artifactId>alibaba</arti... |
Fix for broken API key field reference in manifest | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.raygun.raygun4android.sample">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="... | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.raygun.raygun4android.sample">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:roundIcon="... |
Replace unused padding with layout_margins in card header | <?xml version="1.0" encoding="utf-8"?>
<View xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/card_item_divider"
android:paddingLeft="10dp"
android:paddingRight="10dp" /> | <?xml version="1.0" encoding="utf-8"?>
<View xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginLeft="16dp"
android:layout_marginRight="16dp"
android:background="@color/card_item_divider" /> |
Configure code sniffer for PSR-1 and PSR-2 only | <?xml version="1.0"?>
<ruleset>
<rule ref="PSR1.Classes.ClassDeclaration"/>
<rule ref="PSR1.Files.SideEffects"/>
<rule ref="Generic.CodeAnalysis.UnconditionalIfStatement"/>
<rule ref="Generic.CodeAnalysis.EmptyStatement"/>
<rule ref="Generic.CodeAnalysis.UnnecessaryFinalModifier"/>
<rule ref="Ge... | <?xml version="1.0"?>
<ruleset>
<rule ref="PSR1"/>
<rule ref="PSR2"/>
</ruleset>
|
Implement the "add new series" functionality as floating action button | <RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:context="de.alexanderkohout.seriesreminder.ui.SeriesOverviewFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@co... | <RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
tools:context="de.alexanderkohout.seriesreminder.ui.SeriesOverviewFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@co... |
Fix android app name for acl_compressor. | <?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">MainActivity</string>
</resources>
| <?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">ACL Compressor</string>
</resources>
|
Change reddit accent to blue | <?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#ff3F51B5</color>
<color name="colorPrimaryDark">#ff303F9F</color>
<color name="colorAccent">#ffFF4081</color>
<color name="mediumAccent">#ff00AB6B</color>
<color name="productHuntAccent">#ffff9800</color>
<color name="redditAccen... | <?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="colorPrimary">#ff3F51B5</color>
<color name="colorPrimaryDark">#ff303F9F</color>
<color name="colorAccent">#ffFF4081</color>
<color name="mediumAccent">#ff00AB6B</color>
<color name="productHuntAccent">#ffff9800</color>
<color name="redditAccen... |
Fix the Lint warning from Gradle. | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.barvoy.sensorama" >
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launche... | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.barvoy.sensorama" >
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launche... |
Set source encoding to UTF-8 | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.meurisse.selenium</groupId>
... | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.meurisse.selenium</groupId>
... |
Reconfigure test php test units | <?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
... | <?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
... |
Use unique identifier of this broker as the container id | <connector-services>
<connector-service name="amqp-connector">
<factory-class>org.apache.activemq.artemis.integration.amqp.AMQPConnectorServiceFactory</factory-class>
<param key="host" value="$QUEUE_SCHEDULER_SERVICE_HOST" />
<param key="port" value="$QUEUE_SCHEDULER_SERVICE_... | <connector-services>
<connector-service name="amqp-connector">
<factory-class>org.apache.activemq.artemis.integration.amqp.AMQPConnectorServiceFactory</factory-class>
<param key="host" value="$QUEUE_SCHEDULER_SERVICE_HOST" />
<param key="port" value="$QUEUE_SCHEDULER_SERVICE_... |
Remove size spec from Livestream URL | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/">
<style>
body {
margin: 0 !important;
padding: 0 !important;
}
</style>
<script src="//code.jquery.com/jquery-2.1.4.min.js" />
<iframe src="http://livestream.com/accounts/4175709/events/4206552/pl... | <!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
xmlns:py="http://genshi.edgewall.org/">
<style>
body {
margin: 0 !important;
padding: 0 !important;
}
</style>
<script src="//code.jquery.com/jquery-2.1.4.min.js" />
<iframe src="http://livestream.com/accounts/4175709/events/4206552/pl... |
Set Tomcat connector to bind late | <?xml version='1.0' encoding='utf-8'?>
<!--
Cloud Foundry Java Buildpack
Copyright (c) 2013 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://w... | <?xml version='1.0' encoding='utf-8'?>
<!--
Cloud Foundry Java Buildpack
Copyright (c) 2013 the original author or authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://w... |
Make slideshow images fit the screen | <?xml version="1.0" encoding="utf-8"?>
<ImageView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerVertical="true"
android:layout_centerHorizontal="true"
android:contentDescription="@string/ti... | <?xml version="1.0" encoding="utf-8"?>
<ImageView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerVertical="true"
android:layout_centerHorizontal="true"
android:contentDescription="@string/ti... |
Add a title, author, and description | <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!DOCTYPE nstemplate SYSTEM "nstemplate.dtd">
<!--
XML NS template for making a single-node PlanetLab DevBox experiment
-->
<nstemplate>
<variable name="HWType" default="pc" descr="Hardware Type" />
<variable name="NodeName" default="devbox" descr=... | <?xml version="1.0" encoding="ISO-8859-1" standalone="no"?>
<!DOCTYPE nstemplate SYSTEM "nstemplate.dtd">
<!--
XML NS template for making a single-node PlanetLab DevBox experiment
-->
<nstemplate name="PlanetLab DevBox" author="Robert Ricci"
authormail="ricci@cs.utah.edu" authoruid="ricci">
<descrip... |
Enable android pay in example app | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example"
android:versionCode="1"
android:versionName="1.0">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<uses-sdk
andr... | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example"
android:versionCode="1"
android:versionName="1.0">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/>
<uses-sdk
andr... |
Update POM with dependency on core | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>training.time-tracker</groupId>
... | <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>training.time-tracker</groupId>
... |
Allow users of kafka-avro-serializer to use any Scala version. | <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.confluent</groupId>
... | <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://maven.apache.org/POM/4.0.0"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>io.confluent</groupId>
... |
Undo previous config xml test | <?xml version="1.0" encoding="UTF-8"?>
<plugin
xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="gr.eworx.wavToAccConverter"
version="0.0.1">
<name>WavToAccConverter</name>
<description>iOS Wav to AAC converter</description>
<license>Apache 2.0</license>
<keywords>cordo... | <?xml version="1.0" encoding="UTF-8"?>
<plugin
xmlns="http://apache.org/cordova/ns/plugins/1.0"
id="gr.eworx.wavToAccConverter"
version="0.0.1">
<name>WavToAccConverter</name>
<description>iOS Wav to AAC converter</description>
<license>Apache 2.0</license>
<keywords>cordo... |
Disable some checks on some files | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<suppressions>
</suppressions>
| <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suppressions PUBLIC "-//Puppy Crawl//DTD Suppressions 1.1//EN" "http://www.puppycrawl.com/dtds/suppressions_1_1.dtd">
<suppressions>
<suppress files="org/apache/xmlgraphics/image/GraphicsUtil.java" checks="AvoidNestedBlocks"/>
<suppress files="org/apache/xmlgraphics/... |
Fix BGP-FS's BGPActivator bean arguments | <?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0">
<bean id="flowSpecExtensionContext" class="org.opendaylight.protocol.bgp.flowspec.SimpleFlowspecExtensionProviderContext"/>
<bean id="flowSpec... | <?xml version="1.0" encoding="UTF-8"?>
<blueprint xmlns="http://www.osgi.org/xmlns/blueprint/v1.0.0"
xmlns:odl="http://opendaylight.org/xmlns/blueprint/v1.0.0">
<bean id="flowSpecExtensionContext" class="org.opendaylight.protocol.bgp.flowspec.SimpleFlowspecExtensionProviderContext"/>
<bean id="flowSpec... |
Add HTML coverage via PHPUnit XML | <?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="Vfac TMDB Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">./src... | <?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="Vfac TMDB Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory suffix=".php">./src... |
Set env. variable to pass tests on IDEA 14 EAP | <component name="ProjectRunConfigurationManager">
<configuration default="false" name="All Tests" type="JUnit" factoryName="JUnit">
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
<pattern>
<option name="PATTERN" value="com.intellij.aws.cloudformation.t... | <component name="ProjectRunConfigurationManager">
<configuration default="false" name="All Tests" type="JUnit" factoryName="JUnit">
<extension name="coverage" enabled="false" merge="false" sample_coverage="true" runner="idea">
<pattern>
<option name="PATTERN" value="com.intellij.aws.cloudformation.t... |
Add gh-rapid to the list of activating contexts for the plugin. | <atlassian-plugin key="${project.groupId}.${project.artifactId}" name="${project.name}" plugins-version="2">
<plugin-info>
<description>${project.description}</description>
<version>${project.version}</version>
<vendor name="${project.organization.name}" url="${project.organization.url}" />
... | <atlassian-plugin key="${project.groupId}.${project.artifactId}" name="${project.name}" plugins-version="2">
<plugin-info>
<description>${project.description}</description>
<version>${project.version}</version>
<vendor name="${project.organization.name}" url="${project.organization.url}" />
... |
Upgrade archetype-packaging and maven-archetype-plugin to 2.3 | <?xml version='1.0' encoding='UTF-8' ?>
<project xmlns='http://maven.apache.org/POM/4.0.0'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:schemaLocation='http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd'>
<modelVersion>4.... | <?xml version='1.0' encoding='UTF-8' ?>
<project xmlns='http://maven.apache.org/POM/4.0.0'
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:schemaLocation='http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd'>
<modelVersion>4.... |
Bring down API support to 7 | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ph.sakay.gateway"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="17" />
<uses-permission android:name="android... | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ph.sakay.gateway"
android:versionCode="1"
android:versionName="1.0">
<uses-sdk android:minSdkVersion="7" android:targetSdkVersion="17" />
<uses-permission android:name="android... |
Enable commit message inspection on IntelliJ IDEA | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="IssueNavigationConfiguration">
<option name="links">
<list>
<IssueNavigationLink>
<option name="issueRegexp" value="[A-Z]+\-\d+" />
<option name="linkRegexp" value="https://issues.apache.org/jira/browse... | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="CommitMessageInspectionProfile">
<profile version="1.0">
<inspection_tool class="BodyLimit" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="SubjectBodySeparation" enabled="true" level="ERR... |
Add the canonical form to the <id>URL in the feed | ---
layout: nil
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>{{ site.title }}</title>
<link href="{{ site.url }}/atom.xml" rel="self"/>
<link href="{{ site.url }}/"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>{{ site.url }}</id>
<author>
<name>... | ---
layout: nil
---
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>{{ site.title }}</title>
<link href="{{ site.url }}/atom.xml" rel="self"/>
<link href="{{ site.url }}/"/>
<updated>{{ site.time | date_to_xmlschema }}</updated>
<id>{{ site.url }}/</id>
<author>
<name... |
Enable new name resolution engine on nightly by default | <idea-plugin>
<extensions defaultExtensionNs="com.intellij">
<experimentalFeature id="org.rust.cargo.build.tool.window" percentOfUsers="100">
<description>Enable Cargo tasks to use Build Tool Window. Requires Rust +1.48.0</description>
</experimentalFeature>
<experimentalFeature ... | <idea-plugin>
<extensions defaultExtensionNs="com.intellij">
<experimentalFeature id="org.rust.cargo.build.tool.window" percentOfUsers="100">
<description>Enable Cargo tasks to use Build Tool Window. Requires Rust +1.48.0</description>
</experimentalFeature>
<experimentalFeature ... |
Add domain on account_id field | <?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="hr_expense_view_form" model="ir.ui.view">
<field name="name">HR Expense Account</field>
<field name="model">hr.expense.expense</field>
<field name="inherit_id" ref="hr_expense.view_expenses_form" />
... | <?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="hr_expense_view_form" model="ir.ui.view">
<field name="name">HR Expense Account</field>
<field name="model">hr.expense.expense</field>
<field name="inherit_id" ref="hr_expense.view_expenses_form" />
... |
Fix bug on attractions listing - it randomly cut off before | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:orientation="vertical" >
<ListView
android:id="@+id/attractionsList"
android:layout_width="wrap_content"
android:layout_h... | <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:orientation="vertical" >
<ListView
android:id="@+id/attractionsList"
android:layout_width="wrap_content"
android:layout_h... |
Make the run configuration singleton | <component name="ProjectRunConfigurationManager">
<configuration default="false" name="Crucible" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin">
<module name="Crucible4IDEA" />
<option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m" />
<option name="... | <component name="ProjectRunConfigurationManager">
<configuration default="false" name="Crucible" type="#org.jetbrains.idea.devkit.run.PluginConfigurationType" factoryName="Plugin" singleton="true">
<module name="Crucible4IDEA" />
<option name="VM_PARAMETERS" value="-Xmx512m -Xms256m -XX:MaxPermSize=250m" />
... |
Revert "FIX: CLO-11636 - Attempt to fix SMB2 on WebLogic." | <plugin
id="org.jetel.smb2"
version="0.0.0.devel"
greedyClassLoader="true"
provider-name="Javlin a.s."
class="org.jetel.util.protocols.smb2.Activator">
<runtime>
<library path="bin/"/>
<library path="lib/smbj-0.3.0.jar" />
<library path="lib/mbassador-1.3.0.jar"/>
<library path="${cl... | <plugin
id="org.jetel.smb2"
version="0.0.0.devel"
provider-name="Javlin a.s."
class="org.jetel.util.protocols.smb2.Activator">
<runtime>
<library path="bin/"/>
<library path="lib/smbj-0.3.0.jar" />
<library path="lib/mbassador-1.3.0.jar"/>
<library path="${cloveretl.smb2.bouncycastle.jar... |
Change in scope of FlexInterface object from application to session. | <?xml version="1.0" encoding="UTF-8"?>
<service id="remoting-service"
class="flex.messaging.services.RemotingService"
messageTypes="flex.messaging.messages.RemotingMessage">
<adapters>
<adapter-definition id="java-object" class="flex.messaging.services.remoting.adapters.JavaAdapter" default... | <?xml version="1.0" encoding="UTF-8"?>
<service id="remoting-service"
class="flex.messaging.services.RemotingService"
messageTypes="flex.messaging.messages.RemotingMessage">
<adapters>
<adapter-definition id="java-object" class="flex.messaging.services.remoting.adapters.JavaAdapter" default... |
Add forum link + license | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.paktvforum" name="PakTVForum" version="0.0.6" provider-name="Irfan Charania">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
<import addon="script.module.bea... | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.paktvforum" name="PakTVForum" version="0.0.6" provider-name="Irfan Charania">
<requires>
<import addon="xbmc.python" version="2.1.0"/>
<import addon="script.module.xbmcswift2" version="2.4.0"/>
<import addon="script.module.bea... |
Disable camelcase for php variables | <?xml version="1.0"?>
<ruleset name="MyStandard">
<description>The PHP Coding Standard description you want.</description>
<rule ref="Generic.ControlStructures.InlineControlStructure"/>
<rule ref="Generic.Formatting.SpaceAfterCast"/>
<!-- Import Zend coding standard (which in turn imports PEAR) -->
<rule ref=... | <?xml version="1.0"?>
<ruleset name="MyStandard">
<description>The PHP Coding Standard description you want.</description>
<rule ref="Generic.ControlStructures.InlineControlStructure"/>
<rule ref="Generic.Formatting.SpaceAfterCast"/>
<!-- Import Zend coding standard (which in turn imports PEAR) -->
<rule ref=... |
Create custom attribute 'bsp_animateFabIn' to control whether the FAB should animate onto the screen when the time picker is shown. | <?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="BSP_NumberPadTimePicker">
<!-- Indicates how the NumberPadTimePicker should be laid out. -->
<attr name="bsp_numberPadTimePickerLayout" format="enum">
<enum name="alert" value="1" />
<enum name="botto... | <?xml version="1.0" encoding="utf-8"?>
<resources>
<declare-styleable name="BSP_NumberPadTimePicker">
<!-- Indicates how the NumberPadTimePicker should be laid out. -->
<attr name="bsp_numberPadTimePickerLayout" format="enum">
<enum name="alert" value="1" />
<enum name="botto... |
Fix warnings on a mod's instance | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_6" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project> | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="EntryPointsManager">
<entry_points version="2.0" />
<list size="1">
<item index="0" class="java.lang.String" itemvalue="cpw.mods.fml.common.Mod.Instance" />
</list>
</component>
<component name="ProjectRootManager" ver... |
Update the color inactive navigation icons to be @color/black38 | <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="true" android:color="@color/accent50" />
<item android:color="@color/base50" />
</selector> | <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:state_checked="true" android:color="@color/accent50" />
<item android:color="@color/black38" />
</selector> |
Make the application's theme more similar to Settings' one | <?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Application" parent="@style/Theme.AppCompat.Light.DarkActionBar" />
<style name="Theme.Settings" parent="@style/Theme.Application">
<item name="android:windowActionBar">false</item>
<item name="android:windowNoTitle">true</i... | <?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="Theme.Application" parent="@style/Theme.AppCompat.Light.DarkActionBar">
<item name="android:colorBackground">@android:color/white</item>
<item name="colorPrimary">@color/material_blue_grey_900</item>
<item name="colorPrimaryDar... |
Set updatePeriodMillis > REFRESH_TIME_AUTO since refreshing is not instantaneous | <?xml version="1.0" encoding="utf-8"?>
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:initialLayout="@layout/app_widget"
android:minHeight="110dp"
android:minWidth="110dp"
android:resizeMode="horizontal|vertical"
android:updatePeriodMillis="3600000"
andro... | <?xml version="1.0" encoding="utf-8"?>
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:initialLayout="@layout/app_widget"
android:minHeight="110dp"
android:minWidth="110dp"
android:resizeMode="horizontal|vertical"
android:updatePeriodMillis="7320000"
andro... |
Use Fluido skin, update links | <?xml version="1.0" encoding="UTF-8"?>
<project name="Vaadin Add-on ComponentHighlighter">
<body>
<links>
<item name="Vaadin Directory" href="https://vaadin.com/directory#addon/componenthighlighter" />
<item name="GitHub" href="https://github.com/rolandkrueger/ComponentHighlighter"/>
<item nam... | <?xml version="1.0" encoding="UTF-8"?>
<project name="Vaadin Add-on ComponentHighlighter">
<body>
<links>
<item name="GitHub" href="https://www.github.com/rolandkrueger/ComponentHighlighter"/>
</links>
<menu ref="reports"/>
</body>
<skin>
<groupId>org.apache.m... |
Set console logging to DEBUG level. | <configuration>
<appender name="smockin_appender" class="ch.qos.logback.core.FileAppender">
<file>${user.home}/.smockin/log/smockin.log</file>
<encoder>
<pattern>%d %-5level [%thread] %logger : %msg%n</pattern>
</encoder>
</appender>
<appender name="mock_traffic_appende... | <configuration>
<appender name="smockin_appender" class="ch.qos.logback.core.FileAppender">
<file>${user.home}/.smockin/log/smockin.log</file>
<encoder>
<pattern>%d %-5level [%thread] %logger : %msg%n</pattern>
</encoder>
</appender>
<appender name="mock_traffic_appende... |
Correct the name of the layer. | <?xml version="1.0" ?>
<layer-spec xmlns="urn:jboss:galleon:layer-spec:1.0" name="undertow-legacy-https">
<dependencies>
<layer name="elytron"/>
<layer name="undertow"/>
</dependencies>
<feature-group name="undertow-https"/>
</layer-spec> | <?xml version="1.0" ?>
<layer-spec xmlns="urn:jboss:galleon:layer-spec:1.0" name="undertow-https">
<dependencies>
<layer name="elytron"/>
<layer name="undertow"/>
</dependencies>
<feature-group name="undertow-https"/>
</layer-spec>
|
Update mysql db idea data source | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="opendominion@localhost" uuid="0ad1d86b-7095-4be6-aa13-1a177b3b2559">
<driver-ref>mysql</driver-ref>
<synchronize>true</synchronize... | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="DataSourceManagerImpl" format="xml" multifile-model="true">
<data-source source="LOCAL" name="opendominion@localhost" uuid="0ad1d86b-7095-4be6-aa13-1a177b3b2559">
<driver-ref>mysql</driver-ref>
<synchronize>true</synchronize... |
Move the condition fields in a new page | <openerp>
<data>
<record model="ir.ui.view" id="sale_order_form_add_condition">
<field name="name">condition_template.sale.order.form</field>
<field name="model">sale.order</field>
<field name="inherit_id" ref="sale.view_order_form"/>
<field name="arch" type="... | <openerp>
<data>
<record model="ir.ui.view" id="sale_order_form_add_condition">
<field name="name">condition_template.sale.order.form</field>
<field name="model">sale.order</field>
<field name="inherit_id" ref="sale.view_order_form"/>
<field name="arch" type="xml">
<xpath expr="//p... |
Update android manifest (version 1.7) | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.rembx.android.sfquizz"
android:versionName="1.6.1" android:versionCode="19">
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="4"> </uses-sdk>
<supports-screens android:small... | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.rembx.android.sfquizz"
android:versionName="1.7" android:versionCode="20">
<uses-sdk android:minSdkVersion="4" android:targetSdkVersion="4"> </uses-sdk>
<supports-screens android:smallSc... |
Fix Google Play submission errors by no longer using uses-permission-sdk-23 | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.altbeacon.beacon"
>
<uses-permission android:name="android.permission.BLUETOOTH" android:required="false"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" android:required="false"/>
<uses-permissio... | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.altbeacon.beacon"
>
<uses-permission android:name="android.permission.BLUETOOTH" android:required="false"/>
<uses-permission android:name="android.permission.BLUETOOTH_ADMIN" android:required="false"/>
<uses-permissio... |
Correct the sample layout height | <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#ffffff"
>
<Text... | <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#ffffff"
>
<Text... |
Remove the confidence interval in optimization input file (will be always 0.95) | <?xml version="1.0" encoding="utf-8"?>
<input>
<!-- Scene path (relative to this file) -->
<scene path="cube.dae"/>
<!-- print output images and log on "./output" folder -->
<output path="output"/>
<!-- Optimization variables -->
<conditions>
<lightInSurface id="EmitiveLight" surface="Ceiling"></lig... | <?xml version="1.0" encoding="utf-8"?>
<input>
<!-- Scene path (relative to this file) -->
<scene path="cube.dae"/>
<!-- print output images and log on "./output" folder -->
<output path="output"/>
<!-- Optimization variables -->
<conditions>
<lightInSurface id="EmitiveLight" surface="Ceiling"></lig... |
Set java version to 1.8 | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.me... | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>de.me... |
Set the version to 2.4.0 instead of 2.4 | <?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Dealer4dealer_Xcore" setup_version="2.4">
<sequence>
<module name="Magento_Catalog" />
<module name="Magento_... | <?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
<module name="Dealer4dealer_Xcore" setup_version="2.4.0">
<sequence>
<module name="Magento_Catalog" />
<module name="Magent... |
Use fully qualified name for ShareBroadcastReceiver | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.novoda.simplechromecustomtabs.demo">
<application
android:name="com.novoda.simplechromecustomtabs.demo.ExtendedDemoApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_... | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.novoda.simplechromecustomtabs.demo">
<application
android:name="com.novoda.simplechromecustomtabs.demo.ExtendedDemoApplication"
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_... |
Add token with tool and wrapper version | <macros>
<!--<token name="@WRAPPER_VERSION@">@TOOL_VERSION@+galaxy</token>
<token name="@TOOL_VERSION@">2.1.3.1</token>-->
<xml name="reference_interface">
<conditional name="reference_source">
<param name="ref_selector" type="select" label="Choose the source for the reference genome">
... | <macros>
<token name="@WRAPPER_VERSION@">@TOOL_VERSION@+galaxy0</token>
<token name="@TOOL_VERSION@">11.6</token>
<xml name="reference_interface">
<conditional name="reference_source">
<param name="ref_selector" type="select" label="Choose the source for the reference genome">
... |
Add wizard in the modeling perspective | <?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
-->
<plugin>
<extension point="org.eclipse.ui.newWizards">
<!-- @generated workflow -->
<category
id="org.eclipse.emf.ecore.Wizard.category.ID"
name="%_UI_Wizard_category"/>
<wizard
id="fr.o... | <?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
-->
<plugin>
<extension point="org.eclipse.ui.newWizards">
<!-- @generated workflow -->
<category
id="org.eclipse.emf.ecore.Wizard.category.ID"
name="%_UI_Wizard_category"/>
<wizard
id="fr.o... |
Fix ivy settings, so IntelliJ can find the latest versions. | <ivysettings>
<settings defaultResolver="default" />
<resolvers>
<chain name="default">
<ibiblio name="maven2" root="${maven.central.url}" m2compatible="true" />
</chain>
</resolvers>
</ivysettings>
| <ivysettings>
<settings defaultResolver="default" />
<resolvers>
<chain name="default">
<ibiblio name="maven2" root="http://repo2.maven.org/maven2" m2compatible="true" />
</chain>
</resolvers>
</ivysettings>
|
Move "get stats" to bottom | <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:clickable="false"
android:weightSum="1">
<Button
android... | <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical"
android:clickable="false"
android:weightSum="1">
<TimePicker
sty... |
Add X-Kudo-Popular to Ask Fedora | <?xml version="1.0"?>
<applications version="0.1">
<application>
<!-- Copyright 2014, The Fedora Project -->
<id type="webapp">epiphany-askfedora.desktop</id>
<name>Ask Fedora</name>
<summary>Read instantly in your browser</summary>
<icon type="local">/usr/share/icons/hicolor/256x256/apps/fedora-... | <?xml version="1.0"?>
<applications version="0.1">
<application>
<!-- Copyright 2014, The Fedora Project -->
<id type="webapp">epiphany-askfedora.desktop</id>
<name>Ask Fedora</name>
<summary>Read instantly in your browser</summary>
<icon type="local">/usr/share/icons/hicolor/256x256/apps/fedora-... |
Use a simpler FrameLayout to hold the button | <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:clickable="true"
android:focusable="true"
android:layout_width="match_parent"
android:layout_height="48sp"
android:background="@drawable/googlepay_button_no_shadow_background"
... | <?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:clickable="true"
android:focusable="true"
android:layout_width="match_parent"
android:layout_height="48sp"
android:background="@drawable/googlepay_button_no_shadow_background"
a... |
Simplify fields in product form | <?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="product_template_form_view" model="ir.ui.view">
<field name="name">product.template.form.inherit.custom</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_t... | <?xml version="1.0" encoding="utf-8"?>
<openerp>
<data>
<record id="product_template_form_view" model="ir.ui.view">
<field name="name">product.template.form.inherit.custom</field>
<field name="model">product.template</field>
<field name="inherit_id" ref="product.product_t... |
Add another show poster size for 590dp screens. | <?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="addpager_width">450dp</dimen>
<dimen name="widget_item_width">35dp</dimen>
<dimen name="widget_text_small">12sp</dimen>
<dimen name="widget_text_middle">14sp</dimen>
<dimen name="widget_text_large">16sp</dimen>
</resources> | <?xml version="1.0" encoding="utf-8"?>
<resources>
<dimen name="addpager_width">450dp</dimen>
<dimen name="widget_item_width">35dp</dimen>
<dimen name="widget_text_small">12sp</dimen>
<dimen name="widget_text_middle">14sp</dimen>
<dimen name="widget_text_large">16sp</dimen>
<dimen name="show_po... |
Fix for DIRSERVER-718: updating all nlog4j versions to 1.2.25 | <?xml version="1.0" encoding="ISO-8859-1"?>
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.directory</groupId>
<artifactId>build</artifactId>
<version>1.0.5-SNAPSHOT</version>
</parent>
<groupId>org.apache.directory.daemon</groupId>
<artifactId>build</artifactId>
<name... | <?xml version="1.0" encoding="ISO-8859-1"?>
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.directory</groupId>
<artifactId>build</artifactId>
<version>1.0.5-SNAPSHOT</version>
</parent>
<groupId>org.apache.directory.daemon</groupId>
<artifactId>build</artifactId>
<name... |
Change app's theme to Holo Light | <resources>
<!--
Base application theme for API 14+. This theme completely replaces
AppBaseTheme from BOTH res/values/styles.xml and
res/values-v11/styles.xml on API 14+ devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">
<!-- API 14 them... | <resources>
<!--
Base application theme for API 14+. This theme completely replaces
AppBaseTheme from BOTH res/values/styles.xml and
res/values-v11/styles.xml on API 14+ devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Holo.Light">
<!-- API 14 theme customizatio... |
Add whitelist for coverage reporting. | <?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="phpunit.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation... | <?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="phpunit.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation... |
Add filter so we can start using code coverage | <?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processI... | <?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processI... |
Add matlab custom keyboard shortcut configuration file | <?xml version="1.0" encoding="utf-8"?>
<CustomKeySet derivedfrom="Mac" modifieddefault="false">
<Context id="Global">
<Action id="delete-previous">
<Stroke code="VK_BACK_SPACE"/>
<Stroke code="VK_BACK_SPACE" shift="on"/>
<Stroke code="VK_H" ctrl="on"/>
</Action>
<Action i... | |
Add remote debug run configuration for IntelliJ | <component name="ProjectRunConfigurationManager">
<configuration default="false" name="Debug Elasticsearch" type="Remote">
<option name="USE_SOCKET_TRANSPORT" value="true" />
<option name="SERVER_MODE" value="true" />
<option name="SHMEM_ADDRESS" />
<option name="HOST" value="localhost" />
<option... | |
Add a toplevel POM so everything can build at once | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.bonej</gro... | |
Add new Accent - Golden Kiwi | <?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2017 Citrus-CAF Project
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ http://www.apache.org/licenses/LICENSE-2... | |
Add spring configuration for gshell-parser | <?xml version="1.0" encoding="UTF-8"?>
<!--
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The ASF licenses this file
to you under the Apache... | |
Add the file missing from the last commit | <assembly name="UnityEditor.EditorTestsRunner">
<member name="M:UnityEditor.EditorTestsRunner.EditorTestsWithLogParser.ExpectLogLineRegex(System.String)">
<parameter name="pattern">
<attribute ctor="M:JetBrains.Annotations.NotNullAttribute.#ctor" />
<attribute ctor="M:JetBrains.Annotations.RegexPatter... | |
Work on a AlarmClient. Not finished yet. | <?xml version="1.0" encoding="UTF-8"?>
<!--
#%L
Bitrepository Common
$Id: common-test-configuration.xml 111 2011-03-18 10:22:57Z mikis $
$HeadURL: https://sbforge.org/svn/bitrepository/trunk/bitrepository-common/src/test/resources/configuration/xml/common-test-configuration.xml $
%%
Copyright (C) 2010 - ... | |
Add Ant build file to launch local task | <?xml version="1.0" encoding="UTF-8"?>
<project name="hello-hadoop" default="launch-local" basedir=".">
<description>
Launch LOCAL map reduce job
</description>
<property name="INPUT_FILE" value="/tmp/MYDATA.txt" />
<property name="OUTPUT_DIR" value="/tmp/OUTPUT" />
<target name="clean" description="Clean out... | |
Remove background color for chat history in AnsaStorm skin for better transparency look | <?xml version="1.0" encoding="UTF-8"?>
<fs_chat_history
message_header="panel_chat_header.xml"
message_separator="panel_chat_separator.xml"
left_text_pad="10"
right_text_pad="15"
left_widget_pad="0"
right_widget_pad="10"
top_separator_pad="1"
bottom_separator_pad="1"
top_header_pad="12"
bottom_heade... | |
Add white Add SVG image | <vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
<path
android:fillColor="#FFFFFFFF"
android:pathData="M19,13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z"/>
</vec... | |
Test script for multivariate normal prior | <?xml version="1.0" standalone="yes"?>
<beast>
<matrixParameter id="locations">
<parameter value="0.0 0.0"/>
</matrixParameter>
<operators id="operators" optimizationSchedule="log">
<randomWalkOperator windowSize="1.0" weight="273">
<matrixParameter idref="locations"/>
</randomWalkOperator>
... | |
Add dictionaries to the repo | <component name="ProjectDictionaryState">
<dictionary name="tasomaniac">
<words>
<w>taso</w>
<w>tasomaniac</w>
</words>
</dictionary>
</component>
| |
Add a set of queries for the storages module | <query-mapping package='AWA.Storages.Models'>
<description>
The list of posts for the blog administrator.
</description>
<query name='storage-get-data'>
<comment>Get the data content of the storage object. The query returns a single BLOB column.</comment>
<sql>
SELECT
data.da... | |
Add skeleton for AWT common classes. | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>imagej</groupI... | |
Add my own CodeSniffer settings | <?xml version="1.0"?>
<ruleset name="MyStandard">
<rule ref="PSR2">
<exclude name="Generic.ControlStructures.InlineControlStructure.NotAllowed"/>
<exclude name="Generic.Functions.OpeningFunctionBraceBsdAllman.BraceOnSameLine"/>
<exclude name="Generic.WhiteSpace.DisallowTabIndent"/>
<exclude name="PSR1.Classes.... | |
Use strict shrinkMode with the proper rules to improve resources shrinking | <?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools"
tools:keep="@drawable/room_*"
tools:shrinkMode="strict"
/> | |
Add new entry to changelog | <?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- changelog for the master branch -->
<string name="changelog_master" translatable="false">
<b>Next feature release:</b>\n
· Fix: Attribute filter now lists non GC attributes\n
· Fix: Better GPX file compatibility with Garmin devices\n
\n
\n
... | <?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- changelog for the master branch -->
<string name="changelog_master" translatable="false">
<b>Next feature release:</b>\n
· Fix: Attribute filter now lists non GC attributes\n
· Fix: Better GPX file compatibility with Garmin devices\n
· Fix: Sca... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.