Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Call out Dagger 2.3 incompatibility | <?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="GoogleAppIndexingWarning" severity="ignore" />
<issue id="GradleDependency" severity="ignore" />
<issue id="InvalidPackage">
<ignore regexp="okio-1.6.0.jar" />
<ignore regexp="retrofit-2.0.1.jar" />
</issue>
<issue id="NewerVer... | <?xml version="1.0" encoding="UTF-8"?>
<lint>
<issue id="GoogleAppIndexingWarning" severity="ignore" />
<issue id="GradleDependency" severity="ignore" />
<issue id="InvalidPackage">
<ignore regexp="okio-1.6.0.jar" />
<ignore regexp="retrofit-2.0.1.jar" />
</issue>
<issue id="NewerVer... |
Update FGD 2015 for venue availability | <?xml version="1.0" encoding="UTF-8"?>
<event>
<pagetitle>FedGeoDay</pagetitle>
<schedule>0</schedule>
<date><![CDATA[June 18<sup>th</sup> 2015]]></date>
<address><![CDATA[Woolly Mammoth Theatre<br/>
641 D Street Northwest<br/>
Washington, DC 20004]]></address>
<eventbrite><![CDATA[//www.eventbrite.com/ticket... | <?xml version="1.0" encoding="UTF-8"?>
<event>
<pagetitle>FedGeoDay</pagetitle>
<schedule>0</schedule>
<date><![CDATA[October 15<sup>th</sup> 2015]]></date>
<address><![CDATA[Woolly Mammoth Theatre<br/>
641 D Street Northwest<br/>
Washington, DC 20004]]></address>
<eventbrite><![CDATA[//www.eventbrite.com/tic... |
Hide Exceptions tab on sale for manual channels | <?xml version="1.0"?>
<data>
<xpath
expr="/form/notebook/page[@id="other"]/field[@name="company"]"
position="after">
<label name="channel"/>
<field name="channel" widget="selection"/>
</xpath>
<xpath expr="//notebook" position="inside">
<page name=... | <?xml version="1.0"?>
<data>
<xpath
expr="/form/notebook/page[@id="other"]/field[@name="company"]"
position="after">
<label name="channel"/>
<field name="channel" widget="selection"/>
</xpath>
<xpath expr="//notebook" position="inside">
<page name=... |
Use groupId as base package | #set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
<?xml version="1.0" encoding="UTF-8" ?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
... | #set( $symbol_pound = '#' )
#set( $symbol_dollar = '$' )
#set( $symbol_escape = '\' )
<?xml version="1.0" encoding="UTF-8" ?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
... |
Update Maven version for API 7.x development | <?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>com.h... | <?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>com.h... |
Update parent to use groovy 2.1.1 | <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>com.anrisoftware.globalpom</groupId>
<artifactId>glob... | <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>com.anrisoftware.globalpom</groupId>
<artifactId>glob... |
Add INTERNET permission to Android | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.crystalgame"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="18" />
<application
... | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.crystalgame"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="16"
android:targetSdkVersion="18" />
<uses-permission andro... |
Fix dependencies for testing (after / before annotations) | <?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>pl.ar... | <?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>pl.ar... |
Remove a profile that does not need | <?xml version="1.0" encoding="UTF-8"?>
<deviceplugin-provider xmlns:android="http://schemas.android.com/apk/res/android" >
<profile name="servicediscovery" />
<profile name="serviceinformation" />
<profile name="system" />
<profile name="file" />
<profile name="mediastream_recording" />
<profil... | <?xml version="1.0" encoding="UTF-8"?>
<deviceplugin-provider xmlns:android="http://schemas.android.com/apk/res/android" >
<profile name="servicediscovery" />
<profile name="serviceinformation" />
<profile name="system" />
<profile name="mediastream_recording" />
<profile name="camera" />
</de... |
Add textColor "white" to the text of widget explicitly. | <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/background"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/default_bg">
<TextView
android:id="@+id/text"
... | <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/background"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/default_bg">
<TextView
android:id="@+id/text"
... |
Fix the console default position by adjusting the target id. | <?xml version="1.0" encoding="UTF-8"?>
<plugin>
<extension
point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension
targetID="de.uni_jena.iaa.linktype.atomic.editors.grapheditor.perspective">
<view
ratio="0.8f"
moveable="true"
... | <?xml version="1.0" encoding="UTF-8"?>
<plugin>
<extension
point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension
targetID="org.corpus_tools.atomic.perspectives.navigation">
<view
ratio="0.8f"
moveable="true"
relative="org... |
Change description of relative field in input drag event. | <?xml version="1.0" encoding="UTF-8" ?>
<class name="InputEventScreenDrag" inherits="InputEvent" version="3.4">
<brief_description>
Input event type for screen drag events. Only available on mobile devices.
</brief_description>
<description>
Contains screen drag information. See [method Node._input].
</descript... | <?xml version="1.0" encoding="UTF-8" ?>
<class name="InputEventScreenDrag" inherits="InputEvent" version="3.4">
<brief_description>
Input event type for screen drag events. Only available on mobile devices.
</brief_description>
<description>
Contains screen drag information. See [method Node._input].
</descript... |
Change the splash screen with JURANI logo. | <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/... | <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/activity_vertical_margin"
android:paddingLeft="@dimen/... |
Fix wrong xml end tag | <?xml version="1.0"?>
<package>
<name>servo_msgs</name>
<version>0.0.1</version>
<description>The servo_msgs package</description>
<maintainer email="o111027y@mail.kyutech.jp">Yusuke Doi</maintainer>
<license>MIT</license>
<author email="o111027y@mail.kyutech.jp">Yusuke Doi</author>
<buildtool_depend>... | <?xml version="1.0"?>
<package>
<name>servo_msgs</name>
<version>0.0.1</version>
<description>The servo_msgs package</description>
<maintainer email="o111027y@mail.kyutech.jp">Yusuke Doi</maintainer>
<license>MIT</license>
<author email="o111027y@mail.kyutech.jp">Yusuke Doi</author>
<buildtool_depend>... |
Set contentDescription on bottom actions and remove empty titles. Needed for screen reader accessibility. | <?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<!-- define an empty title else lint fails -->
<item
android:title=""
android:id="@+id/bottom_action_home"
android:enabled="true"
android:icon="@drawable/ic_home_black_24dp" /... | <?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<!-- define an empty title else lint fails -->
<item
android:contentDescription="@string/bottom_action_home"
android:id="@+id/bottom_action_home"
android:enabled="true"
androi... |
Adjust to the most recent version of Odoo 8 | <openerp>
<data>
<template id="show_sign_in" inherit_id="website.show_sign_in">
<!-- logging in from frontend should redirect back to frontend -->
<a t-attf-href="/web/login" position="attributes">
<attribute name="t-attf-href">/web/login?redirect=/</attribute>
... | <openerp>
<data>
<template id="website.show_sign_in" inherit_id="website.layout">
<!-- logging in from frontend should redirect back to frontend -->
<xpath expr="//ul[@id='top_menu']" position="inside">
<li class="divider" groups="base.group_public"/>
... |
Prepare sample insert for connection coords | <map id="4" timestamp="0">
<textbox TID="1" text="FOO"/>
<textbox TID="2" text="BAR"/>
<node TID="1" Type="Standard" x="1" y="1">
<nodetext textboxTID="1" />
</node>
<node TID="2" Type="Standard" x="10" y="1">
<nodetext textboxTID="2"/>
</node>
<node TID="3" Type="Inference" x="5" y="5">
<nodetext textbox... | <map id="4" timestamp="0">
<textbox TID="1" text="FOO"/>
<textbox TID="2" text="BAR"/>
<node TID="1" Type="Standard" x="1" y="1">
<nodetext textboxTID="1" />
</node>
<node TID="2" Type="Standard" x="10" y="1">
<nodetext textboxTID="2"/>
</node>
<node TID="3" Type="Inference" x="5" y="5">
<nodetext textbox... |
Update the version for 9.0 | <?xml version="1.0"?>
<info>
<id>notifications</id>
<name>Notifications</name>
<description>An app that notifies the user about important events of other apps.</description>
<licence>AGPL</licence>
<author>Joas Schilling</author>
<version>0.1.0</version>
<!-- FIXME -->
<types>
<filesystem/>
</types>
<def... | <?xml version="1.0"?>
<info>
<id>notifications</id>
<name>Notifications</name>
<description>An app that notifies the user about important events of other apps.</description>
<licence>AGPL</licence>
<author>Joas Schilling</author>
<version>0.2.0</version>
<!-- FIXME -->
<types>
<filesystem/>
</types>
<def... |
Change app display name to 'Lyve Photos' | <!--
~ Copyright (C) 2015 The Android Open Source 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.0
~
~ Unless requ... | <!--
~ Copyright (C) 2015 The Android Open Source 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.0
~
~ Unless requ... |
Prepare for new development cycle | <?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.... |
Add missing element in changelog | <?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- changelog for the master branch -->
<string name="changelog_master" translatable="false"><Data><![CDATA[<div>
<h1>Nightly build:</h1>
<h4>Topic or Area:</h4>
<ul>
<li>New: xyz</li>
<li>Fix: xyz</li>
</ul></Data>
</string>
</resources>
| <?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- changelog for the master branch -->
<string name="changelog_master" translatable="false"><Data><![CDATA[<div>
<h1>Nightly build:</h1>
<h4>Topic or Area:</h4>
<ul>
<li>New: xyz</li>
<li>Fix: xyz</li>
</ul></div>]]></Data>
</string>
</resources>
|
Set PM list to match main activity layout changes. | <?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
android:background="?primaryBackground">
<net.fastfourier.something.widget.Lock... | <?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fitsSystemWindows="true"
android:background="?primaryBackground">
<net.fastfourier.something.widget.Lock... |
Drop thread from eval logging output | <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="STDERR" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{24} - %msg%n</pattern>
</encoder>
<target>System.err</target>
</appender>
<root leve... | <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="STDERR" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{HH:mm:ss.SSS} %-5level %logger{24} - %msg%n</pattern>
</encoder>
<target>System.err</target>
</appender>
<root level="${loggi... |
Fix resolve class and dependency | <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>com.navercorp.pinpoint</groupId>
<art... | <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>com.navercorp.pinpoint</groupId>
<art... |
Make version number match release number. | <?xml version="1.0"?>
<extension key="com.groupwho.paperlesstrans" type="module">
<file>paperlesstrans</file>
<name>Paperless Transaction Payment Processor</name>
<description>Process credit card and ACH payments via Paperless Transaction.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Jos... | <?xml version="1.0"?>
<extension key="com.groupwho.paperlesstrans" type="module">
<file>paperlesstrans</file>
<name>Paperless Transaction Payment Processor</name>
<description>Process credit card and ACH payments via Paperless Transaction.</description>
<license>AGPL-3.0</license>
<maintainer>
<author>Jos... |
Fix animation glitch for PreferenceCategory views | <?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2015 The Android Open Source 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/l... | <?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (C) 2015 The Android Open Source 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/l... |
Update download URL to @mdshw5's repo. | <?xml version='1.0' encoding='utf-8'?>
<tool_dependency>
<package name="python" version="2.7.10">
<repository name="package_python_2_7_10" owner="iuc" />
</package>
<package name="galaxy_json_data_source" version="1.0.0">
<install version="1.0">
<actions>
<action ... | <?xml version='1.0' encoding='utf-8'?>
<tool_dependency>
<package name="python" version="2.7.10">
<repository name="package_python_2_7_10" owner="iuc" />
</package>
<package name="galaxy_json_data_source" version="1.0.0">
<install version="1.0">
<actions>
<action ... |
Change log filename to something other than "test" | <?xml version="1.0" encoding="UTF-8"?>
<Configuration status="TRACE">
<Appenders>
<Console name="CONSOLE" target="SYSTEM_OUT">
<PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n" />
</Console>
<RollingFile name="test.log" fileName="logs/test.log"
... | <?xml version="1.0" encoding="UTF-8"?>
<Configuration status="TRACE">
<Appenders>
<Console name="CONSOLE" target="SYSTEM_OUT">
<PatternLayout pattern="%d{HH:mm:ss.SSS} [%t] %-5level %logger{36} - %msg%n" />
</Console>
<RollingFile name="real.log" fileName="logs/real.log"
... |
Remove reference to local schema | <?xml version="1.0"?>
<psalm
totallyTyped="false"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="https://getpsalm.org/schema/config"
xsi:schemaLocation="https://getpsalm.org/schema/config file://C:\Users\ddimitrov\AppData\Roaming\Composer\vendor\vimeo\psalm\config.xsd"
>
<projectFiles>... | <?xml version="1.0"?>
<psalm totallyTyped="false">
<projectFiles>
<directory name="src" />
<ignoreFiles>
<directory name="vendor" />
</ignoreFiles>
</projectFiles>
<issueHandlers>
<LessSpecificReturnType errorLevel="info" />
<!-- level 3 issues - slightl... |
Remove unused permission from TestUtils | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.braintreepayments.api.testutils">
<uses-permission android:name="android.permission.SET_ANIMATION_SCALE" />
<uses-permission android:name="android.permission.DISABLE_KEYGUARD" />
<uses-permission android:name="android.per... | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.braintreepayments.api.testutils">
<uses-permission android:name="android.permission.SET_ANIMATION_SCALE" />
<uses-permission android:name="android.permission.DISABLE_KEYGUARD" />
<application />
</manifest>
|
Update the query to take into account the permission to verify | <query-mapping package='AWA.Blogs.Models'>
<description>
List of blogs
</description>
<class name="AWA.Blogs.Models.Blog_Info" bean="yes">
<comment>The list of blogs.</comment>
<property type='Identifier' name="id">
<comment>the blog identifier.</comment>
</propert... | <query-mapping package='AWA.Blogs.Models'>
<description>
List of blogs
</description>
<class name="AWA.Blogs.Models.Blog_Info" bean="yes">
<comment>The list of blogs.</comment>
<property type='Identifier' name="id">
<comment>the blog identifier.</comment>
</propert... |
Add GridLayout to top area of 'do upload' | <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#0c609c"
android:gravity="center_vertical"
>
<ImageView... | <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#0c609c"
android:gravity="center_vertical"
>
<GridLayou... |
Add logging config for tests | <?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2011 by Jonathan Abourbih.
~
~ Permission is hereby granted, free of charge, to any person obtaining a copy
~ of this software and associated documentation files (the "Software"), to deal
~ in the Software without restriction, including without limit... | <?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) 2011 by Jonathan Abourbih.
~
~ Permission is hereby granted, free of charge, to any person obtaining a copy
~ of this software and associated documentation files (the "Software"), to deal
~ in the Software without restriction, including without limit... |
Remove copy that we don't need anymore. | <project name="juddi-tomcat" default="package-war" basedir=".">
<property file="package.properties"/>
<property name="lib.dir" value="${basedir}/target/tomcat/apache-tomcat-${apache.tomcat.version}/lib"/>
<property name="webapps.dir" value="${basedir}/target/tomcat/apache-tomcat-${apache.tomcat.version}/webapps"/>
... | <project name="juddi-tomcat" default="package-war" basedir=".">
<property file="package.properties"/>
<property name="lib.dir" value="${basedir}/target/tomcat/apache-tomcat-${apache.tomcat.version}/lib"/>
<property name="webapps.dir" value="${basedir}/target/tomcat/apache-tomcat-${apache.tomcat.version}/webapps"/>
... |
Add note to Static Route documentation regarding necessity of sane defaults | <sect3 id="zend.controller.router.routes.static">
<title>Zend_Controller_Router_Route_Static</title>
<para>
The examples above all use dynamic routes -- routes that contain
patterns to match against. Sometimes, however, a particular route is
set in stone, and firing up the regular expre... | <sect3 id="zend.controller.router.routes.static">
<title>Zend_Controller_Router_Route_Static</title>
<para>
The examples above all use dynamic routes -- routes that contain
patterns to match against. Sometimes, however, a particular route is
set in stone, and firing up the regular expre... |
Remove allowBackup property from manifest | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.rockerhieu.emojicon">
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19"/>
<application android:allowBackup="true"
android:label="@string/app_name"
android:icon="@drawable/ic_launcher">
</... | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.rockerhieu.emojicon">
<uses-sdk android:minSdkVersion="8" android:targetSdkVersion="19"/>
<application
android:label="@string/app_name"
android:icon="@drawable/ic_launcher">
</application>
</manifest>
|
Fix layout issue pre lolipop | <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/custom_cell"
android:layout_width="match_parent"
android:layout_height="50dp"
android:gravity="center_horizontal"
android:background="@drawable/custom_grid_cell_drawable"
... | <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/custom_cell"
android:layout_width="match_parent"
android:layout_height="50dp"
android:gravity="center_horizontal"
android:background="@drawable/custom_grid_cell_drawable"
... |
Remove unused string resources; readability. | <resources>
<string name="app_name">Cute Pets Example</string>
<string name="gender">What is your gender?</string>
<string name="female">Female</string>
<string name="male">Male</string>
<string name="other">Other</string>
<string name="age">What is your age group?</string>
<string name="you... | <resources>
<string name="app_name">Cute Pets Example</string>
<string name="gender">What is your gender?</string>
<string name="female">Female</string>
<string name="male">Male</string>
<string name="other">Other</string>
<string name="age">What is your age group?</string>
<string name="you... |
Set TRACE as default log level for tests | <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
<logger name="io.github.bonigarcia" lev... | <?xml version="1.0" encoding="UTF-8"?>
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>%d{yyyy-MM-dd HH:mm:ss} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
<logger name="io.github.bonigarcia" lev... |
Fix for DE1147 - Excluding of applicationAuthorization from being purged | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:util="http://www.springframework.org/schema/util" xmlns:context="http://www.springframework.org/schema/context"
xmlns:aop="http://www.springframework.org/sche... | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:util="http://www.springframework.org/schema/util" xmlns:context="http://www.springframework.org/schema/context"
xmlns:aop="http://www.springframework.org/sche... |
Fix typo and add internet permission | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.lukekorth.httpebble"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="17" />
<uses-permissio... | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.lukekorth.httpebble"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="17" />
<uses-permissio... |
Change app name to appease google | <resources>
<string name="app_name">Android VTS</string>
<string name="action_start_scan">Start Scan</string>
<string name="test_result_incomplete">Incomplete</string>
<string name="test_result_failed">Failed</string>
<string name="test_result_passed">Passed</string>
<string name="device_info_bu... | <resources>
<string name="app_name">VTS for Android</string>
<string name="action_start_scan">Start Scan</string>
<string name="test_result_incomplete">Incomplete</string>
<string name="test_result_failed">Failed</string>
<string name="test_result_passed">Passed</string>
<string name="device_inf... |
Manage group now displays data | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="EntryPointsManager">
<entry_points version="2.0" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" assert-keyword="true" jdk-15="true" project-jdk-name="1.7" project-jdk-type="JavaSDK">
<ou... | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="EntryPointsManager">
<entry_points version="2.0" />
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_7" assert-keyword="true" jdk-15="true" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<ou... |
Fix type in XML definition | <?xml version="1.0" encoding="UTF-8"?>
<module version="1.0">
<managed-bean>
<description>This bean allows to perform some general workspace actions</description>
<managed-bean-name>workspace</managed-bean-name>
<managed-bean-class>AWA.Workspaces.Beans.Workspaces_Bean</managed-bean-class>
<managed-be... | <?xml version="1.0" encoding="UTF-8"?>
<module version="1.0">
<managed-bean>
<description>This bean allows to perform some general workspace actions</description>
<managed-bean-name>workspace</managed-bean-name>
<managed-bean-class>AWA.Workspaces.Beans.Workspaces_Bean</managed-bean-class>
<managed-be... |
Update crashlytics build ID for 2.3.02b version | <?xml version="1.0" encoding="utf-8"?><resources><string name="com.crashlytics.android.build_id">a4cba885-8f89-4346-8301-899c9c017cda</string></resources>
| <?xml version="1.0" encoding="utf-8"?><resources><string name="com.crashlytics.android.build_id">81d6d115-70fb-4556-bd9a-9e1a138c8d20</string></resources>
|
Add IllegalImportCheck Checkstyle module against Guava | <?xml version="1.0"?>
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<module name="Checker">
<!-- TreeWalker Checks -->
<module name="TreeWalker">
<!-- Imports -->
<module name="UnusedImports">
<prop... | <?xml version="1.0"?>
<!DOCTYPE module PUBLIC "-//Puppy Crawl//DTD Check Configuration 1.2//EN" "http://www.puppycrawl.com/dtds/configuration_1_2.dtd">
<module name="Checker">
<!-- TreeWalker Checks -->
<module name="TreeWalker">
<!-- Imports -->
<module name="IllegalImportCheck" >
... |
Add Splash Activity to manifest | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.andela.voluminotesapp" >
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true... | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.andela.voluminotesapp" >
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true... |
Make overview multipane divider white (less obtrusive). | <?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
... | <?xml version="1.0" encoding="utf-8"?>
<android.support.v4.widget.DrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/drawer_layout"
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
... |
Add a new line at the last position | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd">
<fontscolors>
<fontcolor name="comment" default="comment"/>
<fontcolor name="keyword" default="keyword"/>
<fontcolor name="white... | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE fontscolors PUBLIC "-//NetBeans//DTD Editor Fonts and Colors settings 1.1//EN" "http://www.netbeans.org/dtds/EditorFontsColors-1_1.dtd">
<fontscolors>
<fontcolor name="comment" default="comment"/>
<fontcolor name="keyword" default="keyword"/>
<fontcolor name="white... |
Split authors into separate <author> tags. | <package>
<description brief="rail_pcl_object_segmentation">
Detects objects from a point cloud using the Euclidian Cluster
Extraction method discussed here: http://www.pointclouds.org/documentation/tutorials/cluster_extraction.php.
</description>
<author>Paul Malmsten/pmalmsten@wpi.edu, Richard Kelly... | <package>
<description brief="rail_pcl_object_segmentation">
Detects objects from a point cloud using the Euclidian Cluster
Extraction method discussed here: http://www.pointclouds.org/documentation/tutorials/cluster_extraction.php.
</description>
<author>Paul Malmsten/pmalmsten@wpi.edu</author>
<au... |
Update param to stop on first error | <?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="bootstrap/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
proce... | <?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="bootstrap/autoload.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
proce... |
Exclude config directory from coverage | <?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
synta... | <?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false"
backupStaticAttributes="false"
bootstrap="vendor/autoload.php"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
processIsolation="false"
stopOnFailure="false"
synta... |
Fix strange color button before Lolipop | <resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item na... | <resources>
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!-- Customize your theme here. -->
<item name="colorPrimary">@color/colorPrimary</item>
<item name="colorPrimaryDark">@color/colorPrimaryDark</item>
<item na... |
Add blacklist to ignore vendor/ for code coverage | <?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.php"
backupGlobals="false"
colors="false"
verbose="false">
<php>
<!-- Unit Testing Variables -->
<!--
<var name="VAR" value="Values" />
-->
</php>
<testsuites>
<testsuite name="PHPUnit">
... | <?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.php"
backupGlobals="false"
colors="false"
verbose="false">
<php>
<!-- Unit Testing Variables -->
<!--
<var name="VAR" value="Values" />
-->
</php>
<!-- ignore for code coverage report -->
<fi... |
Load groovy files from classpath instead of file system. | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans>
<import resource="spring/resources.xml"/>
<bean id="grailsApplication" class="org.codehaus.groovy.grails.commons.GrailsApplicationFactoryBean">
<description>Grails ... | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE beans PUBLIC "-//SPRING//DTD BEAN//EN" "http://www.springframework.org/dtd/spring-beans.dtd">
<beans>
<import resource="spring/resources.xml"/>
<bean id="grailsApplication" class="org.codehaus.groovy.grails.commons.GrailsApplicationFactoryBean">
<description>Grails ... |
Index country on ISO code | <?xml version="1.0" encoding="UTF-8"?>
<!--
This file is part of the Sylius package.
(c) Paweł Jędrzejewski
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
-->
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-map... | <?xml version="1.0" encoding="UTF-8"?>
<!--
This file is part of the Sylius package.
(c) Paweł Jędrzejewski
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
-->
<doctrine-mapping xmlns="http://doctrine-project.org/schemas/orm/doctrine-map... |
Switch to 2003 namespace of XInclude | <?xml version="1.0" encoding="UTF-8"?>
<book xml:id="book" xmlns="http://docbook.org/ns/docbook" version="5.0">
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="book/bookinfo.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="book/dedication.xml"/>
<xi:include xmlns:xi="http://www.w3... | <?xml version="1.0" encoding="UTF-8"?>
<book xml:id="book" xmlns="http://docbook.org/ns/docbook" version="5.0">
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="book/bookinfo.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="book/dedication.xml"/>
<xi:include xmlns:xi="http://www.w3... |
Add default google fonts API key | <?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
<default>
<design>
<mageziner>
<enable_frontend>1</enable_frontend>
</mageziner>
</design>
... | <?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
<default>
<design>
<mageziner>
<enable_frontend>1</enable_frontend>
<api_google>AIzaSyA3LulzdpCqe4O... |
Set IDEA debug configuration remote webpack URL | <component name="ProjectRunConfigurationManager">
<configuration default="false" name="Debug Frontend (gulp server)" type="JavascriptDebugType" factoryName="JavaScript Debug" engineId="98ca6316-2f89-46d9-a9e5-fa9e2b0625b3" uri="http://localhost:5000/">
<mapping url="http://localhost:5000" local-file="$PROJECT_DIR... | <component name="ProjectRunConfigurationManager">
<configuration default="false" name="Debug Frontend (gulp server)" type="JavascriptDebugType" factoryName="JavaScript Debug" engineId="98ca6316-2f89-46d9-a9e5-fa9e2b0625b3" uri="http://localhost:5000/">
<mapping url="webpack://src" local-file="$PROJECT_DIR$/src" /... |
Make automatic updates the default behaviour | <?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory android:title="@string/general_settings">
<CheckBoxPreference
android:key="auto_update"
android:title="@string/pref_auto_download"
... | <?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android">
<PreferenceCategory android:title="@string/general_settings">
<CheckBoxPreference
android:key="auto_update"
android:title="@string/pref_auto_download"
... |
Increase size of contact image | <?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?android:attr/listPreferredItemHeight"
android:gravity="center_vertical"
android:orientation... | <?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minHeight="?android:attr/listPreferredItemHeight"
android:gravity="center_vertical"
android:orientation... |
Add GitHub link navigation to Rider's VCS log | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$/.." vcs="Git" />
</component>
</project> | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="IssueNavigationConfiguration">
<option name="links">
<list>
<IssueNavigationLink>
<option name="issueRegexp" value="#(\d+)" />
<option name="linkRegexp" value="https://github.com/JetBrains/resharper-un... |
Remove "Hello, world!" sample text. | <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
... | <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"
android:paddingRight="@dimen/activity_horizontal_margin"
... |
Add supportsRtl to Sample app | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.braintreepayments.sample">
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.CAMERA" />
<application
android:name=".SampleApplication"
android... | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.braintreepayments.sample">
<uses-permission android:name="android.permission.VIBRATE" />
<uses-permission android:name="android.permission.CAMERA" />
<application
android:allowBackup="true"
android:suppor... |
Add basedir files to binary dist. | <?xml version="1.0" encoding="UTF-8"?>
<assembly
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">... | <?xml version="1.0" encoding="UTF-8"?>
<assembly
xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.0 http://maven.apache.org/xsd/assembly-1.1.0.xsd">... |
Declare support for all screen-sizes | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.amanj.splittimer">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
... | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="me.amanj.splittimer">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
android:supportsRtl="true"
... |
Add missing en-GB licences activity label | <?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="bottom_bar_favorites_label">Favourites</string>
<string name="activity_favorites">Favourites</string>
<string name="about_licenses">Open source licences</string>
</resources>
| <?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="bottom_bar_favorites_label">Favourites</string>
<string name="activity_favorites">Favourites</string>
<string name="about_licenses">Open source licences</string>
<string name="licenses_label">Open source licences</string>
</resources>
|
FIX set executable file-permission for scripts (on UNIX) | <?xml version="1.0"?>
<project name="MMIR build resources" default="copy-resources">
<target name="copy-resources">
<!-- copy resources to parent directory
* ANT scripts and settings
* Cordova hooks for building MMIR apps
-->
<copy todir="../" pre... | <?xml version="1.0"?>
<project name="MMIR build resources" default="copy-resources">
<target name="copy-resources">
<!-- copy resources to parent directory
* ANT scripts and settings
* Cordova hooks for building MMIR apps
-->
<copy todir="../" pre... |
Make it installable from appstore | <?xml version="1.0"?>
<info>
<id>fbsync</id>
<name>Fb Sync</name>
<description>A Facebook data syncing tool for your owncloud contacts</description>
<licence>AGPL</licence>
<author>NOIJN</author>
<version>1.8-beta</version>
<namespace>FbSync</namespace>
<category>other</category>
<depen... | <?xml version="1.0"?>
<info>
<id>fbsync</id>
<name>Fb Sync</name>
<description>A Facebook data syncing tool for your owncloud contacts</description>
<licence>AGPL</licence>
<author>NOIJN</author>
<version>1.8</version>
<namespace>FbSync</namespace>
<category>other</category>
<dependenci... |
Add some missing dependencies in a GWT module. | <?xml version="1.0" encoding="utf-8"?>
<module>
<inherits name="com.google.gwt.user.User"/>
<inherits name="com.google.gwt.junit.JUnit"/>
<inherits name="com.google.common.escape.testing.Testing"/>
<inherits name="com.google.common.net.Net"/>
<inherits name="com.google.common.testing.Testing"/>
<inherits na... | <?xml version="1.0" encoding="utf-8"?>
<module>
<inherits name="com.google.gwt.user.User"/>
<inherits name="com.google.gwt.junit.JUnit"/>
<inherits name="com.google.common.annotations.Annotations"/>
<inherits name="com.google.common.base.Base"/>
<inherits name="com.google.common.collect.Collect"/>
<inherits... |
Change project ITWeddingc2016.04. Add permission for Internet connection. | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ua.uagames.itwedding.v201604">
<application
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
a... | <?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="ua.uagames.itwedding.v201604">
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:allowBackup="true"
android:icon="@mipmap/ic_l... |
Create new identifier translation framework with unit tests | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:util="http://www.springframework.org/schema/util"
xsi:schemaLocation="http://www.springframe... | <?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:context="http://www.springframework.org/schema/context"
xmlns:util="http://www.springframework.org/schema/util"
xsi:schemaLocation="http://www.springframe... |
Fix pressed state for tablets | <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:state_pressed="false" android:state_focused="false" android:state_activated="false" android:drawable="@drawable/list_background_holo" />
<item android:state_pressed="false" android:state_... | <?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android"
>
<item android:state_activated="true" android:drawable="@drawable/list_activated_holo" />
<item android:state_pressed="true" android:drawable="@drawable/abs__list_pressed_holo_light" />
... |
Remove unique="true" on id field | <doctrine-mongo-mapping xmlns="http://doctrine-project.org/schemas/odm/doctrine-mongo-mapping"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://doctrine-project.org/schemas/odm/doctrine-mongo-mapping
http://doctrine-proj... | <doctrine-mongo-mapping xmlns="http://doctrine-project.org/schemas/odm/doctrine-mongo-mapping"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://doctrine-project.org/schemas/odm/doctrine-mongo-mapping
http://doctrine-proj... |
Make actions look more like buttons. | <?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/textViewItemActionTitle"
style="@style/Widget.SeriesGuide.Button.Borderless.Default"
android:layout_width="match_parent"
androi... | <?xml version="1.0" encoding="utf-8"?>
<TextView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/textViewItemActionTitle"
style="@style/Widget.SeriesGuide.Button.Borderless"
android:layout_width="match_parent"
android:layout... |
Revert "Adding application token grant handler into identity.xml" | <processor>
<!-- Remove the scope validator from the identity.xml if it exists. Otherwise running the build several times
causes several scope validator elements to be added-->
<remove>
<name>//s:Server/s:OAuth/s:OAuthScopeValidator</name>
</remove>
<!-- Add the scope validator config eleme... | <processor>
<!-- Remove the scope validator from the identity.xml if it exists. Otherwise running the build several times
causes several scope validator elements to be added-->
<remove>
<name>//s:Server/s:OAuth/s:OAuthScopeValidator</name>
</remove>
<!-- Add the scope validator config eleme... |
Add repository information so we don't need the project module on disk for be able to build | <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>org.graphwalker</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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.graphwalker</groupId>
... |
Build file updated to include com_login tests. | <?xml version="1.0" encoding="UTF-8"?>
<project name="Extranet0ffice-1.0" basedir="." default="build">
<fileset dir="./src" id="codefiles">
<include name="**" />
</fileset>
<fileset dir="./test/components/com_projects" id="testfiles">
<include name="controllerTest.php"/>
</fileset>
<property name="report... | <?xml version="1.0" encoding="UTF-8"?>
<project name="Extranet0ffice-1.0" basedir="." default="build">
<fileset dir="./src" id="codefiles">
<include name="**" />
</fileset>
<fileset dir="./test/components" id="testfiles">
<include name="com_projects/controllerTest.php"/>
<include name="com_login/controller... |
Upgrade build's version from 0.1 to 20140421 | <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.bizobj</groupId>
<artifactId>ftp-server-test</artifactId>
<... | <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.bizobj</groupId>
<artifactId>ftp-server-test</artifactId>
<... |
Update to extended support release version 18.0 and version 4.15 | <?xml version="1.0"?>
<!--
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 License, Version 2.0
(the ... | <?xml version="1.0"?>
<!--
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 License, Version 2.0
(the ... |
Update idea config to go 1.2 | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_3" assert-keyword="false" jdk-15="false" project-jdk-name="Go sdk go1.1.2 darwin/amd64" project-jdk-type="Google Go SDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
<c... | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_3" assert-keyword="false" jdk-15="false" project-jdk-name="Go sdk go1.2 darwin/amd64" project-jdk-type="Google Go SDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</proj... |
Revert "Revert "added handler to web_config.xml for path .well-known/acme-challenge/*"" | <?xml version = "1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension="*" mimeType="text/json" />
</staticContent>
</system.webServer>
<system.web>
<authorization>
<allow users="*" />
</authorization>
</system.web>
</configuration> | <?xml version = "1.0" encoding="UTF-8"?>
<configuration>
<system.webServer>
<staticContent>
<mimeMap fileExtension="*" mimeType="text/json" />
</staticContent>
<handlers>
<add name="AcmeChallenge" path=".well-known/acme-challenge/*" verb="*" modules="StaticFileModule,DefaultDocumentModule" resourceType="E... |
Add proper styling to region password dialog | <?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.TextInputLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:padding="20dp"
app:hin... | <?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.TextInputLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:padding="20dp"
app:hin... |
Exclude files from coverage in Travis tests | <?xml version="1.0" encoding="UTF-8"?>
<phpunit
colors="true"
bootstrap="bootstrap.php" >
<php>
<server name="HTTP_HOST" value="www.simplemappr.local"/>
<server name="REMOTE_ADDR" value="000.000.000"/>
<const name="BROWSER" value="chrome"/>
</php>
<testsuites>
<testsuite name="Unit">
<di... | <?xml version="1.0" encoding="UTF-8"?>
<phpunit
colors="true"
bootstrap="bootstrap.php" >
<php>
<server name="HTTP_HOST" value="www.simplemappr.local"/>
<server name="REMOTE_ADDR" value="000.000.000"/>
<const name="BROWSER" value="chrome"/>
</php>
<testsuites>
<testsuite name="Unit">
<di... |
Fix polling frequency for IE11 pin | <?xml version="1.0" encoding="utf-8"?><browserconfig><msapplication><tile><square70x70logo src="Content/images/Golden Keys/tiny.png"/><square150x150logo src="Content/images/Golden Keys/square.png"/><wide310x150logo src="Content/images/Golden Keys/wide.png"/><square310x310logo src="Content/images/Golden Keys/large.png"/... | <?xml version="1.0" encoding="utf-8"?><browserconfig><msapplication><tile><square70x70logo src="Content/images/Golden Keys/tiny.png"/><square150x150logo src="Content/images/Golden Keys/square.png"/><wide310x150logo src="Content/images/Golden Keys/wide.png"/><square310x310logo src="Content/images/Golden Keys/large.png"/... |
Fix POSSYSTEM <=> MoONETARY stub | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<stub>
<name>validation paiement</name>
<type endpoint="/validationpaiement">synch</type>
<message mediatype="application/json">{"Id_ticket" : "1234567", "Validation" : "true"}</message>
</stub>
| <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<stub>
<name>validation paiement</name>
<type endpoint="/validationpaiement">synch</type>
<message mediatype="application/json">{
"validation" : "true"}
</message>
</stub>
|
Update name for logger artifact | <?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">
<parent>
<artifactId>jftn</artifactId>
... | <?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">
<parent>
<artifactId>jftn</artifactId>
... |
Fix package name, and package as tgz | <assembly>
<id>ingester</id>
<formats>
<format>zip</format>
</formats>
<dependencySets>
<dependencySet>
<outputDirectory>lib</outputDirectory>
<useTransitiveDependencies>true</useTransitiveDependencies>
<useTransitiveFiltering>true</useTransitiveFilte... | <assembly>
<id>package</id>
<formats>
<format>tar.gz</format>
</formats>
<dependencySets>
<dependencySet>
<outputDirectory>lib</outputDirectory>
<useTransitiveDependencies>true</useTransitiveDependencies>
<useTransitiveFiltering>true</useTransitiveFil... |
Add style to youtube sample | <?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:draggable_panel="http://schemas.android.com/apk/res-auto"
android:id="@+id/fl_container"
android:layout_width="match_parent"
android:layout_height="ma... | <?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:draggable_panel="http://schemas.android.com/apk/res-auto"
android:id="@+id/fl_container"
android:layout_width="match_parent"
android:layout_height="ma... |
Prepare for new development cycle | <?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.... |
Set source, and target as 1.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>sk</groupId>
<artifactId>mmap-ds</artifactId>
<ver... | <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>sk</groupId>
<artifactId>mmap-ds</artifactId>
<ver... |
Fix test running-configuration in pycharm | <component name="ProjectRunConfigurationManager">
<configuration default="false" name="Nosetests docker-compose" type="tests" factoryName="Nosetests">
<option name="INTERPRETER_OPTIONS" value="" />
<option name="PARENT_ENVS" value="true" />
<option name="SDK_HOME" value="docker-compose://[$PROJECT_DIR$/do... | <component name="ProjectRunConfigurationManager">
<configuration default="false" name="Nosetests docker-compose" type="tests" factoryName="Nosetests">
<module name="pycroft" />
<option name="INTERPRETER_OPTIONS" value="" />
<option name="PARENT_ENVS" value="true" />
<option name="SDK_HOME" value="dock... |
Add service provider to code coverage whitelist exclude. | <?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... |
Update the parameter names on some of the listeners. | <metadata>
<attr path="/api/package[@name='com.estimote.sdk']" name="managedName">EstimoteSdk</attr>
<attr path="/api/package[@name='com.estimote.sdk.connection']" name="managedName">EstimoteSdk.Connection</attr>
<attr path="/api/package[@name='com.estimote.sdk.service']" name="managedName">EstimoteSdk.Service</att... | <metadata>
<attr path="/api/package[@name='com.estimote.sdk']" name="managedName">EstimoteSdk</attr>
<attr path="/api/package[@name='com.estimote.sdk.connection']" name="managedName">EstimoteSdk.Connection</attr>
<attr path="/api/package[@name='com.estimote.sdk.service']" name="managedName">EstimoteSdk.Service</att... |
Remove JavaFX dependency from swing GUI | <?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>
<parent>
<groupId>org.openecard</groupI... | <?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>
<parent>
<groupId>org.openecard</groupI... |
Set color to true and selenium commented | <phpunit bootstrap="bootstrap.php"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="false">
<selenium>
<browser name="Internet Explorer" browser="*iexplore" />
<browser name="F... | <phpunit bootstrap="bootstrap.php"
colors="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
stopOnFailure="false">
<!-- <selenium>
<browser name="Internet Explorer" browser="*iexplore" />
<browser name... |
Fix build hang on systems with low disk space | <configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:activemq /schema/artemis-configuration.xsd">
<core xmlns="urn:activemq:core">
<paging-directory>./target/artemis/paging</paging-directory>
<bindings-directory>./target/artemis/bindings</... | <configuration xmlns="urn:activemq" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:activemq /schema/artemis-configuration.xsd">
<core xmlns="urn:activemq:core">
<paging-directory>./target/artemis/paging</paging-directory>
<bindings-directory>./target/artemis/bindings</... |
Improve header style a bit | <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/abs__holo_blue_light"
android:gravity="bottom" >
<T... | <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#aa33b5e5"
android:gravity="bottom" >
<TextView
an... |
Prepare develop for next version | <?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>com.h... | <?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>com.h... |
Add rule to ignore requirement of file-level doc comments | <?xml version="1.0"?>
<ruleset name="Yola">
<description>Yola Coding Standard</description>
<rule ref="PSR2">
<!-- Property names MUST start with an initial underscore if they are private. -->
<exclude name="PSR2.Classes.PropertyDeclaration"/>
</rule>
</ruleset>
| <?xml version="1.0"?>
<ruleset name="Yola">
<description>Yola Coding Standard</description>
<rule ref="PSR2">
<!-- Property names MUST start with an initial underscore if they are private. -->
<exclude name="PSR2.Classes.PropertyDeclaration"/>
<!-- File docs are not necessary. -->
... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.