Instruction stringlengths 14 778 | input_code stringlengths 0 4.24k | output_code stringlengths 1 5.44k |
|---|---|---|
Add Material theme for android 5.0 | <?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="MyMaterialTheme" parent="MyMaterialTheme.Base">
<item name="android:windowContentTransitions">true</item>
<item name="android:windowAllowEnterTransitionOverlap">true</item>
<item name="android:windowAllowReturnTransitionOverlap... | |
Add query to gather the visible tags for posts (take into account only the tags for published posts) | <query-mapping package='AWA.Blogs.Models'>
<query name='blog-tag-cloud'>
<comment>Get the list of tags associated with all the database entities of a given type</comment>
<sql>
SELECT
t.name, count(e.id)
FROM awa_post AS p
INNER JOIN awa_tagged_entity AS e ON e.entity_id = p.id AND ... | |
Support POST/PUT requests with a Content-Location header instead of a request body | <?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:p="http://www.springframework.org/schema/p"
xsi:schemaLocation="
http://www.springframew... | <?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:p="http://www.springframework.org/schema/p"
xsi:schemaLocation="
http://www.springframew... |
Create layout for nav bar. | <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 sotolito core package group file | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE comps PUBLIC "-//Red Hat, Inc.//DTD Comps info//EN" "comps.dtd">
<comps>
<group>
<id>sotolito-core</id>
<default>false</default>
<uservisible>true</uservisible>
<display_order>1024</display_order>
<name>Sotolito Core</name>
<description></des... | |
Remove proxy config from integration test | <?xml version="1.0"?>
<settings>
<!-- Configuration for the maven-invoker-plugin (integration test) -->
<profiles>
<profile>
<id>it-repo</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
... | <?xml version="1.0"?>
<settings>
<!-- Configuration for the maven-invoker-plugin (integration test) -->
<profiles>
<profile>
<id>it-repo</id>
<activation>
<activeByDefault>true</activeByDefault>
</activation>
<repositories>
... |
Revert "JAVADOC ---------------------- Petite modification Suppression parser class Javadocs all comments" | <?xml version="1.0" encoding="UTF-8"?>
<simulation>
<tache nom="decoupe">2</tache>
<tache nom="forgeage">6</tache>
<tache nom="traitement">2</tache>
<tache nom="emballage">2</tache>
<commande client="Alztom" duree_expedition="3">
<echeance date="15/11/1969">
<quantite>15000</qua... | |
Remove resource section again since Maven generates source jars automatically | <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.google.gwt.gwtmockito</groupId>
<artifactId>gw... | <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.google.gwt.gwtmockito</groupId>
<artifactId>gw... |
Modify spd_decoder, eff_config, unit tests. Modify dependent files | <!-- IBM_PROLOG_BEGIN_TAG -->
<!-- This is an automatically generated prolog. -->
<!-- -->
<!-- $Source: src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_eff_co... | |
Add invalid session error fixture. | <?xml version="1.0" encoding="UTF-8"?><error
xmlns="http://www.force.com/2009/06/asyncapi/dataload">
<exceptionCode>InvalidSessionId</exceptionCode>
<exceptionMessage>Invalid session id</exceptionMessage>
</error> | |
Add DBUS APIs to allow asynchronous avatar fetching | <?xml version="1.0" encoding="utf-8"?>
<node name="/Service_Iface" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<interface name="com.intel.Mojito.Service">
<method name="GetPersonaIcon" tp:name-for-bindings="Get_Persona_Icon">
<arg name="uri" type="s" direction="out"/>
</meth... | <?xml version="1.0" encoding="utf-8"?>
<node name="/Service_Iface" xmlns:tp="http://telepathy.freedesktop.org/wiki/DbusSpec#extensions-v0">
<interface name="com.intel.Mojito.Service">
<method name="GetPersonaIcon" tp:name-for-bindings="Get_Persona_Icon">
<arg name="uri" type="s" direction="out"/>
</meth... |
Add manifest for unit tests | <manifest package="com.smartdevicelink" xmlns:android="http://schemas.android.com/apk/res/android">
<uses-sdk android:minSdkVersion="8"/>
<uses-permission android:name="android.permission.BLUETOOTH" />
<!-- Required to pair Bluetooth devices -->
<uses-permission android:name="android.permission.BLUETOO... | |
Add xml for tracker face | <?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item>
<shape android:shape="oval"
android:id="@+id/face_color">
<size android:width="150dp"
android:height="150dp"/>
<solid android:color="#70BF41"... | |
Build file for checking out perl dependencies from their respective cvses. | <?xml version="1.0"?>
<!--
Targets for checking out dependencies for the healthchecks.
Use
ant clean
to delete the directory with the checkouts.
-->
<project name="checkoutDependencies" default="checkoutPerlDependencies" basedir="..">
<property file="buildfiles/build.properties" />
<!--
Directory where chec... | |
Remove conflicting theme property from Application | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.reactnativenavigation">
<application
android:theme="@style/Theme.AppCompat.Light.NoActionBar">
<activity android:name=".controllers.NavigationActivity" />
<activity
android:name=".controllers.P... | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.reactnativenavigation">
<application>
<activity android:name=".controllers.NavigationActivity" />
<activity
android:name=".controllers.PortraitNavigationActivity"
android:screenOrientation=... |
Add system event layout item | <?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2016 Qiscus.
~
~ 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
~
... | |
Index page for the internal website | <menu>
<section>
<heading>System information</heading>
<item><ulink url="http://www.flymine.org/usage">Web server usage</ulink></item>
</section>
<section>
<heading>Design documents</heading>
<item><ulink url="/internal/design/initial_thoughts">Initial thoughts</ulink></item>... | |
Add exp_i2c_scom driver that will be consumed by HB/SBE platforms | <!-- IBM_PROLOG_BEGIN_TAG -->
<!-- This is an automatically generated prolog. -->
<!-- -->
<!-- $Source: src/import/chips/ocmb/explorer/procedures/xml/error_info/exp_i2c_s... | |
Add default beans for init in the archetype | #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:util="http://www.springframework.org/schema/util"
xsi:s... | |
Add SUSE Cloud 3 mediacheck trigger | <?xml version="1.0" encoding="UTF-8"?>
<project>
<actions/>
<description>This is the meta job that triggers the openstack-mediacheck job multiple times with different parameters.</description>
<logRotator>
<daysToKeep>-1</daysToKeep>
<numToKeep>5</numToKeep>
<artifactDaysToKeep>-1</artifactDaysToKeep>... | |
Create custom layout for CrimeList | <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">
<CheckBox
android:id="@+id/list_item_crime_solved_check_box"
android:layout_width="wrap... | |
Make feed for KDE category | ---
layout: null
---
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>{{ site.title }}</title>
<description>{{ site.description }}</description>
<link>{{ site.BASE_PATH }}/</link>
<atom:link href="{{ site.BASE_PATH }}/{{ site.rss_path }}" rel=... | |
Create empty files for OMI init procedures. | <!-- IBM_PROLOG_BEGIN_TAG -->
<!-- This is an automatically generated prolog. -->
<!-- -->
<!-- $Source: src/import/chips/ocmb/explorer/procedures/xml/attribute_info/exp_o... | |
Add tool to split tables | <tool id="humann2_split_table" name="Split HUMAnN2 table" version="0.1.0">
<description></description>
<requirements>
<requirement type="package" version="2.2.4">bowtie2</requirement>
<requirement type="package" version="2.0">metaphlan2</requirement>
<requirement type="package" version=... | |
Add definition file for AboutLibraries | <?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="define_appupdater"></string>
<string name="library_appupdater_author">Javier Santos</string>
<string name="library_appupdater_authorWebsite">https://github.com/javiersantos</string>
<string name="library_appupdater_libraryName">AppUpdater<... | |
Add .externalToolBuilders folder to SVN ignore list. | <project default="copy-resources">
<target name="init"/>
<target name="copy-resources" depends="init">
<copy todir="target/classes/META-INF" filtering="false">
<fileset dir="target/notice-and-license" includes="" excludes="**/*.java"/>
</copy>
</target>
</project> | |
Add a master file to include all others. | <?xml version="1.0" encoding="UTF-8"?>
<database xmlns="http://nouveau.freedesktop.org/"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://nouveau.freedesktop.org/ rules-ng.xsd">
<import file="nvchipsets.xml" />
<domain name="NV_MMIO" bare="yes" prefix="chipset">
<reg8 offset="0x300... | |
Add sample Go CD pipeline/template configuration | <pipelines group="pypackage_docker">
<pipeline name="continuous_integration" template="continuous_integration">
<materials>
<git url="https://github.com/cloudhotspot/pypackage-docker.git" />
</materials>
</pipeline>
</pipelines>
<templates>
<pipeline name="continuous_integration">
... | |
Add settings.xml for CI deployment (Travis) | <?xml version="1.0" encoding="UTF-8"?>
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<localRepository/>
<interactiveM... | |
Add brazilian portuguese string translation. | <?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Titles -->
<string name="title_sign_in_your_server">Faça login no seu servidor</string>
<string name="title_log_in">Entrar</string>
<string name="title_sign_up">Inscreva-se</string>
<!-- Actions -->
<string name="action_connect">Conectar<... | |
Remove the cell broadcast menu for Soft Bank | <?xml version="1.0" encoding="utf-8"?>
<!--
/*
** Copyright 2013, 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/... | |
Move suet samples to common ekb makefile process | <!-- IBM_PROLOG_BEGIN_TAG -->
<!-- This is an automatically generated prolog. -->
<!-- -->
<!-- $Source: src/import/chips/p9/procedures/xml/error_info/proc_example_errors.... | |
Add base FAPI2 attribute definitions | <!-- IBM_PROLOG_BEGIN_TAG -->
<!-- This is an automatically generated prolog. -->
<!-- -->
<!-- $Source: src/import/hwpf/fapi2/xml/attribute_info/chip_attributes.xml $ -->... | |
Add today list item layout | <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:minHeight="?android:attr/listPreferred... | |
Add Bing Webmaster Tools verification | <?xml version="1.0"?>
<users>
<user>D0B848245AA5970FCC988B2A73A79226</user>
</users> | |
Add advanced graph example (dungeon) | <?xml version="1.0" encoding="UTF-8"?>
<story>
<macro name="monster">
<alt>orcs</alt>
<alt>trolls</alt>
<alt>skeletons</alt>
</macro>
<dice name="d6" sides="6" />
<dice name="d3" sides="3" />
<graph name="dungeon" start="99">
<node id="99" connections="1">Entrence</node>
<node id="1" con... | |
Add swizzle node NE template | <?xml version='1.0' encoding='UTF-8'?>
<templates>
<using package='maya'/>
<template name='NEasSwizzle'>
<attribute name='outColor' type='maya.float3'>
<label>Out Color</label>
</attribute>
<attribute name='outAlpha' type='maya.float'>
<label>Out Alpha</label>
... | |
Create layout movie grid item | <?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">
<ImageView
android:id="@+id/movie_poster"
android:layout_width="ma... | |
Add example form for creating a clinic and contact at same time | <?xml version="1.0"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:ev="http://www.w3.org/2001/xml-events" xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa" xmlns:orx="http://openrosa.org/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<h:head>
<h:title>New Place</h:title>... | |
Test byteseek handles senior bit of ~bitmask correctly | <?xml version="1.0" encoding="UTF-8"?>
<FFSignatureFile xmlns="http://www.nationalarchives.gov.uk/pronom/SignatureFile" Version="1" DateCreated="2012-05-28T14:33:44+01:00">
<InternalSignatureCollection>
<InternalSignature ID="1" Specificity="Specific">
<ByteSequence Reference="BOFoffset">
<SubSequence Mi... | |
Add empty files for plug-rules mirror | <!-- IBM_PROLOG_BEGIN_TAG -->
<!-- This is an automatically generated prolog. -->
<!-- -->
<!-- $Source: src/import/chips/p9/procedures/xml/error_info/p9_memory_mss_plug_r... | |
Add a script to launch the weather balloon. | <?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="http://jsbsim.sf.net/JSBSimScript.xsl"?>
<!-- JSBSim -aircraft=weather-balloon -initfile=reset10 -logdirectivefile=aircraft/weather-balloon/balloon_log.xml -end-time=600000 -simulation-rate=120 -->
<runscript xmlns:xsi="http://www.w3.org/2001... | |
Add a empty manifest for AndroidInfrared | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.github.timnew.androidinfrared"
android:versionCode="1"
android:versionName="1.0" >
<uses-sdk
android:minSdkVersion="8"
android:targetSdkVersion="16" />
</manifest> | |
Revert "Enable hard fault handler by default" | <?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE rca SYSTEM "../../xml/driver.dtd">
<rca version="1.0">
<driver type="core" name="cortex">
<parameter name="allocator" type="enum" values="newlib;block_allocator">
block_allocator
</parameter>
<parameter name="enable_gpio" type="bool">true</parameter>
<parame... | <?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE rca SYSTEM "../../xml/driver.dtd">
<rca version="1.0">
<driver type="core" name="cortex">
<parameter name="allocator" type="enum" values="newlib;block_allocator">
block_allocator
</parameter>
<parameter name="enable_gpio" type="bool">true</parameter>
<parame... |
Change project builder to maven | <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>com.m4gik</groupId>
<artifactId>rsa-algorithm</artifactId>
<packaging>jar<... | |
Update to Android Studio 2.1 | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding">
<file url="PROJECT" charset="UTF-8" />
</component>
</project> | |
Add polish translations thanks to MB4DROID | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2013 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/license... | |
Add REST and Hibernate support | <?xml version="1.0" encoding="UTF-8"?>
<persistence version="2.0"
xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="
http://java.sun.com/xml/ns/persistence
http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd">
<persistence-... | |
Add AboutLibraries configuration file for library | <?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="define_int_vntfontlistpreference">year;owner</string>
<string name="library_vntfontlistpreference_author">Niklas Baudy</string>
<string name="library_vntfontlistpreference_libraryName">VNTFontListPreference</string>
<string name="library_v... | |
Build file for side utilities, not mandatory for Audiveris main build | <!-- +=====================================================================+ -->
<!-- | | -->
<!-- | u t i l s . x m l | -->
<!-- | | ... | |
Set UTF-8 as default project and properties file encoding | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="Encoding" defaultCharsetForPropertiesFiles="UTF-8">
<file url="PROJECT" charset="UTF-8" />
</component>
</project> | |
Revert "Switching to the new docker image and deploying to artifactory with "-java11" in the version number." | <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.xal</groupId>
<artifactI... | |
Configure code sniffer for PSR-2 | <?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... | |
Fix for failing bamboo test | <?xml version="1.0" encoding="UTF-8"?>
<definitions id="definitions"
xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:activiti="http://activiti.org/bpmn-extensions"
typeLanguage="http://www.w3.org/2001/XMLSchema"
expressionLanguage="http://www.w3... | |
Increase default interval between retries for oozie actions. (Venkat Ranganathan via Swapan Shridhar) | <?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="configuration.xsl"?>
<!--
/**
* 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 lic... | |
Allow tomcat to discover its logging config | <!--
Copyright 2012 SURFnet bv, The Netherlands
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 required by applicable law or agr... | |
Add a basic PHPUnit configuration file | <phpunit bootstrap="vendor/autoload.php"
colors="true">
<testsuites>
<testsuite name="Keymedia API">
<directory>tests</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>src/</directory>
</whitelist>
</filter>
</phpunit>
| |
Add recipe for installing version 0.11.4 of the FastQC package | <?xml version="1.0"?>
<tool_dependency>
<package name="FastQC" version="0.11.4">
<install version="1.0">
<actions_group>
<actions os="linux" architecture="x86_64">
<action type="download_by_url" sha256sum="adb233f9fae7b02fe99e716664502adfec1b9a3fbb84eed4497122... | |
Add alternate UI for tablet as layout-sw600dp. | <LinearLayout 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:baselineAligned="false"
android:divider="?android:attr/dividerHorizontal"
android:orientation="... | |
Add missing file for tests | <?xml version="1.0" encoding="UTF-8"?>
<registry xmlns="http://ws.apache.org/ns/synapse"
provider="org.wso2.carbon.mediation.registry.ESBRegistry">
<parameter name="root">file:repository/samples/resources/</parameter>
<parameter name="cachableDuration">15000</parameter>
</registry>
| |
Add bouncycastle library (new sdklib dependency) | <component name="libraryTable">
<library name="bouncy-castle">
<CLASSES>
<root url="jar://$TOOLS_PREBUILTS$/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/bcpkix-jdk15on-1.48.jar!/" />
<root url="jar://$TOOLS_PREBUILTS$/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/bcprov-jdk15o... | |
Add initial dependencies and maven apt plugin. | <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.github.grundlefleck</groupId>
<artifactId>autovalue-example</a... | |
Create a new xml file to display the list view | <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_height="match_parent">
<ImageView
android:id="@+id/imageView1"
android:layout_width="80dp"
android:layout_height="80dp"
... | |
Fix issue on QuestionDescriptor destruction | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd">
<chang... | <?xml version="1.0" encoding="UTF-8" standalone="no"?>
<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-2.0.xsd">
<chang... |
Add flag to WebView apks specifying that these apks contain WebView. | <?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2012 The Chromium Authors. All rights reserved. Use of this
source code is governed by a BSD-style license that can be found in the
LICENSE file.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="{{package|default('com... | <?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2012 The Chromium Authors. All rights reserved. Use of this
source code is governed by a BSD-style license that can be found in the
LICENSE file.
-->
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="{{package|default('com... |
Cut down on logging during tests. | <!-- https://www.playframework.com/documentation/latest/SettingsLogger -->
<configuration>
<appender name="FILE" class="ch.qos.logback.core.FileAppender">
<file>${application.home:-.}/logs/application.log</file>
<encoder>
<pattern>%date [%level] from %logger in %thread - %message%n%xExc... | |
Check in Run configuration for Apptentive Tests. | <component name="ProjectRunConfigurationManager">
<configuration default="false" name="Apptentive Tests" type="AndroidTestRunConfigurationType" factoryName="Android Tests" activateToolWindowBeforeRun="false">
<module name="test-app" />
<option name="TESTING_TYPE" value="0" />
<option name="INSTRUMENTATION... | |
Add basic layout file for my contributions | <?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">
</LinearLayout> | |
Create POM with all JUnit 5 dependencies | <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.codefx.demo</groupId>
<artifactId>junit-5</artifactId>
<... | |
Integrate Ivy Ant task into orientdb POM | <?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.hawk</g... | <?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.hawk</gro... |
Configure logging at WARN level for docs tests. | <configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<!-- Encoders are assigned the type ch.qos.logback.classic.encoder.PatternLayoutEncoder by default. -->
<encoder>
<!-- See https://logback.qos.ch/manual/layouts.html#ClassicPatternLayout -->
... | |
Add multi-company rule for ticketbai invoices | <?xml version="1.0" encoding="utf-8" ?>
<!-- Copyright 2021 Binovo IT Human Project SL
Copyright 2022 Landoo Sistemas de Informacion SL
License AGPL-3.0 or later (https://www.gnu.org/licenses/agpl). -->
<odoo>
<record id="l10n_es_tbai_invoice_rule" model="ir.rule">
<field name="name">Ticketbai Inv... | |
Add empty memory explorer error XML | <!-- IBM_PROLOG_BEGIN_TAG -->
<!-- This is an automatically generated prolog. -->
<!-- -->
<!-- $Source: src/import/chips/ocmb/explorer/procedures/xml/error_info/mss_exp_e... | |
Add a config for Maven for command line builds. | <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>com.openxcplatform</groupId>
<artifactId>openxc-starter</arti... | |
Add interesting test case for OPTICS. | <!DOCTYPE dataset PUBLIC "GeneratorByModel.dtd" "GeneratorByModel.dtd">
<dataset random-seed="1" test-model="1">
<cluster name="Cluster_1" size="200">
<uniform min="0.0" max="0.4" />
<uniform min="0.3" max="0.7" />
<clip min="0 0" max="1 1"/>
</cluster>
<cluster name="Cluster_2" size="200">
... | |
Add the query to retrieve the list of reviews | <?xml version="1.0" encoding="UTF-8"?>
<query-mapping package='Atlas.Reviews.Models'>
<description>
List of blogs
</description>
<class name="Atlas.Reviews.Models.List_Info" bean="yes">
<comment>The list of reviews.</comment>
<property type='Identifier' name="id">
<comment>... | |
Add logger configuration to reduce output | <configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<!-- encoders are assigned the type
ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</a... | |
Add autocorrection of string missing apostrophes escaping | <component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="AndroidLintDrawAllocation" enabled="true" level="ERROR" enabled_by_default="true" />
</profile>
</component> | <component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="AndroidLintDrawAllocation" enabled="true" level="ERROR" enabled_by_default="true" />
<inspection_tool class="SSBasedInspection" enabled="true" level="ERROR" e... |
Add Norwegian summary and description to the add-on XML | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.rnfmov" name="Random Movie" version="1.0.0" provider-name="pdnagilum">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
</requires>
<extension point="xbmc.python.script" library="addon.py">
<provides>executable</provides>
</e... | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.rnfmov" name="Random Movie" version="1.0.0" provider-name="pdnagilum">
<requires>
<import addon="xbmc.python" version="2.14.0"/>
</requires>
<extension point="xbmc.python.script" library="addon.py">
<provides>executable</provides>
</e... |
Add missing reflection cache class. | <module rename-to="net.mostlyoriginal.ContribPluginProfiler">
<source path="api"/>
<source path="plugin"/>
<extend-configuration-property name="artemis.reflect.include" value="net.mostlyoriginal.plugin.ProfilerPlugin" />
<extend-configuration-property name="artemis.reflect.include" value="net.mostlyorig... | <module rename-to="net.mostlyoriginal.ContribPluginProfiler">
<source path="api"/>
<source path="plugin"/>
<extend-configuration-property name="artemis.reflect.include" value="net.mostlyoriginal.plugin.ProfilerPlugin" />
<extend-configuration-property name="artemis.reflect.include" value="net.mostlyor... |
Fix definition of image parameter | <?xml version='1.0' encoding='UTF-8'?>
<module version="1.0">
<context-param>
<param-name>images.thumbnail_command</param-name>
<param-value>"C:/Program Files/ImageMagick-6.7.8-Q8/convert.exe" -verbose -resize 64x64 -background white -gravity center -extent 64x64 -format jpg -quality 75 \#{src} \#{dst}</para... | <?xml version='1.0' encoding='UTF-8'?>
<module version="1.0">
<context-param>
<param-name>images.thumbnail_command</param-name>
<!-- "C:/Program Files/ImageMagick-6.7.8-Q8/convert.exe" -verbose -resize 64x64 -background white -gravity center -extent 64x64 -format jpg -quality 75 \#{src} \#{dst} -->
<para... |
Enable "Upload only on Wi-Fi" by default | <?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:key="preferences">
<EditTextPreference
android:key="nickname"
android:title="@string/enter_nickname"
android:summary="@string/enter_nickname_longtext" />
<Che... | <?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
android:key="preferences">
<EditTextPreference
android:key="nickname"
android:title="@string/enter_nickname"
android:summary="@string/enter_nickname_longtext" />
<Che... |
Revert "change template to include icons" | <td class="selection"><input type="checkbox" <% if(selected){ %> checked="checked" <% } %>/></td>
<td class="title">
<a href="<%- getURL %>" class="state-<%- review_state %> contenttype-<%- Type.toLowerCase() %>">
<%- Title %>
</a>
</td>
<% _.each(activeColumns, function(column){ %>
<% if(_.has(availableColum... | <td class="selection"><input type="checkbox" <% if(selected){ %> checked="checked" <% } %>/></td>
<td class="title">
<a href="<%- getURL %>">
<% if(['File', 'Image'].indexOf(attributes.Type) !== -1){ %>
<span class="glyphicon glyphicon-file"></span>
<% } %>
<% if(attributes.is_folderish) { %>
... |
Change project ITWeddingc2016.04. Create main activity with WebViewer component. | <?xml version="1.0" encoding="utf-8"?>
<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_horizonta... | <?xml version="1.0" encoding="utf-8"?>
<LinearLayout
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:orientation="vertical"
tools:con... |
Add required functions to allow these tools to be better used in sites for the gateway. | <?xml version="1.0"?>
<registration>
<tool
id="sakai.mailbox"
title="Email Archive"
description="For viewing email sent to the site.">
<configuration name="channel" value="" />
<configuration name="pagesize" value="20" />
<category name="course" />
<category name="project" />
<category name=... | <?xml version="1.0"?>
<registration>
<tool
id="sakai.mailbox"
title="Email Archive"
description="For viewing email sent to the site.">
<configuration name="channel" value="" />
<configuration name="pagesize" value="20" />
<category name="course" />
<category name="project" />
<category nam... |
Remove shared attribute from services definitions | <?xml version="1.0" encoding="UTF-8" ?>
<container xmlns="http://www.symfony-project.org/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd">
<... | <?xml version="1.0" encoding="UTF-8" ?>
<container xmlns="http://www.symfony-project.org/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.symfony-project.org/schema/dic/services http://www.symfony-project.org/schema/dic/services/services-1.0.xsd">
<... |
Add sidebar link to display project_name | <?xml version='1.0' encoding='UTF-8'?>
<hudson.plugins.sidebar__link.SidebarLinkPlugin plugin="sidebar-link@1.7">
<links>
{% set jenkins_http_port = pillar['system_features']['configure_jenkins']['jenkins_http_port'] %}
{% set jenkins_master_hostname = pillar['system_hosts'][pillar['system_host_roles']['jenkins_mast... | <?xml version='1.0' encoding='UTF-8'?>
<hudson.plugins.sidebar__link.SidebarLinkPlugin plugin="sidebar-link@1.7">
<links>
{% set jenkins_http_port = pillar['system_features']['configure_jenkins']['jenkins_http_port'] %}
{% set jenkins_master_hostname = pillar['system_hosts'][pillar['system_host_roles']['jenkins_mast... |
Upgrade Apache Commons Collections to v3.2.2 | <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.github.musikk</groupId>
<artifactId>classreader</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>com.github.musikk</groupId>
<artifactId>classreader</artifactId>... |
Improve recent app item layout | <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<ImageView
android:id="@+id/icon"
android:layout_width="35dp"
android:layout_height="35dp"
... | <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content" >
<ImageView
android:id="@+id/icon"
android:layout_width="35dp"
android:layout_height="35dp"
... |
Add blueprint config for edbi hook | <?xml version="1.0" encoding="utf-8" ?>
<!--
Licensed to the Austrian Association for Software Tool Integration (AASTI)
under one or more contributor license agreements. See the NOTICE file
distributed with this work for additional information regarding copyright
ownership. The AASTI licenses this file... | <?xml version="1.0" encoding="utf-8" ?>
<!--
Licensed to the Austrian Association for Software Tool Integration (AASTI)
under one or more contributor license agreements. See the NOTICE file
distributed with this work for additional information regarding copyright
ownership. The AASTI licenses this file... |
Fix PyCharm run configuration for Flask web app | <component name="ProjectRunConfigurationManager">
<configuration default="false" name="flask" type="PythonConfigurationType" factoryName="Python">
<option name="INTERPRETER_OPTIONS" value="" />
<option name="PARENT_ENVS" value="true" />
<envs>
<env name="PYTHONUNBUFFERED" value="1" />
</envs>
... | <component name="ProjectRunConfigurationManager">
<configuration default="false" name="flask" type="PythonConfigurationType" factoryName="Python">
<option name="INTERPRETER_OPTIONS" value="" />
<option name="PARENT_ENVS" value="true" />
<envs>
<env name="PYTHONUNBUFFERED" value="1" />
<env nam... |
Update the copyright cofig file for newer IntelliJ. | <component name="CopyrightManager">
<copyright>
<option name="notice" value="/* * Copyright &#36;today.year-present Facebook, Inc. * * 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... | <component name="CopyrightManager">
<copyright>
<option name="notice" value="Copyright &#36;{today.year}-present Facebook, Inc. 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 o... |
Fix synopsis theme color when the text was small (Theme) | <TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/SynopsisContent"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="@string/card_content_loading" /> | <TextView xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/SynopsisContent"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/card_content_loading" /> |
Set jdk version back to 1.7 | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="EntryPointsManager">
<entry_points version="2.0" />
</component>
<component name="FrameworkDetectionExcludesConfiguration">
<file type="gwt" url="file://$PROJECT_DIR$" />
</component>
<component name="IdProvider" IDEtalkID="... | <?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="EntryPointsManager">
<entry_points version="2.0" />
</component>
<component name="FrameworkDetectionExcludesConfiguration">
<file type="gwt" url="file://$PROJECT_DIR$" />
</component>
<component name="IdProvider" IDEtalkID="... |
Add scp goal to Ant script for automagic deployments | <?xml version="1.0"?>
<project name="coin-portal-dist-build" default="build" basedir=".">
<!-- Ant for replacing the property version in the spring config -->
<target name="build" description="Replace the version token with the pom-version">
<copy file="${basedir}/src/main/resources/context/teams.xml"
tofile="... | <?xml version="1.0"?>
<project name="coin-teams-dist-build" default="build" basedir=".">
<!-- Ant for replacing the property version in the spring config -->
<target name="build" description="Replace the version token with the pom-version">
<copy file="${basedir}/src/main/resources/context/teams.xml"
... |
Change GridView scroll bar style to match padding | <LinearLayout 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:orientation="vertical"
tools:context="eu.redray.t... | <LinearLayout 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:orientation="vertical"
tools:context="eu.redray.t... |
Clean and simplify res_config view | <?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="res_config_settings_view_form" model="ir.ui.view">
<field name="name">res.config.settings.view.form.inherit.website.sale.coupon</field>
<field name="model">res.config.settings</field>
<field name="inherit_id" ref="website.res_config_... | <?xml version="1.0" encoding="utf-8"?>
<odoo>
<record id="res_config_settings_view_form" model="ir.ui.view">
<field name="name">res.config.settings.view.form.inherit.website.sale.coupon</field>
<field name="model">res.config.settings</field>
<field name="inherit_id" ref="website.res_config_... |
Reduce logging in tests to INFO level | <configuration>
<appender name="STDOUT"
class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>
%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n%rootException
</pattern>
</encoder>
</appender>
<logger name="org.hibernate" level="INFO" />
<root level="DEBUG">
... | <configuration>
<appender name="STDOUT"
class="ch.qos.logback.core.ConsoleAppender">
<encoder>
<pattern>
%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n%rootException
</pattern>
</encoder>
</appender>
<logger name="org.hibernate" level="INFO" />
<root level="INFO">
... |
Add picking_state field to purchase order view tree. TT37597 | <?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="purchase_order_form" model="ir.ui.view">
<field name="model">purchase.order</field>
<field name="inherit_id" ref="purchase.purchase_order_form" />
<field name="arch" type="xml">
<field name="currency_id" position="after">... | <?xml version="1.0" encoding="UTF-8" ?>
<odoo>
<record id="purchase_order_form" model="ir.ui.view">
<field name="model">purchase.order</field>
<field name="inherit_id" ref="purchase.purchase_order_form" />
<field name="arch" type="xml">
<field name="currency_id" position="after">... |
Fix bugs that prevented uploading the pressure. | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.apps.pressuresensorservice">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<application android:allowBackup="true" android:label... | <manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.google.android.apps.pressuresensorservice">
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.WAKE_LOCK" />
<application android:allowBackup="true" android:label... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.