hexsha stringlengths 40 40 | size int64 5 1.05M | ext stringclasses 588
values | lang stringclasses 305
values | max_stars_repo_path stringlengths 3 363 | max_stars_repo_name stringlengths 5 118 | max_stars_repo_head_hexsha stringlengths 40 40 | max_stars_repo_licenses listlengths 1 10 | max_stars_count float64 1 191k ⌀ | max_stars_repo_stars_event_min_datetime stringdate 2015-01-01 00:00:35 2022-03-31 23:43:49 ⌀ | max_stars_repo_stars_event_max_datetime stringdate 2015-01-01 12:37:38 2022-03-31 23:59:52 ⌀ | max_issues_repo_path stringlengths 3 363 | max_issues_repo_name stringlengths 5 118 | max_issues_repo_head_hexsha stringlengths 40 40 | max_issues_repo_licenses listlengths 1 10 | max_issues_count float64 1 134k ⌀ | max_issues_repo_issues_event_min_datetime stringlengths 24 24 ⌀ | max_issues_repo_issues_event_max_datetime stringlengths 24 24 ⌀ | max_forks_repo_path stringlengths 3 363 | max_forks_repo_name stringlengths 5 135 | max_forks_repo_head_hexsha stringlengths 40 40 | max_forks_repo_licenses listlengths 1 10 | max_forks_count float64 1 105k ⌀ | max_forks_repo_forks_event_min_datetime stringdate 2015-01-01 00:01:02 2022-03-31 23:27:27 ⌀ | max_forks_repo_forks_event_max_datetime stringdate 2015-01-03 08:55:07 2022-03-31 23:59:24 ⌀ | content stringlengths 5 1.05M | avg_line_length float64 1.13 1.04M | max_line_length int64 1 1.05M | alphanum_fraction float64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
804833d181661450ed506fd445087a448f937278 | 6,498 | xml | XML | app/src/main/res/layout/item_user_center_consult.xml | ewgcat/ewgbuyer | 3be0e195b4e0187ce5458b7604fb33d1398e586e | [
"Apache-2.0"
] | 6 | 2016-11-15T03:15:47.000Z | 2018-02-07T08:43:44.000Z | app/src/main/res/layout/item_user_center_consult.xml | ewgcat/ewgbuyer | 3be0e195b4e0187ce5458b7604fb33d1398e586e | [
"Apache-2.0"
] | null | null | null | app/src/main/res/layout/item_user_center_consult.xml | ewgcat/ewgbuyer | 3be0e195b4e0187ce5458b7604fb33d1398e586e | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:fresco="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/white"
android:orientation="vertical"
android:paddingBottom="8dp">
<RelativeLayout
android:id="@+id/rl_goods"
android:layout_width="match_parent"
android:layout_height="72dp"
android:background="@color/white">
<com.facebook.drawee.view.SimpleDraweeView
android:id="@+id/img"
android:layout_width="64dp"
android:layout_height="64dp"
android:layout_centerVertical="true"
android:layout_marginLeft="16dp"
android:contentDescription="@string/img"
fresco:failureImage="@mipmap/ic_stub"
fresco:failureImageScaleType="center"
fresco:placeholderImage="@mipmap/ic_stub"
fresco:placeholderImageScaleType="center"
fresco:retryImage="@mipmap/ic_stub"
fresco:retryImageScaleType="center" />
<TextView
android:id="@+id/tv_goods_name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignTop="@id/img"
android:layout_marginLeft="8dp"
android:layout_marginRight="16dp"
android:layout_toRightOf="@id/img"
android:singleLine="true"
android:text="price"
android:textColor="@color/user_integral_name" />
<TextView
android:id="@+id/tv_goods_price"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignBottom="@id/img"
android:layout_marginLeft="8dp"
android:layout_marginRight="16dp"
android:layout_toRightOf="@id/img"
android:singleLine="true"
android:text="price"
android:textColor="@color/order_evaluate_price_red" />
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="16dp"
android:singleLine="true"
android:text="@string/consult_time"
android:textColor="@color/consult_title"
android:textStyle="bold" />
<TextView
android:id="@+id/tv_consult_time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_marginRight="16dp"
android:singleLine="true"
android:text="标题"
android:textColor="@color/time_text" />
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp">
<ImageView
android:id="@+id/question_tag"
android:layout_width="16dp"
android:layout_height="16dp"
android:layout_marginLeft="16dp"
android:src="@mipmap/ask" />
<TextView
android:id="@+id/tv_consult_question"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="4dp"
android:layout_marginRight="16dp"
android:layout_toRightOf="@id/question_tag"
android:text="标题"
android:textColor="@color/consult_title" />
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:visibility="gone">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="16dp"
android:singleLine="true"
android:text="@string/reply_user"
android:textColor="@color/consult_title"
android:textStyle="bold" />
<TextView
android:id="@+id/tv_reply_user"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_marginRight="16dp"
android:singleLine="true"
android:text="标题"
android:textColor="@color/time_text" />
</RelativeLayout>
<RelativeLayout
android:id="@+id/rl_reple_time"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="16dp"
android:singleLine="true"
android:text="@string/reply_time"
android:textColor="@color/consult_title"
android:textStyle="bold" />
<TextView
android:id="@+id/tv_reple_time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_marginRight="16dp"
android:singleLine="true"
android:text="标题"
android:textColor="@color/time_text" />
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="8dp">
<ImageView
android:id="@+id/answer_tag"
android:layout_width="16dp"
android:layout_height="16dp"
android:layout_marginLeft="16dp"
android:src="@mipmap/answer" />
<TextView
android:id="@+id/tv_consult_answer"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="4dp"
android:layout_marginRight="16dp"
android:layout_toRightOf="@id/answer_tag"
android:text="标题"
android:textColor="@color/consult_detail" />
</RelativeLayout>
</LinearLayout> | 35.703297 | 72 | 0.615728 |
74c1edb0ba1621ba5fe5d47e46a936de622aad38 | 1,876 | xml | XML | wyframe/wynewzsh/target/classes/wy/addons/zsh/bs_sale_channel/dao/mapping/Bs_sale_channelDao.xml | shawncai/houtaiguanli | f50cda14af87e25d78fcb9d7ed9a38ffc895b688 | [
"MIT"
] | null | null | null | wyframe/wynewzsh/target/classes/wy/addons/zsh/bs_sale_channel/dao/mapping/Bs_sale_channelDao.xml | shawncai/houtaiguanli | f50cda14af87e25d78fcb9d7ed9a38ffc895b688 | [
"MIT"
] | null | null | null | wyframe/wynewzsh/target/classes/wy/addons/zsh/bs_sale_channel/dao/mapping/Bs_sale_channelDao.xml | shawncai/houtaiguanli | f50cda14af87e25d78fcb9d7ed9a38ffc895b688 | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="wy.addons.zsh.bs_sale_channel.dao.Bs_sale_channelDao">
<!-- 通用查询映射结果 -->
<resultMap id="BaseResultMap" type="wy.addons.zsh.bs_sale_channel.model.Bs_sale_channel">
<id column="chnl_id" property="chnl_id" />
<result column="chnl_no" property="chnl_no" />
<result column="chnl_nm" property="chnl_nm" />
<result column="chnl_desc" property="chnl_desc" />
<result column="chnl_phone" property="chnl_phone" />
<result column="chnl_user_nm" property="chnl_user_nm" />
<result column="xyd_st_id" property="xyd_st_id" />
<result column="xyd_cre_dt" property="xyd_cre_dt" />
<result column="xyd_up_dt" property="xyd_up_dt" />
<result column="id" property="id" />
</resultMap>
<!-- 通过Id查询销售渠道 -->
<select id="queryById" resultMap="BaseResultMap">
select * from bs_sale_channel
where chnl_id = #{bs_sale_channelId}
</select>
<!-- 销售渠道列表 -->
<select id="list" resultType="map">
select bs_sale_channel.*,user.name from bs_sale_channel
LEFT JOIN user on bs_sale_channel.id =user.id
where 1=1
<if test="condition != null and condition != ''">
and (1<1)
</if>
<if test="xyd_st_id != null and xyd_st_id !=0">
and xyd_st_id=#{xyd_st_id}
</if>
order by chnl_id desc
</select>
<select id="getMap9" resultType="map">
select name name,id num from user
</select>
<update id="deleteByIds" parameterType="list">
UPDATE bs_sale_channel SET xyd_st_id = -1 where chnl_id in
<foreach collection="list" item="item" open="(" separator="," close=")">
#{item}
</foreach>
</update>
</mapper> | 38.285714 | 107 | 0.628465 |
fbcf59765e54957cf9a2ede4a1e07d612f4a9b71 | 1,120 | xml | XML | p1/p1-t16/p1-t16-c111-s182.xml | morrissinger/MassGenLaws | 8d740ef0e0fb8334174fac7ff1ab97c579f54862 | [
"Unlicense"
] | 1 | 2020-11-25T20:33:55.000Z | 2020-11-25T20:33:55.000Z | p1/p1-t16/p1-t16-c111-s182.xml | morrissinger/MassGenLaws | 8d740ef0e0fb8334174fac7ff1ab97c579f54862 | [
"Unlicense"
] | null | null | null | p1/p1-t16/p1-t16-c111-s182.xml | morrissinger/MassGenLaws | 8d740ef0e0fb8334174fac7ff1ab97c579f54862 | [
"Unlicense"
] | null | null | null | <?xml version="1.0" encoding="utf-8"?>
<law>
<structure>
<unit label="part" identifier="1" order_by="1" level="1">Administration Of The Government</unit>
<unit label="title" identifier="16" order_by="16" level="2">Public Health</unit>
<unit label="chapter" identifier="111" order_by="111" level="3">Public Health</unit>
</structure>
<section_number>182</section_number>
<catch_line>Vaccination Of Inmates Of Institutions Supported By Aid Of Commonwealth</catch_line>
<order_by>182</order_by>
<text>
The board of health of a town where any incorporated manufacturing company, infirmary, training or industrial school, hospital or other establishment where the poor or sick are received, prison, jail or house of correction, or any institution supported or aided by the commonwealth, is situated may, if it decides that it is necessary for the health of the employees or inmates or for the public safety, require the authorities of said establishment or institution, at the expense thereof, to cause all said employees or inmates to be vaccinated.
</text>
</law> | 80 | 554 | 0.738393 |
aee1f20634275dafd1145fbffc010f53a86cd016 | 2,704 | plist | XML | SupportSDK.xcframework/ios-x86_64-simulator/SupportSDK.framework/Settings.bundle/Root~ipad.plist | goboomtown/support-sdk-ios | dd9dc1aed816c6e449fbaa9e2ca8446f08d84a91 | [
"MIT"
] | 1 | 2020-02-11T19:15:32.000Z | 2020-02-11T19:15:32.000Z | SupportSDK.xcframework/ios-x86_64-simulator/SupportSDK.framework/Settings.bundle/Root~ipad.plist | goboomtown/support-sdk-ios | dd9dc1aed816c6e449fbaa9e2ca8446f08d84a91 | [
"MIT"
] | null | null | null | SupportSDK.xcframework/ios-x86_64-simulator/SupportSDK.framework/Settings.bundle/Root~ipad.plist | goboomtown/support-sdk-ios | dd9dc1aed816c6e449fbaa9e2ca8446f08d84a91 | [
"MIT"
] | 1 | 2021-12-13T16:21:11.000Z | 2021-12-13T16:21:11.000Z | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>StringsTable</key>
<string>Root</string>
<key>PreferenceSpecifiers</key>
<array>
<dict>
<key>DefaultValue</key>
<integer>6</integer>
<key>Values</key>
<array>
<integer>0</integer>
<integer>1</integer>
<integer>2</integer>
<integer>3</integer>
<integer>4</integer>
<integer>5</integer>
<integer>6</integer>
</array>
<key>Titles</key>
<array>
<string>None</string>
<string>Fatal</string>
<string>Error</string>
<string>Warning</string>
<string>Info</string>
<string>Debug</string>
<string>Trace</string>
</array>
<key>Type</key>
<string>PSMultiValueSpecifier</string>
<key>Title</key>
<string>LogLevel</string>
<key>Key</key>
<string>LOG_LEVEL_SETTINGS_KEY</string>
</dict>
<dict>
<key>Type</key>
<string>PSTextFieldSpecifier</string>
<key>Title</key>
<string>App Token</string>
<key>Key</key>
<string>APP_TOKEN_SETTINGS_KEY</string>
</dict>
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>Title</key>
<string>Messaging in background</string>
<key>Key</key>
<string>APP_MESSAGING</string>
<key>DefaultValue</key>
<false/>
<key>FalseValue</key>
<false/>
<key>TrueValue</key>
<true/>
</dict>
<dict>
<key>Type</key>
<string>PSGroupSpecifier</string>
<key>Title</key>
<string>Panel Settings</string>
</dict>
<dict>
<key>Type</key>
<string>PSMultiValueSpecifier</string>
<key>DefaultValue</key>
<integer>0</integer>
<key>Title</key>
<string>VideoFittingMode</string>
<key>Key</key>
<string>APP_VIDEO_FITTING_MODE</string>
<key>Values</key>
<array>
<integer>0</integer>
<integer>1</integer>
</array>
<key>Titles</key>
<array>
<string>FillUp</string>
<string>AutoBoxing</string>
</array>
</dict>
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>Title</key>
<string>VideoOrientationChangesAnimated</string>
<key>Key</key>
<string>APP_VIDEO_ORIENTATION_CHANGE_ANIMATED</string>
<key>DefaultValue</key>
<false/>
<key>TrueValue</key>
<true/>
<key>FalseValue</key>
<false/>
</dict>
<dict>
<key>Type</key>
<string>PSToggleSwitchSpecifier</string>
<key>Title</key>
<string>VideoCustomRender</string>
<key>Key</key>
<string>APP_VIDEO_RENDER</string>
<key>DefaultValue</key>
<false/>
<key>TrueValue</key>
<true/>
<key>FalseValue</key>
<false/>
</dict>
</array>
</dict>
</plist>
| 22.915254 | 102 | 0.635725 |
6a3c1be53f0b3d3739d49436f115e622b4edc572 | 610 | xml | XML | app/src/main/res/drawable/ic_search.xml | kiduyu-klaus/VeterinaryApp | 3b146df5ee826a75418a08e7e7f21fc01c7e10c9 | [
"Apache-2.0"
] | null | null | null | app/src/main/res/drawable/ic_search.xml | kiduyu-klaus/VeterinaryApp | 3b146df5ee826a75418a08e7e7f21fc01c7e10c9 | [
"Apache-2.0"
] | null | null | null | app/src/main/res/drawable/ic_search.xml | kiduyu-klaus/VeterinaryApp | 3b146df5ee826a75418a08e7e7f21fc01c7e10c9 | [
"Apache-2.0"
] | null | null | null | <vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="446.25dp"
android:height="446.25dp"
android:viewportWidth="446.25"
android:viewportHeight="446.25">
<path
android:fillColor="#FF000000"
android:pathData="M318.75,280.5h-20.4l-7.649,-7.65c25.5,-28.05 40.8,-66.3 40.8,-107.1C331.5,73.95 257.55,0 165.75,0S0,73.95 0,165.75S73.95,331.5 165.75,331.5c40.8,0 79.05,-15.3 107.1,-40.8l7.65,7.649v20.4L408,446.25L446.25,408L318.75,280.5zM165.75,280.5C102,280.5 51,229.5 51,165.75S102,51 165.75,51S280.5,102 280.5,165.75S229.5,280.5 165.75,280.5z"/>
</vector>
| 61 | 357 | 0.696721 |
14e7e2210fc03dfc9d4872e22b3fdcb3486624dd | 2,159 | jelly | XML | src/main/resources/org/jenkinsci/plugins/lucene/search/management/LuceneManager/index.jelly | mamh-java/lucene-search-plugin | 9a4da0e3ab848ef67ebf2fc7d0cd531a1486bdcd | [
"MIT"
] | null | null | null | src/main/resources/org/jenkinsci/plugins/lucene/search/management/LuceneManager/index.jelly | mamh-java/lucene-search-plugin | 9a4da0e3ab848ef67ebf2fc7d0cd531a1486bdcd | [
"MIT"
] | null | null | null | src/main/resources/org/jenkinsci/plugins/lucene/search/management/LuceneManager/index.jelly | mamh-java/lucene-search-plugin | 9a4da0e3ab848ef67ebf2fc7d0cd531a1486bdcd | [
"MIT"
] | null | null | null | <j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:l="/lib/layout">
<l:layout title="Lucene Management" permission="${app.ADMINISTER}" norefresh="true">
<st:include it="${app}" page="sidepanel.jelly"/>
<l:header>
<link rel="stylesheet" type="text/css" href="${rootURL}/plugin/lucene-search/lucene.css" media="screen"/>
<script type="text/javascript" src="${rootURL}/plugin/lucene-search/lucene.js"></script>
<script type="text/javascript" src=""></script>
<script>
var luceneSearchManager = <st:bind value="${it}"/>
document.addEventListener('DOMContentLoaded', function() {
getStatus();
window.setInterval(function (a, b) {getStatus();}, 2000);
});
</script>
</l:header>
<l:main-panel>
<h1>${%Lucene Management}</h1>
<p>
<span class="warning">${%Database rebuild is an expensive operations so we recommend that this is done when there is only a light load. Searches will continue to work to during the rebuilding}</span><br/>
<br/>
<div>
<button id="btnRebuild" style="display:none" onclick="rebuildDatabase()">${%Rebuild}</button>${% }
<input id="txtWorkers" style="display:none" value="5"/><label id="lblWorkers">${%parallel workers}</label><br/>
</div>
<br/>
<div id="message" class="success"></div>
<div id="currentProgress" style="display:none">
${%Currently processing }<b id="currentlyProcessing"/>${% using }<b id="currentWorkers"/>${% workers}<br/>
${%Total processed runs }<b id="totalProcessesedRun"/>${% took }<b id="currentElapsedTime"/><br/>
${%Project }<b id="currentlyProcessingIndex"/>${% out of }<b id="currentlyProcessingMax"/><br/>
<h4>${%Processed projects}</h4>
<div class="history" id="history" />
</div>
</p>
</l:main-panel>
</l:layout>
</j:jelly> | 56.815789 | 220 | 0.542844 |
dff81eb822b7c8ca0f94f168ccfb198a2abd4586 | 9,834 | xml | XML | corpus/citations_class/08_245.xml | aievangelist/info-retrieval | 695bfde5c3cb0d21f3f8c88625c3b33e28de8f79 | [
"MIT"
] | null | null | null | corpus/citations_class/08_245.xml | aievangelist/info-retrieval | 695bfde5c3cb0d21f3f8c88625c3b33e28de8f79 | [
"MIT"
] | null | null | null | corpus/citations_class/08_245.xml | aievangelist/info-retrieval | 695bfde5c3cb0d21f3f8c88625c3b33e28de8f79 | [
"MIT"
] | null | null | null | <?xml version="1.0"?>
<case>
<name>MZPAO v Minister for Immigration and Citizenship [2008] FCA 245 (6 March 2008)</name>
<AustLII>http://www.austlii.edu.au/au/cases/cth/FCA/2008/245.html</AustLII>
<citations>
<citation id="c0">
<class>referred to</class>
<tocase>SZGSI v Minister for Immigration and Citizenship (2007) 160 FC 506</tocase>
<text>29 The Tribunal was, in my view, under no obligation to put the alleged contradictions to the appellant's wife for the purpose of enabling her to respond. The applicant relied on a decision of Marshall J in SZGSI v Minister for Immigration and Citizenship (2007) 160 FC 506. In that case Marshall J, with whom Moore and Finn JJ agreed on this point, held that s 424A can in certain circumstances require a notice to be sent to a family member where more than one family member is making an application for a protection visa.
30 That case dealt with contradictory evidence where one family member had said something that prejudiced another family member's application and that information was taken into account against the second family member. In that context it was held that a s 424A notice should be issued. That is not the present case. The present case, as has already been observed, was one in which the wife's evidence was simply not believed and was not given any weight by the Tribunal in coming to its decision. It was therefore not brought into account to the detriment of the appellant and was not a reason for affirming the decision under review.</text>
</citation>
<citation id="c1">
<class>followed</class>
<tocase>SZBYR v Minister for Immigration and Citizenship [2007] FCA 26 ; 235 ALR 609</tocase>
<AustLII>http://www.austlii.edu.au/au/cases//cth/FCA/2007/26.html</AustLII>
<text>16 In relation to the requests for adjournments his Honour found that the method in which they were dealt with did not constitute a failure to provide a hearing under s 425 of the Act but rather fell more within the ambit of a question of apprehended bias which the appellant had not pursued. His Honour stated that the conduct of the Tribunal was not sufficient to give rise to an apprehension of bias. He noted the appellant's evidence that was presented during the hearings. In relation to the appellant's claims that he should have received a s 424A notice in relation to the Tribunal member's findings that some of his claims were inconsistent and the fact that the Tribunal did not accept his wife's evidence, his Honour applied SZBYR v The Minister for Immigration and Citizenship [2007] FCA 26 ; (2007) 235 ALR 609 and held that s 424A did not apply in relation to inconsistencies in evidence or concerns regarding credibility.
17 His Honour also noted that the appellant and his wife were aware of this issue throughout the hearing process and were able to respond as they saw fit. Further, the Federal Magistrate found that the evidence given by each of the parties went to credibility and s 424A did not require the Tribunal to notify the appellant' or the appellant's wife that it had rejected the evidence of the other.
18 The notice of appeal to this court was filed on 12 December 2007. The appellant claimed that the Federal Magistrate failed to consider all of the issues relating to procedural fairness, failed to consider all of the grounds in the appellant's amended application dated 29 March 2007 and erred in making findings in relation to s 424A of the Act . Those findings concerned the issue of whether the date of the appellant's passport went to the appellant's credibility and an asserted requirement that the tribunal send a s 424A notice to the appellant's wife.
19 At the hearing this morning, counsel for the appellant developed three arguments. The first related to alleged breaches of the requirements of s 425 of the Act . The second alleged that there were certain breaches of the requirements of s 424A of the Act and the third was that two of the grounds appearing in the application for review before the Federal Magistrates Court were not dealt with by the Federal Magistrate.
20 I will deal first with the s 425 point. Section 425 of the Act provides that the "Tribunal must invite an applicant to appear before it to give evidence and present arguments relating to the issues arising in relation to the decision under review". Counsel pointed to three matters which it was said gave rise to a constructive failure on the part of the Tribunal to observe the obligations imposed on it by s 425. The first was the refusal by the Tribunal at the end of the February hearing to accede immediately to an application made on the appellant's behalf for an adjournment of the hearing so that he could confer with his wife and return and give additional evidence if so minded.
31 There was therefore no occasion, in my opinion, under s 424A(1) for the notice to be given. There is another reason why that was not necessary. That reason is provided by the decision of the High Court in SZBYR v Minister for Immigration and Citizenship [2007] FCA 26 ; 235 ALR 609 to which the learned Federal Magistrate referred, which makes it plain that where issues of credit are involved s 424A(1) is not engaged.
32 The second contravention of s 424A that was relied on was, as I have indicated, a failure to put to the appellant a statement appearing in support of his original application for a protection visa. That statement may have served as an antidote or partial antidote to the Tribunal's opinion that the appellant had given internally contradictory evidence by, on the one hand, asserting, as the Tribunal understood him, that he obtained a passport and a visa to enable him to leave Turkey after there had been a visit to a family home by police officers, which was not accepted because the passport on which the appellant travelled bore a date which indicated that it had been issued before the alleged incident with the police officers in Turkey.
33 For the purposes of s 424A it is first to be observed that there is no reference at all to the statement in the Tribunal's reasons and in any event it was plainly not a piece of information which the Tribunal considered would be the reason or part of the reason for affirming the decision under review. Further, the issue went to credit and for reasons already given, the High Court's decision in SZBYR makes it clear that in such cases no obligation arises under s 424A(1).
34 The final matter that I mention in this context was that the issue concerning the date of the passport was expressly raised in a s 424(A)(1) letter sent to the appellant and a full opportunity was given to the appellant to resolve the apparent inconsistencies. He did not do so. The letter, as it happens, was sent before the High Court decision in SZBYR was handed down and in all probability, had the Tribunal been aware of the High Court's decision, it may well have chosen not to send the notice anyway. The arguments advanced in support of the second ground are therefore rejected.
35 The third ground may shortly be dealt with. It is that grounds four and five in the appellant's amended application to the Federal Magistrates Court were not dealt with by the Magistrate. The two grounds appearing in those paragraphs were grounds dealing with alleged abuse of Kurds in Turkey based on country information, and secondly, an allegation that there was no evidence to support the Tribunal's findings that the applicant did not belong to a particular social group.
36 The Federal Magistrate's reasons record at paragraph 5 that counsel for the appellant submitted that his argument related to two areas. The first was procedural fairness and the second the operation of s 424A. Counsel, who appeared in this Court today and who was the same counsel who has appeared before the learned Federal Magistrate, confirmed that that indeed was what he advised the Court and that he did develop those two issues. Grounds four and five were not referred to in oral argument and an examination of the written submissions advanced by counsel for the appellant before the Federal Magistrate confirms that insofar as the matters raised by these grounds were referred to, they were referred to in the context of developing points under s 424A of the Act and were not pursued as separate arguments.</text>
</citation>
<citation id="c2">
<class>followed</class>
<tocase>Kovan Engineering (Aust) Pty Ltd v Gold Peg International Pty Ltd [2006] FCAFC 117</tocase>
<AustLII>http://www.austlii.edu.au/au/cases//cth/FCAFC/2006/117.html</AustLII>
<text>38 In any event, as I say, some issues raised under those grounds were dealt with in the context in which they had been argued and beyond that they did not assume sufficient significance to require attention by the learned Magistrate in his reasons. His failure to mention them and deal with them did not constitute jurisdictional error. In that regard I refer to and rely on the decision of the Full Court of this Court in Kovan Engineering (Aust) Pty Ltd v Gold Peg International Pty Ltd [2006] FCAFC 117 and, in particular to the passages commencing at paragraph [45] of their Honours' reasons. Accordingly, the third ground is also rejected.
39 The appeal should be dismissed with costs.
I certify that the preceding thirty-nine (39) numbered paragraphs are a true copy of the Reasons for Judgment herein of the Honourable Justice Tracey.
Associate:
Dated: 18 March 2008
Counsel for the Appellant: T A Fernandez
Counsel for the Respondent: M Felman
Solicitor for the Respondent: Australian Government Solicitor
Date of Hearing: 6 March 2008
Date of Judgment: 6 March 2008
AustLII: Copyright Policy | Disclaimers | Privacy Policy | Feedback
URL: http://www.austlii.edu.au/au/cases/cth/FCA/2008/245.html</text>
</citation>
</citations>
</case> | 134.712329 | 941 | 0.797946 |
599d532895d993e227bb3a3459a714618f377da5 | 1,332 | xml | XML | src/Exceptions/_notes/dwsync.xml | laudirbispo/easy-route | be0d0fc1a5a40dbbe6a6399628231b084ae941bb | [
"MIT"
] | 1 | 2019-03-28T19:00:20.000Z | 2019-03-28T19:00:20.000Z | src/Exceptions/_notes/dwsync.xml | laudirbispo/easy-route | be0d0fc1a5a40dbbe6a6399628231b084ae941bb | [
"MIT"
] | null | null | null | src/Exceptions/_notes/dwsync.xml | laudirbispo/easy-route | be0d0fc1a5a40dbbe6a6399628231b084ae941bb | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="utf-8" ?>
<dwsync>
<file name="RouteNotFound.php" server="C:/wamp64/www/" local="131781410949279185" remote="131781410940000000" Dst="1" />
<file name="InvalidRoute.php" server="C:/wamp64/www/" local="131781411058216607" remote="131781411050000000" Dst="1" />
<file name="RouterException.php" server="C:/wamp64/www/" local="131781410826407271" remote="131781410820000000" Dst="1" />
<file name="MethodDoesNotExists.php" server="C:/wamp64/www/" local="131800435733491095" remote="131800435730000000" Dst="1" />
<file name="ControllerDoesNotExists.php" server="C:/wamp64/www/" local="131800436091407342" remote="131800436090000000" Dst="1" />
<file name="ControllerDoesNotExists.php" server="C:/wamp64/www/emobi/" local="131800436100000000" remote="131800436100000000" Dst="1" />
<file name="InvalidRoute.php" server="C:/wamp64/www/emobi/" local="131781411060000000" remote="131781411060000000" Dst="1" />
<file name="MethodDoesNotExists.php" server="C:/wamp64/www/emobi/" local="131800435740000000" remote="131800435740000000" Dst="1" />
<file name="RouteNotFound.php" server="C:/wamp64/www/emobi/" local="131781410960000000" remote="131781410960000000" Dst="1" />
<file name="RouterException.php" server="C:/wamp64/www/emobi/" local="131781410840000000" remote="131781410840000000" Dst="1" />
</dwsync> | 102.461538 | 136 | 0.754505 |
9729cde596015d3fbb2e47ad51e5e8a5f7130cbb | 581 | xml | XML | test-data/mv/mu_militia_destroyer.xml | blizzarchon/ftl-xml-extension | 62e0bc0e78a53733fe8f44853f1bd496aa755d86 | [
"MIT"
] | 1 | 2021-12-07T08:41:40.000Z | 2021-12-07T08:41:40.000Z | test-data/mv/mu_militia_destroyer.xml | blizzarchon/ftl-xml-extension | 62e0bc0e78a53733fe8f44853f1bd496aa755d86 | [
"MIT"
] | null | null | null | test-data/mv/mu_militia_destroyer.xml | blizzarchon/ftl-xml-extension | 62e0bc0e78a53733fe8f44853f1bd496aa755d86 | [
"MIT"
] | 1 | 2021-11-13T10:23:08.000Z | 2021-11-13T10:23:08.000Z | <?xml version="1.0" encoding="UTF-8"?>
<!--Copyright (c) 2012 by Subset Games. All rights reserved.-->
<img x="-82" y="-58" w="410" h="555" />
<offsets>
<floor x="205" y="277" />
<cloak x="205" y="277" />
</offsets>
<weaponMounts>
<mount x="253" y="146" rotate="false" mirror="false" gib="-1" slide="right" />
<mount x="158" y="146" rotate="false" mirror="true" gib="-1" slide="left" />
<mount x="274" y="230" rotate="false" mirror="false" gib="-1" slide="right" />
<mount x="137" y="230" rotate="false" mirror="true" gib="-1" slide="left" />
</weaponMounts>
<explosion />
| 34.176471 | 79 | 0.60241 |
98cb180f6dcffbcc1fb4eec8546c4fbbd9560dd4 | 73,023 | xml | XML | res/values/colt_strings.xml | Addy-95/platform_packages_apps_ColtEnigma | 1c9424a95844fc2f67c774993fe9fc56864a630e | [
"Apache-2.0"
] | null | null | null | res/values/colt_strings.xml | Addy-95/platform_packages_apps_ColtEnigma | 1c9424a95844fc2f67c774993fe9fc56864a630e | [
"Apache-2.0"
] | null | null | null | res/values/colt_strings.xml | Addy-95/platform_packages_apps_ColtEnigma | 1c9424a95844fc2f67c774993fe9fc56864a630e | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2017-2021 ColtOS 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 required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Colt Tabs -->
<string name="colt_title">ColtEnigma</string>
<string name="bottom_nav_system_title">System</string>
<string name="bottom_nav_lockscreen_title">Lockscreen</string>
<string name="bottom_nav_statusbar_title">Statusbar</string>
<string name="bottom_nav_button_title">Buttons</string>
<string name="bottom_nav_about_title">AboutTeam</string>
<!-- Categories -->
<string name="ambient_decor_title">Ambient Display</string>
<string name="ambient_decor_summary">Ambient display customizations</string>
<string name="animations_title">Animations</string>
<string name="animations_summary">Animations options</string>
<string name="button_title">Buttons</string>
<string name="buttonsettings_summary">Perform custom button actions</string>
<string name="gestures_title">Gestures</string>
<string name="gesture_summary">Gesture Customizations</string>
<string name="lockscreen_title">LockScreen</string>
<string name="lockscreen_summary">Various options for lockscreen</string>
<string name="misc_title">Miscellaneous</string>
<string name="misc_summary">Miscellaneous things to be checked here</string>
<string name="navigationbar_title">Navigation Bar</string>
<string name="navigationbar_summary">Various options for Navbar</string>
<string name="notifications_title">Notifications</string>
<string name="notifications_summary">Notifications and Incall settings</string>
<string name="powermenu_title">Power Menu</string>
<string name="powermenu_summary">Customize elements to be displayed in power menu</string>
<string name="quicksettings_title">Quick Settings</string>
<string name="quicksettings_summary">Quick settings Customizations</string>
<string name="statusbar_title">StatusBar</string>
<string name="statusbar_summary">Statusbar Customizations</string>
<string name="theme_title">Colt Decorations</string>
<string name="theme_summary">Our theming customizations</string>
<string name="recents_title">Recents apps</string>
<!-- About colt -->
<string name="colt_about_title">All About ColtOS</string>
<string name="colt_about_summary">A little info about the team</string>
<string name="colt_telegram_title">ColtOS Telegram Community</string>
<string name="colt_telegram_summary"><a href="https://t.me/ColtEnigma">Join ColtOS community here!</a></string>
<string name="colt_github_title">ColtOS Github</string>
<string name="colt_github_summary"><a href="https://www.github.com/Colt-Enigma">See the ColtOS source code here!</a></string>
<string name="colt_about_info_summary">ColtOS was started by a group of Android enthusiasts and learners lead by Rakesh in early 2017. Initial members were Nitin, Nikhil and Debojit. It was a small but effective group of like minded people. We started with supporting only 3 devices initially but then expanded the number of devices as the team members grew.As the time passed, the group was like a family. In initial days, ColtOS was based on LOS but then we moved to aosp. As any good OS, our top priorities are quality, stability and useful features</string>
<string name="colt_about_team">Team ColtOS</string>
<string name="colt_about_rakesh" translatable="false">Rakesh Batra</string>
<string name="colt_about_rakesh_summary" translatable="false">Founder and Lead Developer</string>
<string name="colt_about_nitin" translatable="false">Nitin Chobe</string>
<string name="colt_about_nitin_summary" translatable="false">Core Member and a Backbone</string>
<string name="colt_about_mrinal" translatable="false">Mrinal Ghosh</string>
<string name="colt_about_mrinal_summary" translatable="false">Young and Passionate Core Developer</string>
<string name="colt_about_saurabh" translatable="false">Saurabh</string>
<string name="colt_about_saurabh_summary" translatable="false">Moderator and Core Developer</string>
<!-- General strings -->
<string name="cancel">Cancel</string>
<string name="default_string">Default</string>
<string name="ok">OK</string>
<string name="reset">Reset</string>
<string name="save">Save</string>
<!-- Color Picker -->
<string name="dialog_color_picker">Color Picker</string>
<string name="press_color_to_apply">Press on color below to apply</string>
<string name="arrow_right">→</string>
<string name="arrow_down">↓</string>
<string name="hex">Hex:</string>
<string name="hex_hint">#ff000000</string>
<string name="set">Set</string>
<string name="color_default">Default</string>
<string name="general_category_title">General</string>
<!-- Statusbar Tuner -->
<string name="statusbar_items_title">Icons</string>
<string name="statusbar_items_summary">Various Statubar icons</string>
<!-- Accent Picker -->
<string name="accent_color_summary">Choose your desired accent</string>
<!-- Navbar tuner -->
<string name="navbar_tuner_title">Navigation buttons</string>
<string name="navbar_tuner_summary">Navigation buttons Options</string>
<!-- Lockscreen charging info -->
<string name="lockscreen_battery_info_title">Charging info</string>
<string name="lockscreen_battery_info_summary">Show charging current, voltage, wattage and battery temperature on lock screen while charging</string>
<!-- Lockscreen charge temperature unit -->
<string name="lockscreen_charge_temp_unit_title">Temperature unit</string>
<string name="lockscreen_charge_temp_unit_farhenheit">Farhenheit</string>
<string name="lockscreen_charge_temp_unit_celsius">Celsius</string>
<!-- QuickSettings haptic feedback -->
<string name="quick_settings_vibrate_title">Vibrate on touch</string>
<string name="quick_settings_vibrate_summary">Vibrate when touching QS tiles</string>
<!-- QS tiles animations category -->
<string name="qs_tile_animation_category_title">QS tiles</string>
<!-- Tiles animation style -->
<string name="qs_tile_animation_style_title">Animation style</string>
<string name="qs_tile_animation_duration_title">Animation duration</string>
<string name="qs_tile_animation_interpolator_title">Tiles animation interpolator</string>
<string name="qs_tile_animation_style_off">No animation</string>
<string name="qs_tile_animation_style_flip">Flip</string>
<string name="qs_tile_animation_style_rotate">Rotate</string>
<string name="qs_tile_animation_duration_low">Low</string>
<string name="qs_tile_animation_duration_default">Default</string>
<string name="qs_tile_animation_duration_fast">Fast</string>
<string name="qs_tile_animation_duration_quite_fast">Quite fast</string>
<string name="qs_tile_animation_duration_super_fast">Super fast</string>
<string name="qs_tile_animation_interpolator_linearInterpolator">Linear</string>
<string name="qs_tile_animation_interpolator_accelerateInterpolator">Accelerate</string>
<string name="qs_tile_animation_interpolator_decelerateInterpolator">Decelerate</string>
<string name="qs_tile_animation_interpolator_accelerateDecelerateInterpolator">Accelerate decelerate</string>
<string name="qs_tile_animation_interpolator_bounceInterpolator">Bounce</string>
<string name="qs_tile_animation_interpolator_overshootInterpolator">Overshoot</string>
<string name="qs_tile_animation_interpolator_anticipateInterpolator">Anticipate</string>
<string name="qs_tile_animation_interpolator_anticipateOvershootInterpolator">Anticipate overshoot</string>
<string name="qs_set_animation_style">%1$s</string>
<string name="qs_set_animation_duration">%1$s</string>
<string name="qs_set_animation_interpolator">%1$s</string>
<!-- Volume keys -->
<string name="volume_key_category_title">Volume keys</string>
<!-- Language options - Volume key cursor control -->
<string name="volume_key_cursor_control_title">Volume key cursor control</string>
<string name="volume_key_cursor_control_off">Disabled</string>
<string name="volume_key_cursor_control_on">Volume up/down moves cursor left/right</string>
<string name="volume_key_cursor_control_on_reverse">Volume up/down moves cursor right/left</string>
<!-- Volume Steps -->
<string name="volume_steps_title">Volume steps</string>
<string name="volume_steps_summary">Number of steps for volumes</string>
<string name="volume_steps_alarm_title">Volume steps: Alarm</string>
<string name="volume_steps_dtmf_title">Volume steps: DTMF</string>
<string name="volume_steps_music_title">Volume steps: Music</string>
<string name="volume_steps_notification_title">Volume steps: Notification</string>
<string name="volume_steps_ring_title">Volume steps: Ringer</string>
<string name="volume_steps_system_title">Volume steps: System</string>
<string name="volume_steps_voice_call_title">Volume steps: Voice Call</string>
<string name="volume_steps_reset">Reset</string>
<string name="volume_steps_60" translatable="false">60</string>
<string name="volume_steps_45" translatable="false">45</string>
<string name="volume_steps_30" translatable="false">30</string>
<string name="volume_steps_15" translatable="false">15</string>
<string name="volume_steps_7" translatable="false">7</string>
<string name="volume_steps_5" translatable="false">5</string>
<!-- QS rows and columns category -->
<string name="qs_columns_rows_category_title">Columns and rows</string>
<!-- QS rows and columns -->
<string name="qs_rows_portrait_title">Rows (Portrait)</string>
<string name="qs_rows_landscape_title">Rows (Landscape)</string>
<string name="qs_columns_portrait_title">Columns (Portrait)</string>
<string name="qs_columns_landscape_title">Columns (Landscape)</string>
<!-- Statusbar items category -->
<string name="status_bar_items_category_title">Status bar items</string>
<!-- Statusbar Clock -->
<string name="status_bar_clock_date_title">Clock and date</string>
<string name="status_bar_clock_date_summary">Customize the statusbar clock and date</string>
<string name="status_bar_clock_title">Clock settings</string>
<string name="status_bar_clock_show">Show clock and date</string>
<string name="status_bar_clock_style_title">Clock style</string>
<string name="status_bar_clock_style_right">Right</string>
<string name="status_bar_clock_style_center">Center</string>
<string name="status_bar_clock_style_left">Left</string>
<string name="status_bar_am_pm_title">AM/PM style</string>
<string name="status_bar_am_pm_info">24-hour clock is enabled</string>
<string name="status_bar_am_pm_normal">Normal</string>
<string name="status_bar_am_pm_small">Small</string>
<string name="status_bar_am_pm_hidden">Hidden (default)</string>
<string name="clock_seconds_display">Show seconds</string>
<string name="status_bar_date_title">Date settings</string>
<string name="clock_date_display">Date</string>
<string name="clock_date_display_summary">Display custom date before the clock</string>
<string name="clock_date_display_none">Don\'t show</string>
<string name="clock_date_display_small">Small font size</string>
<string name="clock_date_display_normal">Normal font size</string>
<string name="clock_date_style">Date style</string>
<string name="clock_date_style_normal">Normal</string>
<string name="clock_date_style_lowercase">Lowercase</string>
<string name="clock_date_style_uppercase">Uppercase</string>
<string name="clock_date_format_custom">Custom java format</string>
<string name="clock_date_format">Date format</string>
<string name="clock_date_string_edittext_title">Must be in DateFormat eg. MM/dd/yy</string>
<string name="clock_date_string_edittext_summary">Enter string</string>
<string name="clock_date_position">Date position</string>
<string name="clock_date_right">Right of time</string>
<string name="clock_date_left">Left of time</string>
<string name="status_bar_clock_auto_hide_title">Auto-hide clock</string>
<string name="status_bar_clock_auto_hide_summary">Hide and show clock at regular intervals of time</string>
<string name="status_bar_clock_auto_hide_hdur_title">Hide duration</string>
<string name="status_bar_clock_auto_hide_sdur_title">Show duration</string>
<!-- Custom carrier label and placement -->
<string name="status_bar_carrier_label_title">Carrier label</string>
<string name="status_bar_carrier_label_summary">Customize the carrier label</string>
<string name="custom_carrier_label_title">Custom carrier label</string>
<string name="custom_carrier_label_explain">Please enter a new label. Leave blank to revert to stock label.</string>
<string name="custom_carrier_label_notset">Custom label currently not set</string>
<string name="show_carrier_title">Carrier label</string>
<string name="show_carrier_disabled">Disabled</string>
<string name="show_carrier_keyguard">Lockscreen only</string>
<string name="show_carrier_statusbar">Statusbar only</string>
<string name="show_carrier_enabled">Lockscreen & statusbar</string>
<!-- Global Actions -->
<string name="global_actions_advanced_reboot_title">Enable advanced restart</string>
<string name="global_actions_advanced_reboot_summary">When restarting also show options for recovery and bootloader</string>
<string name="global_actions_airplane">Airplane</string>
<string name="global_actions_settings">Settings</string>
<string name="global_actions_lockdown">Lock Down</string>
<!--<string name="global_actions_soundpanel">Sound Panel</string>-->
<string name="global_actions_users">Users</string>
<string name="global_actions_screenshot">Screenshot</string>
<string name="global_actions_screenrecord">Screenrecord</string>
<string name="global_actions_flashlight">Flashlight</string>
<string name="global_actions_emergency">Emergency</string>
<string name="global_actions_max_columns_title">Max actions to show</string>
<string name="global_actions_max_columns_summary">Set how many actions to show before buttons move to overflow menu</string>
<string name="global_actions_onthego_title">On-The-Go</string>
<!-- Notification led category -->
<string name="notification_led_category_title">Notification led</string>
<!-- Battery light -->
<string name="battery_light_settings">Battery charging light</string>
<string name="battery_light_summary">Customizations for battery charging light</string>
<string name="battery_light_enable">Enable</string>
<string name="battery_full_light_enabled">Battery light when full charged</string>
<string name="battery_light_allow_on_dnd_title">Battery light in Do Not Disturb mode</string>
<string name="battery_light_low_blinking_title">Blinking light on low battery</string>
<string name="battery_light_cat">Battery light color when charging</string>
<string name="battery_light_low_color">Low battery</string>
<string name="battery_light_medium_color">Medium battery</string>
<string name="battery_light_full_color">Almost full battery</string>
<string name="battery_light_reallyfull_color">Full (100) battery</string>
<string name="notification_light_settings">Notifications Light</string>
<string name="notification_light_summary">Notifications light customization</string>
<!-- System animations category -->
<string name="system_animations_category_title">System</string>
<!-- AOKP custom system animations -->
<string name="activity_open_title">Activity open animation</string>
<string name="activity_close_title">Activity close animation</string>
<string name="task_open_title">Task open animation</string>
<string name="task_open_behind_title">Task open behind animation</string>
<string name="task_close_title">Task close animation</string>
<string name="task_move_to_front_title">Move to front animation</string>
<string name="task_move_to_back_title">Move to back animation</string>
<string name="wallpaper_open_title">Wallpaper open animation</string>
<string name="wallpaper_close_title">Wallpaper close animation</string>
<string name="wallpaper_intra_open_title">Wallpaper intra open animation</string>
<string name="wallpaper_intra_close_title">Wallpaper intra close animation</string>
<string name="animation_duration_title">Animation duration</string>
<string name="animation_duration_default">Default</string>
<!-- Toast category title -->
<string name="toast_category_title">Toast</string>
<!-- Toast Animation -->
<string name="toast_animation_title">Toast animation</string>
<string name="toast_none_animation">None</string>
<string name="toast_default_animation">Default</string>
<string name="toast_fade_animation">Fade</string>
<string name="toast_SlideRight_animation">Slide right</string>
<string name="toast_SlideLeft_animation">Slide left</string>
<string name="toast_Xylon_animation">Xylon</string>
<string name="toast_Toko_animation">Toko</string>
<string name="toast_Tn_animation">Tn</string>
<string name="toast_Honami_animation">Honami</string>
<string name="toast_FastFade_animation">Fast fade</string>
<string name="toast_GrowFade_animation">Grow fade</string>
<string name="toast_GrowFadeCenter_animation">Grow fade center</string>
<string name="toast_GrowFadeBottom_animation">Grow fade bottom</string>
<string name="toast_Translucent_animation">Translucent</string>
<string name="toast_SlideLeftRight_animation">Slide left to right</string>
<string name="toast_SlideRightLeft_animation">Slide right to left</string>
<!-- Listview cayegory title -->
<string name="listview_category_title">Listview</string>
<!-- ListView animation -->
<string name="listview_animation_title">ListView animation</string>
<string name="listview_off">Default</string>
<string name="listview_wave_left">Wave (left)</string>
<string name="listview_wave_right">Wave (right)</string>
<string name="listview_alpha">Alpha</string>
<string name="listview_scale">Scale</string>
<string name="listview_stack_top">Stack (top)</string>
<string name="listview_stack_bottom">Stack (bottom)</string>
<string name="listview_unfold">Unfold</string>
<string name="listview_fold">Fold</string>
<string name="listview_translate_left">Translate (left)</string>
<string name="listview_translate_right">Translate (right)</string>
<!-- ListView interpolator -->
<string name="listview_interpolator_title">ListView interpolator</string>
<string name="listview_accelerate_interpolator">Accelerate</string>
<string name="listview_decelerate_interpolator">Decelerate</string>
<string name="listview_accelerate_decelerate_interpolator">Accelerate and decelerate</string>
<string name="listview_anticipate_interpolator">Anticipate</string>
<string name="listview_overshoot_interpolator">Overshoot</string>
<string name="listview_anticipate_overshoot_interpolator">Anticipate and overshoot</string>
<string name="listview_bounce_interpolator">Bounce</string>
<!-- Option to enable/disable scrolling cache -->
<string name="pref_scrollingcache_title">Scrolling cache</string>
<string name="pref_scrollingcache_summary">Scrolling cache may improve scrolling performance at the cost of memory</string>
<string name="pref_scrollingcache_force_enable">Force enable</string>
<string name="pref_scrollingcache_default_enable">Default enable</string>
<string name="pref_scrollingcache_default_disable">Default disable</string>
<string name="pref_scrollingcache_force_disable">Force disable</string>
<!-- Force disable transition animation -->
<string name="disable_transition_animations_title">Disable transition animations</string>
<string name="disable_transition_animations_summary">Force disable all transition animations</string>
<!-- Screen off animation -->
<string name="screen_off_animation_title">Screen off animation</string>
<string name="screen_off_animation_default">Default</string>
<string name="screen_off_animation_crt">CRT</string>
<string name="screen_off_animation_scale">Scale</string>
<!-- Volume Wake -->
<string name="volume_rocker_wake_title">Volume rocker wake</string>
<string name="volume_rocker_wake_summary">Pressing the volume keys will wake your device</string>
<!-- Volume Button Music Control -->
<string name="volume_rocker_music_controls_title">Music control</string>
<string name="volume_rocker_music_controls_summary">Long press volume buttons to switch tracks while screen off</string>
<!-- Power menu Animations -->
<string name="power_menu_animation_title">Power menu animation</string>
<string name="power_menu_animation_summary">Change the enter/exit animation of the power menu</string>
<string name="power_menu_animation_dialog_title">Select power menu animation</string>
<string name="power_menu_animation_aosp">AOSP (default)</string>
<string name="power_menu_animation_bottom">Bottom</string>
<string name="power_menu_animation_top">Top</string>
<string name="power_menu_animation_xylon">Fly</string>
<string name="power_menu_animation_slide">Slide</string>
<string name="power_menu_animation_turn">Turn</string>
<string name="power_menu_animation_fly">Glow</string>
<string name="power_menu_animation_card">3D</string>
<string name="power_menu_animation_translucent_top">Translucent (top)</string>
<string name="power_menu_animation_translucent_bottom">Translucent (bottom)</string>
<!-- RGB Accent Picker -->
<string name="accent_color">Accent picker</string>
<string name="accent_summary">System wide accent picker</string>
<!-- RGB Gradient Picker -->
<string name="gradient_color">Gradient picker</string>
<string name="gradient_summary">Gradient effect picker</string>
<!-- Themeing -->
<string name="dark_ui_mode_summary">Browse the dark theme options</string>
<!-- [CHAR_LIMIT=NONE] Developer Settings: Title of the settings category for theme overlays. -->
<string name="theme_customization_category">Theming</string>
<!-- [CHAR_LIMIT=NONE] Developer Settings: Title of the setting which enables overlays to customize headline and body fonts. -->
<string name="theme_customization_font_title">Headline / Body font</string>
<!-- [CHAR_LIMIT=NONE] Developer Settings: Title of the setting which enables overlays to customize the adaptive icon shape (e.g. launcher and quick settings icons). -->
<string name="theme_customization_icon_shape_title">Icon shape</string>
<!-- [CHAR_LIMIT=NONE] Developer Settings: Title of the setting which enables overlays to customize the statusbar icon -->
<string name="theme_customization_sysui_icon_title">Statusbar icon</string>
<!-- Clock style -->
<string name="clock_style_title">Clock style</string>
<string name="clock_style_summary">Customize lockscreen clock</string>
<!-- QS Themes Category -->
<string name="qs_themes_category_title">QS themes</string>
<!-- QS BG Tint -->
<string name="qs_bg_use_new_tint">Tint QS tiles</string>
<string name="qs_bg_use_new_tint_summary">Use accent color for qs tile icons and background</string>
<string name="qs_tint_off">Gradient effect</string>
<string name="qs_tint_random">Random color</string>
<string name="qs_tint_accent">Accent color</string>
<!-- QS Label Tint -->
<string name="qs_label_use_new_tint">QS label tint</string>
<string name="qs_label_tint_off">Default</string>
<string name="qs_label_tint_random">Random color tint</string>
<string name="qs_label_tint_accent">Accent color tint</string>
<string name="qs_label_tint_gradient">Gradient color tint</string>
<!-- Qs Tile Icon Bright-Dark -->
<string name="qs_icon_primary_title">Qs tile icon bright|dark</string>
<string name="qs_icon_primary_summary">Make Qs icon bright-dark if gradient tint enabled</string>
<!-- AOSP Gestures -->
<string name="aosp_gesture_preference">System settings</string>
<string name="aosp_gesture_summary">Stock gestures included with AOSP</string>
<!-- Hardware keys category -->
<string name="hardware_keys_category_title">Hardware keys</string>
<!-- HW Keys customization -->
<string name="hardware_keys_disable_title">Disable HW keys</string>
<string name="hardware_keys_disable_summary">Toggle to enable/disable hw keys</string>
<string name="action_value_default_action" translatable="false">default</string>
<string name="action_value_select_app" translatable="false">app</string>
<string name="action_value_custom_action" translatable="false">custom</string>
<string name="action_value_back" translatable="false">task_back</string>
<string name="action_value_home" translatable="false">task_home</string>
<string name="action_value_search_assist" translatable="false">task_assist</string>
<string name="action_value_recent_apps" translatable="false">task_recents</string>
<string name="action_value_voice_search" translatable="false">task_voice_search</string>
<string name="action_value_menu" translatable="false">task_menu</string>
<string name="picker_activities">Activities</string>
<string name="select_custom_app_title">Select custom app</string>
<string name="select_custom_activity_title">Select custom activity</string>
<string name="profile_applist_title">Applications</string>
<string name="choose_action_title">Choose action</string>
<string name="action_entry_default_action">Default settings</string>
<string name="action_entry_select_app">Select application</string>
<string name="action_entry_custom_action">Select custom action</string>
<string name="hardware_keys_home_key_title">Home button</string>
<string name="hardware_keys_menu_key_title">Menu button</string>
<string name="hardware_keys_assist_key_title">Search button</string>
<string name="hardware_keys_appswitch_key_title">Overview button</string>
<string name="hardware_keys_back_key_title">Back button</string>
<string name="hardware_keys_double_tap_summary">Set double tap action</string>
<string name="hardware_keys_single_tap_summary">Set single tap action</string>
<string name="hardware_keys_long_press_summary">Set long press action</string>
<string name="hardware_keys_single_tap_title">Single tap action</string>
<string name="hardware_keys_long_press_title">Long press action</string>
<string name="hardware_keys_double_tap_title">Double tap action</string>
<!-- Buttons backlight timeout -->
<string name="backlight_timeout_title">Buttons backlight timeout</string>
<string name="backlight_timeout_on">Enabled always</string>
<string name="backlight_timeout_default">1 sec (default)</string>
<string name="backlight_timeout_3s">3 sec</string>
<string name="backlight_timeout_5s">5 sec</string>
<string name="backlight_timeout_10s">10 sec</string>
<string name="backlight_timeout_15s">15 sec</string>
<string name="backlight_timeout_20s">20 sec</string>
<string name="backlight_timeout_30s">30 sec</string>
<!-- Enable keys backlight-->
<string name="button_brightness_title">Backlight</string>
<string name="backlight_cat_title">Button brightness</string>
<!-- Backlight on Touch -->
<string name="button_backlight_on_touch_only_title">Button touch</string>
<string name="button_backlight_on_touch_only_summary">Enable backlight with timeout only on button touch</string>
<!-- Enable keys backlight-->
<string name="button_brightness_sw_title">Enable backlight</string>
<!-- ANBI -->
<string name="anbi_title">Accidental touch</string>
<string name="anbi_summary">Prevent interaction with navigation buttons while the screen is being touched</string>
<!-- Wakeup options -->
<string name="wakeup_when_plugged_unplugged_title">Wake up on charge</string>
<string name="wakeup_when_plugged_unplugged_summary">Wake up device if charger is plugged/unplugged</string>
<!-- Double Tap -->
<string name="double_tap_category_title">Double tap gestures</string>
<!-- Double Tap Lockscreen to Sleep -->
<string name="double_tap_to_sleep_lockscreen_title">Lockscreen</string>
<string name="double_tap_to_sleep_lockscreen_summary">Double tap on lock screen to put the device to sleep</string>
<!-- Double Tap Statusbar to Sleep -->
<string name="double_tap_to_sleep_statusbar_title">Statusbar</string>
<string name="double_tap_to_sleep_statusbar_summary">Double tap on statusbar to put the device to sleep</string>
<!-- Volume dialog timeout -->
<string name="volume_dialog_timeout_title">Volume dialog timeout</string>
<!-- Three-fingers-swipe to screenshot -->
<string name="three_finger_gesture">Swipe to screenshot</string>
<string name="three_finger_gesture_summary">Swipe down with three fingers to take a screenshot</string>
<!-- Screenshot -->
<string name="screenshot_type_title">Screenshot type</string>
<string name="screenshot_type_fullscreen">Take fullscreen screenshots</string>
<string name="screenshot_type_partial">Drag selection on the area you want to take as a screenshot</string>
<!-- Screen state service -->
<string name="battery_saving">Battery saving</string>
<string name="screen_state_toggles_title">Suspend actions</string>
<string name="screen_state_toggles_summary">Control how the device network and gps should behave when the screen is on/off</string>
<string name="screen_state_toggles_enable_title">Enable</string>
<string name="screen_state_toggles_enable_summary">Actions executed when the screen is turned off</string>
<string name="screen_state_toggles_mobile_title">Mobile Network</string>
<string name="screen_state_toggles_location_title">Location</string>
<string name="screen_state_toggles_twog">Switch to 2G</string>
<string name="screen_state_toggles_twog_summary">Network mode will be switched to 2G on screen off</string>
<string name="screen_state_toggles_threeg">Switch to 3G</string>
<string name="screen_state_toggles_threeg_summary">Network mode will be switched to 3G on screen off</string>
<string name="screen_state_toggles_gps">Disable GPS</string>
<string name="screen_state_toggles_gps_summary">GPS based location service will be disabled on screen off</string>
<string name="screen_state_toggles_mobile_data">Disable mobile data</string>
<string name="screen_state_toggles_mobile_data_summary">Mobile data will be disabled on screen off</string>
<string name="screen_state_off_delay_title">Screen-off actions delay</string>
<string name="screen_state_on_delay_title">Screen-on actions delay</string>
<!-- Lovkscreen unlock category -->
<string name="lock_screen_unlock_category_title">Lock screen unlocking</string>
<!-- Fingerprint unlock -->
<string name="fp_unlock_keystore_title">Force FP authentication</string>
<string name="fp_unlock_keystore_summary">Unlock device with fingerprint after reboot or lockdown</string>
<string name="fp_encrypt_warning">Unlock device with fingerprint after reboot without PIN/Password/Pattern\nNote: You are encrypted so you can\'t use this feature.</string>
<!-- Notification count -->
<string name="status_bar_notif_count_title">Show notifications count</string>
<string name="status_bar_notif_count_summary">Display the number of pending notifications</string>
<!-- Force expanded notifications -->
<string name="force_expanded_notifications_title">Force expand notifications</string>
<string name="force_expanded_notifications_summary">Always keep notifications expanded. Warning! This feature has known to cause some performance regression in notification panel. Use at your own risk</string>
<!-- Smart replies -->
<string name="hide_smart_replies_title">Hide smart replies</string>
<string name="hide_smart_replies_summary">Hide smart replies to save screen space with peeking notifications</string>
<!-- Dev options category -->
<string name="advance_category_title">Advance settings</string>
<!-- Wakelock blocker -->
<string name="wakelock_blocker_title">Wakelock Blocker</string>
<string name="wakelock_blocker_summary">Block system wakelocks</string>
<string name="wakelock_blocker_save">Save</string>
<string name="wakelock_list_header">Available wakelocks</string>
<string name="wakelock_blocker_reload">Reload</string>
<string name="wakelock_blocker_warning_title">Proceed with caution</string>
<string name="wakelock_blocker_warning">Blocking wakelocks have the potential to cause instability, crashes or data loss</string>
<!-- Alarm blocker -->
<string name="alarm_blocker">Alarm blocker</string>
<string name="alarm_blocker_title">Enable</string>
<string name="alarm_blocker_summary">Block alarms while screen off</string>
<string name="alarm_blocker_save">Save</string>
<string name="alarm_list_header">Available alarms</string>
<string name="alarm_blocker_reload">Reload</string>
<string name="alarm_blocker_warning_title">Proceed with caution</string>
<string name="alarm_blocker_warning">Blocking alarms have the potential to cause instability, crashes or data loss.</string>
<!-- Heads up -->
<string name="heads_up_notifications">Heads up</string>
<string name="heads_up_notifications_summary">Customise heads up notifications</string>
<string name="summary_heads_up_enabled">Pop-up notifications are enabled</string>
<string name="summary_heads_up_disabled">Pop-up notifications are disabled</string> <string name="add_heads_up_package">Add app</string>
<string name="add_heads_up_stoplist_summary">Disable heads up notifications in these applications</string>
<string name="add_heads_up_blacklist_summary">Disable heads up from these applications</string>
<string name="heads_up_stoplist_title">Stoplist</string>
<string name="heads_up_blacklist_title">Blacklist</string>
<string name="profile_choose_app">Choose app</string>
<string name="dialog_delete_title">Delete</string>
<string name="dialog_delete_message">Remove selected item?</string>
<!-- Fingerprint authentication vibration -->
<string name="fprint_success_vib_title">Fingerprint authentication vibration</string>
<string name="fprint_success_vib_summary">Vibrate on successful fingerprint authentication</string>
<string name="fprint_error_vib_title">Fingerprint error vibration</string>
<string name="fprint_error_vib_summary">Vibrate on error fingerprint authentication</string>
<!-- Statusbar icons category -->
<string name="statusbar_icons_category_title">Status bar icons</string>
<!-- Show LTE/4G switch -->
<string name="show_fourg_title">Show 4G instead of LTE</string>
<string name="show_fourg_summary">Replaces LTE statusbar indicators with 4G</string>
<!-- Settings dashboard icon style -->
<string name="theming_settings_dashboard_icons_title">Settings dashboard icons</string>
<string name="theming_settings_dashboard_icons_default">Default background / Transparent foreground</string>
<string name="theming_settings_dashboard_icons_white">Default background / White foreground</string>
<string name="theming_settings_dashboard_icons_accent">Accent background / Transparent foreground</string>
<string name="theming_settings_dashboard_icons_plain">Transparent background / Plain foreground</string>
<string name="theming_settings_dashboard_icons_plain_accent">Transparent background / Accent foreground</string>
<string name="theming_settings_dashboard_icons_summary">Change the look of Settings Dashboard icons</string>
<!-- QS tile styles -->
<string name="qs_tile_style_title">QS tile style</string>
<string name="qstile_default">Default</string>
<string name="qstile_circle_trim">Circle with trim</string>
<string name="qstile_dual_tone_circle">Dual-toned circle</string>
<string name="qstile_squircle_trim">Squircle with trim</string>
<string name="qstile_wavey">Wavey</string>
<string name="qstile_pokesign">Pokesign</string>
<string name="qstile_ninja">Ninja</string>
<string name="qstile_dottedcircle">Dotted Circle</string>
<string name="qstile_attemptmountain">An attempt of a mountain</string>
<string name="qstile_squaremedo">The Squaremedo</string>
<string name="qstile_inkdrop">Ink</string>
<string name="qstile_cookie">Cookie</string>
<string name="qstile_circleoutline">Circle Outline</string>
<string name="qstile_cosmos">Shishu Cosmos</string>
<string name="qstile_divided">Divided Circle</string>
<string name="qstile_neonlike">Neon Light</string>
<string name="qstile_oos">Oxygen</string>
<string name="qstile_triangles">Triangle</string>
<!-- Sensor block per-package -->
<string name="sensor_block_title">Sensor block per-package</string>
<string name="sensor_block_summary">Block access to certain sensors for some apps to save battery</string>
<string name="sensor_block_app_picker_title">Block sensors for these apps</string>
<string name="add_sensor_block_package_title">Add apps for Sensor block</string>
<string name="add_sensor_block_package_summary">Significant motion, accelerometer, linear acceleration sensors will be blocked for these apps</string>
<!-- Radio Info -->
<string name="radio_info_title">Radio info</string>
<!-- QS tiles title -->
<string name="qs_tile_title_visibility_title">Show QS tiles title</string>
<!-- Incall vibrate options -->
<string name="incall_vibration_category">In-call vibration options</string>
<string name="incall_vibrate_connect_title">Vibrate on connect</string>
<string name="incall_vibrate_call_wait_title">Vibrate on call waiting</string>
<string name="incall_vibrate_disconnect_title">Vibrate on disconnect</string>
<!-- Headset ringtone audio focus -->
<string name="ringtone_focus_mode_title">Where to play ringtones from</string>
<string name="ringtone_focus_mode_dynamic">From headset if connected and playing music</string>
<string name="ringtone_focus_mode_stock">"From speakerphone (AOSP default)"</string>
<!-- Media art -->
<string name="lockscreen_media_category">Lock screen media</string>
<string name="media_art_title">Media cover art</string>
<string name="media_art_summary">Enable media cover art on the lockscreen</string>
<!-- Power menu on lockscreen -->
<string name="power_menu_hide_on_secure_title">Hide on lockscreen</string>
<string name="power_menu_hide_on_secure_summary">Hides the global actions menu on secure lockscreen</string>
<!-- Lockscreen album art filter -->
<string name="lockscreen_albumart_filter_title">Media cover art filter</string>
<string name="lockscreen_albumart_filter_none">None</string>
<string name="lockscreen_albumart_filter_grayscale">Grayscale</string>
<string name="lockscreen_albumart_filter_tint">Accent tinted</string>
<string name="lockscreen_albumart_filter_blur">Blur</string>
<string name="lockscreen_albumart_filter_grayblur">Grayscale and blurred</string>
<!-- Lock screen media blur -->
<string name="lockscreen_media_blur_title">Media artwork blur level</string>
<!-- Charging animation -->
<string name="lockscreen_charging_animation_title">Charging animation</string>
<string name="lockscreen_charging_animation_flash">Flash</string>
<string name="lockscreen_charging_animation_battery">Battery</string>
<string name="lockscreen_charging_animation_drop">Drop</string>
<string name="lockscreen_charging_animation_explosion">Explosion</string>
<string name="lockscreen_charging_animation_water">Water</string>
<!-- Navigation bar category -->
<string name="nav_bar_category_title">Navigation bar</string>
<!-- Navbar options -->
<string name="navbar_invert_layout_title">Invert layout</string>
<string name="navbar_layout_title">Layout</string>
<string name="navbar_layout_normal">Normal</string>
<string name="navbar_layout_compact">Compact</string>
<string name="navbar_layout_leftleaning">Left-leaning</string>
<string name="navbar_layout_rightleaning">Right-leaning</string>
<!-- Charging animation -->
<string name="charging_animation_title">Charging animation</string>
<string name="charging_animation_summary">Display an animation when the device is plugged in</string>
<!-- Volume swap buttons -->
<string name="swap_volume_buttons_title">Reorient</string>
<string name="swap_volume_buttons_summary">Swap volume buttons when the screen is rotated</string>
<!-- Roaming indicator icon -->
<string name="roaming_indicator_icon_title">Roaming indicator</string>
<string name="roaming_indicator_icon_summary">Display roaming indicator in signal icon when in roaming mode</string>
<!-- Brightness control -->
<string name="status_bar_toggle_brightness">Brightness control</string>
<string name="status_bar_toggle_brightness_summary">Adjust brightness by sliding across the status bar</string>
<!--Less boring heads up -->
<string name="less_boring_heads_up_title">Less boring heads up</string>
<string name="less_boring_heads_up_summary">Quickly disable heads up for all apps but keep them enabled for dialer and messaging apps</string>
<!-- Notification guts kill app button -->
<string name="notification_guts_kill_app_button_title">Kill app button</string>
<string name="notification_guts_kill_app_button_summary">Show a kill app button in the notification\'s longpress menu</string>
<!-- Long press power for torch -->
<string name="power_button_torch_title">Quick torch</string>
<string name="power_button_torch_summary">When the screen is off, long-pressing power button will enable torch</string>
<string name="torch_long_press_power_gesture_title">Screen off power button torch</string>
<string name="torch_long_press_power_gesture_desc">Long press power button while the screen is off to turn on the flashlight</string>
<string name="torch_long_press_power_timeout_title">Automatically turn torch off</string>
<string name="torch_long_press_power_timeout_never">Never</string>
<string name="torch_long_press_power_timeout_1min">1 minute</string>
<string name="torch_long_press_power_timeout_2min">2 minutes</string>
<string name="torch_long_press_power_timeout_5min">5 minutes</string>
<string name="torch_long_press_power_timeout_10min">10 minutes</string>
<!-- Volume panel on left switch -->
<string name="volume_panel_on_left_title">Volume panel on left</string>
<string name="volume_panel_on_left_summary">Change volume panel from right side to left side</string>
<!-- FOD icon picker -->
<string name="fod_icon_picker_title">FOD icon picker</string>
<string name="fod_icon_picker_summary">Choose your favorite fingerprint icon</string>
<string name="fod_icon_picker_footer">In order to add your own icon, select the top left icon and use the OnePlus 6T FP Customizer app to select the icon you want.</string>
<!-- FOD animations -->
<string name="fod_recog_animation">Fingerprint animation</string>
<string name="fod_recog_animation_summary">Shows an animation while reading your finger</string>
<string name="fod_recog_animation_effect_title">Select fingerprint animation effect</string>
<string name="fod_recog_animation_miui_normal">MIUI default</string>
<string name="fod_recog_animation_miui_aod">MIUI AOD</string>
<string name="fod_recog_animation_miui_aurora">Aurora (K30 Pro)</string>
<string name="fod_recog_animation_miui_aurora_cas">Aurora (Mi 10 Ultra)</string>
<string name="fod_recog_animation_miui_light">Light</string>
<string name="fod_recog_animation_miui_pop">Pop</string>
<string name="fod_recog_animation_miui_pulse">Pulse</string>
<string name="fod_recog_animation_miui_pulse_white">Pulse (White)</string>
<string name="fod_recog_animation_miui_rhythm">Rhythm</string>
<string name="fod_recog_animation_miui_star_cas">Starlight</string>
<string name="fod_recog_animation_op_cosmos">Cosmos</string>
<string name="fod_recog_animation_op_energy">Energy</string>
<string name="fod_recog_animation_op_mclaren">McLaren</string>
<string name="fod_recog_animation_op_ripple">Ripple</string>
<string name="fod_recog_animation_op_stripe">Stripe</string>
<string name="fod_recog_animation_op_wave">Wave</string>
<string name="fod_recog_animation_pureview_dna">DNA</string>
<string name="fod_recog_animation_pureview_future">Future</string>
<string name="fod_recog_animation_pureview_halo_ring">Halo ring</string>
<string name="fod_recog_animation_pureview_molecular">Molecular</string>
<string name="fod_recog_animation_rog_fusion">Fusion</string>
<string name="fod_recog_animation_rog_pulsar">Pulsar</string>
<string name="fod_recog_animation_rog_supernova">Supernova</string>
<!-- FOD pressed color -->
<string name="fod_pressed_color_title">Fingerprint pressed color</string>
<string name="fod_pressed_color_footer">Icons/colors may vary depending on which device you are using.</string>
<string name="fod_pressed_color_white">White</string>
<string name="fod_pressed_color_cyan">Cyan</string>
<string name="fod_pressed_color_green">Green</string>
<string name="fod_pressed_color_yellow">Yellow</string>
<!-- Nightlight Fod -->
<string name="fod_night_light_title">Disable night light when showing FOD</string>
<string name="fod_night_light_summary">Disable night light on lockscreen if FOD is active. Disabling this option might affect your fingerprint accuracy with night light on.</string>
<!-- Battery Styles -->
<string name="battery_percent_title">Battery indicator</string>
<string name="battery_percent_summary">Configure icon and text styles for the statusbar battery indicator</string>
<string name="status_bar_battery_style_title">Battery style</string>
<string name="status_bar_battery_style_icon_portrait">Icon portrait</string>
<string name="status_bar_battery_style_circle">Circle</string>
<string name="status_bar_battery_style_dotted_circle">Dotted circle</string>
<string name="status_bar_battery_style_filled_circle">Filled circle</string>
<string name="status_bar_battery_style_text">Text</string>
<string name="status_bar_battery_style_hidden">Hidden</string>
<!-- Battery percentage -->
<string name="battery_percentage_title">Battery percentage</string>
<string name="battery_percentage_default">Hidden (default)</string>
<string name="battery_percentage_text_inside">Inside the icon</string>
<string name="battery_percentage_text_next">Next to the icon</string>
<string name="battery_text_charging_title">Battery percentage when charging</string>
<string name="battery_text_charging_summary">Always display battery percentage when charging</string>
<!-- QS Panel category -->
<string name="qs_panel_category_title">QS Panel</string>
<!-- Battery estimate -->
<string name="battery_estimate_title">Battery estimate</string>
<string name="battery_estimate_summary">Display estimated remaining battery life when available</string>
<!-- Statusbar net monitor -->
<string name="traffic_title">Traffic indicators</string>
<string name="traffic_summary">Show current network traffic levels in the status bar</string>
<string name="network_traffic_state_title">Network traffic</string>
<string name="network_traffic_state_summary">Show net activity in statusbar</string>
<string name="network_traffic">Network traffic</string>
<string name="network_traffic_location">Traffic indicator placement</string>
<string name="traffic_disabled">Disabled</string>
<string name="traffic_statusbar">Statusbar</string>
<string name="traffic_expanded_statusbar">Expanded header</string>
<string name="network_traffic_autohide_threshold_title">Net activity autohide threshold (KB/s)</string>
<string name="network_traffic_arrow">Hide arrows</string>
<string name="network_traffic_arrow_summary">Hide the network traffic indicator arrows</string>
<string name="network_traffic_type">Select net activity type</string>
<string name="show_network_traffic_combined">Combined (Upload + Download)</string>
<string name="show_network_traffic_dynamic">Dynamic</string>
<string name="show_network_traffic_up">Upload</string>
<string name="show_network_traffic_down">Download</string>
<string name="show_network_traffic_all">Both</string>
<string name="network_traffic_layout">Activity layout</string>
<string name="network_traffic_layout_h">Horizontal</string>
<string name="network_traffic_layout_v">Vertical</string>
<string name="nettraf_font_size">Single net font size</string>
<!-- Navbar Animation -->
<string name="pixel_navbar_anim_title">Pixel animation</string>
<string name="pixel_navbar_anim_summary">Toggle home button animation</string>
<!-- Theme Reset Option -->
<string name="theme_option_reset_title">Reset</string>
<string name="theme_option_reset_message">Are you sure you want to reset?</string>
<!-- QS Header DataUsage -->
<string name="qs_datausage_title">Data usage visibility</string>
<string name="qs_datausage_disabled">Disabled</string>
<string name="qs_datausage_daily">Daily usage</string>
<string name="qs_datausage_monthly">Monthly usage</string>
<!-- Quick Settings brightness category -->
<string name="qs_brightness_category_title">Brightness</string>
<!-- Quick Settings brightness slider -->
<string name="qs_show_brightness_slider_expanded_title">Expanded QS brightness slider</string>
<string name="qs_show_brightness_slider_expanded_summary">Show brightness slider when expanded</string>
<string name="qs_show_auto_brightness_title">Autobrightness icon</string>
<string name="qs_show_auto_brightness_summary">Show toggle for adaptive brightness near the slider</string>
<string name="qs_brightness_position_bottom_title">Brightness slider at bottom (Expanded QS)</string>
<string name="qs_brightness_position_bottom_summary">Show the brightness slider on bottom of expanded quick settings</string>
<!-- QQS brightness slider -->
<string name="qqs_brightness_slider_title">Quick QS brightness slider</string>
<string name="qs_brightness_slider_hide">Hide</string>
<string name="qs_brightness_slider_bottom">Bottom</string>
<string name="qs_brightness_slider_top">Top</string>
<!-- X Ambient Doze -->
<string name="doze_sensor_title">Sensor based</string>
<string name="tilt_title">Tilt</string>
<string name="tilt_summary">Pulse notifications on tilt</string>
<string name="pickup_title">Pick up</string>
<string name="pickup_summary">Pulse notifications on pick up</string>
<string name="handwave_title">Hand wave</string>
<string name="handwave_summary">Pulse notifications on hand wave</string>
<string name="pocket_title">Pocket</string>
<string name="pocket_summary">Pulse notifications on removal from pocket</string>
<string name="doze_vibrate">Vibrate</string>
<string name="doze_vibrate_summary">Duration to vibrate when pulsing notifications</string>
<string name="sensor_warning_title">Caution</string>
<string name="sensor_warning_message">Settings based on sensors are subject to hardware compatibility. Enabling sensors for ambient display may increase power drain.</string>
<!-- Units -->
<string name="unit_seconds">seconds</string>
<string name="unit_milliseconds">milliseconds</string>
<string name="unit_pixels">dp</string>
<!-- Lock icon -->
<string name="hide_lockicon_title">Hide lock icon</string>
<string name="hide_lockicon_summary">Hide the lock icon on lockscreen</string>
<!-- Doze on charge -->
<string name="doze_on_charge_title">Always on when charging</string>
<string name="doze_on_charge_summary">Show doze screen all the time when charging</string>
<!-- Ambient edge lighting -->
<string name="pulse_ambient_light_category">Screen edge lighting</string>
<string name="pulse_ambient_light_title">Edge lighting</string>
<string name="pulse_ambient_light_summary">Light up the side edges of the screen on notification pulse</string>
<string name="pulse_ambient_light_color_title">Custom color</string>
<string name="pulse_ambient_light_color_mode_title">Light color</string>
<string name="pulse_ambient_light_color_mode_notification">Automatic (Notification Based)</string>
<string name="pulse_ambient_light_color_mode_wall">Automatic (Wallpaper Based)</string>
<string name="pulse_ambient_light_color_mode_accent">Accent</string>
<string name="pulse_ambient_light_color_mode_custom">Custom</string>
<string name="pulse_ambient_light_duration_title">Light duration</string>
<string name="pulse_ambient_light_repeat_count_title">Light repeat count</string>
<string name="pulse_ambient_light_show_always_title">Show always</string>
<string name="pulse_ambient_light_show_always_summary">Show lights for all doze events and not just notifications</string>
<string name="pulse_ambient_light_repeat_direction_title">Light repeat mode</string>
<string name="pulse_ambient_light_repeat_direction_restart">Restart</string>
<string name="pulse_ambient_light_repeat_direction_reverse">Reverse</string>
<string name="pulse_ambient_light_layout_title">Light view</string>
<string name="pulse_ambient_light_layout_solid">Solid</string>
<string name="pulse_ambient_light_layout_faded">Faded</string>
<string name="ambient_notification_light_enabled_title">Show on AOD</string>
<string name="ambient_notification_light_enabled_summary">Show lights on Always On Display</string>
<string name="ambient_notification_light_hide_aod_title">Hide AOD content</string>
<string name="ambient_notification_light_hide_aod_summary">Hide AOD content when lights are showing</string>
<string name="ambient_notification_light_timeout_title">Timeout</string>
<string name="ambient_notification_light_timeout_forever">Forever</string>
<string name="ambient_notification_light_timeout_half_minute">30 seconds</string>
<string name="ambient_notification_light_timeout_minute">1 minute</string>
<string name="ambient_notification_light_timeout_three_minutes">3 minutes</string>
<string name="ambient_notification_light_timeout_five_minutes">5 minutes</string>
<string name="ambient_notification_light_timeout_ten_minutes">10 minutes</string>
<!-- Colored Statusbar Icons -->
<string name="statusbar_icons_style">Colored statusbar icons</string>
<string name="statusbar_icons_style_summary">Choose the style of your statusbar icons (requires SystemUI restart)</string>
<!-- Supress notifications if screen is on -->
<string name="notification_sound_vib_screen_on_title">Notification sound if active</string>
<string name="notification_sound_vib_screen_on_summary">Play sound and vibration for notifications when screen is on</string>
<!-- Quick QS pulldown -->
<string name="status_bar_quick_qs_pulldown">Quick QS pulldown</string>
<string name="quick_pulldown_none">Disabled</string>
<string name="quick_pulldown_right">Pulldown statusbar from right side</string>
<string name="quick_pulldown_left">Pulldown statusbar from left side</string>
<string name="quick_pulldown_always">Always show quick settings on status bar pull down</string>
<!-- Quick Settings -->
<string name="lockscreen_qs_disabled_title">Disable quick settings when locked</string>
<string name="lockscreen_qs_disabled_summary">Disable expanding quick settings on secure lock screens</string>
<!-- Smart pulldown-->
<string name="smart_pulldown_title">Smart pulldown</string>
<string name="smart_pulldown_summary">Open quick settings when there are %1$s notifications</string>
<string name="smart_pulldown_none_summary">Open quick settings when there are no notifications</string>
<string name="smart_pulldown_off">Off</string>
<string name="smart_pulldown_none">No notifications</string>
<string name="smart_pulldown_dismissable">No dismissable</string>
<string name="smart_pulldown_ongoing">No ongoing</string>
<!-- Battery Bar -->
<string name="battery_bar_title">Battery bar</string>
<string name="battery_bar_summary">Display and customize battery bar near status bar or navigation bar</string>
<string name="battery_bar">Battery bar location</string>
<string name="battery_bar_no_navbar">Battery bar location</string>
<string name="battery_bar_location_hide">Hide</string>
<string name="battery_bar_location_statusbar">Statusbar</string>
<string name="battery_bar_location_top_navbar">Top of navbar</string>
<string name="battery_bar_location_bottom_navbar">Bottom of navbar</string>
<string name="battery_bar_color">Battery bar color</string>
<string name="battery_bar_charging_color">Battery bar charging color</string>
<string name="battery_bar_battery_low_color">Battery bar low battery color</string>
<string name="battery_bar_cat">Battery bar style</string>
<string name="battery_bar_style_title">Battery bar alignment</string>
<string name="battery_bar_thickness_title">Battery bar thickness</string>
<string name="battery_bar_animate_title">Charging animation</string>
<string name="battery_bar_style_regular">Regular</string>
<string name="battery_bar_style_center_mirrored">Center-mirrored</string>
<string name="battery_bar_style_reversed">Reversed</string>
<string name="battery_bar_use_charging_color">Custom charging color</string>
<string name="battery_bar_blend_color_title">Blend colors</string>
<string name="battery_bar_blend_color_summary">Blend full/empty colors corresponding to battery percentage</string>
<string name="battery_bar_blend_color_reverse_title">Reverse color direction</string>
<string name="battery_bar_blend_color_reverse_summary_off">Full → empty: red ← green ← blue ← red</string>
<string name="battery_bar_blend_color_reverse_summary_on">Full → empty: red → green → blue → red</string>
<!-- Notification headers -->
<string name="notification_headers_title">Notification headers</string>
<string name="notification_headers_summary">Show headers in the notification shade</string>
<!-- QS Footer Text -->
<string name="qs_footer_text_title">QS footer text</string>
<string name="qs_footer_text_summary">Display text at bottom of QS panel</string>
<string name="qs_footer_text_string_title">Customize footer text</string>
<string name="qs_footer_text_string_summary">Set to empty for default</string>
<!-- Launch music player when headset is connected -->
<string name="headset_connect_player_title">Launch music app on headset connection</string>
<string name="headset_connect_player_summary">Launch the default music app when headset is connected</string>
<!-- Gaming mode -->
<string name="gaming_mode_title">Gaming Mode</string>
<string name="gaming_mode_summary">Customize gaming mode preferences</string>
<string name="gaming_mode_enable_title">Enable Gaming Mode</string>
<string name="gaming_mode_enable_summary">Master switch for Gaming Mode</string>
<string name="gaming_mode_app_picker_title">Automatically turn on for these apps</string>
<string name="add_gaming_mode_package_title">Add apps for Gaming mode</string>
<string name="add_gaming_mode_package_summary">Gaming mode will turn on automatically when these apps are opened and turn off when they are closed</string>
<string name="gaming_mode_headsup_title">Heads-up Notifications</string>
<string name="gaming_mode_headsup_allow">Allow all headsup notifications</string>
<string name="gaming_mode_headsup_dnc">Block all headsup notifications except calls & alarms</string>
<string name="gaming_mode_headsup_clock">Block all headsup notifications except alarms</string>
<string name="gaming_mode_headsup_dialer">Block all headsup notifications except calls</string>
<string name="gaming_mode_headsup_stop">Block all headsup notifications</string>
<string name="gaming_mode_hardware_keys_title">Lock buttons</string>
<string name="gaming_mode_hardware_keys_summary">Disable hardware buttons when Gaming mode is turned on</string>
<string name="gaming_mode_brightness_title">Disable automatic brightness</string>
<string name="gaming_mode_brightness_summary">Lock screen brightness when Gaming mode is turned on</string>
<string name="gaming_mode_ringer_title">Ringer in gaming mode</string>
<string name="gaming_mode_ringer_off_title">Do not change</string>
<string name="gaming_mode_ringer_vibrate_title">Vibrate</string>
<string name="gaming_mode_ringer_dnd_title">Do Not Disturb</string>
<string name="gaming_mode_ringer_silent_title">Silent</string>
<string name="gaming_mode_notifications_title">Gaming mode indication</string>
<string name="gaming_mode_notifications_off_title">Disabled</string>
<string name="gaming_mode_notifications_notif_title">Show notification</string>
<string name="gaming_mode_notifications_toast_title">Show toasts</string>
<string name="gaming_mode_notifications_all_title">Show toasts and notification</string>
<string name="gaming_mode_dynamic_title">Dynamic mode</string>
<string name="gaming_mode_dynamic_summary">Try detecting and adding gaming apps automatically</string>
<!-- Custom header -->
<string name="custom_header_browse_summary">Click on any image to use for static mode</string>
<string name="custom_header_browse_summary_new">Browse all available header collections</string>
<string name="custom_header_browse_title">Browse installed headers</string>
<string name="custom_header_pick_summary">Select an image to use for static mode</string>
<string name="custom_header_pick_title">Select header image</string>
<string name="custom_header_provider_title">Header provider</string>
<string name="custom_header_summary">Display image at top of the notification panel</string>
<string name="custom_header_title">Custom header</string>
<string name="daylight_header_pack_title">Header image collection</string>
<string name="daylight_header_provider" translatable="false">daylight</string>
<string name="daylight_header_provider_title">Image collection</string>
<string name="file_header_provider" translatable="false">file</string>
<string name="file_header_provider_title">Custom image</string>
<string name="file_header_select_summary">Select custom image</string>
<string name="file_header_select_title">Select image</string>
<string name="header_provider_disabled">Disabled</string>
<string name="static_header_provider" translatable="false">static</string>
<string name="static_header_provider_title">Static image</string>
<string name="status_bar_custom_header_shadow_summary">For better visibility on bright images</string>
<string name="status_bar_custom_header_shadow_title">Header image shadow</string>
<string name="unit_percent">\u0025</string>
<!-- Notification Vibration -->
<string name="vibrate_on_notifications_title">Vibrate for notifications</string>
<string name="vibrate_on_notifications_summary">Vibrate when receive notification</string>
<!-- Rounded corners -->
<string name="corners_category_title">Cutout & rounded corners</string>
<string name="corners_category_summary">Adjust rounded corners and padding</string>
<string name="corners_title">Customize rounded corners</string>
<string name="corner_radius">Rounded corner radius</string>
<string name="content_padding">Corner content padding</string>
<string name="corner_fwvals">Use framework values</string>
<string name="corner_fwvals_summary">Useful if the device actually has rounded corners</string>
<!-- Display cutout options -->
<string name="cutout_main">Display cutout</string>
<string name="cutout_main_summary">They really cut corners with this one</string>
<string name="display_cutout_style_title">Cutout style</string>
<string name="display_cutout_style_normal">Normal</string>
<string name="display_cutout_style_immerse">Immerse</string>
<string name="display_cutout_style_hide">Hide</string>
<string name="stock_statusbar_in_hide">Stock statusbar height</string>
<string name="stock_statusbar_in_hide_summary">Use default statusbar height in Hide</string>
<!-- Lockscreen blur -->
<string name="lockscreen_blur_title">Background blur</string>
<!-- Pulse -->
<string name="pulse_help_policy_notice_summary">Pulse is a brilliant audio graphic equalizer when music plays on the device</string>
<string name="pulse_settings">Pulse</string>
<string name="pulse_settings_summary">Audio graphic equalizer for navigation bar and lockscreen</string>
<string name="show_navbar_pulse_title">Navbar Pulse</string>
<string name="show_navbar_pulse_summary">Audio graphic equalizer on the navigation bar</string>
<string name="show_lockscreen_pulse_title">Lockscreen Pulse</string>
<string name="show_lockscreen_pulse_summary">Audio graphic equalizer on the lockscreen</string>
<string name="show_ambient_pulse_title">Ambient Pulse</string>
<string name="show_ambient_pulse_summary">Audio graphic equalizer on the ambient screen</string>
<string name="pulse_render_mode_title">Render mode</string>
<string name="pulse_render_mode_fading_bars">Fading blocks</string>
<string name="pulse_render_mode_solid_lines">Solid lines</string>
<string name="pulse_color">Color</string>
<string name="pulse_color_mode">Color mode</string>
<string name="pulse_color_accent">Accent</string>
<string name="pulse_color_custom">Custom</string>
<string name="pulse_color_lava_lamp">Lava lamp</string>
<string name="pulse_color_auto">Album art</string>
<string name="pulse_color_chooser">Choose color</string>
<string name="smoothing_enabled_title">Turn on smoothing</string>
<string name="smoothing_enabled_summary">Each bar is animated more smoothly</string>
<string name="pulse_advanced_category">Advanced</string>
<string name="pulse_legacy_mode_advanced_category">Fading blocks mode settings</string>
<string name="pulse_custom_fudge_factor">Sanity level</string>
<string name="lavamp_speed_title">Lava lamp speed</string>
<string name="pulse_solid_units_count">Solid lines count</string>
<string name="pulse_solid_units_opacity">Solid lines opacity</string>
<string name="pulse_solid_dimen_category">Solid lines mode settings</string>
<string name="pulse_custom_dimen">Bar width</string>
<string name="pulse_custom_div">Bar spacing</string>
<string name="pulse_filled_block_size">Block size</string>
<string name="pulse_empty_block_size">Block spacing</string>
<string name="pulse_solid_units_rounded_title">Solid lines rounded</string>
<string name="pulse_solid_units_rounded_summary">Round the solid lines</string>
<!-- QS panel background opacity -->
<string name="qs_panel_alpha_title">Panel opacity</string>
<!-- QS panel gradient below status bar -->
<string name="qs_panel_gradient_title">Status bar gradient</string>
<string name="qs_panel_gradient_summary">Show gradient below status bar in QS panel</string>
<!-- QS status bar background opacity -->
<string name="qs_sb_bg_alpha_title">Status bar opacity</string>
<!-- Alert Slider Notifications (OnePlus devices) -->
<string name="alert_slider_notifications_title">Alert slider notifications</string>
<string name="alert_slider_notifications_summary">Display notification when changing alert slider position</string>
<!-- Omni Jaws -->
<string name="weather_title">Lockscreen Weather</string>
<string name="weather_summary">OmniJaws Weather Configs</string>
<string name="weather_config_title">Weather service</string>
<string name="weather_config_summary">System service settings</string>
<string name="header_weather_title">Header view weather</string>
<string name="header_weather_summary">Enable notification panel header weather display</string>
<string name="weather_icon_pack_title">Condition icon pack</string>
<string name="weather_icon_pack_note">Note\u003a you can install new icon packs from play store by searching for \"Chronus icons\"</string>
<string name="weather_icon_pack_info_title">Condition icon pack is used in quick settings and lock screen</string>
<string name="lockscreen_weather_title">Show weather condition</string>
<string name="lockscreen_weather_summary">Show current weather condition and temperature</string>
<!-- LockWeather Switches -->
<string name="lockscreen_weather_show_city_title">Show city name</string>
<string name="lockscreen_weather_show_city_summary">Show name of current city on left of image</string>
<string name="lockscreen_weather_show_temp_title">Show temperature</string>
<string name="lockscreen_weather_show_temp_summary">Show current city temperature on right of image</string>
<!-- Lockscreen weather style -->
<string name="lockscreen_weather_style_title">Weather style</string>
<string name="lockscreen_weather_omni_style_title">Omni style</string>
<string name="lockscreen_weather_pixel_style_title">Pixel style</string>
<string name="lock_screen_weather_style_title">Show weather with Pixel style</string>
<string name="lock_screen_weather_style_summary">Instead of using the big widget, it\'ll show next to the date</string>
<!-- Notification background opacity -->
<string name="notification_alpha_title">Notification background alpha</string>
<!-- Doze Brightness Config -->
<string name="doze_brightness_category">Doze Brightness Config</string>
<string name="doze_brightness_force_title">Force brightness values</string>
<string name="doze_brightness_force_summary">Use custom brightness values instead of screen brightness</string>
<string name="ambient_pulse_brightness_title">Ambient notification brightness</string>
<string name="ambient_pulse_brightness_summary">Set brightness to use when notifcations are shown</string>
<string name="ambient_doze_brightness_title">Ambient display brightness</string>
<string name="ambient_doze_brightness_summary">Set brightness to use during ambient display on</string>
<!-- Power menu background opacity -->
<string name="power_menu_alpha_title">Power menu opacity</string>
<!-- Navbar Visibility-->
<string name="navbar_visibility">Navigation bar</string>
<string name="navbar_summary">Toggle navigation bar on-off</string>
<!-- Customization titles -->
<string name="themes_ui">ColtOS Themes UI</string>
<string name="themes_base">System Customisation for ColtOS</string>
<string name="theme_customization_android_icon_title">StatusBar icons</string>
<string name="theme_customization_settings_icon_title">Settings icons</string>
<string name="theme_customization_systemui_title">Base Theme</string>
<string name="themes_color">Theming</string>
<string name="themes_summary">Theming section</string>
</resources>
| 62.573265 | 565 | 0.764526 |
fdcdc64a4fa9e82bbe6170c32a2a3b1f54286396 | 3,355 | xml | XML | pom.xml | tommywu052/sample.microservicebuilder.session | 55e6e5d59161050270e0f49a9229fbe8c4c2a1b0 | [
"Apache-2.0"
] | null | null | null | pom.xml | tommywu052/sample.microservicebuilder.session | 55e6e5d59161050270e0f49a9229fbe8c4c2a1b0 | [
"Apache-2.0"
] | null | null | null | pom.xml | tommywu052/sample.microservicebuilder.session | 55e6e5d59161050270e0f49a9229fbe8c4c2a1b0 | [
"Apache-2.0"
] | 1 | 2017-07-08T15:05:19.000Z | 2017-07-08T15:05:19.000Z | <?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright 2016 Microprofile.io
~
~ 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 agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->
<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>sample.microservicebuilder</groupId>
<version>1.0.0-SNAPSHOT</version>
<artifactId>microservice-session</artifactId>
<packaging>war</packaging>
<name>Conference :: Session</name>
<repositories>
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
<properties>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>2.6</version>
<configuration>
<failOnMissingWebXml>false</failOnMissingWebXml>
<packagingExcludes>pom.xml</packagingExcludes>
</configuration>
</plugin>
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<configuration>
<images>
<image>
<name>microservice-session</name>
<build>
<dockerFileDir>artifacts</dockerFileDir>
<assembly>
<descriptorRef>artifact</descriptorRef>
</assembly>
</build>
</image>
</images>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>javax</groupId>
<artifactId>javaee-api</artifactId>
<scope>provided</scope>
<version>7.0</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-annotations</artifactId>
<version>2.8.2</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>com.github.wasdev.microprofile-conference</groupId>
<artifactId>demo-bootstrap</artifactId>
<version>1.0.0</version>
</dependency>
<dependency>
<groupId>org.wildfly.swarm</groupId>
<artifactId>microprofile</artifactId>
<scope>provided</scope>
<version>2016.10.0</version>
</dependency>
</dependencies>
</project>
| 32.572816 | 108 | 0.58003 |
1d85cb0bc2832d24b6912a554a837418175cb58d | 4,485 | xacro | XML | XACRO/iris_base.xacro | AeroMIT-ADR/IRIS | 4a648ea8f60c1b7290819a282df258577ecbe584 | [
"MIT"
] | null | null | null | XACRO/iris_base.xacro | AeroMIT-ADR/IRIS | 4a648ea8f60c1b7290819a282df258577ecbe584 | [
"MIT"
] | null | null | null | XACRO/iris_base.xacro | AeroMIT-ADR/IRIS | 4a648ea8f60c1b7290819a282df258577ecbe584 | [
"MIT"
] | null | null | null | <?xml version="1.0"?>
<robot name="iris" xmlns:xacro="http://ros.org/wiki/xacro">
<xacro:include filename="$(find rotors_description)/urdf/component_snippets.xacro" />
<!-- Instantiate iris "mechanics" -->
<xacro:include filename="$(find rotors_description)/urdf/iris.xacro" />
<!-- Instantiate a controller. -->
<xacro:controller_plugin_macro namespace="${namespace}" imu_sub_topic="imu" />
<xacro:if value="$(arg enable_mavlink_interface)">
<!-- Instantiate mavlink telemetry interface. -->
<xacro:default_mavlink_interface namespace="${namespace}" imu_sub_topic="imu" rotor_count="4" />
</xacro:if>
<!-- Mount an ADIS16448 IMU. -->
<xacro:default_imu namespace="${namespace}" parent_link="${namespace}/base_link" />
<xacro:if value="$(arg enable_ground_truth)">
<xacro:ground_truth_imu_and_odometry namespace="${namespace}" parent_link="${namespace}/base_link" />
</xacro:if>
<xacro:if value="$(arg enable_logging)">
<!-- Instantiate a logger -->
<xacro:bag_plugin_macro
namespace="${namespace}"
bag_file="$(arg log_file)"
rotor_velocity_slowdown_sim="${rotor_velocity_slowdown_sim}"
wait_to_record_bag="$(arg wait_to_record_bag)" />
</xacro:if>
<link name ="${namespace}/camera_1/camera_depth_link">
<visual>
<origin xyz="0 0 0" rpy="0 0 0"/>
<geometry>
<mesh filename="package://rotors_description/meshes/kinect_camera_simple.dae" scale="0.65 0.65 0.65"/>
</geometry>
</visual>
<collision>
<origin xyz="0 0 0" rpy="0 0 0"/>
<geometry>
<box size="0.1 0.1 0.002"/>
</geometry>
</collision>
<inertial>
<mass value="0.13"/>
<origin xyz="0 0 0"/>
<inertia ixx="1e-6" ixy="0.0" ixz="0.0"
iyy="1e-6" iyz="0.0"
izz="1e-6" />
</inertial>
</link>
<joint name="${namespace}/camera_1/camera_depth_joint" type="fixed">
<axis xyz="0 1 0"/>
<origin xyz="0.065 0 0.07" rpy="0 0 0"/>
<parent link="${namespace}/base_link"/>
<child link="${namespace}/camera_1/camera_depth_link"/>
</joint>
<joint name="${namespace}/camera_1/camera_optical_joint" type="fixed">
<origin xyz="0 0 0" rpy="-1.5708 0 -1.5708"/>
<parent link="${namespace}/camera_1/camera_depth_link"/>
<child link="${namespace}/camera_1/camera_frame_optical"/>
</joint>
<link name="${namespace}/camera_1/camera_frame_optical"/>
<gazebo reference="${namespace}/camera_1/camera_depth_link">
<sensor type="depth" name="${namespace}_depth_camera"> <!--ray, camera, depth-->
<always_on>true</always_on>
<update_rate>30.0</update_rate> <!--30 frames = frequency !-->
<camera>
<horizontal_fov>2</horizontal_fov>
<image>
<width>640</width>
<height>480</height>
<format>L8</format>
</image>
<clip>
<near>0.01</near>
<far>10</far>
</clip>
</camera>
<plugin name="camera_depth_controller" filename="libgazebo_ros_openni_kinect.so">
<robotNamespace>${namespace}</robotNamespace>
<baseline>0.11</baseline>
<alwaysOn>true</alwaysOn>
<visualize>true</visualize> <!--DATA LINES-->
<updateRate>0.0</updateRate>
<cameraName>camera_1</cameraName>
<imageTopicName>depth/image_raw</imageTopicName>
<cameraInfoTopicName>depth/camera_info</cameraInfoTopicName>
<depthImageTopicName>/depth/parity</depthImageTopicName>
<depthImageInfoTopicName>/depth/camera_info</depthImageInfoTopicName>
<pointCloudTopicName>/depth/points</pointCloudTopicName>
<frameName>camera_1/camera_frame_optical</frameName> <!-- Format = camera name/ any link -->
<pointCloudCutoff>0.5</pointCloudCutoff>
<pointCloudCutoffMax>10</pointCloudCutoffMax>
<hackBaseline>0.0</hackBaseline>
<distortionK1>0.0</distortionK1>
<distortionK2>0.0</distortionK2>
<distortionK3>0.0</distortionK3>
<distortionT1>0.0</distortionT1>
<distortionT2>0.0</distortionT2>
<CxPrime>0</CxPrime>
<Cx>0</Cx>
<Cy>0</Cy>
<focalLength>0</focalLength>
</plugin>
</sensor>
</gazebo>
</robot>
| 39.690265 | 137 | 0.601115 |
582be1b6549a3b0b5e7fc05bf02381cf82f31580 | 1,874 | xml | XML | VOCdevkit/VOC2007/Annotations/北实辑.xml | lijialinneu/keras-yolo3-master | 9624e4241866483e2ab234b07ec141ccc1270b7f | [
"MIT"
] | 28 | 2018-11-22T11:58:40.000Z | 2021-11-18T06:25:33.000Z | VOCdevkit/VOC2007/Annotations/北实辑.xml | lijialinneu/keras-yolo3-master | 9624e4241866483e2ab234b07ec141ccc1270b7f | [
"MIT"
] | 2 | 2019-01-07T09:19:07.000Z | 2019-08-04T13:06:24.000Z | VOCdevkit/VOC2007/Annotations/北实辑.xml | lijialinneu/keras-yolo3-master | 9624e4241866483e2ab234b07ec141ccc1270b7f | [
"MIT"
] | 9 | 2019-01-04T02:22:00.000Z | 2020-02-08T01:42:14.000Z | <annotation verified="no">
<folder>dd</folder>
<filename>北实辑</filename>
<path>D:\project\LabelImgv1.3.3\windows_v1.3.3\dd\北实辑.jpg</path>
<source>
<database>Unknown</database>
</source>
<size>
<width>280</width>
<height>85</height>
<depth>3</depth>
</size>
<segmented>0</segmented>
<object>
<name>chinese</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>10</xmin>
<ymin>39</ymin>
<xmax>44</xmax>
<ymax>62</ymax>
</bndbox>
</object>
<object>
<name>chinese</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>36</xmin>
<ymin>8</ymin>
<xmax>71</xmax>
<ymax>37</ymax>
</bndbox>
</object>
<object>
<name>chinese</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>75</xmin>
<ymin>51</ymin>
<xmax>103</xmax>
<ymax>76</ymax>
</bndbox>
</object>
<object>
<name>chinese</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>75</xmin>
<ymin>17</ymin>
<xmax>110</xmax>
<ymax>39</ymax>
</bndbox>
</object>
<object>
<name>chinese</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>145</xmin>
<ymin>28</ymin>
<xmax>170</xmax>
<ymax>44</ymax>
</bndbox>
</object>
<object>
<name>chinese</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>188</xmin>
<ymin>58</ymin>
<xmax>217</xmax>
<ymax>83</ymax>
</bndbox>
</object>
</annotation>
| 21.54023 | 87 | 0.563501 |
63f74ae1e276c5f367009883a7b561a1898f646a | 3,638 | xsd | XML | ms-office/xsd/xlsx-modify.xsd | eriksiegel/xtpxlib | 7b047e6187b59d8a0deafe0228fd7334acfd7571 | [
"MIT"
] | 4 | 2017-02-14T11:21:11.000Z | 2019-06-09T12:00:26.000Z | ms-office/xsd/xlsx-modify.xsd | xatapult/xtpxlib | 7b047e6187b59d8a0deafe0228fd7334acfd7571 | [
"MIT"
] | null | null | null | ms-office/xsd/xlsx-modify.xsd | xatapult/xtpxlib | 7b047e6187b59d8a0deafe0228fd7334acfd7571 | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://www.xtpxlib.nl/ns/ms-office"
xmlns:xtlxo="http://www.xtpxlib.nl/ns/ms-office">
<xs:annotation>
<xs:documentation>Schema for the modification spefication of Excel (`.xlsx`) files. Format used by the `[xtlxo:modify-xlsx](%excel.mod.xpl-xtlxo_modify-xlsx)` pipeline.</xs:documentation>
</xs:annotation>
<xs:element name="xlsx-modifications">
<xs:annotation>
<xs:documentation>Root element of the Excel modifications specification.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="worksheet">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="row">
<xs:annotation>
<xs:documentation>Definition of the row for the value insertion. Either @name or @index must defined.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="column">
<xs:annotation>
<xs:documentation>Definition of the column for the value insertion. Either @name or @index must defined.</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:choice>
<xs:element name="string" type="xs:string"/>
<xs:element name="number" type="xs:double"/>
<xs:element name="date" type="xs:date"/>
</xs:choice>
<xs:attributeGroup ref="xtlxo:ag-sheet-coordinate"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attributeGroup ref="xtlxo:ag-sheet-coordinate"/>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:attribute name="name" type="xs:string" use="required">
<xs:annotation>
<xs:documentation>Name of the worksheet (as displayed on the Excel tab).
</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:complexType>
</xs:element>
</xs:sequence>
<xs:anyAttribute namespace="##any" processContents="skip">
<xs:annotation>
<xs:documentation>Additional information may be present.</xs:documentation>
</xs:annotation>
</xs:anyAttribute>
</xs:complexType>
</xs:element>
<xs:attributeGroup name="ag-sheet-coordinate">
<xs:annotation>
<xs:documentation>A row or column coordinate on a worksheet.</xs:documentation>
</xs:annotation>
<xs:attribute name="index" type="xs:positiveInteger">
<xs:annotation>
<xs:documentation>The row or column index (starting with 1). Has precedence over @name.
</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="name" type="xs:string">
<xs:annotation>
<xs:documentation>An Excel name defined on this worksheet. The row or column of the left-upper cell is used. </xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="offset" type="xs:integer">
<xs:annotation>
<xs:documentation>The offset when @name is used. Ignored otherwise.</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup>
</xs:schema>
| 46.641026 | 191 | 0.590434 |
2e02e3650d9df67b6724bbbabb53a3d24f8d58c2 | 3,059 | xml | XML | emoji-keyboard/src/main/res/drawable-anydpi/emojione_emoji_1f94a.xml | flide/Pictograph-Keyboard | a3437b1aa9d0964d2633028dd4e56003cc5e3651 | [
"Apache-2.0"
] | 13 | 2017-02-22T10:26:50.000Z | 2021-09-05T18:53:14.000Z | emoji-keyboard/src/main/res/drawable-anydpi/emojione_emoji_1f94a.xml | samiurprapon/PictographKeyboard_demo | 473cffc1f9b07bc7cb4c792d8e8221083568a557 | [
"Apache-2.0"
] | 4 | 2017-02-04T17:53:20.000Z | 2022-02-27T16:03:08.000Z | emoji-keyboard/src/main/res/drawable-anydpi/emojione_emoji_1f94a.xml | samiurprapon/PictographKeyboard_demo | 473cffc1f9b07bc7cb4c792d8e8221083568a557 | [
"Apache-2.0"
] | 5 | 2018-08-20T15:49:00.000Z | 2020-11-16T17:04:48.000Z | <?xml version="1.0" encoding="utf-8"?>
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:viewportWidth="64"
android:viewportHeight="64"
android:width="64dp"
android:height="64dp">
<path
android:pathData="M15.6 59c0 0 7.3 -3.8 14.9 -2.3 7.1 1.4 7.3 -3 11.1 -3 3.8 0 3.2 -3.4 6.1 -3.2 0 0 1.3 0.1 1.3 1.4 0 0 -2.4 0.1 -3.4 2 -1 1.9 -6.6 1.7 -8.8 3.9 -2.7 2.7 -10.3 0.9 -13.5 1.2 -2.5 0.3 -5.5 3 -9.8 3l2.1 -3"
android:fillColor="#3e4347" />
<path
android:pathData="M27.3 53.6c0 0 4.6 -0.2 7.3 1.8 2.8 2 4.8 4.5 8.3 3.3 3.5 -1.2 6.8 -2.1 10.6 -0.9 0 0 0.5 -0.7 0.4 -1.5 0 0 -2.4 -1.4 -5.2 -0.8 -2.8 0.6 -5.6 2.2 -7.4 1.6 -1.8 -0.6 -5.6 -4.7 -11.7 -4.7l-2.3 1.2"
android:fillColor="#3e4347" />
<path
android:pathData="M55.8 57.7c0.1 -0.2 0.1 -0.4 0 -0.4l-3.3 -1.2 -0.3 0.7 3.3 1.2c0 0 0.2 -0.1 0.3 -0.3"
android:fillColor="#3e4347" />
<path
android:pathData="M14.3 37.6c0 0 -5.4 -18.3 13.1 -24.3 16.4 -5.2 11 10.1 -13.1 24.3"
android:fillColor="#c94747" />
<path
android:pathData="M27.4 10.6C18.8 32.8 12.9 32.2 16.9 40l1.5 19.8c0 0 2.7 -1.6 9.1 -5.3C32.3 51.7 41.8 51 48.2 47.2 59.5 40.6 66 30.5 59.5 19.1 53 7.8 34.6 -8.1 27.4 10.6"
android:fillColor="#ed4c5c" />
<path
android:pathData="M24.4 42.8c-3.2 -5.6 -8.2 -8.7 -11.2 -7l-9.1 5.3 11.5 20.4 9.1 -5.3c3 -1.8 2.9 -7.8 -0.3 -13.4"
android:fillColor="#c94747" />
<path
android:pathData="M15.4 48.1c3.2 5.6 3.3 11.6 0.3 13.4 -3 1.8 -8 -1.4 -11.2 -7C1.3 48.9 1.2 42.9 4.2 41.1c3 -1.7 8 1.4 11.2 7"
android:fillColor="#3e4347" />
<path
android:pathData="M13.6 49.1c2.3 4.1 2.5 8.4 0.5 9.6 -2 1.2 -5.6 -1.1 -7.9 -5.2 -2.3 -4.1 -2.5 -8.4 -0.5 -9.6 2.1 -1.2 5.6 1.2 7.9 5.2"
android:fillColor="#ed4c5c" />
<path
android:pathData="M13.6 49.1c-1.9 -3.4 -4.7 -5.6 -6.8 -5.5 -0.4 1.9 0.2 4.8 1.8 7.6 1.9 3.4 4.7 5.6 6.8 5.5 0.4 -1.9 -0.2 -4.8 -1.8 -7.6"
android:fillColor="#c94747" />
<path
android:pathData="M38.7 6c3 -1.8 12.6 5.4 17 13.1 4.4 7.7 -2.5 9.2 -6.9 1.5C44.5 12.8 33.8 8.8 38.7 6"
android:fillColor="#ff717f" />
<path
android:pathData="M26.2 13.8c0 0 -2 9.4 -8.9 17.1 0 0 4.4 -7 6 -15.9l2.9 -1.2"
android:fillColor="#3e4347" />
<path
android:pathData="M30 9.9c3.4 -1 0.1 -3.8 2 -6 -1.8 1.4 -4.1 3.4 -5 6.7 -4.6 17.5 -11.3 19.2 -11.4 24.8 1.2 -0.8 3.8 -3.3 6.8 -2.5 4.3 1.2 -4.9 -4.5 0.2 -3.8 5.2 0.6 -2.1 -3.7 2.6 -4 4.7 -0.3 -4 -5 2.1 -4.9 6.1 0.1 -3.5 -4.1 3.5 -4.5 7 -0.6 -5 -4.6 -0.8 -5.8"
android:fillColor="#c94747" />
<path
android:pathData="M9 39.9c2.7 1.2 5.5 3.9 7.6 7.5 2.1 3.7 2.9 7.4 2.6 10.4l4.9 -2.9c2 -1.2 2.2 -6.2 -0.8 -11.5 -2.5 -4.4 -6 -6.8 -8.1 -6.8 -0.5 0 -0.8 0.1 -1.2 0.3l-5 3"
android:fillColor="#ffffff" />
<path
android:pathData="M51 50.7c0 -0.2 -0.1 -0.4 -0.2 -0.4l-3.6 0.7 0.1 0.8 3.5 -0.6C50.9 51.1 51 50.9 51 50.7"
android:fillColor="#3e4347" />
</vector> | 62.428571 | 267 | 0.531219 |
0e201e94a2821bc7a94aa415d63ce1fa458c7604 | 2,912 | xml | XML | app-basic/src/main/res/layout/activity.xml | tiptyper/ComboKey-Basic | 3e803e58d5bb83a2f0b11da567c4b7b47dcd7704 | [
"MIT"
] | 1 | 2020-12-08T14:47:28.000Z | 2020-12-08T14:47:28.000Z | app-basic/src/main/res/layout/activity.xml | tiptyper/ComboKey-Basic | 3e803e58d5bb83a2f0b11da567c4b7b47dcd7704 | [
"MIT"
] | 2 | 2020-10-22T16:02:08.000Z | 2020-11-23T16:01:48.000Z | app-basic/src/main/res/layout/activity.xml | tiptyper/ComboKey-Basic | 3e803e58d5bb83a2f0b11da567c4b7b47dcd7704 | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/activityView"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="@drawable/tammi_portrait">
<!-- Portrait orientation Layout file tammi_portrait -->
<EditText android:id="@+id/entry"
android:hint="@string/hint_enter_text"
android:layout_width="fill_parent"
android:inputType="text"
android:focusable="true"
android:clickable="true"
android:onClick="onClickText"
android:layout_height="fill_parent"
android:layout_alignParentBottom="true"
android:layout_marginBottom="360dp"
android:layout_marginLeft="10dp"
android:layout_marginTop="10dp"
android:layout_marginRight="10dp"
android:background="@xml/transp_rect"
android:textColor="#ffffff"
android:scrollbars="vertical"
android:paddingLeft="4dp" android:paddingRight="4dp" />
<Button
android:id="@+id/infoButton"
android:clickable="true"
android:focusable="true"
android:onClick="onButtonClickInfo"
android:layout_width="52dp"
android:layout_height="52dp"
android:layout_alignBottom="@id/entry"
android:layout_marginBottom="-52dp"
android:background="@drawable/button_wood_info"
android:layout_marginLeft="10dp"
android:layout_marginStart="10dp"
/>
<Button
android:id="@+id/helpButton"
android:clickable="true"
android:focusable="true"
android:onClick="onButtonClickHelp"
android:layout_width="52dp"
android:layout_height="52dp"
android:layout_alignBottom="@id/entry"
android:layout_marginBottom="-52dp"
android:background="@drawable/button_wood_help"
android:layout_toRightOf="@id/infoButton"
android:layout_marginLeft="10dp"
android:layout_toEndOf="@id/infoButton"
android:layout_marginStart="10dp"
/>
<Button
android:id="@+id/switchKbdButton"
android:clickable="true"
android:focusable="true"
android:onClick="onButtonClickSwitchKbd"
android:layout_width="52dp"
android:layout_height="52dp"
android:layout_alignBottom="@id/entry"
android:layout_marginBottom="-52dp"
android:textColor="@android:color/white"
android:background="@drawable/button_wood_kbd"
android:layout_toLeftOf="@id/settingsButton"
android:layout_marginRight="10dp"
android:layout_toStartOf="@id/settingsButton"
android:layout_marginEnd="10dp"
/>
<Button
android:id="@+id/settingsButton"
android:clickable="true"
android:focusable="true"
android:onClick="onButtonClickSettings"
android:layout_width="52dp"
android:layout_height="52dp"
android:layout_alignBottom="@id/entry"
android:layout_marginBottom="-52dp"
android:background="@drawable/button_wood_settings"
android:layout_alignParentRight="true"
android:layout_marginRight="10dp"
android:layout_alignParentEnd="true"
android:layout_marginEnd="10dp"
/>
</RelativeLayout> | 31.311828 | 74 | 0.771291 |
6514a198118b9892daac968c4c0b193130e41c18 | 5,506 | xml | XML | ClinicalTrialAndroidVersion/ClinicalTrial/app/src/main/res/layout/activity_add_patient_info.xml | sandip-rai/project1-ICS372 | 0472ba8a30fb52bbf324e27c67989614ee13a96d | [
"MIT"
] | 3 | 2018-01-28T19:41:58.000Z | 2018-02-07T15:00:33.000Z | ClinicalTrialAndroidVersion/ClinicalTrial/app/src/main/res/layout/activity_add_patient_info.xml | sandip-rai/clinical-trial-app | 0472ba8a30fb52bbf324e27c67989614ee13a96d | [
"MIT"
] | null | null | null | ClinicalTrialAndroidVersion/ClinicalTrial/app/src/main/res/layout/activity_add_patient_info.xml | sandip-rai/clinical-trial-app | 0472ba8a30fb52bbf324e27c67989614ee13a96d | [
"MIT"
] | 2 | 2018-05-18T21:41:48.000Z | 2018-10-05T16:33:17.000Z | <?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".AddPatientInfoActivity">
<include
layout="@layout/toolbar_main"
android:id="@+id/toolbar" />
<GridLayout
android:id="@+id/gridLayoutReadings"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:columnCount="2"
android:paddingTop="50dp"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_row="0"
android:layout_column="0"
android:paddingLeft="20dp"
android:text="@string/patientId"
android:textAppearance="@style/TextAppearance.AppCompat.Headline" />
<TextView
android:id="@+id/textViewPatientId"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_row="0"
android:layout_column="1"
android:layout_gravity="center"
android:textAppearance="@style/TextAppearance.AppCompat.Headline" />
<TextView
android:layout_row="1"
android:layout_column="0"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="20dp"
android:text="@string/readingId"
android:textAppearance="@style/TextAppearance.AppCompat.Headline" />
<EditText
android:layout_row="1"
android:layout_column="1"
android:id="@+id/editTextReadingId"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:ems="10"
android:inputType="number"
android:hint="@string/numberFormatHints" />
<TextView
android:layout_row="2"
android:layout_column="0"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="20dp"
android:text="@string/date"
android:textAppearance="@style/TextAppearance.AppCompat.Headline" />
<EditText
android:id="@+id/editTextDate"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_column="1"
android:layout_row="2"
android:ems="10"
android:hint="@string/dateFormatHints"
android:inputType="text" />
<TextView
android:layout_row="3"
android:layout_column="0"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:paddingLeft="20dp"
android:text="@string/type"
android:textAppearance="@style/TextAppearance.AppCompat.Headline" />
<Spinner
android:layout_row="3"
android:layout_column="1"
android:id="@+id/spinnerReadingType"
android:layout_width="233dp"
android:layout_height="match_parent"
android:dropDownWidth="match_parent"
android:entries="@array/reading_type_array"
android:textAlignment="center" />
<TextView
android:layout_row="4"
android:layout_column="0"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="20dp"
android:text="@string/value"
android:textAppearance="@style/TextAppearance.AppCompat.Headline" />
<EditText
android:layout_row="4"
android:layout_column="1"
android:id="@+id/editTextValue"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ems="10"
android:inputType="numberDecimal"
android:hint="@string/numberFormatHints"/>
<TextView
android:layout_row="5"
android:layout_column="0"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:paddingLeft="20dp"
android:text="@string/clinic"
android:textAppearance="@style/TextAppearance.AppCompat.Headline" />
<Spinner
android:id="@+id/spinnerClinicId"
android:layout_width="233dp"
android:layout_height="wrap_content"
android:layout_column="1"
android:layout_row="5"
android:dropDownWidth="match_parent"
android:textAlignment="center" />
</GridLayout>
<Button
android:id="@+id/buttonAddReadings"
android:layout_width="161dp"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="30dp"
android:fontFamily="sans-serif"
android:onClick="onClickAddReadingsToSelectedPatient"
android:text="@string/add_readings"
android:textAppearance="@style/TextAppearance.AppCompat.Button"
android:textSize="18sp" />
</LinearLayout> | 35.522581 | 80 | 0.611333 |
877a2c9feed586f8aa455df74d9e1120b6140ea5 | 296 | xml | XML | tests/solver/data.libzypp/freshen-tests/exercise-2-test.xml | tizenorg/external.libsatsolver | 42dcbfd3a1d23f8c40c95823dcd7e8ca434910eb | [
"BSD-3-Clause"
] | 7 | 2015-02-20T07:59:16.000Z | 2021-05-14T02:50:52.000Z | tests/solver/data.libzypp/freshen-tests/exercise-2-test.xml | tizenorg/external.libsatsolver | 42dcbfd3a1d23f8c40c95823dcd7e8ca434910eb | [
"BSD-3-Clause"
] | null | null | null | tests/solver/data.libzypp/freshen-tests/exercise-2-test.xml | tizenorg/external.libsatsolver | 42dcbfd3a1d23f8c40c95823dcd7e8ca434910eb | [
"BSD-3-Clause"
] | 4 | 2015-01-25T18:19:49.000Z | 2018-06-06T11:00:41.000Z | <?xml version="1.0"?>
<!--
A-1.1 is installed
A-1.1 is available
Patch-A-1.1 is available
: satisfy patch-A-1-1
-->
<test>
<setup>
<system file="exercise-2-system.xml.gz"/>
<channel name="test" file="exercise-2-packages.xml.gz"/>
</setup>
<trial>
<establish/>
</trial>
</test>
| 16.444444 | 58 | 0.614865 |
2359e43f3fd9e0785ce129af3e36f89ec48fcdbe | 6,759 | xml | XML | SafeKiddoApp/res/layout/activity_dev.xml | securesonic/safekiddo-android | e85794cabf9c93f796e8cb341063f6f59cf4c1b2 | [
"BSD-2-Clause"
] | null | null | null | SafeKiddoApp/res/layout/activity_dev.xml | securesonic/safekiddo-android | e85794cabf9c93f796e8cb341063f6f59cf4c1b2 | [
"BSD-2-Clause"
] | null | null | null | SafeKiddoApp/res/layout/activity_dev.xml | securesonic/safekiddo-android | e85794cabf9c93f796e8cb341063f6f59cf4c1b2 | [
"BSD-2-Clause"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:focusableInTouchMode="true">
<TextView
android:id="@+id/textView1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="DATABASE"
android:padding="10dp"
android:background="#22000000" />
<Button
android:id="@+id/button1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Copy DB on SDCard"
android:onClick="handleCopyDb"
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_marginBottom="15dp"
android:layout_marginTop="15dp" />
<TextView
android:id="@+id/textView1head"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="SAFEKIDDO SERVER"
android:padding="10dp"
android:background="#22000000"
android:visibility="gone" />
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingLeft="15dp"
android:paddingRight="15dp"
android:paddingBottom="15dp"
android:visibility="gone">
<Spinner
android:id="@+id/spinner1"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<EditText
android:id="@+id/editText1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:ems="10"
android:inputType="textEmailAddress"
android:visibility="gone" />
<Button
android:id="@+id/button2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="SAVE"
android:onClick="handleSaveServer" />
</LinearLayout>
<TextView
android:id="@+id/textView5head"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="SAFEKIDDO BROWSER"
android:padding="10dp"
android:background="#22000000" />
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingLeft="15dp"
android:paddingRight="15dp"
android:paddingBottom="15dp"
android:paddingTop="15dp">
<CheckBox
android:id="@+id/checkBoxWVDebug"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Enable WebView content debug (browser restart)" />
</LinearLayout>
<TextView
android:id="@+id/textView6head"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="MISC"
android:padding="10dp"
android:background="#22000000" />
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingLeft="15dp"
android:paddingRight="15dp"
android:paddingBottom="15dp"
android:paddingTop="15dp">
<Button
android:id="@+id/button3"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="Remove all desktop config"
android:onClick="handleRemoveDesktopConfig" />
<Button
android:id="@+id/button4"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:onClick="handleRemoveCurrentChild"
android:text="Remove current child" />
<Button
android:id="@+id/button5"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:onClick="handleRemoveSession"
android:text="Clear session" />
<Button
android:id="@+id/button6"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:onClick="handleLogoutFlag"
android:text="Set logout flag to TRUE" />
<Button
android:id="@+id/button7"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:onClick="handleCheckProxy"
android:text="Check PROXY" />
<Button
android:id="@+id/button8"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:onClick="handleRunHeartBeat"
android:text="Run HeartBeat now" />
</LinearLayout>
<TextView
android:id="@+id/textView7head"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="APP MODE"
android:padding="10dp"
android:background="#22000000" />
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingLeft="15dp"
android:paddingRight="15dp"
android:paddingBottom="15dp"
android:paddingTop="15dp">
<TextView
android:id="@+id/textView2"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
<TextView
android:id="@+id/textView8head"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="SERVER PROXY"
android:padding="10dp"
android:background="#22000000" />
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingLeft="15dp"
android:paddingRight="15dp"
android:paddingBottom="15dp"
android:paddingTop="15dp">
<TextView
android:id="@+id/textView3"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</LinearLayout>
</LinearLayout>
</ScrollView> | 32.970732 | 77 | 0.609558 |
abcb3a001ccf76a365b27d7b409240e9d865ac68 | 4,314 | xml | XML | module_android-smsmms.xml | lauren7249/android-smsmms | 2e8036c0841b4625f4f4bc4febb719924755ef6a | [
"Apache-2.0"
] | null | null | null | module_android-smsmms.xml | lauren7249/android-smsmms | 2e8036c0841b4625f4f4bc4febb719924755ef6a | [
"Apache-2.0"
] | null | null | null | module_android-smsmms.xml | lauren7249/android-smsmms | 2e8036c0841b4625f4f4bc4febb719924755ef6a | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<project name="module_android-smsmms" default="compile.module.android-smsmms">
<dirname property="module.android-smsmms.basedir" file="${ant.file.module_android-smsmms}"/>
<property name="module.jdk.home.android-smsmms" value="${jdk.home.android_api_19_platform}"/>
<property name="module.jdk.bin.android-smsmms" value="${jdk.bin.android_api_19_platform}"/>
<property name="module.jdk.classpath.android-smsmms" value="jdk.classpath.android_api_19_platform"/>
<property name="compiler.args.android-smsmms" value="${compiler.args}"/>
<property name="android-smsmms.output.dir" value="${module.android-smsmms.basedir}/../../evolvesms/out/production/android-smsmms"/>
<property name="android-smsmms.testoutput.dir" value="${module.android-smsmms.basedir}/../../evolvesms/out/test/android-smsmms"/>
<path id="android-smsmms.module.bootclasspath">
<!-- Paths to be included in compilation bootclasspath -->
</path>
<path id="android-smsmms.module.production.classpath">
<path refid="${module.jdk.classpath.android-smsmms}"/>
<pathelement location="${ion.output.dir}"/>
<path refid="library.ion-libs.classpath"/>
</path>
<path id="android-smsmms.runtime.production.module.classpath">
<pathelement location="${android-smsmms.output.dir}"/>
<pathelement location="${ion.output.dir}"/>
<path refid="library.ion-libs.classpath"/>
</path>
<path id="android-smsmms.module.classpath">
<path refid="${module.jdk.classpath.android-smsmms}"/>
<pathelement location="${android-smsmms.output.dir}"/>
<pathelement location="${ion.testoutput.dir}"/>
<pathelement location="${ion.output.dir}"/>
<path refid="library.ion-libs.classpath"/>
</path>
<path id="android-smsmms.runtime.module.classpath">
<pathelement location="${android-smsmms.testoutput.dir}"/>
<pathelement location="${android-smsmms.output.dir}"/>
<pathelement location="${ion.testoutput.dir}"/>
<pathelement location="${ion.output.dir}"/>
<path refid="library.ion-libs.classpath"/>
</path>
<patternset id="excluded.from.module.android-smsmms">
<patternset refid="ignored.files"/>
</patternset>
<patternset id="excluded.from.compilation.android-smsmms">
<patternset refid="excluded.from.module.android-smsmms"/>
</patternset>
<path id="android-smsmms.module.sourcepath">
<dirset dir="${module.android-smsmms.basedir}">
<include name="src"/>
<include name="gen"/>
</dirset>
</path>
<target name="compile.module.android-smsmms" depends="compile.module.android-smsmms.production,compile.module.android-smsmms.tests" description="Compile module android-smsmms"/>
<target name="compile.module.android-smsmms.production" depends="register.custom.compilers,compile.module.ion" description="Compile module android-smsmms; production classes">
<mkdir dir="${android-smsmms.output.dir}"/>
<javac2 destdir="${android-smsmms.output.dir}" debug="${compiler.debug}" nowarn="${compiler.generate.no.warnings}" memorymaximumsize="${compiler.max.memory}" fork="true" executable="${module.jdk.bin.android-smsmms}/javac">
<compilerarg line="${compiler.args.android-smsmms}"/>
<bootclasspath refid="android-smsmms.module.bootclasspath"/>
<classpath refid="android-smsmms.module.production.classpath"/>
<src refid="android-smsmms.module.sourcepath"/>
<patternset refid="excluded.from.compilation.android-smsmms"/>
</javac2>
<copy todir="${android-smsmms.output.dir}">
<fileset dir="${module.android-smsmms.basedir}/src">
<patternset refid="compiler.resources"/>
<type type="file"/>
</fileset>
<fileset dir="${module.android-smsmms.basedir}/gen">
<patternset refid="compiler.resources"/>
<type type="file"/>
</fileset>
</copy>
</target>
<target name="compile.module.android-smsmms.tests" depends="register.custom.compilers,compile.module.android-smsmms.production" description="compile module android-smsmms; test classes" unless="skip.tests"/>
<target name="clean.module.android-smsmms" description="cleanup module">
<delete dir="${android-smsmms.output.dir}"/>
<delete dir="${android-smsmms.testoutput.dir}"/>
</target>
</project> | 46.387097 | 226 | 0.701437 |
35b1d2b102db81f44c222ccf1805c2053b576917 | 1,380 | xml | XML | Helperscripts/01_3_WarioMapModeler/meta.xml | Samake/mta-mariokart | 6aaf325c8db2290212d53f16dd2d2dfc312ffe5c | [
"MIT"
] | 3 | 2017-10-04T17:48:14.000Z | 2021-02-08T07:55:46.000Z | Helperscripts/01_3_WarioMapModeler/meta.xml | Samake/MarioKart | 6aaf325c8db2290212d53f16dd2d2dfc312ffe5c | [
"MIT"
] | null | null | null | Helperscripts/01_3_WarioMapModeler/meta.xml | Samake/MarioKart | 6aaf325c8db2290212d53f16dd2d2dfc312ffe5c | [
"MIT"
] | 3 | 2017-10-04T17:45:18.000Z | 2021-07-26T07:28:01.000Z | <meta>
<info name ="01_3_WarioMapModeler" description="01_3_WarioMapModeler" version="v1" type="script" author="Sam@ke"/>
<min_mta_version client="1.3.5" server="1.3.5"/>
<!-- client scripts -->
<script src="client/Modeler.lua" type="client" cache="false"/>
<!-- objects -->
<file src="models/wario.txd" type="client"/>
<file src="models/wario1.dff" type="client"/>
<file src="models/wario1.col" type="client"/>
<file src="models/wario2.dff" type="client"/>
<file src="models/wario2.col" type="client"/>
<file src="models/wario3.dff" type="client"/>
<file src="models/wario3.col" type="client"/>
<file src="models/wario4.dff" type="client"/>
<file src="models/wario4.col" type="client"/>
<file src="models/wario5.dff" type="client"/>
<file src="models/wario5.col" type="client"/>
<file src="models/wario6.dff" type="client"/>
<file src="models/wario6.col" type="client"/>
<file src="models/wario7.dff" type="client"/>
<file src="models/wario7.col" type="client"/>
<file src="models/wario8.dff" type="client"/>
<file src="models/wario8.col" type="client"/>
<file src="models/wario9.dff" type="client"/>
<file src="models/wario9.col" type="client"/>
<file src="models/wario10.dff" type="client"/>
<file src="models/wario10.col" type="client"/>
<file src="models/wario11.dff" type="client"/>
<file src="models/wario11.col" type="client"/>
</meta> | 41.818182 | 115 | 0.676812 |
355de0bcf8750a1d027af7ae32c74eeebbe63286 | 2,475 | xml | XML | app/src/main/res/layout/add_jobadvert.xml | harrunisk/GetJob | ae10dec71ce39f162ffc2cadb6dba10255262181 | [
"Apache-2.0"
] | null | null | null | app/src/main/res/layout/add_jobadvert.xml | harrunisk/GetJob | ae10dec71ce39f162ffc2cadb6dba10255262181 | [
"Apache-2.0"
] | null | null | null | app/src/main/res/layout/add_jobadvert.xml | harrunisk/GetJob | ae10dec71ce39f162ffc2cadb6dba10255262181 | [
"Apache-2.0"
] | 1 | 2018-02-10T12:09:57.000Z | 2018-02-10T12:09:57.000Z | <?xml version="1.0" encoding="utf-8"?>
<android.support.design.widget.CoordinatorLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<android.support.design.widget.AppBarLayout
android:id="@+id/appBar"
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize">
<android.support.design.widget.CollapsingToolbarLayout
android:layout_width="match_parent"
android:layout_height="?attr/actionBarSize"
app:layout_scrollFlags="scroll|exitUntilCollapsed">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<include layout="@layout/add_jobadvert_toolbar"></include>
</RelativeLayout>
</android.support.design.widget.CollapsingToolbarLayout>
</android.support.design.widget.AppBarLayout>
<android.support.v4.widget.NestedScrollView
android:id="@+id/nestedScroll"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:fillViewport="true"
android:isScrollContainer="true"
app:layout_behavior="@string/appbar_scrolling_view_behavior">
<com.stepstone.stepper.StepperLayout
android:id="@+id/stepperLayout"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="bottom"
android:isScrollContainer="true"
app:ms_activeStepColor="@color/mycolor"
app:ms_backButtonColor="#FFFFFF"
app:ms_backButtonText="Önceki"
app:ms_bottomNavigationBackground="@color/mycolor"
app:ms_completeButtonColor="#FFFFFF"
app:ms_completeButtonText="Tamamlandı"
app:ms_inactiveStepColor="#44000000"
app:ms_nextButtonColor="#FFFFFF"
app:ms_nextButtonText="Sonraki"
app:ms_showErrorStateEnabled="true"
app:ms_stepperType="tabs"
app:ms_tabStepDividerWidth="50dp"
tools:theme="@style/StepperLayoutTheme" />
</android.support.v4.widget.NestedScrollView>
</android.support.design.widget.CoordinatorLayout>
| 38.076923 | 107 | 0.672727 |
67628a66206cbd2b4e4fc307b87421f457dfeaf9 | 437 | xml | XML | items/37683.xml | theo-angrathar/simc-rawr | aa0e261f855ce409a8505da4d90e1b3f5760d5b9 | [
"MIT"
] | 2 | 2019-12-09T10:20:42.000Z | 2022-03-15T09:39:13.000Z | items/37683.xml | theo-angrathar/simc-rawr | aa0e261f855ce409a8505da4d90e1b3f5760d5b9 | [
"MIT"
] | null | null | null | items/37683.xml | theo-angrathar/simc-rawr | aa0e261f855ce409a8505da4d90e1b3f5760d5b9 | [
"MIT"
] | 1 | 2020-10-27T02:42:03.000Z | 2020-10-27T02:42:03.000Z | <item>
<itemlevel>200</itemlevel>
<displayid>9852</displayid>
<displayslot>2</displayslot>
<iconpath>inv_jewelry_necklace_04</iconpath>
<stats>
<stamina>24</stamina>
<intellect>41</intellect>
<spirit>42</spirit>
<spellpower>50</spellpower>
</stats>
<quality>Rare</quality>
<type>None</type>
<faction>Neutral</faction>
<bind>BoP</bind>
<socketbonus></socketbonus>
<name>Necromancer's Amulet</name>
<id>37683</id>
<slot>Neck</slot>
</item> | 21.85 | 44 | 0.745995 |
89c06e0a59c0ea993e617ee8b4e55b2ef908430f | 1,963 | xml | XML | Pennsylvania/1790/pa.sheriff.lancastercounty.1790.xml | mapping-elections/nnv-xml | 13e2f82692c76e3695f6cd609a5e710d6cab5e26 | [
"CC0-1.0"
] | 1 | 2017-04-19T06:36:57.000Z | 2017-04-19T06:36:57.000Z | Pennsylvania/1790/pa.sheriff.lancastercounty.1790.xml | mapping-elections/nnv-xml | 13e2f82692c76e3695f6cd609a5e710d6cab5e26 | [
"CC0-1.0"
] | null | null | null | Pennsylvania/1790/pa.sheriff.lancastercounty.1790.xml | mapping-elections/nnv-xml | 13e2f82692c76e3695f6cd609a5e710d6cab5e26 | [
"CC0-1.0"
] | null | null | null | <?xml version="1.0"?>
<election_record xmlns="http://dca.tufts.edu/aas" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" label="Pennsylvania 1790 Sheriff, Lancaster County" type="General" iteration="First Ballot" date="1790-10" election_id="pa.sheriff.lancastercounty.1790" handle="10427/60685" xsi:schemaLocation="http://dca.tufts.edu/aas http://dca.tufts.edu/schema/aas/electionRecord.xsd">
<office name="Sheriff" office_id="ON100" scope="County">
<role title="Sheriff" scope="County">
<ballot>
<candidate name="James Ross" name_id="RJ0321" affiliation="null" affiliation_id="null" candidate_num="1"/>
<candidate name="George Moore" name_id="MG0057" affiliation="null" affiliation_id="null" candidate_num="2"/>
<candidate name="John Miller" name_id="MJ0782" affiliation="null" affiliation_id="null" candidate_num="3"/>
</ballot>
<overview status="Version 0.5" modified="2011-08-29">
<candidate_summary candidate_ref="1" vote_total="1773" resp="Philip Lampi"/>
<candidate_summary candidate_ref="2" vote_total="699" resp="Philip Lampi"/>
<candidate_summary candidate_ref="3" vote_total="691" resp="Philip Lampi"/>
<reference type="page_image" urn="tufts:central:dca:MS115:MS115.001.DO.05398" resp="Philip Lampi"/>
</overview>
<admin_unit type="State" name="Pennsylvania" geog_id="null">
<sub_unit type="County" name="Lancaster" geog_id="null">
<result candidate_ref="1" vote="1773" resp="Philip Lampi"/>
<result candidate_ref="2" vote="699" resp="Philip Lampi"/>
<result candidate_ref="3" vote="691" resp="Philip Lampi"/>
<reference type="page_image" urn="tufts:central:dca:MS115:MS115.001.DO.05398" resp="Philip Lampi"/>
</sub_unit>
</admin_unit>
</role>
</office>
<reference type="citation" resp="Philip Lampi" urn="tufts:central:dca:MS115:MS115.001.DO.05398">The Pennsylvania Herald, and York General Advertiser (York, PA). October 20, 1790.</reference>
</election_record>
| 70.107143 | 375 | 0.722364 |
894d15573b087b10f3cc0782cf86e543cdc4185a | 580 | xml | XML | Carros/app/src/main/res/values/style.xml | luciano/studying_android | c4ed2f5257d8de5fb4209346c4ba4dd6dbb6f733 | [
"MIT"
] | null | null | null | Carros/app/src/main/res/values/style.xml | luciano/studying_android | c4ed2f5257d8de5fb4209346c4ba4dd6dbb6f733 | [
"MIT"
] | null | null | null | Carros/app/src/main/res/values/style.xml | luciano/studying_android | c4ed2f5257d8de5fb4209346c4ba4dd6dbb6f733 | [
"MIT"
] | null | null | null | <resources>
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="colorPrimary">@color/primary</item>
<item name="colorPrimaryDark">@color/primary_dark</item>
<item name="colorAccent">@color/accent</item>
<item name="colorControlHighlight">@color/control_highlight</item>
</style>
<!-- Tema para o Nav -->
<style name="AppTheme.NavDraer" parent="AppTheme">
<!-- Habilita o overlay mode na action bar -->
<item name="windowActionBarOverlay">true</item>
</style>
</resources> | 41.428571 | 75 | 0.639655 |
8cac0741423a17f4c9d69d066dd1596a6b8c6ebb | 174 | sublime-snippet | XML | sources/snippets/19.sublime-snippet | k1242/KPlug | 94c4e9e275bb666fa0b1530d32fa2c397c7052d4 | [
"MIT"
] | 1 | 2020-09-22T13:59:57.000Z | 2020-09-22T13:59:57.000Z | sources/snippets/19.sublime-snippet | k1242/L042ATeX | 94c4e9e275bb666fa0b1530d32fa2c397c7052d4 | [
"MIT"
] | null | null | null | sources/snippets/19.sublime-snippet | k1242/L042ATeX | 94c4e9e275bb666fa0b1530d32fa2c397c7052d4 | [
"MIT"
] | null | null | null | <snippet><content><![CDATA[
\\hspace{0.${1:5}cm} ${2:\\Rightarrow} \\hspace{0.${1:5}cm}
]]></content>
<tabTrigger>rsp</tabTrigger>
<scope>text.tex.latex </scope>
</snippet> | 29 | 59 | 0.637931 |
a5dddea91b9b29531c133b2cfcac163e64affff9 | 1,582 | xaml | XML | Google.Music.Downloader/Pages/PlaylistPage.xaml | gurbina93/Google.Music.Downloader | 03db22d3a396915c845c15a54f8a1677902a43c7 | [
"MIT"
] | 1 | 2020-07-06T00:15:05.000Z | 2020-07-06T00:15:05.000Z | Google.Music.Downloader/Pages/PlaylistPage.xaml | gurbina93/Google.Music.Downloader | 03db22d3a396915c845c15a54f8a1677902a43c7 | [
"MIT"
] | null | null | null | Google.Music.Downloader/Pages/PlaylistPage.xaml | gurbina93/Google.Music.Downloader | 03db22d3a396915c845c15a54f8a1677902a43c7 | [
"MIT"
] | null | null | null | <Page x:Class="Google.Music.Downloader.Pages.PlaylistPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:local="clr-namespace:Google.Music.Downloader.Pages"
mc:Ignorable="d"
d:DesignHeight="300"
Title="PlaylistPage">
<Grid>
<Grid.RowDefinitions>
<RowDefinition/>
<RowDefinition Height="Auto"/>
</Grid.RowDefinitions>
<DataGrid x:Name="Data" AutoGenerateColumns="True" UnloadingRow="Data_OnUnloadingRow" CanUserSortColumns="True" CanUserReorderColumns="True" IsReadOnly="False">
<DataGrid.ContextMenu>
<ContextMenu>
<MenuItem Command="Delete" Click="MenuItem_Delete_OnClick"></MenuItem>
</ContextMenu>
</DataGrid.ContextMenu>
</DataGrid>
<DockPanel Grid.Row="1" Margin="10, 5">
<Button Margin="5" DockPanel.Dock="Left" Click="ButtonBack_OnClick" ToolTip="Go back to select other playlists">Back</Button>
<Button Margin="5" DockPanel.Dock="Right" Click="ButtonDownload_OnClick"
ToolTip="Save Changes and go to download page. Note that save changes does not modify your playlists in anyway, it only makes local changes.">
Save Changes And Continue
</Button>
</DockPanel>
</Grid>
</Page>
| 47.939394 | 168 | 0.642225 |
a556a03b064012c37a5fb902cbdd4df1afd9daa2 | 2,153 | ui | XML | plugins/theme/theme.ui | labscript-suite-temp-archive/blacs-fork--rbchip-blacs--forked-from--labscript_suite-blacs | 2f023c6564dee46b555922e949d4bee81de8ca58 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | null | null | null | plugins/theme/theme.ui | labscript-suite-temp-archive/blacs-fork--rbchip-blacs--forked-from--labscript_suite-blacs | 2f023c6564dee46b555922e949d4bee81de8ca58 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | null | null | null | plugins/theme/theme.ui | labscript-suite-temp-archive/blacs-fork--rbchip-blacs--forked-from--labscript_suite-blacs | 2f023c6564dee46b555922e949d4bee81de8ca58 | [
"BSD-2-Clause",
"BSD-3-Clause"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>963</width>
<height>594</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label_2">
<property name="font">
<font>
<pointsize>12</pointsize>
</font>
</property>
<property name="text">
<string>Theme</string>
</property>
</widget>
</item>
<item>
<widget class="QScrollArea" name="scrollArea">
<property name="widgetResizable">
<bool>true</bool>
</property>
<widget class="QWidget" name="scrollAreaWidgetContents">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>935</width>
<height>528</height>
</rect>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string><html><head/><body><p>Enter the custom <a href="http://doc.qt.io/qt-4.8/stylesheet-reference.html"><span style=" text-decoration: underline; color:#0000ff;">Qt stylesheets</span></a> here.</p></body></html></string>
</property>
<property name="openExternalLinks">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QPlainTextEdit" name="stylesheet_text"/>
</item>
<item>
<widget class="QPushButton" name="example_button">
<property name="text">
<string>Append example green digital out theme to custom stylesheet</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>
| 29.493151 | 320 | 0.552717 |
0587945f5256c4404cdbb696d4b69916637257eb | 1,180 | xml | XML | one_card_out/986248088.xml | gianhiltbrunner/playing-card-detection | a336cd71d880b56e1c32caf2cb489dae2a1726c4 | [
"MIT"
] | null | null | null | one_card_out/986248088.xml | gianhiltbrunner/playing-card-detection | a336cd71d880b56e1c32caf2cb489dae2a1726c4 | [
"MIT"
] | null | null | null | one_card_out/986248088.xml | gianhiltbrunner/playing-card-detection | a336cd71d880b56e1c32caf2cb489dae2a1726c4 | [
"MIT"
] | null | null | null | <annotation>
<folder>FOLDER</folder>
<filename>986248088.jpg</filename>
<path>one_card_out/986248088.jpg</path>
<source>
<database>Unknown</database>
</source>
<size>
<width>720</width>
<height>720</height>
<depth>3</depth>
</size>
<object>
<name>d_a.png</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>267</xmin>
<ymin>279</ymin>
<xmax>378</xmax>
<ymax>379</ymax>
</bndbox>
</object>
<object>
<name>d_a.png</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>322</xmin>
<ymin>527</ymin>
<xmax>434</xmax>
<ymax>627</ymax>
</bndbox>
</object>
</annotation>
| 31.052632 | 47 | 0.388136 |
f4d6f002811b4786f2bde517b13c8dd795f49411 | 903 | xml | XML | src/main/java/com/lw/basic/dao/CommodityMapper.xml | Gliwei/Mall | 4d95d2b4213fc3460b7a08661432d7a532f3ec01 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/lw/basic/dao/CommodityMapper.xml | Gliwei/Mall | 4d95d2b4213fc3460b7a08661432d7a532f3ec01 | [
"Apache-2.0"
] | null | null | null | src/main/java/com/lw/basic/dao/CommodityMapper.xml | Gliwei/Mall | 4d95d2b4213fc3460b7a08661432d7a532f3ec01 | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.lw.basic.dao.CommodityMapper">
<resultMap type="commodity" id="commodityResultMap">
<id property="id" column="id" />
<result property="sku" column="sku" />
<result property="title" column="title" />
<result property="version" column="version" />
</resultMap>
<!-- 查询商品,根据sku -->
<select id="findBySku" parameterType="String" resultType="commodity">
SELECT * from commodity c where c.sku=#{sku}
</select>
<!-- 查询商品列表 -->
<select id="findAll" resultType="commodity">
SELECT * from commodity
</select>
<select id="findByPage" resultType="commodity">
SELECT * from commodity
</select>
<select id="count" resultType="int">
SELECT count(0) from commodity
</select>
</mapper>
| 30.1 | 108 | 0.660022 |
ddf57ad1bcf7a675c4b7a5e2ecd46890e56e0b01 | 822 | xml | XML | toxic/main/meta.xml | rafalh/mtasa_toxic | 530fb19668fb384e044ea3687a584c3bd8d01a53 | [
"MIT"
] | 1 | 2021-03-27T07:00:13.000Z | 2021-03-27T07:00:13.000Z | toxic/main/meta.xml | rafalh/mtasa_toxic | 530fb19668fb384e044ea3687a584c3bd8d01a53 | [
"MIT"
] | null | null | null | toxic/main/meta.xml | rafalh/mtasa_toxic | 530fb19668fb384e044ea3687a584c3bd8d01a53 | [
"MIT"
] | null | null | null | <?xml version="1.0"?>
<meta>
<info name="Main" author="rafalh" />
<script src="debug.lua" type="shared" />
<script src="main_s.lua" type="server" />
<script src="main_c.lua" type="client" />
<script src="player_s.lua" type="server" />
<script src="accountData_s.lua" type="server" />
<script src="accounts_s.lua" type="server" />
<script src="room_s.lua" type="server" />
<script src="sync_s.lua" type="server" />
<script src="mute_s.lua" type="server" />
<script src="updater_s.lua" type="server" />
<script src="updateList_s.lua" type="server" />
<script src="cache_s.lua" type="server" />
<script src="fileCache_s.lua" type="server" />
<script src="downloadMgr_s.lua" type="server" />
<script src="logger.lua" type="server" />
<script src="thread_s.lua" type="server" />
</meta>
| 37.363636 | 50 | 0.642336 |
e2874cf99bda1a96565e6a6daff7b92e439d1d66 | 3,641 | xml | XML | src/blockmodel/templates/collada2.xml | paulharter/blockmodel | b94bb1357d08c8574ee481447a8f30b984171657 | [
"MIT"
] | 18 | 2015-10-01T17:07:38.000Z | 2022-02-28T11:10:43.000Z | src/blockmodel/templates/collada2.xml | paulharter/blockmodel | b94bb1357d08c8574ee481447a8f30b984171657 | [
"MIT"
] | 4 | 2016-09-16T03:58:09.000Z | 2021-10-13T08:10:11.000Z | src/blockmodel/templates/collada2.xml | paulharter/blockmodel | b94bb1357d08c8574ee481447a8f30b984171657 | [
"MIT"
] | 3 | 2016-03-26T17:12:36.000Z | 2019-09-07T21:46:40.000Z | <?xml version="1.0" encoding="utf-8"?>
<COLLADA xmlns="http://www.collada.org/2005/11/COLLADASchema" version="1.4.1">
<asset>
<created>{{ timestamp }}</created>
<modified>{{ timestamp }}</modified>
<up_axis>Y_UP</up_axis>
</asset>
<library_effects>
<effect name="minecraftblocks" id="minecraftblocks">
<profile_COMMON>
<newparam sid="terrain-surface">
<surface type="2D">
<init_from>terrain</init_from>
<format>A8R8G8B8</format>
</surface>
</newparam>
<newparam sid="terrain-sampler">
<sampler2D>
<source>terrain-surface</source>
<wrap_s>CLAMP</wrap_s>
<wrap_t>CLAMP</wrap_t>
<minfilter>NEAREST</minfilter>
<magfilter>NEAREST</magfilter>
</sampler2D>
</newparam>
<technique sid="common">
<constant>
<emission>
<texture texcoord="TEX0" texture="terrain-sampler"/>
</emission>
</constant>
</technique>
</profile_COMMON>
</effect>
</library_effects>
<library_geometries>
<geometry id="printcraft-model" name="printcraft-model">
<mesh>
<source id="obj-uv-source">
<float_array count="2178" id="obj-uv-source-array">{{ obj_uv_source_array }}</float_array>
<technique_common>
<accessor count="1089" source="#obj-uv-source-array" stride="2">
<param type="float" name="S"/>
<param type="float" name="T"/>
</accessor>
</technique_common>
</source>
<source id="obj-vertex-source">
<float_array count="{{ obj_vertex_source_array_count }}" id="obj-vertex-source-array">{{ obj_vertex_source_array }}</float_array>
<technique_common>
<accessor count="{{ obj_vertex_source_array_accessor_count }}" source="#obj-vertex-source-array" stride="3">
<param type="float" name="X"/>
<param type="float" name="Y"/>
<param type="float" name="Z"/>
</accessor>
</technique_common>
</source>
<vertices id="obj-vertex-source-vertices">
<input source="#obj-vertex-source" semantic="POSITION"/>
</vertices>
<polylist count="{{ polylist_count }}" material="minecraftblocks">
<input source="#obj-vertex-source-vertices" semantic="VERTEX" offset="0"/>
<input source="#obj-uv-source" semantic="TEXCOORD" offset="1"/>
<vcount>{{ vcount }}</vcount>
<p>{{ polylist_p }}</p>
</polylist>
</mesh>
</geometry>
</library_geometries>
<library_images>
<image name="terrain" id="terrain">
<init_from>./terrain.png</init_from>
</image>
</library_images>
<library_materials>
<material name="minecraftblocks-material" id="minecraftblocks-material">
<instance_effect url="#minecraftblocks"/>
</material>
</library_materials>
<library_visual_scenes>
<visual_scene id="scene">
<node name="node" id="node">
<instance_geometry url="#printcraft-model">
<bind_material>
<technique_common>
<instance_material symbol="minecraftblocks" target="#minecraftblocks-material">
<bind_vertex_input input_semantic="TEXCOORD" input_set="0" semantic="TEX0"/>
</instance_material>
</technique_common>
</bind_material>
</instance_geometry>
</node>
</visual_scene>
</library_visual_scenes>
<scene>
<instance_visual_scene url="#scene"/>
</scene>
</COLLADA> | 37.153061 | 139 | 0.586103 |
8e91e8f65468d312167623187c800e1b2062c580 | 4,057 | xaml | XML | Controls/GuideGrid.xaml | SamusAranX/DeadEye | 9b37d50a750d104a62df2fe4cb0dcd58b0c3fbeb | [
"MIT"
] | 1 | 2021-05-13T07:40:16.000Z | 2021-05-13T07:40:16.000Z | Controls/GuideGrid.xaml | SamusAranX/DeadEye | 9b37d50a750d104a62df2fe4cb0dcd58b0c3fbeb | [
"MIT"
] | null | null | null | Controls/GuideGrid.xaml | SamusAranX/DeadEye | 9b37d50a750d104a62df2fe4cb0dcd58b0c3fbeb | [
"MIT"
] | null | null | null | <UserControl x:Class="DeadEye.Controls.GuideGrid"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
mc:Ignorable="d"
d:DesignWidth="320" d:DesignHeight="240">
<UserControl.Resources>
<Grid x:Key="NoneGrid" DataContext="{Binding RelativeSource={RelativeSource AncestorType=UserControl}}">
<!-- Outer border -->
<Border BorderThickness="1" BorderBrush="{Binding GridLineBrush}" />
</Grid>
<Grid x:Key="RuleOfThirdsGrid" DataContext="{Binding RelativeSource={RelativeSource AncestorType=UserControl}}">
<Grid.ColumnDefinitions>
<ColumnDefinition />
<ColumnDefinition Width="1" />
<ColumnDefinition />
<ColumnDefinition Width="1" />
<ColumnDefinition />
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition />
<RowDefinition Height="1" />
<RowDefinition />
<RowDefinition Height="1" />
<RowDefinition />
</Grid.RowDefinitions>
<!-- Vertical grid lines -->
<Border Grid.Column="1" Grid.Row="0" Grid.RowSpan="5" Background="{Binding GridLineBrush}" />
<Border Grid.Column="3" Grid.Row="0" Grid.RowSpan="5" Background="{Binding GridLineBrush}" />
<!-- Horizontal grid lines -->
<Border Grid.Column="0" Grid.Row="1" Grid.ColumnSpan="5" Background="{Binding GridLineBrush}" />
<Border Grid.Column="0" Grid.Row="3" Grid.ColumnSpan="5" Background="{Binding GridLineBrush}" />
<!-- Grid "windows", first row -->
<Border Grid.Column="0" Grid.Row="0" BorderThickness="2,2,1,1" BorderBrush="{Binding GridShadowBrush}" />
<Border Grid.Column="2" Grid.Row="0" BorderThickness="1,2,1,1" BorderBrush="{Binding GridShadowBrush}" />
<Border Grid.Column="4" Grid.Row="0" BorderThickness="1,2,2,1" BorderBrush="{Binding GridShadowBrush}" />
<!-- Grid "windows", second row -->
<Border Grid.Column="0" Grid.Row="2" BorderThickness="2,1,1,1" BorderBrush="{Binding GridShadowBrush}" />
<Border Grid.Column="2" Grid.Row="2" BorderThickness="1,1,1,1" BorderBrush="{Binding GridShadowBrush}" />
<Border Grid.Column="4" Grid.Row="2" BorderThickness="1,1,2,1" BorderBrush="{Binding GridShadowBrush}" />
<!-- Grid "windows", third row -->
<Border Grid.Column="0" Grid.Row="4" BorderThickness="2,1,1,2" BorderBrush="{Binding GridShadowBrush}" />
<Border Grid.Column="2" Grid.Row="4" BorderThickness="1,1,1,2" BorderBrush="{Binding GridShadowBrush}" />
<Border Grid.Column="4" Grid.Row="4" BorderThickness="1,1,2,2" BorderBrush="{Binding GridShadowBrush}" />
<!-- Outer border -->
<Border Grid.Column="0" Grid.Row="0" Grid.ColumnSpan="5" Grid.RowSpan="5" BorderThickness="1"
BorderBrush="{Binding GridLineBrush}" />
</Grid>
</UserControl.Resources>
<Grid DataContext="{Binding RelativeSource={RelativeSource AncestorType=UserControl}}">
<ContentControl Opacity="{Binding GridOpacity}">
<ContentControl.Style>
<Style TargetType="{x:Type ContentControl}">
<Style.Triggers>
<DataTrigger Binding="{Binding GridType}" Value="None">
<Setter Property="Content">
<Setter.Value>
<StaticResource ResourceKey="NoneGrid" />
</Setter.Value>
</Setter>
</DataTrigger>
<DataTrigger Binding="{Binding GridType}" Value="RuleOfThirds">
<Setter Property="Content">
<Setter.Value>
<StaticResource ResourceKey="RuleOfThirdsGrid" />
</Setter.Value>
</Setter>
</DataTrigger>
</Style.Triggers>
</Style>
</ContentControl.Style>
</ContentControl>
<Border Background="{Binding GridShadowBrush}"
Padding="1" Width="6" Height="6" CornerRadius="2.5"
Visibility="{Binding MarkCenter, Converter={StaticResource BoolToVis}}">
<Border CornerRadius="1.5" Background="{Binding GridLineBrush}" />
</Border>
</Grid>
</UserControl> | 45.077778 | 114 | 0.668721 |
11c5836feb601c6b487aa337ffe4d324d316d093 | 1,332 | csproj | XML | 04.Streams And Directories Exe/Problem 5. Directory Traversal/Problem 5. Directory Traversal.csproj | GeorgenaGeorgieva/Advanced-CSharp | ab8b903def09b4aa811c1a379cad9230bbaae087 | [
"MIT"
] | 1 | 2021-11-17T17:26:20.000Z | 2021-11-17T17:26:20.000Z | 04.Streams And Directories Exe/Problem 5. Directory Traversal/Problem 5. Directory Traversal.csproj | GeorgenaGeorgieva/Advanced-CSharp | ab8b903def09b4aa811c1a379cad9230bbaae087 | [
"MIT"
] | null | null | null | 04.Streams And Directories Exe/Problem 5. Directory Traversal/Problem 5. Directory Traversal.csproj | GeorgenaGeorgieva/Advanced-CSharp | ab8b903def09b4aa811c1a379cad9230bbaae087 | [
"MIT"
] | null | null | null | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.1</TargetFramework>
<RootNamespace>Problem_5._Directory_Traversal</RootNamespace>
</PropertyGroup>
<ItemGroup>
<None Update="copyMe.png">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="DirectoryTraversalDemo.zip">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="expectedResult.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="Output.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="picture1.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="picture2.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="picture3.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="picture4.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="picture5.jpg">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
<None Update="SomeText.txt">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>
| 30.976744 | 65 | 0.707207 |
7ca30450a23cc54ee9a20e922b532297f378d4ee | 4,160 | xml | XML | src/main/resources/mappings/modules/store/basic/ErpStoreLinkmanDao.xml | 13802706376/ops-web-erp | 705e90e0e48ec2afaa63d54db6b74d39fad750ff | [
"Apache-2.0"
] | null | null | null | src/main/resources/mappings/modules/store/basic/ErpStoreLinkmanDao.xml | 13802706376/ops-web-erp | 705e90e0e48ec2afaa63d54db6b74d39fad750ff | [
"Apache-2.0"
] | null | null | null | src/main/resources/mappings/modules/store/basic/ErpStoreLinkmanDao.xml | 13802706376/ops-web-erp | 705e90e0e48ec2afaa63d54db6b74d39fad750ff | [
"Apache-2.0"
] | 3 | 2020-03-01T02:54:02.000Z | 2022-01-08T11:29:18.000Z | <?xml version="1.0" encoding="UTF-8" ?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.yunnex.ops.erp.modules.store.basic.dao.ErpStoreLinkmanDao">
<sql id="erpStoreLinkmanColumns">
a.id AS "id",
a.name AS "name",
a.phone AS "phone",
a.email AS "email",
a.address AS "address",
a.store_info_id AS "storeInfoId",
a.create_by AS "createBy.id",
a.create_date AS "createDate",
a.update_by AS "updateBy.id",
a.update_date AS "updateDate",
a.remarks AS "remarks",
a.del_flag AS "delFlag"
</sql>
<sql id="erpStoreLinkmanJoins">
</sql>
<select id="get" resultType="ErpStoreLinkman">
SELECT
<include refid="erpStoreLinkmanColumns"/>
FROM erp_store_linkman a
<include refid="erpStoreLinkmanJoins"/>
WHERE a.id = #{id}
</select>
<select id="findList" resultType="ErpStoreLinkman">
SELECT
<include refid="erpStoreLinkmanColumns"/>
FROM erp_store_linkman a
<include refid="erpStoreLinkmanJoins"/>
<where>
a.del_flag = #{DEL_FLAG_NORMAL}
<if test="name != null and name != ''">
AND a.name LIKE
<if test="dbName == 'oracle'">'%'||#{name}||'%'</if>
<if test="dbName == 'mssql'">'%'+#{name}+'%'</if>
<if test="dbName == 'mysql'">concat('%',#{name},'%')</if>
</if>
<if test="phone != null and phone != ''">
AND a.phone LIKE
<if test="dbName == 'oracle'">'%'||#{phone}||'%'</if>
<if test="dbName == 'mssql'">'%'+#{phone}+'%'</if>
<if test="dbName == 'mysql'">concat('%',#{phone},'%')</if>
</if>
</where>
<choose>
<when test="page !=null and page.orderBy != null and page.orderBy != ''">
ORDER BY ${page.orderBy}
</when>
<otherwise>
ORDER BY a.update_date DESC
</otherwise>
</choose>
</select>
<select id="findAllList" resultType="ErpStoreLinkman">
SELECT
<include refid="erpStoreLinkmanColumns"/>
FROM erp_store_linkman a
<include refid="erpStoreLinkmanJoins"/>
<where>
a.del_flag = #{DEL_FLAG_NORMAL}
</where>
<choose>
<when test="page !=null and page.orderBy != null and page.orderBy != ''">
ORDER BY ${page.orderBy}
</when>
<otherwise>
ORDER BY a.update_date DESC
</otherwise>
</choose>
</select>
<insert id="insert">
INSERT INTO erp_store_linkman(
id,
name,
phone,
email,
<if test="address != null">address,</if>
store_info_id,
create_by,
create_date,
update_by,
update_date,
remarks,
del_flag
) VALUES (
#{id},
#{name},
#{phone},
#{email},
<if test="address != null">#{address},</if>
#{storeInfoId},
#{createBy.id},
#{createDate},
#{updateBy.id},
#{updateDate},
#{remarks},
#{delFlag}
)
</insert>
<update id="update">
UPDATE erp_store_linkman
<set>
<if test="name != null">name = #{name},</if>
<if test="phone != null">phone = #{phone},</if>
<if test="email != null">email = #{email},</if>
<if test="address != null">address = #{address},</if>
<if test="storeInfoId != null">store_info_id = #{storeInfoId},</if>
<if test="updateBy != null and updateBy.id != null">update_by = #{updateBy.id},</if>
<if test="updateDate != null">update_date = #{updateDate},</if>
<if test="remarks != null">remarks = #{remarks}</if>
</set>
WHERE id = #{id}
</update>
<delete id="delete">
DELETE FROM erp_store_linkman WHERE id = #{id}
</delete>
<select id="findWhereStoreId" resultType="ErpStoreLinkman">
SELECT
<include refid="erpStoreLinkmanColumns"/>
FROM erp_store_linkman a
<where>
a.del_flag = #{del} AND a.store_info_id=#{id}
</where>
</select>
<select id="getBySplitId" resultType="ErpStoreLinkman">
SELECT
<include refid="erpStoreLinkmanColumns"/>
FROM
erp_store_linkman a
WHERE
a.store_info_id = (
SELECT
jocs.choice_store
FROM
jyk_order_choice_store jocs
WHERE
jocs.split_id = #{splitId}
AND
jocs.del_flag = 0
)
</select>
</mapper> | 26.83871 | 108 | 0.595192 |
6680a63b82f9eb8c3f07c8d59f57fcf3b0c5b494 | 796 | xml | XML | flowingdrawer-core/src/main/res/values/attrs.xml | Halulkin/Lifer | a73b9bed6ef451f79c39c1b0f2282fbe0dc8c17b | [
"Apache-2.0"
] | null | null | null | flowingdrawer-core/src/main/res/values/attrs.xml | Halulkin/Lifer | a73b9bed6ef451f79c39c1b0f2282fbe0dc8c17b | [
"Apache-2.0"
] | null | null | null | flowingdrawer-core/src/main/res/values/attrs.xml | Halulkin/Lifer | a73b9bed6ef451f79c39c1b0f2282fbe0dc8c17b | [
"Apache-2.0"
] | null | null | null |
<resources>
<!-- Reference to a style for the menu drawer. -->
<attr name="elasticDrawerStyle" format="reference" />
<!-- Styleables used for styling the menu drawer. -->
<declare-styleable name="ElasticDrawer">
<!-- Drawable to use for the background of the menu. -->
<attr name="edMenuBackground" format="color" />
<!-- The size of the menu. -->
<attr name="edMenuSize" format="dimension" />
<!-- The touch bezel size. -->
<attr name="edTouchBezelSize" format="dimension" />
<!-- The maximum animation duration -->
<attr name="edMaxAnimationDuration" format="integer" />
<!-- The position of the drawer -->
<attr name="edPosition" format="integer"/>
</declare-styleable>
</resources>
| 28.428571 | 64 | 0.601759 |
ae51acf0bc84b4befc1800aa29cdbd370147dd10 | 677 | xaml | XML | ContactApp/ContactApp/Views/EditContactPage.xaml | Filfeni/ContactsApp | 0c350255c4fb6c389da422fe3f4d4042af23f1ca | [
"MIT"
] | null | null | null | ContactApp/ContactApp/Views/EditContactPage.xaml | Filfeni/ContactsApp | 0c350255c4fb6c389da422fe3f4d4042af23f1ca | [
"MIT"
] | null | null | null | ContactApp/ContactApp/Views/EditContactPage.xaml | Filfeni/ContactsApp | 0c350255c4fb6c389da422fe3f4d4042af23f1ca | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="utf-8" ?>
<ContentPage xmlns="http://xamarin.com/schemas/2014/forms"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
x:Class="ContactApp.Views.EditContactPage"
Title="Edit Contact">
<ContentPage.Content>
<StackLayout>
<Entry Placeholder="Name" Text="{Binding NewContact.FullName}"/>
<Entry Placeholder="Phone Number" Text="{Binding NewContact.PhoneNumber}" />
<Button Style="{StaticResource BottomButton}" Command="{Binding EditContactCommand}" Text="Edit Contact">
</Button>
</StackLayout>
</ContentPage.Content>
</ContentPage> | 48.357143 | 117 | 0.636632 |
2a937142096ad7d6ae54a1b10f2ef67134447aaf | 1,437 | xml | XML | data/images/train/072.xml | dangminh3107/ssdnails | cfe54af67e7f9769a5f2f98511b98595e19c0c34 | [
"MIT"
] | null | null | null | data/images/train/072.xml | dangminh3107/ssdnails | cfe54af67e7f9769a5f2f98511b98595e19c0c34 | [
"MIT"
] | null | null | null | data/images/train/072.xml | dangminh3107/ssdnails | cfe54af67e7f9769a5f2f98511b98595e19c0c34 | [
"MIT"
] | null | null | null | <annotation>
<folder>train</folder>
<filename>072.jpg</filename>
<path>D:\nails_segmentation\nails\data\images\train\072.jpg</path>
<source>
<database>Unknown</database>
</source>
<size>
<width>564</width>
<height>752</height>
<depth>3</depth>
</size>
<segmented>0</segmented>
<object>
<name>nails</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>167</xmin>
<ymin>192</ymin>
<xmax>223</xmax>
<ymax>259</ymax>
</bndbox>
</object>
<object>
<name>nails</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>257</xmin>
<ymin>141</ymin>
<xmax>321</xmax>
<ymax>218</ymax>
</bndbox>
</object>
<object>
<name>nails</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>346</xmin>
<ymin>129</ymin>
<xmax>411</xmax>
<ymax>202</ymax>
</bndbox>
</object>
<object>
<name>nails</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>405</xmin>
<ymin>192</ymin>
<xmax>471</xmax>
<ymax>267</ymax>
</bndbox>
</object>
<object>
<name>nails</name>
<pose>Unspecified</pose>
<truncated>0</truncated>
<difficult>0</difficult>
<bndbox>
<xmin>421</xmin>
<ymin>474</ymin>
<xmax>484</xmax>
<ymax>533</ymax>
</bndbox>
</object>
</annotation>
| 19.16 | 67 | 0.628392 |
65ed1433857fd7a5abdbccb13d321c859694c4ae | 630 | xml | XML | sharding-sql-test/src/main/resources/sql/dml/update.xml | dingaiminGIT/sharding-jdbc | ed1db4c0870d407f352ad35950c4737dcfdf1cf5 | [
"Apache-2.0"
] | 1 | 2018-08-20T15:06:33.000Z | 2018-08-20T15:06:33.000Z | sharding-sql-test/src/main/resources/sql/dml/update.xml | alonelaval/sharding-jdbc | 0d0d1ea30b2764981f913252f6f05bb6dac64fdb | [
"Apache-2.0"
] | null | null | null | sharding-sql-test/src/main/resources/sql/dml/update.xml | alonelaval/sharding-jdbc | 0d0d1ea30b2764981f913252f6f05bb6dac64fdb | [
"Apache-2.0"
] | 1 | 2018-07-28T12:52:01.000Z | 2018-07-28T12:52:01.000Z | <?xml version="1.0" encoding="UTF-8"?>
<sql-cases>
<sql-case id="assertUpdateWithAlias" value="UPDATE t_order AS o SET o.status = %s WHERE o.order_id = %s AND o.user_id = %s" db-types="MySQL,H2" />
<sql-case id="assertUpdateWithoutAlias" value="UPDATE t_order SET status = %s WHERE order_id = %s AND user_id = %s" />
<sql-case id="assertUpdateWithJsonAndGeo" value="UPDATE t_place SET start_time = %s, status = 0, start_point = ST_GeographyFromText('SRID=4326;POINT('||%s||' '||%s||')'), rule = %s::jsonb, discount_type = %s, order_type = %s WHERE user_new_id = %s AND guid = %s" db-types="PostgreSQL" />
</sql-cases>
| 90 | 291 | 0.67619 |
e0e4cb58416836039ca4441001610903317b602c | 2,001 | xml | XML | spec/fixtures/tests/tests/rtest06.xml | ansdelft/qti | bc0e5126cbcb285819b6f399198e52779830c2b7 | [
"MIT"
] | 6 | 2016-12-15T15:36:29.000Z | 2022-03-23T02:44:29.000Z | spec/fixtures/tests/tests/rtest06.xml | ansdelft/qti | bc0e5126cbcb285819b6f399198e52779830c2b7 | [
"MIT"
] | 4 | 2017-11-16T23:26:42.000Z | 2021-07-14T11:52:12.000Z | spec/fixtures/tests/tests/rtest06.xml | ansdelft/qti | bc0e5126cbcb285819b6f399198e52779830c2b7 | [
"MIT"
] | 11 | 2017-07-11T19:42:58.000Z | 2021-09-15T15:16:40.000Z | <?xml version="1.0" encoding="UTF-8"?>
<assessmentTest xmlns="http://www.imsglobal.org/xsd/imsqti_v2p2"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.imsglobal.org/xsd/imsqti_v2p2 http://www.imsglobal.org/xsd/qti/qtiv2p2/imsqti_v2p2.xsd"
identifier="RTEST-06" title="Specifiying the Number of Allowed Attempts">
<testPart navigationMode="linear" submissionMode="individual" identifier="RTEST-06-A">
<itemSessionControl maxAttempts="0"/>
<assessmentSection identifier="introduction" title="Introduction" visible="true">
<assessmentItemRef identifier="item820" href="item820.xml"/>
<assessmentItemRef identifier="item716" href="item716.xml"/>
<assessmentItemRef identifier="item204" href="item204.xml"/>
</assessmentSection>
</testPart>
<testPart navigationMode="linear" submissionMode="individual" identifier="RTEST-06-B">
<itemSessionControl maxAttempts="1"/>
<assessmentSection identifier="sectionA" title="Section A" visible="true">
<rubricBlock view="candidate">
<p>Instructions for Section A</p>
</rubricBlock>
<assessmentItemRef identifier="item034" href="item034.xml"/>
<assessmentItemRef identifier="item160" href="item160.xml"/>
<assessmentItemRef identifier="item063" href="item063.xml"/>
</assessmentSection>
<assessmentSection identifier="sectionB" title="Section B" visible="true">
<rubricBlock view="candidate">
<p>Instructions for Section B</p>
</rubricBlock>
<assessmentItemRef identifier="item434" href="item434.xml"/>
<assessmentItemRef identifier="item065" href="item065.xml"/>
<assessmentItemRef identifier="item365" href="item365.xml"/>
<assessmentItemRef identifier="item656" href="item656.xml"/>
</assessmentSection>
</testPart>
</assessmentTest>
| 57.171429 | 123 | 0.668666 |
c323fc5646c79075a651f012e9714f0395573489 | 1,664 | xml | XML | Biblio/46/45666.xml | papyri/idp.data | df4443706394caa387474ac4a3b32e983a3db3de | [
"CC-BY-3.0"
] | 34 | 2015-05-13T10:35:12.000Z | 2021-12-02T02:02:19.000Z | Biblio/46/45666.xml | papyri/idp.data | df4443706394caa387474ac4a3b32e983a3db3de | [
"CC-BY-3.0"
] | 145 | 2015-10-13T19:15:07.000Z | 2022-02-15T13:45:13.000Z | Biblio/46/45666.xml | papyri/idp.data | df4443706394caa387474ac4a3b32e983a3db3de | [
"CC-BY-3.0"
] | 18 | 2015-10-01T15:42:43.000Z | 2021-02-11T02:29:54.000Z | <?xml version="1.0" encoding="UTF-8"?>
<bibl xmlns="http://www.tei-c.org/ns/1.0"
xml:id="b45666"
type="article"
subtype="book">
<title level="a" type="main">Il Sicionio de Menandro e la commedia plautina: alcuni confronti.</title>
<author n="1">
<forename>Cesare</forename>
<surname>Questa</surname>
</author>
<date>1965</date>
<biblScope type="pp" from="240" to="248">240-248</biblScope>
<relatedItem type="appearsIn">
<bibl>
<ptr target="http://papyri.info/biblio/1220"/>
<!--ignore - start, i.e. SoSOL users may not edit this-->
<title level="j" type="short-BP">Dioniso</title>
<!--ignore - stop-->
</bibl>
</relatedItem>
<relatedItem type="appearsIn">
<bibl>
<ptr target="http://papyri.info/biblio/6721"/>
<!--ignore - start, i.e. SoSOL users may not edit this-->
<title level="m" type="main">Atti del I° Congresso Internazionale di studi sul dramma antico</title>
<date>1965</date>
<!--ignore - stop-->
</bibl>
</relatedItem>
<biblScope type="issue">39</biblScope>
<idno type="pi">45666</idno>
<idno type="bp">1965-0291</idno>
<seg type="original" subtype="index" resp="#BP">364 Menander C Sicyonius Menander D</seg>
<seg type="original" subtype="titre" resp="#BP">Questa Cesare, Il Sicionio de Menandro e la commedia plautina: alcuni confronti.</seg>
<seg type="original" subtype="publication" resp="#BP">Atti del I° Congresso Internazionale di studi sul dramma antico = Dioniso 39 (1965) pp. 240-248.</seg>
<seg type="original" subtype="nom" resp="#BP">Questa</seg>
</bibl>
| 43.789474 | 159 | 0.624399 |
092bb8e2ab1a3181cd391f7ffe9699ff12c8ddb1 | 1,193 | xml | XML | build.xml | neoautus/lucidj-stddef | 470b7500bbc5bfc612dbed6d97c89da1e334addd | [
"Apache-2.0"
] | null | null | null | build.xml | neoautus/lucidj-stddef | 470b7500bbc5bfc612dbed6d97c89da1e334addd | [
"Apache-2.0"
] | null | null | null | build.xml | neoautus/lucidj-stddef | 470b7500bbc5bfc612dbed6d97c89da1e334addd | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0"?>
<!--
Copyright 2018 NEOautus Ltd. (http://neoautus.com)
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 agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
License for the specific language governing permissions and limitations under
the License.
-->
<project name="lucidj-stddef" default="build-all">
<import file="configure.xml"/>
<target name="build-all" depends="init">
<!-- Default for deploy -->
<property name="deploy.flag" value="false"/>
<build.module dir="stddef" symbolicName="org.lucidj.api.stddef" version="1.0.1"
exports="org.lucidj.api.stddef;version=1.0.1" deploy="${deploy.flag}"/>
</target>
<target name="deploy-all">
<property name="deploy.flag" value="true"/>
<antcall target="build-all"/>
</target>
</project>
| 31.394737 | 87 | 0.674769 |
209775456bb7e449aaac4ab49299e1fd7d29950f | 5,695 | xml | XML | PYTHIA8/pythia8243/share/Pythia8/xmldoc/SimpleShowers.xml | mpoghos/AliRoot | e81490f640ad6f2a6189f679de96b07a94304b58 | [
"BSD-3-Clause"
] | 52 | 2016-12-11T13:04:01.000Z | 2022-03-11T11:49:35.000Z | PYTHIA8/pythia8243/share/Pythia8/xmldoc/SimpleShowers.xml | mpoghos/AliRoot | e81490f640ad6f2a6189f679de96b07a94304b58 | [
"BSD-3-Clause"
] | 1,388 | 2016-11-01T10:27:36.000Z | 2022-03-30T15:26:09.000Z | PYTHIA8/pythia8243/share/Pythia8/xmldoc/SimpleShowers.xml | mpoghos/AliRoot | e81490f640ad6f2a6189f679de96b07a94304b58 | [
"BSD-3-Clause"
] | 275 | 2016-06-21T20:24:05.000Z | 2022-03-31T13:06:19.000Z | <chapter name="Simple Showers">
<h2>Simple Showers</h2>
<h3>Overview of recent changes</h3>
PYTHIA comes with a complete parton-shower machinery, but also
allows external shower programs to be linked in to it, see the
<aloc href="ImplementNewShowers">Implement New Showers</aloc>
page. Notably the VINCIA and DIRE codes have been structured
to make use of this functionality. Currently these codes are
distributed separately, but the intention is to integrate them
into the PYTHIA distribution in the future.
<p/>
Originally the <code>TimeShower</code> and <code>SpaceShower</code>
classes implemented the default PYTHIA showers, but also acted as
base classes from which the external showers derived. This has some
disadvantages, so the two aspects are now split. The
<code>TimeShower</code> and <code>SpaceShower</code> classes remain
as simple base classes from which the actual showers are derived.
The physics code has been moved to the new derived
<code>SimpleTimeShower</code> and <code>SimpleSpaceShower</code>.
An external shower that does not use any of the existing shower
algorithms will therefore work as before, which would be the normal
case, but alternatively a shower could of course derive from the new
classes and then reuse relevant code in them.
<p/>
Settings names have been retained, again for reasons of backwards
compatibility of user code, e.g. in command files. Thus setting names
beginning with <code>TimeShower:</code>, <code>SpaceShower:</code>,
<code>WeakShower:</code> or <code>UncertaintyBands:</code> refer
uniquely to the current baseline "simple" ones. In the future some
of them may become common with VINCIA and DIRE, notably the
uncertainty bands ones, whereas ones specific to those two programs
will have names that spell it out.
<p/>
The prepending of "Simple" was a minimalistic choice under the
circumstances; more fancy names could have been chosen. What it
refers to is that showers like VINCIA and DIRE aim higher, in
striving to achieve full NLL accuracy, whereas the Simple ones
operate in an improved LL approximation. In other respects the
Simple showers can do more different physics than the other two,
at least currently. Some examples of the broad approach are
<ul>
<li>Matrix elements corrections for the first ("hardest") gluon
emission in most two-body resonance decays, effectively making the
FSR in these decays NLO accurate.</li>
<li>There is no corresponding NLO accuracy for ISR in any processes,
but several examples where reasonably accurate kinematics spectra
are available over the full phase space, by input of partial
higher-order information.</li>
<li>The default dipole-recoil scheme for FSR can be switched to a
global-recoil option for the first few emissions, in order to simplify
matching and merging to higher-order calculations.</li>
<li>The default global-recoil scheme for ISR can be replaced by a
dipole-recoil scheme, where the other colour dipole end may be in
the final state.</li>
<li>Showers off massive objects, within and beyond the Standard
Model, including e.g. octet onium states.</li>
<li>Showers interleaved with multiparton interactions, and set up
to handle <aloc href="ASecondHardProcess">two predefined hard
interactions</aloc>.</li>
<li>QED showers, where photons can be emitted and then branch
into fermion pairs that shower further.</li>
<li>Weak radiation of <ei>W^+-</ei> and <ei>Z^0</ei> off fermions.</li>
<li>Radiation also in some hadronic decays.</li>
<li>Possibility to handle both abelian and nonabelian showers in a
hidden valley sector, where relevant fully interleaved with normal
QCD and QED radiation.</li>
<li>A wide selection of further switches and parameters to vary shower
assumptions: running of <ei>alpha_s</ei>, <ei>p_Tmin</ei> value,
scale choices, gluon polarization effects, mass effects in
<ei> g → q qbar</ei>, etc.</li>
</ul>
<h3>Shower components</h3>
The <aloc href="MasterSwitches">Master Switches</aloc> for ISR and FSR
in general, and a switch for QED radiation in
<aloc href="ParticleDecays">Particle Decays</aloc> to leptons,
are intended to be common for all shower programs, where applicable.
<p/>
The full description of settings in the Simple Shower framework
is spread across several pages:
<ul>
<li>The final-state <aloc href="TimelikeShowers">Timelike Showers</aloc>
cover all aspects of QCD and QED FSR.</li>
<li>The initial-state <aloc href="SpacelikeShowers">Spacelike Showers</aloc>
cover all aspects of QCD and QED ISR.</li>
<li>While the main switches for weak radiation of <ei>W^+-</ei> and
<ei>Z^0</ei> are found in the two previous FSR and ISR pages,
there also a few common technical
<aloc href="WeakShowers">Weak Showers</aloc> settings.</li>
<li>There is a special framework to produce uncertainty bands from
<aloc href="Variations">Automated Variations</aloc> of basic
parameters, such as factorization and renormalization scales, or
choice of parton distributions.</li>
<li>The settings for final-state showers in a
<aloc href="HiddenValleyProcesses">Hidden Valleys</aloc>
are stored along with the switches for such hard processes.</li>
<li>There is a wide selection of
<aloc href="MatchingAndMerging">Matching and Merging</aloc>
approaches that have been implemented so as to work well with these
showers.</li>
<li>Tunes that include ISR and FSR parameters are described on the
<aloc href="Tunes">Tunes</aloc> page.</li>
<li>The shower evolution can be interrupted or modified with the
help of <aloc href="UserHooks">User Hooks</aloc>.</li>
</ul>
</chapter>
<!-- Copyright (C) 2019 Torbjorn Sjostrand -->
| 48.262712 | 77 | 0.766286 |
17e9c93e57c770815ed2b13a033381beea6a9b8a | 4,146 | xml | XML | cod/PMC6600795/sections/1_body/0_1__introduction/1_p.xml | petermr/crystal | cb461251c440649cfed37e19d415d48df146fb25 | [
"CC0-1.0"
] | null | null | null | cod/PMC6600795/sections/1_body/0_1__introduction/1_p.xml | petermr/crystal | cb461251c440649cfed37e19d415d48df146fb25 | [
"CC0-1.0"
] | null | null | null | cod/PMC6600795/sections/1_body/0_1__introduction/1_p.xml | petermr/crystal | cb461251c440649cfed37e19d415d48df146fb25 | [
"CC0-1.0"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<p>Recently the authors [
<xref rid="B1-materials-12-01804" ref-type="bibr">1</xref>,
<xref rid="B2-materials-12-01804" ref-type="bibr">2</xref>,
<xref rid="B3-materials-12-01804" ref-type="bibr">3</xref>,
<xref rid="B4-materials-12-01804" ref-type="bibr">4</xref>] have carried out studies on the experimental mechanics determination of displacements and their derivatives at the macro and microscopic scales. Both fields were compared using the concept of representative volume element (RVE). In this paper, basic approaches to continuum mechanics are extended to the sub-nanometric level. Mechanics of materials covers multiple scale problems, depending on the type of the issues that are investigated. At each level exists an RVE that provides answers to posed questions. One very important relationship in the multiscale level analysis is the connection of the macro-analysis with the discontinuous nature of matter. Since the 19th century, efforts have been made to relate the macro-behavior of materials with the interactions between atoms and molecules. It was Augustin Louis Cauchy [
<xref rid="B5-materials-12-01804" ref-type="bibr">5</xref>] the first author that introduced a mathematical model connecting the behavior of solids with their atomic structure. This initial analysis of the relationship between the continuum assumption and the discontinuous nature of solids is currently known as Cauchy-Born rule [
<xref rid="B6-materials-12-01804" ref-type="bibr">6</xref>]. In the current form, the Cauchy-Born rule states that for small strains the position of atoms in a deformed crystalline medium can be predicted by the kinematics and dynamics of continuum mechanics in the range of small deformations and rotations. As it is going to be shown later on in this paper, the analysis of the relationship between atom positions and continuum displacement fields can be handled by extending Cauchy-Born rule from the small rotations and deformations to the range of deformations and rotations observed in crystalline metals. A very important role in this development is the concept of dislocation. Interestingly, this concept was introduced from a purely mathematical point of view, analyzing the unicity of the displacement function in the kinematics of the continuum. Volterra [
<xref rid="B7-materials-12-01804" ref-type="bibr">7</xref>] in 1907 introduced the concept of dislocation, and later it was extended by Somigliana [
<xref rid="B8-materials-12-01804" ref-type="bibr">8</xref>] and Love [
<xref rid="B9-materials-12-01804" ref-type="bibr">9</xref>]. Volterra developed a geometrical type of dislocation that today is utilized in the mechanics of fracture, mode 1 utilized fracture mechanics. This abstract mathematical concept was adopted in the field of mechanics of materials to explain discrepancies between theoretical predictions and experimental measurements of the strength of crystals, by Taylor [
<xref rid="B10-materials-12-01804" ref-type="bibr">10</xref>], Orowan [
<xref rid="B11-materials-12-01804" ref-type="bibr">11</xref>], Polanyi [
<xref rid="B12-materials-12-01804" ref-type="bibr">12</xref>] and Nabarro [
<xref rid="B13-materials-12-01804" ref-type="bibr">13</xref>]. A new discipline was thus developed [
<xref rid="B14-materials-12-01804" ref-type="bibr">14</xref>], the mathematical theory of dislocations that analyzes the interactions of the inner components of matter in the processes of deformation beyond the kinematics of small deformations and rotations of continuum mechanics. A considerable amount of literature has been developed to deal with the relationship between the discrete nature of matter and the continuum approach [
<xref rid="B15-materials-12-01804" ref-type="bibr">15</xref>,
<xref rid="B16-materials-12-01804" ref-type="bibr">16</xref>,
<xref rid="B17-materials-12-01804" ref-type="bibr">17</xref>,
<xref rid="B18-materials-12-01804" ref-type="bibr">18</xref>,
<xref rid="B19-materials-12-01804" ref-type="bibr">19</xref>,
<xref rid="B20-materials-12-01804" ref-type="bibr">20</xref>].
</p>
| 172.75 | 888 | 0.776411 |
aa1ab57907f143e2358430f3df8b8922be809bdb | 9,421 | xml | XML | xml/System.IdentityModel.Tokens/EncryptedKeyEncryptingCredentials.xml | huangmin-ms/dotnet-api-docs | 8b0fb7012f5eb52c555603d4ec010c9c718c3a42 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | xml/System.IdentityModel.Tokens/EncryptedKeyEncryptingCredentials.xml | huangmin-ms/dotnet-api-docs | 8b0fb7012f5eb52c555603d4ec010c9c718c3a42 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | xml/System.IdentityModel.Tokens/EncryptedKeyEncryptingCredentials.xml | huangmin-ms/dotnet-api-docs | 8b0fb7012f5eb52c555603d4ec010c9c718c3a42 | [
"CC-BY-4.0",
"MIT"
] | null | null | null | <Type Name="EncryptedKeyEncryptingCredentials" FullName="System.IdentityModel.Tokens.EncryptedKeyEncryptingCredentials">
<TypeSignature Language="C#" Value="public class EncryptedKeyEncryptingCredentials : System.IdentityModel.Tokens.EncryptingCredentials" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit EncryptedKeyEncryptingCredentials extends System.IdentityModel.Tokens.EncryptingCredentials" />
<TypeSignature Language="DocId" Value="T:System.IdentityModel.Tokens.EncryptedKeyEncryptingCredentials" />
<TypeSignature Language="VB.NET" Value="Public Class EncryptedKeyEncryptingCredentials
Inherits EncryptingCredentials" />
<TypeSignature Language="F#" Value="type EncryptedKeyEncryptingCredentials = class
 inherit EncryptingCredentials" />
<TypeSignature Language="C++ CLI" Value="public ref class EncryptedKeyEncryptingCredentials : System::IdentityModel::Tokens::EncryptingCredentials" />
<AssemblyInfo>
<AssemblyName>System.IdentityModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.IdentityModel.Tokens.EncryptingCredentials</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public EncryptedKeyEncryptingCredentials (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Security.Cryptography.X509Certificates.X509Certificate2 certificate) cil managed" />
<MemberSignature Language="DocId" Value="M:System.IdentityModel.Tokens.EncryptedKeyEncryptingCredentials.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (certificate As X509Certificate2)" />
<MemberSignature Language="F#" Value="new System.IdentityModel.Tokens.EncryptedKeyEncryptingCredentials : System.Security.Cryptography.X509Certificates.X509Certificate2 -> System.IdentityModel.Tokens.EncryptedKeyEncryptingCredentials" Usage="new System.IdentityModel.Tokens.EncryptedKeyEncryptingCredentials certificate" />
<MemberSignature Language="C++ CLI" Value="public:
 EncryptedKeyEncryptingCredentials(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate);" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>System.IdentityModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="certificate" Type="System.Security.Cryptography.X509Certificates.X509Certificate2" />
</Parameters>
<Docs>
<param name="certificate">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public EncryptedKeyEncryptingCredentials (System.IdentityModel.Tokens.EncryptingCredentials wrappingCredentials, int keySizeInBits, string encryptionAlgorithm);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.IdentityModel.Tokens.EncryptingCredentials wrappingCredentials, int32 keySizeInBits, string encryptionAlgorithm) cil managed" />
<MemberSignature Language="DocId" Value="M:System.IdentityModel.Tokens.EncryptedKeyEncryptingCredentials.#ctor(System.IdentityModel.Tokens.EncryptingCredentials,System.Int32,System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (wrappingCredentials As EncryptingCredentials, keySizeInBits As Integer, encryptionAlgorithm As String)" />
<MemberSignature Language="F#" Value="new System.IdentityModel.Tokens.EncryptedKeyEncryptingCredentials : System.IdentityModel.Tokens.EncryptingCredentials * int * string -> System.IdentityModel.Tokens.EncryptedKeyEncryptingCredentials" Usage="new System.IdentityModel.Tokens.EncryptedKeyEncryptingCredentials (wrappingCredentials, keySizeInBits, encryptionAlgorithm)" />
<MemberSignature Language="C++ CLI" Value="public:
 EncryptedKeyEncryptingCredentials(System::IdentityModel::Tokens::EncryptingCredentials ^ wrappingCredentials, int keySizeInBits, System::String ^ encryptionAlgorithm);" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>System.IdentityModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="wrappingCredentials" Type="System.IdentityModel.Tokens.EncryptingCredentials" />
<Parameter Name="keySizeInBits" Type="System.Int32" />
<Parameter Name="encryptionAlgorithm" Type="System.String" />
</Parameters>
<Docs>
<param name="wrappingCredentials">To be added.</param>
<param name="keySizeInBits">To be added.</param>
<param name="encryptionAlgorithm">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public EncryptedKeyEncryptingCredentials (System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, string keyWrappingAlgorithm, int keySizeInBits, string encryptionAlgorithm);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Security.Cryptography.X509Certificates.X509Certificate2 certificate, string keyWrappingAlgorithm, int32 keySizeInBits, string encryptionAlgorithm) cil managed" />
<MemberSignature Language="DocId" Value="M:System.IdentityModel.Tokens.EncryptedKeyEncryptingCredentials.#ctor(System.Security.Cryptography.X509Certificates.X509Certificate2,System.String,System.Int32,System.String)" />
<MemberSignature Language="VB.NET" Value="Public Sub New (certificate As X509Certificate2, keyWrappingAlgorithm As String, keySizeInBits As Integer, encryptionAlgorithm As String)" />
<MemberSignature Language="F#" Value="new System.IdentityModel.Tokens.EncryptedKeyEncryptingCredentials : System.Security.Cryptography.X509Certificates.X509Certificate2 * string * int * string -> System.IdentityModel.Tokens.EncryptedKeyEncryptingCredentials" Usage="new System.IdentityModel.Tokens.EncryptedKeyEncryptingCredentials (certificate, keyWrappingAlgorithm, keySizeInBits, encryptionAlgorithm)" />
<MemberSignature Language="C++ CLI" Value="public:
 EncryptedKeyEncryptingCredentials(System::Security::Cryptography::X509Certificates::X509Certificate2 ^ certificate, System::String ^ keyWrappingAlgorithm, int keySizeInBits, System::String ^ encryptionAlgorithm);" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>System.IdentityModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="certificate" Type="System.Security.Cryptography.X509Certificates.X509Certificate2" />
<Parameter Name="keyWrappingAlgorithm" Type="System.String" />
<Parameter Name="keySizeInBits" Type="System.Int32" />
<Parameter Name="encryptionAlgorithm" Type="System.String" />
</Parameters>
<Docs>
<param name="certificate">To be added.</param>
<param name="keyWrappingAlgorithm">To be added.</param>
<param name="keySizeInBits">To be added.</param>
<param name="encryptionAlgorithm">To be added.</param>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="WrappingCredentials">
<MemberSignature Language="C#" Value="public System.IdentityModel.Tokens.EncryptingCredentials WrappingCredentials { get; }" />
<MemberSignature Language="ILAsm" Value=".property instance class System.IdentityModel.Tokens.EncryptingCredentials WrappingCredentials" />
<MemberSignature Language="DocId" Value="P:System.IdentityModel.Tokens.EncryptedKeyEncryptingCredentials.WrappingCredentials" />
<MemberSignature Language="VB.NET" Value="Public ReadOnly Property WrappingCredentials As EncryptingCredentials" />
<MemberSignature Language="F#" Value="member this.WrappingCredentials : System.IdentityModel.Tokens.EncryptingCredentials" Usage="System.IdentityModel.Tokens.EncryptedKeyEncryptingCredentials.WrappingCredentials" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::IdentityModel::Tokens::EncryptingCredentials ^ WrappingCredentials { System::IdentityModel::Tokens::EncryptingCredentials ^ get(); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>System.IdentityModel</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.IdentityModel.Tokens.EncryptingCredentials</ReturnType>
</ReturnValue>
<Docs>
<summary>To be added.</summary>
<value>To be added.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>
| 80.521368 | 416 | 0.762339 |
aa3824f1d651417989e0e3a2d671c3bf3ce326c9 | 321 | xml | XML | IcePoint_Project/icepoint-framework/org/springframework/util/annotations.xml | juyss/workspace | 6005307287200ce5c208f02ff307409d0d34a5e5 | [
"MulanPSL-1.0"
] | null | null | null | IcePoint_Project/icepoint-framework/org/springframework/util/annotations.xml | juyss/workspace | 6005307287200ce5c208f02ff307409d0d34a5e5 | [
"MulanPSL-1.0"
] | 1 | 2020-09-14T07:46:05.000Z | 2020-09-14T07:46:05.000Z | IcePoint_Project/icepoint-framework/org/springframework/util/annotations.xml | juyss/workspace | 6005307287200ce5c208f02ff307409d0d34a5e5 | [
"MulanPSL-1.0"
] | null | null | null | <root>
<item name='org.springframework.util.Assert void hasText(java.lang.String, java.lang.String)'>
<annotation name='org.jetbrains.annotations.Contract'>
<val name="value" val=""null, _ -> fail""/>
<val name="pure" val="true"/>
</annotation>
</item>
</root> | 40.125 | 98 | 0.604361 |
1776f5874117a82832cfe3cf788930437e5e7f7e | 305 | xml | XML | app/src/main/res/values-pt-rBR/strings.xml | paulosalvatore/Ocean_Android_Introducao_18_05_2021 | 19fd8b9e89a8fb6ccec316155051575df3169e0a | [
"MIT"
] | 5 | 2021-05-18T13:33:53.000Z | 2021-05-19T13:10:36.000Z | app/src/main/res/values-pt-rBR/strings.xml | paulosalvatore/Ocean_Android_Introducao_18_05_2021 | 19fd8b9e89a8fb6ccec316155051575df3169e0a | [
"MIT"
] | null | null | null | app/src/main/res/values-pt-rBR/strings.xml | paulosalvatore/Ocean_Android_Introducao_18_05_2021 | 19fd8b9e89a8fb6ccec316155051575df3169e0a | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="app_name">Samsung Ocean: Android Intro</string>
<string name="insert_your_name">Insira o seu nome...</string>
<string name="send">Enviar</string>
<string name="insert_valid_name">Digite um nome válido!</string>
</resources>
| 38.125 | 68 | 0.698361 |
a448fe9cdb2d0a46a28b17066bcdfd0a336377d8 | 343 | xml | XML | FrameAnimation/Metadata.xml | azurechamp/monodroid-samples | 660ca3ee4beb33fbb3ecfbbae7c4e7f9cb92ffab | [
"Apache-2.0"
] | 1 | 2020-06-01T15:43:04.000Z | 2020-06-01T15:43:04.000Z | FrameAnimation/Metadata.xml | azurechamp/monodroid-samples | 660ca3ee4beb33fbb3ecfbbae7c4e7f9cb92ffab | [
"Apache-2.0"
] | null | null | null | FrameAnimation/Metadata.xml | azurechamp/monodroid-samples | 660ca3ee4beb33fbb3ecfbbae7c4e7f9cb92ffab | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="utf-8" ?>
<SampleMetadata>
<ID>2320b118-b460-466a-ba68-1a1372da8eea</ID>
<IsFullApplication>true</IsFullApplication>
<Level>Intermediate</Level>
<Tags>Android</Tags>
<SupportedPlatforms>Android</SupportedPlatforms>
<LicenseRequirement>Starter</LicenseRequirement>
<Gallery>false</Gallery>
</SampleMetadata> | 34.3 | 49 | 0.781341 |
a4892643fc8b25a0da1808a714e7a87cea3a005a | 1,837 | xml | XML | test-output/testng-failed.xml | deepikabmprglobalsolutions/atlas_ | d87b7037276cf1a20500cf0f19438122eb5aa19f | [
"Apache-2.0"
] | null | null | null | test-output/testng-failed.xml | deepikabmprglobalsolutions/atlas_ | d87b7037276cf1a20500cf0f19438122eb5aa19f | [
"Apache-2.0"
] | null | null | null | test-output/testng-failed.xml | deepikabmprglobalsolutions/atlas_ | d87b7037276cf1a20500cf0f19438122eb5aa19f | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite name="Failed suite [AtlasSuite]" parallel="tests">
<parameter name="guid" value="src/test/data/guid.txt"/>
<parameter name="searchQueries" value="src/test/data/searchqueries.txt"/>
<parameter name="browserName" value="firefox"/>
<parameter name="validateLineage" value="Metric:084f35c8-6ca2-4aea-b8d5-dcc45297d435"/>
<parameter name="server_ip" value="162.249.6.39"/>
<parameter name="invalidSearchData" value="abc!@#"/>
<parameter name="browser_window_width" value="900"/>
<parameter name="browser_window_height" value="1600"/>
<parameter name="server_port" value="3682"/>
<listeners>
<listener class-name="com.apache.atlas.listener.AtlasTestReportListener"/>
</listeners>
<test name="AtlasUIAutomationTests(failed)" parallel="tests">
<parameter name="guid" value="src/test/data/guid.txt"/>
<parameter name="searchQueries" value="src/test/data/searchqueries.txt"/>
<parameter name="validateLineage" value="Metric:084f35c8-6ca2-4aea-b8d5-dcc45297d435"/>
<parameter name="invalidSearchData" value="abc!@#"/>
<classes>
<class name="org.apache.atlas.seleniumtests.HomePageTest">
<methods>
<include name="tearDown"/>
<include name="setup"/>
<include name="loadHomeTest"/>
</methods>
</class> <!-- org.apache.atlas.seleniumtests.HomePageTest -->
<class name="org.apache.atlas.seleniumtests.SearchPageTest">
<methods>
<include name="loadSearchTest"/>
<include name="validateTagSearchFunctionality"/>
</methods>
</class> <!-- org.apache.atlas.seleniumtests.SearchPageTest -->
</classes>
</test> <!-- AtlasUIAutomationTests(failed) -->
</suite> <!-- Failed suite [AtlasSuite] -->
| 48.342105 | 91 | 0.68209 |
a04f45db194b7d41c9931e90b1ba88b507f7d75b | 310 | xml | XML | train/test_00000107.xml | star-u/FaceMaskDetection | cfc8075aaa344a2155c3c57d1e766e8d2e3f915d | [
"MIT"
] | 1 | 2021-12-13T08:13:11.000Z | 2021-12-13T08:13:11.000Z | train/test_00000107.xml | star-u/FaceMaskDetection | cfc8075aaa344a2155c3c57d1e766e8d2e3f915d | [
"MIT"
] | null | null | null | train/test_00000107.xml | star-u/FaceMaskDetection | cfc8075aaa344a2155c3c57d1e766e8d2e3f915d | [
"MIT"
] | null | null | null | <annotation>
<folder>/home/daniel/Data/Dataset/FaceMaskNew/train_mafa</folder>
<filename>test_00000107.xml</filename>
<object>
<name>face_mask</name>
<difficult>0</difficult>
<bndbox>
<xmin>305</xmin>
<ymin>151</ymin>
<xmax>394</xmax>
<ymax>281</ymax>
</bndbox>
</object>
</annotation>
| 20.666667 | 66 | 0.677419 |
a0a5ef4c38ca57f8b7ef5a348f7ba88f65e412f5 | 4,229 | xml | XML | src/assets/section/archives/job/90F20772-74D6-458F-A991-30DA47173189.xml | coska/TemplateEngineAngular | 96911773d5129df2a23dbb0249749b87ea198e5c | [
"MIT"
] | null | null | null | src/assets/section/archives/job/90F20772-74D6-458F-A991-30DA47173189.xml | coska/TemplateEngineAngular | 96911773d5129df2a23dbb0249749b87ea198e5c | [
"MIT"
] | 11 | 2019-01-05T03:59:24.000Z | 2021-03-25T21:08:11.000Z | assets/section/archives/job/90F20772-74D6-458F-A991-30DA47173189.xml | coska/coska.github.com | 3309d0125b651f52d44942ae5401bd07c39765e5 | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<post>
<author>이진경</author>
<comments/>
<content>Senior Java/Vitria Developer - Toronto <br>Toronto Area - Downtown, Ontario, Canada <br>Are you looking for a unique career opportunity? Join CGI's E-business team based at our 595 Bay Street office in downtown Toronto. This team delivers and supports E-Business solutions to our major client in the telecommunications sector. The E-Business team is currently looking for several Senior Consultants with extensive Java J2EE and Vitria Middleware experience. The projects incorporate custom and out-of-the-box connectors, automator models, event definitions, and Java code to provide the required functionality.<br><br>As a Senior Java/Vitria Developer you will be responsible for full life cycle of enhancements including analysis, design, coding and testing as well as preparing project and user documentation for the clients applications. The role also involves interacting with the end clients, other vendors, and development teams on a daily basis. Shift work and overtime are required during the deployment weekends and sometimes during the maintenance windows.<br><br>Our ideal candidate will have a Bachelors Degree in Computer Science or a related discipline along with a minimum of 6 years of relevant IT experience. You are a customer focused professional with exceptional communication and relationship building skills. You have proven expertise in J2EE technologies including strong core Java, EJB, UML, HTML and XML programming abilities. Also, your experience includes 1-2 years of hands-on Vitria development experience with automators and connectors. Ideally you will have J2ME, Oracle, Unix and SQL experience. You should also possess the ability to analyze complex application problems and provide workable solutions, conduct system analysis and design based on system blueprints. You will be responsible for maintaining good customer relationships by directly interacting with the client and providing prompt problem solving services. <br><br>To succeed in this role you should be energetic, motivated, and achievement-oriented. You will have organizational awareness with the ability to balance service levels against quality of delivery. You are strong in character, confident, yet have the ability and will to \\&quot;roll up your sleeves\\&quot;. You are disciplined with a strong orientation towards detail. Motivated for future participation in the management team with astute business sense and superior communication skills. You are able to effectively present your ideas to senior management with a strong ability to think conceptually and strategically and to develop and/or leverage partnering relationships<br><br>CGI is the fourth largest independent information technology services firm in North America providing end-to-end IT services and business solutions to more than 3,000 clients worldwide. CGI provides a full range of IT services, including consulting, systems integration, and the management of business and IT functions.<br><br>CGI offers a competitive compensation package with opportunities for growth and professional development. Benefits for this position start day one and includes a minimum of 3 weeks vacation, profit sharing and a stock purchase plan. We are an equal opportunity employer. <br><br>We wish to thank all applicants for their interest and effort in applying for this position; however, only candidates selected for interviews will be contacted. <br><br>No unsolicited agency referrals please. <br><br>(Code DM)<br><br>Must Have Skills<br><br>Core Java Development<br>J2EE technologies<br>Java Server Pages (JSP)<br>Vitria Businessware connectors/automators<br>Enterprise Java Beans (EJB)<br>XML, UML<br>Nice to Have Skills<br>Oracle<br>ASP<br>SQL<br> <br></content>
<postId>90F20772-74D6-458F-A991-30DA47173189</postId>
<pubDate>2003-01-17T00:00:00-05:00</pubDate>
<title>Senior Java/Vitria Developer - Toronto</title>
</post>
| 422.9 | 3,951 | 0.803973 |
c072245f64b2e556332f7bff2725783d6797fe28 | 3,030 | xml | XML | docs/Mono.FastCGI/en/Mono.FastCgi/EndRequestBody.xml | barsgroup/xsp | e1494fcb8c12e329631f8f335732bcaf318a4ec7 | [
"MIT"
] | 125 | 2015-01-13T06:10:17.000Z | 2022-02-16T17:27:11.000Z | docs/Mono.FastCGI/en/Mono.FastCgi/EndRequestBody.xml | barsgroup/xsp | e1494fcb8c12e329631f8f335732bcaf318a4ec7 | [
"MIT"
] | 6 | 2015-08-20T12:14:57.000Z | 2021-01-26T13:33:02.000Z | docs/Mono.FastCGI/en/Mono.FastCgi/EndRequestBody.xml | barsgroup/xsp | e1494fcb8c12e329631f8f335732bcaf318a4ec7 | [
"MIT"
] | 56 | 2015-02-12T15:10:54.000Z | 2022-02-16T17:27:15.000Z | <Type Name="EndRequestBody" FullName="Mono.FastCgi.EndRequestBody">
<TypeSignature Language="C#" Value="public struct EndRequestBody" />
<TypeSignature Language="ILAsm" Value=".class public sequential ansi sealed beforefieldinit EndRequestBody extends System.ValueType" />
<AssemblyInfo>
<AssemblyName>fastcgi-mono-server2</AssemblyName>
<AssemblyVersion>2.8.1.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.ValueType</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>
This struct contains the body data for an EndRequest record.
</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="public EndRequestBody (int appStatus, Mono.FastCgi.ProtocolStatus protocolStatus);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(int32 appStatus, valuetype Mono.FastCgi.ProtocolStatus protocolStatus) cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.8.1.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="appStatus" Type="System.Int32" />
<Parameter Name="protocolStatus" Type="Mono.FastCgi.ProtocolStatus" />
</Parameters>
<Docs>
<param name="appStatus">
<para>A <see cref="T:System.Int32" /> containing the application
status the request ended with.</para>
<para>This is the same value as would be returned by a
program on termination. On successful termination, this
would be zero.</para>
</param>
<param name="protocolStatus">
A <see cref="T:Mono.FastCgi.ProtocolStatus" /> containing the FastCGI
protocol status with which the request is being ended.
</param>
<summary>
Constructs and initializes a new instance of <see cref="T:Mono.FastCgi.EndRequestBody" /> with a specified application
status and protocol status.
</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="GetData">
<MemberSignature Language="C#" Value="public byte[] GetData ();" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance unsigned int8[] GetData() cil managed" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyVersion>2.8.1.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Byte[]</ReturnType>
</ReturnValue>
<Parameters />
<Docs>
<summary>
Gets the data contained in the current instance.
</summary>
<returns>
A <see cref="T:System.Byte[]" /> containing the data contained in
the current instance.
</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>
| 41.506849 | 204 | 0.645545 |
43e7b2f41350190ea84c7c5017fb6d258138acce | 2,521 | xml | XML | 08b-using-kafka-streams-with-azkarra/src/azkarra-kafkastreams/dependency-reduced-pom.xml | gschmutz/event-driven-microservices-workshop | a08774a697582af6e02f8da4b96f11b7e7cf8037 | [
"Apache-2.0"
] | 1 | 2021-12-13T14:38:56.000Z | 2021-12-13T14:38:56.000Z | 08b-using-kafka-streams-with-azkarra/src/azkarra-kafkastreams/dependency-reduced-pom.xml | gschmutz/event-driven-microservices-workshop | a08774a697582af6e02f8da4b96f11b7e7cf8037 | [
"Apache-2.0"
] | 1 | 2021-08-09T22:52:16.000Z | 2021-08-09T23:06:24.000Z | 08b-using-kafka-streams-with-azkarra/src/azkarra-kafkastreams/dependency-reduced-pom.xml | gschmutz/event-driven-microservices-workshop | a08774a697582af6e02f8da4b96f11b7e7cf8037 | [
"Apache-2.0"
] | 3 | 2021-08-02T13:31:02.000Z | 2021-12-16T09:16:37.000Z | <?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.trivadis.kafkaws</groupId>
<artifactId>azkarra-kafkastreams</artifactId>
<name>azkarra-quickstart-java</name>
<version>1.0-SNAPSHOT</version>
<description>Simple Azkarra Streams project</description>
<build>
<resources>
<resource>
<filtering>true</filtering>
<directory>src/main/resources</directory>
</resource>
</resources>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.8.0</version>
<configuration>
<release>11</release>
</configuration>
</plugin>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<version>3.0.0</version>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<artifactSet>
<excludes>
<exclude>log4j:*</exclude>
</excludes>
</artifactSet>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
</filters>
<transformers>
<transformer>
<mainClass>com.trivadis.kafkaws.StreamingApp</mainClass>
</transformer>
</transformers>
</configuration>
</execution>
</executions>
</plugin>
</plugins>
</build>
<properties>
<kafka.streams.version>2.7.0</kafka.streams.version>
<maven.compiler.target>11</maven.compiler.target>
<azkarra.streams.version>0.9.2</azkarra.streams.version>
<maven.compiler.source>11</maven.compiler.source>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<log4j.version>2.13.3</log4j.version>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
</project>
| 35.507042 | 202 | 0.550575 |
d7b7755f745ca112124b87aafa609ad2042a8d8f | 1,652 | xml | XML | src/main/resources/mapper/BuildingSiteMapper.xml | XuYIXuan666/mybatisPlusGenerator | e68cfb2556b1f77456b3aee3f2fbf3ade5036518 | [
"MIT"
] | null | null | null | src/main/resources/mapper/BuildingSiteMapper.xml | XuYIXuan666/mybatisPlusGenerator | e68cfb2556b1f77456b3aee3f2fbf3ade5036518 | [
"MIT"
] | null | null | null | src/main/resources/mapper/BuildingSiteMapper.xml | XuYIXuan666/mybatisPlusGenerator | e68cfb2556b1f77456b3aee3f2fbf3ade5036518 | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.dongyang.sedimentcar.mapper.BuildingSiteMapper">
<!-- 通用查询映射结果 -->
<resultMap id="BaseResultMap" type="com.dongyang.sedimentcar.domain.BuildingSite">
<id column="id" property="id"/>
<result column="baojianhao" property="baojianhao"/>
<result column="area" property="area"/>
<result column="item" property="item"/>
<result column="location" property="location"/>
<result column="yujifangliang" property="yujifangliang"/>
<result column="jianshedanwei" property="jianshedanwei"/>
<result column="js_psrson" property="jsPsrson"/>
<result column="js_phone" property="jsPhone"/>
<result column="shigongdanwei" property="shigongdanwei"/>
<result column="sg_phone" property="sgPhone"/>
<result column="create_time" property="createTime"/>
<result column="update_time" property="updateTime"/>
<result column="version" property="version"/>
<result column="delete_flag" property="deleteFlag"/>
</resultMap>
<!-- 通用查询结果列 -->
<sql id="Base_Column_List">
id, baojianhao, area, item, location, yujifangliang, jianshedanwei, js_psrson, js_phone, shigongdanwei, sg_phone, create_time, update_time, version, delete_flag
</sql>
</mapper> | 56.965517 | 172 | 0.586562 |
0d6311a528db073bb08caa7c0d3fc19365e4229c | 1,399 | csproj | XML | src/Senparc.Scf.Core/Senparc.Scf.Core.csproj | HelloEasyWork/SCF | 39e8ad2de20290fcb4617e9af96d6d35f0b03830 | [
"Apache-2.0"
] | null | null | null | src/Senparc.Scf.Core/Senparc.Scf.Core.csproj | HelloEasyWork/SCF | 39e8ad2de20290fcb4617e9af96d6d35f0b03830 | [
"Apache-2.0"
] | null | null | null | src/Senparc.Scf.Core/Senparc.Scf.Core.csproj | HelloEasyWork/SCF | 39e8ad2de20290fcb4617e9af96d6d35f0b03830 | [
"Apache-2.0"
] | null | null | null | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netcoreapp2.2</TargetFramework>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="AutoMapper" Version="7.0.1" />
<PackageReference Include="AutoMapper.Extensions.Microsoft.DependencyInjection" Version="5.0.1" />
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.EntityFrameworkCore" Version="2.2.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.SqlServer" Version="2.2.0" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Tools" Version="2.2.0">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
<PackageReference Include="Senparc.CO2NET" Version="0.8.1-preview1" />
<PackageReference Include="Senparc.Weixin" Version="6.4.7-preview1" />
<PackageReference Include="Senparc.Weixin.Cache.Memcached" Version="2.3.7-preview1" />
<PackageReference Include="Senparc.Weixin.Cache.Redis" Version="2.5.7-preview1" />
<PackageReference Include="Senparc.Weixin.MP" Version="16.7.7.3-preview1" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Senparc.Scf.Log\Senparc.Scf.Log.csproj" />
<ProjectReference Include="..\Senparc.Scf.Utility\Senparc.Scf.Utility.csproj" />
</ItemGroup>
</Project>
| 49.964286 | 102 | 0.734811 |
a7f6a7283fe0a83b84a39f0cdf3b2966d6c1f5b5 | 15,462 | xml | XML | vendor/license-list-XML/src/ECL-2.0.xml | Dfurb87/licensee | e79a86a3446c913cc307be75fa3fd7d14f58f8d7 | [
"MIT"
] | 328 | 2019-03-01T22:24:22.000Z | 2022-03-28T03:34:01.000Z | vendor/license-list-XML/src/ECL-2.0.xml | MaxMood96/licensee | 4a59559a19b8cfe10f3df024e138e7d76fc09d7f | [
"MIT"
] | 276 | 2015-02-27T18:55:00.000Z | 2019-03-01T11:28:29.000Z | vendor/license-list-XML/src/ECL-2.0.xml | MaxMood96/licensee | 4a59559a19b8cfe10f3df024e138e7d76fc09d7f | [
"MIT"
] | 138 | 2019-03-01T22:24:24.000Z | 2022-03-30T03:09:16.000Z | <?xml version="1.0" encoding="UTF-8"?>
<SPDXLicenseCollection xmlns="http://www.spdx.org/license">
<license isOsiApproved="true" licenseId="ECL-2.0"
name="Educational Community License v2.0">
<crossRefs>
<crossRef>https://opensource.org/licenses/ECL-2.0</crossRef>
</crossRefs>
<notes>The Educational Community License version 2.0 ("ECL") consists of the Apache 2.0 license, modified
to change the scope of the patent grant in section 3 to be specific to the needs of the education
communities using this license. The url included in the boilerplate notice does not work.
(15/10/10)
</notes>
<text>
<titleText>
<p>Educational Community License
<br/>Version 2.0, April 2007
</p>
</titleText>
<optional>
<p>http://www.osedu.org/licenses/</p>
<p>The Educational Community License version 2.0 ("ECL") consists of the Apache 2.0 license,
modified to change the scope of the patent grant in section 3 to be specific to the needs of the
education communities using this license. The original Apache 2.0 license can be found at:
http://www.apache.org/licenses/LICENSE-2.0</p>
</optional>
<p>TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION</p>
<list>
<item>
<bullet>1.</bullet>
Definitions.
<list>
<item>
<p>"License" shall mean the terms and conditions for use, reproduction, and distribution
as defined by Sections 1 through 9 of this document.</p>
</item>
<item>
<p>"Licensor" shall mean the copyright owner or entity authorized by the copyright owner
that is granting the License.</p>
</item>
<item>
<p>"Legal Entity" shall mean the union of the acting entity and all other entities that
control, are controlled by, or are under common control with that entity. For the purposes of
this definition, "control" means (i) the power, direct or indirect, to cause the
direction or management of such entity, whether by contract or otherwise, or (ii) ownership of
fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such
entity.</p>
</item>
<item>
<p>"You" (or "Your") shall mean an individual or Legal Entity exercising
permissions granted by this License.</p>
</item>
<item>
<p>"Source" form shall mean the preferred form for making modifications, including but not
limited to software source code, documentation source, and configuration files.</p>
</item>
<item>
<p>"Object" form shall mean any form resulting from mechanical transformation or
translation of a Source form, including but not limited to compiled object code, generated
documentation, and conversions to other media types.</p>
</item>
<item>
<p>"Work" shall mean the work of authorship, whether in Source or Object form, made
available under the License, as indicated by a copyright notice that is included in or
attached to the work (an example is provided in the Appendix below).</p>
</item>
<item>
<p>"Derivative Works" shall mean any work, whether in Source or Object form, that is based
on (or derived from) the Work and for which the editorial revisions, annotations,
elaborations, or other modifications represent, as a whole, an original work of authorship.
For the purposes of this License, Derivative Works shall not include works that remain
separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative
Works thereof.</p>
</item>
<item>
<p>"Contribution" shall mean any work of authorship, including the original version of the
Work and any modifications or additions to that Work or Derivative Works thereof, that is
intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an
individual or Legal Entity authorized to submit on behalf of the copyright owner. For the
purposes of this definition, "submitted" means any form of electronic, verbal, or
written communication sent to the Licensor or its representatives, including but not limited
to communication on electronic mailing lists, source code control systems, and issue tracking
systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and
improving the Work, but excluding communication that is conspicuously marked or otherwise
designated in writing by the copyright owner as "Not a Contribution."</p>
</item>
<item>
<p>"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom
a Contribution has been received by Licensor and subsequently incorporated within the
Work.</p>
</item>
</list>
</item>
<item>
<bullet>2.</bullet>
Grant of Copyright License.
<p>Subject to the terms and conditions of this License, each Contributor hereby grants to You a
perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to
reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and
distribute the Work and such Derivative Works in Source or Object form.</p>
</item>
<item>
<bullet>3.</bullet>
Grant of Patent License.
<p>Subject to the terms and conditions of this License, each Contributor hereby grants to You a
perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in
this section) patent license to make, have made, use, offer to sell, sell, import, and
otherwise transfer the Work, where such license applies only to those patent claims licensable
by such Contributor that are necessarily infringed by their Contribution(s) alone or by
combination of their Contribution(s) with the Work to which such Contribution(s) was
submitted. If You institute patent litigation against any entity (including a cross-claim or
counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the
Work constitutes direct or contributory patent infringement, then any patent licenses granted
to You under this License for that Work shall terminate as of the date such litigation is
filed. Any patent license granted hereby with respect to contributions by an individual
employed by an institution or organization is limited to patent claims where the individual
that is the author of the Work is also the inventor of the patent claims licensed, and where
the organization or institution has the right to grant such license under applicable grant and
research funding agreements. No other express or implied licenses are granted.</p>
</item>
<item>
<bullet>4.</bullet>
Redistribution.
<p>You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium,
with or without modifications, and in Source or Object form, provided that You meet the
following conditions:</p>
<list>
<item>
<bullet>a.</bullet>
You must give any other recipients of the Work or Derivative Works a copy of this License; and
</item>
<item>
<bullet>b.</bullet>
You must cause any modified files to carry prominent notices stating that You changed the files; and
</item>
<item>
<bullet>c.</bullet>
You must retain, in the Source form of any Derivative Works that You distribute, all
copyright, patent, trademark, and attribution notices from the Source form of the Work,
excluding those notices that do not pertain to any part of the Derivative Works; and
</item>
<item>
<bullet>d.</bullet>
If the Work includes a "NOTICE" text file as part of its distribution, then any
Derivative Works that You distribute must include a readable copy of the attribution
notices contained within such NOTICE file, excluding those notices that do not pertain to
any part of the Derivative Works, in at least one of the following places: within a NOTICE
text file distributed as part of the Derivative Works; within the Source form or
documentation, if provided along with the Derivative Works; or, within a display generated
by the Derivative Works, if and wherever such third-party notices normally appear. The
contents of the NOTICE file are for informational purposes only and do not modify the
License. You may add Your own attribution notices within Derivative Works that You
distribute, alongside or as an addendum to the NOTICE text from the Work, provided that
such additional attribution notices cannot be construed as modifying the License.
<p>You may add Your own copyright statement to Your modifications and may provide additional or
different license terms and conditions for use, reproduction, or distribution of Your
modifications, or for any such Derivative Works as a whole, provided Your use,
reproduction, and distribution of the Work otherwise complies with the conditions stated
in this License.</p>
</item>
</list>
</item>
<item>
<bullet>5.</bullet>
Submission of Contributions.
<p>Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in
the Work by You to the Licensor shall be under the terms and conditions of this License,
without any additional terms or conditions. Notwithstanding the above, nothing herein shall
supersede or modify the terms of any separate license agreement you may have executed with
Licensor regarding such Contributions.</p>
</item>
<item>
<bullet>6.</bullet>
Trademarks.
<p>This License does not grant permission to use the trade names, trademarks, service marks, or
product names of the Licensor, except as required for reasonable and customary use in
describing the origin of the Work and reproducing the content of the NOTICE file.</p>
</item>
<item>
<bullet>7.</bullet>
Disclaimer of Warranty.
<p>Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each
Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR
CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any
warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or
redistributing the Work and assume any risks associated with Your exercise of permissions
under this License.</p>
</item>
<item>
<bullet>8.</bullet>
Limitation of Liability.
<p>In no event and under no legal theory, whether in tort (including negligence), contract, or
otherwise, unless required by applicable law (such as deliberate and grossly negligent acts)
or agreed to in writing, shall any Contributor be liable to You for damages, including any
direct, indirect, special, incidental, or consequential damages of any character arising as a
result of this License or out of the use or inability to use the Work (including but not
limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or
any and all other commercial damages or losses), even if such Contributor has been advised of
the possibility of such damages.</p>
</item>
<item>
<bullet>9.</bullet>
Accepting Warranty or Additional Liability.
</item>
</list>
<p>While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for,
acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent
with this License. However, in accepting such obligations, You may act only on Your own behalf and on
Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify,
defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against,
such Contributor by reason of your accepting any such warranty or additional liability.</p>
<optional>
<p>END OF TERMS AND CONDITIONS</p>
<p>APPENDIX: How to apply the Educational Community License to your work</p>
<p>To apply the Educational Community License to your work, attach
<br/>the following boilerplate notice, with the fields enclosed by
<br/>brackets "[]" replaced with your own identifying information.
<br/>(Don't include the brackets!) The text should be enclosed in the
<br/>appropriate comment syntax for the file format. We also recommend
<br/>that a file or class name and description of purpose be included on
<br/>the same "printed page" as the copyright notice for easier
<br/>identification within third-party archives.
</p>
<standardLicenseHeader>
<p>Copyright <alt name="copyright" match=".+">[yyyy] [name of copyright owner]</alt> Licensed under the
<br/>Educational Community License, Version 2.0 (the "License"); you may
<br/>not use this file except in compliance with the License. You may
<br/>obtain a copy of the License at
</p>
<p>http://www.osedu.org/licenses/ECL-2.0</p>
<p>Unless required by applicable law or agreed to in writing,
<br/>software distributed under the License is distributed on an "AS IS"
<br/>BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
<br/>or implied. See the License for the specific language governing
<br/>permissions and limitations under the License.
</p>
</standardLicenseHeader>
</optional>
</text>
</license>
</SPDXLicenseCollection>
| 63.62963 | 114 | 0.649399 |
25948e6fe7fd5c8e76d50ab37110fdb7e07e784a | 1,338 | xml | XML | sources/Interop/Windows/DirectX/um/d3d12video/D3D12_VIDEO_ENCODER_FRAME_TYPE_H264.xml | JeremyKuhne/terrafx.interop.windows | 337dab04103688027ccfbee0180568de552283de | [
"MIT"
] | null | null | null | sources/Interop/Windows/DirectX/um/d3d12video/D3D12_VIDEO_ENCODER_FRAME_TYPE_H264.xml | JeremyKuhne/terrafx.interop.windows | 337dab04103688027ccfbee0180568de552283de | [
"MIT"
] | null | null | null | sources/Interop/Windows/DirectX/um/d3d12video/D3D12_VIDEO_ENCODER_FRAME_TYPE_H264.xml | JeremyKuhne/terrafx.interop.windows | 337dab04103688027ccfbee0180568de552283de | [
"MIT"
] | 1 | 2019-11-20T23:26:14.000Z | 2019-11-20T23:26:14.000Z | <?xml version="1.0" encoding="utf-8"?>
<!-- Copyright © Tanner Gooding and Contributors. Licensed under the MIT License (MIT). See License.md in the repository root for more information. -->
<!-- Ported from https://github.com/MicrosoftDocs/sdk-api/ -->
<doc>
<member name="D3D12_VIDEO_ENCODER_FRAME_TYPE_H264">
<summary>
<para>Specifies the type of an H.264 video frame.</para>
</summary>
</member>
<member name="D3D12_VIDEO_ENCODER_FRAME_TYPE_H264.D3D12_VIDEO_ENCODER_FRAME_TYPE_H264_I_FRAME">
<summary>
<para>I-Frame. Completely intra-coded frame.</para>
</summary>
</member>
<member name="D3D12_VIDEO_ENCODER_FRAME_TYPE_H264.D3D12_VIDEO_ENCODER_FRAME_TYPE_H264_P_FRAME">
<summary>
<para>P-Frame. Allows references to past frames.</para>
</summary>
</member>
<member name="D3D12_VIDEO_ENCODER_FRAME_TYPE_H264.D3D12_VIDEO_ENCODER_FRAME_TYPE_H264_B_FRAME">
<summary>
<para>B-Frame. Allows references to both past and future (in display order) frames.</para>
</summary>
</member>
<member name="D3D12_VIDEO_ENCODER_FRAME_TYPE_H264.D3D12_VIDEO_ENCODER_FRAME_TYPE_H264_IDR_FRAME">
<summary>
<para>Instantaneous decode refresh frame. Special type of I-frame where no frame after it can reference any frame before it.</para>
</summary>
</member>
</doc> | 44.6 | 151 | 0.735426 |
d5d0d418b9be373370344fc2aea2a454706255f3 | 9,140 | csproj | XML | src/Test/FileStructureDirectoryDemo/FileStructureDirectoryDemo.csproj | simplic/simplic-filestructure | 9c3769eed78bd9b70ece83e893e90f7a40c85897 | [
"MIT"
] | 1 | 2019-06-12T16:26:53.000Z | 2019-06-12T16:26:53.000Z | src/Test/FileStructureDirectoryDemo/FileStructureDirectoryDemo.csproj | simplic/simplic-filestructure | 9c3769eed78bd9b70ece83e893e90f7a40c85897 | [
"MIT"
] | 13 | 2018-11-05T14:33:45.000Z | 2021-08-05T14:14:06.000Z | src/Test/FileStructureDirectoryDemo/FileStructureDirectoryDemo.csproj | simplic/simplic-filestructure | 9c3769eed78bd9b70ece83e893e90f7a40c85897 | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{41007946-A846-4934-A84F-5C96B9888716}</ProjectGuid>
<OutputType>WinExe</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>FileStructureDirectoryDemo</RootNamespace>
<AssemblyName>FileStructureDirectoryDemo</AssemblyName>
<TargetFrameworkVersion>v4.5.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel>4</WarningLevel>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="CommonServiceLocator, Version=2.0.4.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
<HintPath>..\..\packages\CommonServiceLocator.2.0.4\lib\net45\CommonServiceLocator.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Newtonsoft.Json, Version=11.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>..\..\packages\Newtonsoft.Json.11.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Simplic.Data, Version=1.3.18.101, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Simplic.Data.1.3.18.101\lib\net451\Simplic.Data.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Simplic.Framework.Base">
<HintPath>..\..\..\..\simplic-framework\src\Simplic.Main\bin\Debug\Simplic.Framework.Base.dll</HintPath>
</Reference>
<Reference Include="Simplic.Framework.DBUI">
<HintPath>..\..\..\..\simplic-framework\src\Simplic.Main\bin\Debug\Simplic.Framework.DBUI.dll</HintPath>
</Reference>
<Reference Include="Simplic.Studio.UI, Version=1.0.18.926, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\..\packages\Simplic.Studio.UI.1.0.18.926\lib\net451\Simplic.Studio.UI.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Simplic.UI">
<HintPath>..\..\..\..\simplic-framework\src\Simplic.Main\bin\Debug\Simplic.UI.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference>
<Reference Include="Telerik.Windows.Controls">
<HintPath>..\..\..\..\simplic-framework\dependencies\Assemblies\Telerik.Windows.Controls.dll</HintPath>
</Reference>
<Reference Include="Telerik.Windows.Controls.Data">
<HintPath>..\..\..\..\simplic-framework\dependencies\Assemblies\Telerik.Windows.Controls.Data.dll</HintPath>
</Reference>
<Reference Include="Telerik.Windows.Controls.GridView">
<HintPath>..\..\..\..\simplic-framework\dependencies\Assemblies\Telerik.Windows.Controls.GridView.dll</HintPath>
</Reference>
<Reference Include="Telerik.Windows.Controls.Input">
<HintPath>..\..\..\..\simplic-framework\dependencies\Assemblies\Telerik.Windows.Controls.Input.dll</HintPath>
</Reference>
<Reference Include="Telerik.Windows.Controls.Navigation">
<HintPath>..\..\..\..\simplic-framework\dependencies\Assemblies\Telerik.Windows.Controls.Navigation.dll</HintPath>
</Reference>
<Reference Include="Telerik.Windows.Controls.RibbonView">
<HintPath>..\..\..\..\simplic-framework\dependencies\Assemblies\Telerik.Windows.Controls.RibbonView.dll</HintPath>
</Reference>
<Reference Include="Telerik.Windows.Data">
<HintPath>..\..\..\..\simplic-framework\dependencies\Assemblies\Telerik.Windows.Data.dll</HintPath>
</Reference>
<Reference Include="Unity.Abstractions, Version=3.3.1.0, Culture=neutral, PublicKeyToken=6d32ff45e0ccc69f, processorArchitecture=MSIL">
<HintPath>..\..\packages\Unity.Abstractions.3.3.1\lib\net45\Unity.Abstractions.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Unity.Container, Version=5.8.11.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
<HintPath>..\..\packages\Unity.Container.5.8.11\lib\net45\Unity.Container.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Unity.ServiceLocation, Version=2.1.2.0, Culture=neutral, PublicKeyToken=489b6accfaf20ef0, processorArchitecture=MSIL">
<HintPath>..\..\packages\Unity.ServiceLocation.2.1.2\lib\net45\Unity.ServiceLocation.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="WindowsBase" />
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
</ItemGroup>
<ItemGroup>
<ApplicationDefinition Include="App.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Page Include="MainWindow.xaml">
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</Page>
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
<Compile Include="MainWindow.xaml.cs">
<DependentUpon>MainWindow.xaml</DependentUpon>
<SubType>Code</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs">
<SubType>Code</SubType>
</Compile>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Properties\Settings.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<None Include="packages.config" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
</None>
<AppDesigner Include="Properties\" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\..\Simplic.FileStructure.UI\Simplic.FileStructure.UI.csproj">
<Project>{c62af878-9e55-482c-9966-db1c8f12081d}</Project>
<Name>Simplic.FileStructure.UI</Name>
</ProjectReference>
<ProjectReference Include="..\..\Simplic.FileStructure\Simplic.FileStructure.csproj">
<Project>{edfbfc8d-6bbe-4c46-bba7-8c3423a52152}</Project>
<Name>Simplic.FileStructure</Name>
</ProjectReference>
<ProjectReference Include="..\FileSystemWatcherTest\FileSystemWatcherTest.csproj">
<Project>{35a66716-838f-4e4e-bb18-cc68630d783d}</Project>
<Name>FileSystemWatcherTest</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project> | 51.061453 | 187 | 0.703501 |
e8fae6779bb3eef09f71b15450c6f385f98f380b | 1,351 | xml | XML | plugins/phonegap-plugin-barcodescanner/src/blackberry10/native/public/_notes/dwsync.xml | tripleclickdesign/hagelandapp | ca33f10ca3c8a5b7a8ad455e8de7a3e27b02c3f3 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | plugins/phonegap-plugin-barcodescanner/src/blackberry10/native/public/_notes/dwsync.xml | tripleclickdesign/hagelandapp | ca33f10ca3c8a5b7a8ad455e8de7a3e27b02c3f3 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | plugins/phonegap-plugin-barcodescanner/src/blackberry10/native/public/_notes/dwsync.xml | tripleclickdesign/hagelandapp | ca33f10ca3c8a5b7a8ad455e8de7a3e27b02c3f3 | [
"ECL-2.0",
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="utf-8" ?>
<dwsync>
<file name="json_batchallocator.h" server="web02.tripleclick.be" local="131370830400000000" remote="131370830400000000" />
<file name="json_internalarray.inl" server="web02.tripleclick.be" local="131370830400000000" remote="131370830400000000" />
<file name="json_internalmap.inl" server="web02.tripleclick.be" local="131370830400000000" remote="131370830400000000" />
<file name="json_reader.cpp" server="web02.tripleclick.be" local="131370830400000000" remote="131370830400000000" />
<file name="json_value.cpp" server="web02.tripleclick.be" local="131370830400000000" remote="131370830400000000" />
<file name="json_valueiterator.inl" server="web02.tripleclick.be" local="131370830400000000" remote="131370830400000000" />
<file name="json_writer.cpp" server="web02.tripleclick.be" local="131370830400000000" remote="131370830400000000" />
<file name="plugin.cpp" server="web02.tripleclick.be" local="131370830400000000" remote="131370830400000000" />
<file name="plugin.h" server="web02.tripleclick.be" local="131370830400000000" remote="131370830400000000" />
<file name="tokenizer.cpp" server="web02.tripleclick.be" local="131370830400000000" remote="131370830400000000" />
<file name="tokenizer.h" server="web02.tripleclick.be" local="131370830400000000" remote="131370830400000000" />
</dwsync> | 96.5 | 123 | 0.788305 |
70928b77a048753c319e2c725a99676853b40a9f | 11,946 | iml | XML | runners/flink/beam-runners-flink_2.10.iml | Sil1991/gcpdf-demo | 88ecd538a30f009b239a1b320ab6ad75f6901ae0 | [
"Apache-2.0"
] | 1 | 2018-04-14T15:56:19.000Z | 2018-04-14T15:56:19.000Z | runners/flink/beam-runners-flink_2.10.iml | Sil1991/gcpdf-demo | 88ecd538a30f009b239a1b320ab6ad75f6901ae0 | [
"Apache-2.0"
] | 13 | 2019-11-13T03:56:36.000Z | 2021-12-14T21:12:07.000Z | runners/flink/beam-runners-flink_2.10.iml | Sil1991/gcpdf-demo | 88ecd538a30f009b239a1b320ab6ad75f6901ae0 | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_7">
<output url="file://$MODULE_DIR$/target/classes" />
<output-test url="file://$MODULE_DIR$/target/test-classes" />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" />
<sourceFolder url="file://$MODULE_DIR$/src/main/resources" type="java-resource" />
<sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" />
<sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" />
<excludeFolder url="file://$MODULE_DIR$/target" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Maven: org.apache.flink:flink-clients_2.10:1.3.0" level="project" />
<orderEntry type="library" name="Maven: org.apache.flink:flink-optimizer_2.10:1.3.0" level="project" />
<orderEntry type="library" name="Maven: commons-cli:commons-cli:1.3.1" level="project" />
<orderEntry type="library" name="Maven: org.apache.flink:force-shading:1.3.0" level="project" />
<orderEntry type="library" name="Maven: org.apache.flink:flink-core:1.3.0" level="project" />
<orderEntry type="library" name="Maven: org.apache.flink:flink-annotations:1.3.0" level="project" />
<orderEntry type="library" name="Maven: com.esotericsoftware.kryo:kryo:2.24.0" level="project" />
<orderEntry type="library" name="Maven: com.esotericsoftware.minlog:minlog:1.2" level="project" />
<orderEntry type="library" name="Maven: org.objenesis:objenesis:2.1" level="project" />
<orderEntry type="library" name="Maven: commons-collections:commons-collections:3.2.2" level="project" />
<orderEntry type="library" name="Maven: org.apache.avro:avro:1.8.2" level="project" />
<orderEntry type="library" name="Maven: org.codehaus.jackson:jackson-core-asl:1.9.13" level="project" />
<orderEntry type="library" name="Maven: org.codehaus.jackson:jackson-mapper-asl:1.9.13" level="project" />
<orderEntry type="library" name="Maven: com.thoughtworks.paranamer:paranamer:2.7" level="project" />
<orderEntry type="library" name="Maven: org.tukaani:xz:1.5" level="project" />
<orderEntry type="library" name="Maven: org.apache.flink:flink-metrics-core:1.3.0" level="project" />
<orderEntry type="library" name="Maven: org.apache.flink:flink-java:1.3.0" level="project" />
<orderEntry type="library" name="Maven: org.apache.flink:flink-shaded-hadoop2:1.3.0" level="project" />
<orderEntry type="library" name="Maven: xmlenc:xmlenc:0.52" level="project" />
<orderEntry type="library" name="Maven: commons-codec:commons-codec:1.4" level="project" />
<orderEntry type="library" name="Maven: commons-io:commons-io:2.4" level="project" />
<orderEntry type="library" name="Maven: commons-net:commons-net:3.1" level="project" />
<orderEntry type="library" name="Maven: javax.servlet:servlet-api:2.5" level="project" />
<orderEntry type="library" name="Maven: org.mortbay.jetty:jetty-util:6.1.26" level="project" />
<orderEntry type="library" name="Maven: com.sun.jersey:jersey-core:1.9" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: commons-el:commons-el:1.0" level="project" />
<orderEntry type="library" name="Maven: commons-logging:commons-logging:1.1.3" level="project" />
<orderEntry type="library" name="Maven: com.jamesmurty.utils:java-xmlbuilder:0.4" level="project" />
<orderEntry type="library" name="Maven: commons-lang:commons-lang:2.6" level="project" />
<orderEntry type="library" name="Maven: commons-configuration:commons-configuration:1.7" level="project" />
<orderEntry type="library" name="Maven: commons-digester:commons-digester:1.8.1" level="project" />
<orderEntry type="library" name="Maven: com.jcraft:jsch:0.1.42" level="project" />
<orderEntry type="library" name="Maven: commons-beanutils:commons-beanutils-bean-collections:1.8.3" level="project" />
<orderEntry type="library" name="Maven: commons-daemon:commons-daemon:1.0.13" level="project" />
<orderEntry type="library" name="Maven: javax.xml.bind:jaxb-api:2.2.2" level="project" />
<orderEntry type="library" name="Maven: javax.xml.stream:stax-api:1.0-2" level="project" />
<orderEntry type="library" name="Maven: javax.activation:activation:1.1" level="project" />
<orderEntry type="library" name="Maven: org.apache.commons:commons-math3:3.5" level="project" />
<orderEntry type="library" name="Maven: org.apache.flink:flink-runtime_2.10:1.3.0" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty-all:4.0.27.Final" level="project" />
<orderEntry type="library" name="Maven: org.javassist:javassist:3.18.2-GA" level="project" />
<orderEntry type="library" name="Maven: org.scala-lang:scala-library:2.10.4" level="project" />
<orderEntry type="library" name="Maven: com.data-artisans:flakka-actor_2.10:2.3-custom" level="project" />
<orderEntry type="library" name="Maven: com.typesafe:config:1.2.1" level="project" />
<orderEntry type="library" name="Maven: com.data-artisans:flakka-remote_2.10:2.3-custom" level="project" />
<orderEntry type="library" name="Maven: io.netty:netty:3.8.0.Final" level="project" />
<orderEntry type="library" name="Maven: org.uncommons.maths:uncommons-maths:1.2.2a" level="project" />
<orderEntry type="library" name="Maven: com.data-artisans:flakka-slf4j_2.10:2.3-custom" level="project" />
<orderEntry type="library" name="Maven: org.clapper:grizzled-slf4j_2.10:1.0.2" level="project" />
<orderEntry type="library" name="Maven: com.github.scopt:scopt_2.10:3.5.0" level="project" />
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.8.9" level="project" />
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.8.9" level="project" />
<orderEntry type="library" name="Maven: org.apache.zookeeper:zookeeper:3.4.6" level="project" />
<orderEntry type="library" name="Maven: jline:jline:0.9.94" level="project" />
<orderEntry type="library" name="Maven: com.twitter:chill_2.10:0.7.4" level="project" />
<orderEntry type="library" name="Maven: com.twitter:chill-java:0.7.4" level="project" />
<orderEntry type="library" name="Maven: org.apache.flink:flink-streaming-java_2.10:1.3.0" level="project" />
<orderEntry type="library" name="Maven: org.apache.sling:org.apache.sling.commons.json:2.0.6" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.apache.flink:flink-core:test-jar:tests:1.3.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.apache.flink:flink-runtime_2.10:test-jar:tests:1.3.0" level="project" />
<orderEntry type="module" module-name="beam-model-pipeline" />
<orderEntry type="library" name="Maven: com.google.protobuf:protobuf-java:3.2.0" level="project" />
<orderEntry type="module" module-name="beam-sdks-java-core" />
<orderEntry type="library" name="Maven: net.bytebuddy:byte-buddy:1.6.8" level="project" />
<orderEntry type="library" name="Maven: org.xerial.snappy:snappy-java:1.1.4" level="project" />
<orderEntry type="module" module-name="beam-runners-core-java" />
<orderEntry type="module" module-name="beam-model-fn-execution" />
<orderEntry type="library" name="Maven: io.grpc:grpc-core:1.2.0" level="project" />
<orderEntry type="library" name="Maven: com.google.errorprone:error_prone_annotations:2.0.15" level="project" />
<orderEntry type="library" name="Maven: io.grpc:grpc-context:1.2.0" level="project" />
<orderEntry type="library" name="Maven: com.google.instrumentation:instrumentation-api:0.3.0" level="project" />
<orderEntry type="library" name="Maven: io.grpc:grpc-stub:1.2.0" level="project" />
<orderEntry type="module" module-name="beam-runners-core-construction-java" />
<orderEntry type="module" module-name="beam-model-job-management" />
<orderEntry type="library" name="Maven: com.google.protobuf:protobuf-java-util:3.2.0" level="project" />
<orderEntry type="library" name="Maven: com.google.code.gson:gson:2.7" level="project" />
<orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.8.9" level="project" />
<orderEntry type="library" name="Maven: com.google.guava:guava:20.0" level="project" />
<orderEntry type="library" name="Maven: com.google.code.findbugs:jsr305:3.0.1" level="project" />
<orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.25" level="project" />
<orderEntry type="library" name="Maven: joda-time:joda-time:2.4" level="project" />
<orderEntry type="library" scope="RUNTIME" name="Maven: org.apache.commons:commons-compress:1.14" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.apache.commons:commons-lang3:3.6" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-all:1.3" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.12" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.mockito:mockito-all:1.9.5" level="project" />
<orderEntry type="module" module-name="beam-sdks-java-core" scope="TEST" production-on-test="" />
<orderEntry type="library" scope="TEST" name="Maven: com.google.apis:google-api-services-bigquery:v2-rev355-1.22.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: com.google.api-client:google-api-client:1.22.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: com.google.oauth-client:google-oauth-client:1.22.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: com.google.http-client:google-http-client:1.22.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.apache.httpcomponents:httpclient:4.0.1" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.apache.httpcomponents:httpcore:4.0.1" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: com.google.http-client:google-http-client-jackson2:1.22.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.apache.flink:flink-streaming-java_2.10:test-jar:tests:1.3.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.apache.flink:flink-test-utils_2.10:1.3.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.apache.flink:flink-test-utils-junit:1.3.0" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.apache.curator:curator-test:2.12.0" level="project" />
<orderEntry type="library" name="Maven: com.google.auto.service:auto-service:1.0-rc2" level="project" />
<orderEntry type="library" name="Maven: com.google.auto:auto-common:0.3" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.8.9" level="project" />
<orderEntry type="library" scope="TEST" name="Maven: org.yaml:snakeyaml:1.17" level="project" />
<orderEntry type="module" module-name="beam-model-fn-execution" scope="TEST" production-on-test="" />
<orderEntry type="library" name="Maven: io.grpc:grpc-protobuf:1.2.0" level="project" />
<orderEntry type="library" name="Maven: io.grpc:grpc-protobuf-lite:1.2.0" level="project" />
<orderEntry type="module" module-name="beam-runners-core-java" scope="TEST" production-on-test="" />
</component>
</module> | 97.121951 | 140 | 0.706764 |
640eb86aad06ebfb3be7aa78e12ac7ba40ca2f85 | 12,153 | xml | XML | output/sitemap.xml | thestrawh8/kaizoku | e4521615c1ac749e83ab98f3754cdef226971813 | [
"MIT"
] | null | null | null | output/sitemap.xml | thestrawh8/kaizoku | e4521615c1ac749e83ab98f3754cdef226971813 | [
"MIT"
] | 6 | 2021-03-18T20:17:16.000Z | 2022-03-11T23:14:09.000Z | output/sitemap.xml | thestrawh8/kaizoku | e4521615c1ac749e83ab98f3754cdef226971813 | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<urlset
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
xmlns:xhtml="http://www.w3.org/1999/xhtml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
<url>
<loc>https://thestrawh8.netlify.com/2016/index.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/2017/11/17/index.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/2017/11/index.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/2017/12/05/index.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/2017/12/index.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/2017/index.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/2018/01/21/index.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/2018/01/23/index.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/2018/01/index.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/2018/index.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/archive.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/algorithms.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/audio-driver.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/bandits.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/caffe.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/cat_collection-learning-theory.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/cat_collection.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/cat_collections.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/cat_installation.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/cat_mathematics.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/cat_personal.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/cat_private.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/cat_programming.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/cat_research.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/cat_solutions.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/collection.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/collections.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/computer-vision.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/conferences.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/deep-learning-setup.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/doubts.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/economics.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/graph-thoery.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/graphics-drivers.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/hacks.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/hardware.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/ideas.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/index.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/installation.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/learning-theory.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/learning-thoery.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/leet-code.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/mathematics.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/mathjax.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/practice.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/programming.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/reinforcement-learning.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/research.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/resources.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/solutions.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/categories/targets.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/index-1.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/index-2.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/index-3.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/index.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/an-inspiring-story.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/audiodrivers_installation.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/computer_vision_collection.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/conferences_list.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/conversion-of-a-video-sequence-to-a-avatars-gifvideo-sequence.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/deeplearning_setup.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/doubts_collection.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/first-post.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/hacks_collection.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/handling-lonliness.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/ideas_collection.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/learningtheory_collection.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/math_collection.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/mathematics_collection.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/playing-with-patrick-hubers-eos-and-explaining-how-it-is-not-going-to-support-our-pipeline.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/principles-of-life-and-similarities-with-lord-shiva.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/prioritized-links-collection.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/programming_collection.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/programming_practice.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/second-post.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/the-speed-of-sequential-asymptotic.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/third-post.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/twitter-bird-using-dqn-a-review.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/posts/understanding-the-max-planks-up-project.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/stories/about.html</loc>
<lastmod>2018-09-02T13:57:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/stories/contact.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/stories/personal.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/stories/practice.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/stories/programming.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/stories/schedule.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/stories/schedule.src.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/stories/systems.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/stories/theory.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/stories/theoryguide.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/stories/theoryguide.src.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
<url>
<loc>https://thestrawh8.netlify.com/tipue_search.html</loc>
<lastmod>2018-09-02T13:23:00Z</lastmod>
</url>
</urlset> | 32.669355 | 145 | 0.706492 |
da40a4e70a38b59519c0a5f2f689cdaa64612080 | 67 | xml | XML | packages/battery_plus/battery_plus/android/src/main/AndroidManifest.xml | CoderJava/plus_plugins | b4f90c9a0a4e36b3278feba298ba86afb24044e3 | [
"BSD-3-Clause"
] | 748 | 2020-10-12T20:29:25.000Z | 2022-03-31T02:45:03.000Z | packages/battery_plus/battery_plus/android/src/main/AndroidManifest.xml | CoderJava/plus_plugins | b4f90c9a0a4e36b3278feba298ba86afb24044e3 | [
"BSD-3-Clause"
] | 624 | 2020-10-12T20:27:44.000Z | 2022-03-31T23:59:29.000Z | packages/battery_plus/battery_plus/android/src/main/AndroidManifest.xml | CoderJava/plus_plugins | b4f90c9a0a4e36b3278feba298ba86afb24044e3 | [
"BSD-3-Clause"
] | 368 | 2020-10-14T05:55:36.000Z | 2022-03-31T03:25:14.000Z | <manifest package="dev.fluttercommunity.plus.battery">
</manifest>
| 22.333333 | 54 | 0.791045 |
ddc2d5704ecb121594ecc5a1a03edd8aa8250dc3 | 360 | xml | XML | app/src/main/res/drawable/ic_divider_24dp.xml | MarcDonald/Hibi | c701f26130fa41b91a0e4e9262df26e19144f8a8 | [
"Apache-2.0"
] | 34 | 2019-06-19T00:04:06.000Z | 2021-12-03T18:52:28.000Z | app/src/main/res/drawable/ic_divider_24dp.xml | MarcDonald/Hibi | c701f26130fa41b91a0e4e9262df26e19144f8a8 | [
"Apache-2.0"
] | 5 | 2019-09-08T09:37:24.000Z | 2020-08-20T20:56:36.000Z | app/src/main/res/drawable/ic_divider_24dp.xml | MarcDonald/Hibi | c701f26130fa41b91a0e4e9262df26e19144f8a8 | [
"Apache-2.0"
] | 5 | 2020-03-18T22:00:32.000Z | 2020-11-18T09:00:44.000Z | <vector android:height="24dp"
android:viewportHeight="96"
android:viewportWidth="96"
android:width="24dp"
xmlns:android="http://schemas.android.com/apk/res/android">
<path
android:fillColor="?colorOnPrimary"
android:pathData="m48 35c7.18 0 13 5.82 13 13c0 7.18 -5.82 13 -13 13c-7.18 0 -13 -5.82 -13 -13c0 -7.18 5.82 -13 13 -13z" />
</vector>
| 36 | 127 | 0.686111 |
9b65cce2a294f9817ea15250a5cf388f93b1269f | 5,628 | csproj | XML | src/DevProtocol.Xam.SwapiRui.UI/DevProtocol.Xam.SwapiRui.UI.csproj | jtourlamain/DevProtocol.Xam.SwapiRui | 2c561038c38e070e9802f65c99e27b52359258af | [
"MIT"
] | 2 | 2018-12-13T09:44:13.000Z | 2019-09-08T07:38:43.000Z | src/DevProtocol.Xam.SwapiRui.UI/DevProtocol.Xam.SwapiRui.UI.csproj | jtourlamain/DevProtocol.Xam.SwapiRui | 2c561038c38e070e9802f65c99e27b52359258af | [
"MIT"
] | null | null | null | src/DevProtocol.Xam.SwapiRui.UI/DevProtocol.Xam.SwapiRui.UI.csproj | jtourlamain/DevProtocol.Xam.SwapiRui | 2c561038c38e070e9802f65c99e27b52359258af | [
"MIT"
] | 3 | 2017-08-02T14:38:23.000Z | 2017-09-03T20:06:22.000Z | <?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{9F086F8F-EB1F-4934-B0F1-7CE60FC93976}</ProjectGuid>
<ProjectTypeGuids>{786C830F-07A1-408B-BD7F-6EE04809D6DB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<RootNamespace>DevProtocol.Xam.SwapiRui.UI</RootNamespace>
<AssemblyName>DevProtocol.Xam.SwapiRui.UI</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<TargetFrameworkProfile>Profile7</TargetFrameworkProfile>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug</OutputPath>
<DefineConstants>DEBUG;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<Optimize>true</Optimize>
<OutputPath>bin\Release</OutputPath>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<EmbeddedResource Include="App.xaml" />
<EmbeddedResource Include="Pages\Old\OldPage.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
<EmbeddedResource Include="Pages\Home\HomePage.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
<EmbeddedResource Include="Pages\People\PersonPage.xaml">
<Generator>MSBuild:UpdateDesignTimeXaml</Generator>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<Compile Include="App.xaml.cs">
<DependentUpon>App.xaml</DependentUpon>
</Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="AppBootstrapper.cs" />
<Compile Include="Pages\Old\OldPage.xaml.cs">
<DependentUpon>OldPage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\Home\HomePage.xaml.cs">
<DependentUpon>HomePage.xaml</DependentUpon>
</Compile>
<Compile Include="Pages\People\PersonPage.xaml.cs">
<DependentUpon>PersonPage.xaml</DependentUpon>
</Compile>
<Compile Include="Controls\SwNavigationPage.cs" />
</ItemGroup>
<ItemGroup>
<Folder Include="Pages\" />
<Folder Include="Pages\Home\" />
<Folder Include="Pages\Old\" />
<Folder Include="Pages\People\" />
<Folder Include="Controls\" />
</ItemGroup>
<ItemGroup>
<Reference Include="Xamarin.Forms.Core">
<HintPath>..\packages\Xamarin.Forms.2.3.4.231\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Core.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Platform">
<HintPath>..\packages\Xamarin.Forms.2.3.4.231\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Platform.dll</HintPath>
</Reference>
<Reference Include="Xamarin.Forms.Xaml">
<HintPath>..\packages\Xamarin.Forms.2.3.4.231\lib\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.Xaml.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.Interfaces">
<HintPath>..\packages\Rx-Interfaces.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Interfaces.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.Core">
<HintPath>..\packages\Rx-Core.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Core.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.Linq">
<HintPath>..\packages\Rx-Linq.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.Linq.dll</HintPath>
</Reference>
<Reference Include="System.Reactive.PlatformServices">
<HintPath>..\packages\Rx-PlatformServices.2.2.5\lib\portable-windows8+net45+wp8\System.Reactive.PlatformServices.dll</HintPath>
</Reference>
<Reference Include="Splat">
<HintPath>..\packages\Splat.1.4.0\lib\Portable-net45+win+wpa81+wp80\Splat.dll</HintPath>
</Reference>
<Reference Include="ReactiveUI">
<HintPath>..\packages\reactiveui-core.7.3.0\lib\portable-net45+netcore45+wpa81+win8+wp8+UAP10+MonoAndroid403+MonoTouch10+Xamarin.iOS10\ReactiveUI.dll</HintPath>
</Reference>
<Reference Include="ReactiveUI.XamForms">
<HintPath>..\packages\reactiveui-xamforms.7.3.0\lib\portable-net45+netcore45+wp8+wpa81+UAP10+MonoAndroid403+MonoTouch10+Xamarin.iOS10\ReactiveUI.XamForms.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\DevProtocol.Xam.SwapiRui.Core\DevProtocol.Xam.SwapiRui.Core.csproj">
<Project>{98F8A6F9-E042-453E-8855-A14593D956F2}</Project>
<Name>DevProtocol.Xam.SwapiRui.Core</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\Portable\$(TargetFrameworkVersion)\Microsoft.Portable.CSharp.targets" />
<Import Project="..\packages\Xamarin.Forms.2.3.4.231\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets" Condition="Exists('..\packages\Xamarin.Forms.2.3.4.231\build\portable-win+net45+wp80+win81+wpa81+MonoAndroid10+Xamarin.iOS10+xamarinmac20\Xamarin.Forms.targets')" />
</Project> | 52.111111 | 326 | 0.730633 |
4bdc103451b65bf57715e973bc8a379d999a65d6 | 451 | xml | XML | Documentation/Help/toc/Overload_Aml_Engine_CAEX_SystemUnitFamilyType_GetReferenceHierarchy.xml | andberlet/AMLEngine2.1 | 628e4f4229526ec2ac335d44756e3a67a8b8a3a3 | [
"MIT"
] | 2 | 2019-07-30T09:55:19.000Z | 2019-07-30T09:55:28.000Z | Documentation/Help/toc/Overload_Aml_Engine_CAEX_SystemUnitFamilyType_GetReferenceHierarchy.xml | andberlet/AMLEngine2.1 | 628e4f4229526ec2ac335d44756e3a67a8b8a3a3 | [
"MIT"
] | null | null | null | Documentation/Help/toc/Overload_Aml_Engine_CAEX_SystemUnitFamilyType_GetReferenceHierarchy.xml | andberlet/AMLEngine2.1 | 628e4f4229526ec2ac335d44756e3a67a8b8a3a3 | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="utf-8"?><HelpTOCNode Title="GetReferenceHierarchy Method " Url="html/Overload_Aml_Engine_CAEX_SystemUnitFamilyType_GetReferenceHierarchy.htm"><HelpTOCNode Title="GetReferenceHierarchy Method " Url="html/M_Aml_Engine_CAEX_SystemUnitFamilyType_GetReferenceHierarchy.htm" /><HelpTOCNode Title="GetReferenceHierarchy(T) Method " Url="html/M_Aml_Engine_CAEX_SystemUnitFamilyType_GetReferenceHierarchy__1.htm" /></HelpTOCNode> | 451 | 451 | 0.853659 |
0245f5488e93454286bbd6ee026eedba73aa88a7 | 1,262 | xml | XML | docs/Dialogical.ParameterSets/DialogueParameterSetBase.xml | Neoshrimp/ChronoArkDocs | e37ed3088a212b5b4f2939b34e315c48d8b4929a | [
"Unlicense"
] | null | null | null | docs/Dialogical.ParameterSets/DialogueParameterSetBase.xml | Neoshrimp/ChronoArkDocs | e37ed3088a212b5b4f2939b34e315c48d8b4929a | [
"Unlicense"
] | null | null | null | docs/Dialogical.ParameterSets/DialogueParameterSetBase.xml | Neoshrimp/ChronoArkDocs | e37ed3088a212b5b4f2939b34e315c48d8b4929a | [
"Unlicense"
] | 1 | 2021-09-19T19:47:00.000Z | 2021-09-19T19:47:00.000Z | <Type Name="DialogueParameterSetBase" FullName="Dialogical.ParameterSets.DialogueParameterSetBase">
<TypeSignature Language="C#" Value="public abstract class DialogueParameterSetBase : UnityEngine.ScriptableObject" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit DialogueParameterSetBase extends UnityEngine.ScriptableObject" />
<AssemblyInfo>
<AssemblyName>Assembly-CSharp</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>UnityEngine.ScriptableObject</BaseTypeName>
</Base>
<Interfaces />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
<Members>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="protected DialogueParameterSetBase ();" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters />
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>
| 39.4375 | 155 | 0.710777 |
23f12d1115dd5a2296b046b0ead27208095a3acb | 243 | xml | XML | EA.Gen.Model.Helper/Resources/PublicKey.xml | channell/Ea.Gen | 7dec4792a208035af44c820a7356e990cf03e8d4 | [
"Apache-2.0"
] | null | null | null | EA.Gen.Model.Helper/Resources/PublicKey.xml | channell/Ea.Gen | 7dec4792a208035af44c820a7356e990cf03e8d4 | [
"Apache-2.0"
] | 4 | 2020-08-30T17:35:36.000Z | 2020-09-10T21:47:55.000Z | EA.Gen.Model.Helper/Resources/PublicKey.xml | channell/Ea.Gen | 7dec4792a208035af44c820a7356e990cf03e8d4 | [
"Apache-2.0"
] | null | null | null | <RSAKeyValue><Modulus>vK7EIeD/I0S0mCmq7ykllELjVk1jyE5ayOvnbvwUWvZzZozOV/KngC9l1KwWVivZRiZy50na2h6Nqq2T21jrTg80tq6wXYFWZtqx2aU3qo4AqSl/yAk6tKdhi4MbsJf7IsVQPwpVKiMs55yUlaIcEIDNTiEStPyUN6MymBpcGWk=</Modulus><Exponent>AQAB</Exponent></RSAKeyValue> | 243 | 243 | 0.921811 |
62ddc377d05822bafa4c13c8396e06ce39c5d670 | 2,450 | xml | XML | launcher/src/main/res/layout/activity_login.xml | yeshida/allInPay | c188c36bc2452797a8cffe94f8fa5d2f7b727d30 | [
"Apache-2.0"
] | null | null | null | launcher/src/main/res/layout/activity_login.xml | yeshida/allInPay | c188c36bc2452797a8cffe94f8fa5d2f7b727d30 | [
"Apache-2.0"
] | null | null | null | launcher/src/main/res/layout/activity_login.xml | yeshida/allInPay | c188c36bc2452797a8cffe94f8fa5d2f7b727d30 | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
android:id="@+id/root_container"
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/bg">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:orientation="vertical">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:src="@drawable/logo"/>
<LinearLayout
android:layout_width="@dimen/login_input_width"
android:layout_height="wrap_content"
android:layout_marginTop="@dimen/common_vertical_item_spacing_xlarge"
android:orientation="vertical">
<!--会员号输入框-->
<EditText
android:id="@+id/mem_no_edit"
style="@style/LoginInputBox"
android:drawableLeft="@drawable/icon_user"
android:hint="@string/hint_input_mem_no"
android:inputType="textVisiblePassword"
android:maxLength="11"/>
<!--操作员号输入框-->
<EditText
android:id="@+id/oper_no_edit"
style="@style/LoginInputBox"
android:drawableLeft="@drawable/icon_manager"
android:hint="@string/hint_input_oper_no"
android:inputType="number"
android:maxLength="2"/>
<!--密码输入框-->
<EditText
android:id="@+id/passwd_no_edit"
style="@style/LoginInputBox"
android:drawableLeft="@drawable/icon_password"
android:hint="@string/hint_input_passwd"
android:inputType="textPassword"
android:maxLength="20"/>
<!--登录-->
<Button
android:id="@+id/login_btn"
style="@style/CommonVerticalItem"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/login_btn_bg"
android:text="登录"
android:textColor="@color/login_btn_text"/>
</LinearLayout>
</LinearLayout>
</RelativeLayout>
| 36.567164 | 81 | 0.578367 |
279a0530ac2b546ebaaf9bcbdf639277a60c522f | 43,172 | xml | XML | netlists_xml/id562_Arduino_cuisine___Module_de_puissance_RS232___20121120_0_netlist.xml | makinteractlab/Dataset_CircuitsFritzing | 6de7a2dcc3d5210f282cb5a0048fcc4eb43364d7 | [
"MIT"
] | null | null | null | netlists_xml/id562_Arduino_cuisine___Module_de_puissance_RS232___20121120_0_netlist.xml | makinteractlab/Dataset_CircuitsFritzing | 6de7a2dcc3d5210f282cb5a0048fcc4eb43364d7 | [
"MIT"
] | null | null | null | netlists_xml/id562_Arduino_cuisine___Module_de_puissance_RS232___20121120_0_netlist.xml | makinteractlab/Dataset_CircuitsFritzing | 6de7a2dcc3d5210f282cb5a0048fcc4eb43364d7 | [
"MIT"
] | null | null | null | <?xml version='1.0' encoding='UTF-8'?>
<!-- Created with Fritzing (http://www.fritzing.org/) -->
<netlist date="Thu Sep 19 05:39:04 2019" sketch="id562_Arduino_cuisine___Module_de_puissance_RS232___20121120_0.fz">
<net>
<connector id="connector1" name="Pin 1">
<part id="104000" label="R2" title="220Ω Resistor"/>
</connector>
<connector id="connector351" name="D28">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector1" name="Pin 1">
<part id="103970" label="R1" title="220Ω Resistor"/>
</connector>
<connector id="connector349" name="D26">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector347" name="D24">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
<connector id="connector4" name="pin5">
<part id="71580" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector353" name="D30">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
<connector id="connector3" name="pin4">
<part id="71580" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector355" name="D32">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
<connector id="connector2" name="pin3">
<part id="71580" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector359" name="D36">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
<connector id="connector0" name="pin1">
<part id="71580" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector361" name="D38">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
<connector id="connector7" name="pin8">
<part id="71600" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector363" name="D40">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
<connector id="connector6" name="pin7">
<part id="71600" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector5" name="pin6">
<part id="71600" label="Res" title="Resitor Array"/>
</connector>
<connector id="connector365" name="D42">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector367" name="D44">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
<connector id="connector4" name="pin5">
<part id="71600" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector3" name="pin4">
<part id="71600" label="Res" title="Resitor Array"/>
</connector>
<connector id="connector369" name="D46">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector371" name="D48">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
<connector id="connector2" name="pin3">
<part id="71600" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector373" name="D50">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
<connector id="connector1" name="pin2">
<part id="71600" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector0" name="pin1">
<part id="71600" label="Res" title="Resitor Array"/>
</connector>
<connector id="connector375" name="D52">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector2" name="A10">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
<connector id="connector0" name="pin1">
<part id="146440" label="Term/+5V" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector1" name="+">
<part id="194250" label="C3" title="Electrolytic Capacitor"/>
</connector>
<connector id="connector2" name="output voltage">
<part id="188270" label="Regul" title="Voltage Regulator - 5V"/>
</connector>
</net>
<net>
<connector id="connector8" name="A0">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
<connector id="connector1" name="Vout">
<part id="83530" label="Temp." title="LM35 Temperature Sensor"/>
</connector>
</net>
<net>
<connector id="connector1" name="+">
<part id="178420" label="C1" title="Electrolytic Capacitor"/>
</connector>
<connector id="connector1" name="pin2">
<part id="146440" label="Term/+5V" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector0" name="+Vs">
<part id="83530" label="Temp." title="LM35 Temperature Sensor"/>
</connector>
</net>
<net>
<connector id="connector1" name="pin2">
<part id="71580" label="Res" title="Resitor Array"/>
</connector>
<connector id="connector357" name="D34">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector345" name="D22">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
<connector id="connector5" name="pin6">
<part id="71580" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector0" name="0">
<part id="204380" label="C5" title="Ceramic Capacitor"/>
</connector>
<connector id="connector0" name="0">
<part id="204410" label="C6" title="Ceramic Capacitor"/>
</connector>
<connector id="connector1" name="GND">
<part id="188270" label="Regul" title="Voltage Regulator - 5V"/>
</connector>
<connector id="connector0" name="pin1">
<part id="107230" label="Piezo -" title="Piezo Speaker"/>
</connector>
<connector id="connector1" name="pin2">
<part id="107230" label="Piezo -" title="Piezo Speaker"/>
</connector>
<connector id="connector1" name="pin2">
<part id="114540" label="+12V" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector0" name="pin1">
<part id="83600" label="TX1" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector0" name="-">
<part id="195250" label="C4" title="Electrolytic Capacitor"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="95070" label="T51" title="BD135"/>
</connector>
<connector id="connector2" name="GND">
<part id="83530" label="Temp." title="LM35 Temperature Sensor"/>
</connector>
<connector id="connector0" name="pin1">
<part id="114510" label="GND +12V" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector0" name="cathode">
<part id="104060" label="Diag1" title="Red (633nm) LED"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="95010" label="T54" title="BD135"/>
</connector>
<connector id="connector1" name="pin2">
<part id="83640" label="RX1" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70330" label="T08" title="BD135"/>
</connector>
<connector id="connector0" name="-">
<part id="194250" label="C3" title="Electrolytic Capacitor"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="95050" label="T52" title="BD135"/>
</connector>
<connector id="connector0" name="cathode">
<part id="104030" label="Diag2" title="Red (633nm) LED"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="146590" label="T91" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="94970" label="T55" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="95030" label="T53" title="BD135"/>
</connector>
<connector id="connector378" name="GND">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70680" label="T24" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70320" label="T07" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70480" label="T09" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70520" label="T12" title="BD135"/>
</connector>
<connector id="connector237" name="GND">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
<connector id="connector377" name="GND">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
<connector id="connector259" name="GND">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
<connector id="connector260" name="GND">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="146470" label="T92" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="94890" label="T56" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70310" label="T06" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70550" label="T10" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70500" label="T11" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70490" label="T13" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70140" label="T04" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70710" label="T23" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70300" label="T05" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70510" label="T14" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70120" label="T03" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70660" label="T22" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70540" label="T15" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70100" label="T02" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70670" label="T21" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70530" label="T16" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70010" label="T01" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70650" label="T20" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70700" label="T17" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70640" label="T19" title="BD135"/>
</connector>
<connector id="connector0" name="Emetteur">
<part id="70690" label="T18" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector376" name="D53">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
<connector id="connector1" name="pin2">
<part id="107260" label="Piezo +" title="Piezo Speaker"/>
</connector>
<connector id="connector0" name="pin1">
<part id="107260" label="Piezo +" title="Piezo Speaker"/>
</connector>
</net>
<net>
<connector id="connector13" name="pin14">
<part id="71520" label="Res" title="Resitor Array"/>
</connector>
<connector id="connector2" name="Base">
<part id="70640" label="T19" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector11" name="pin12">
<part id="71560" label="Res" title="Resitor Array"/>
</connector>
<connector id="connector2" name="Base">
<part id="70490" label="T13" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector0" name="pin1">
<part id="69540" label="12V R1" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector1" name="Collecteur">
<part id="70010" label="T01" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector1" name="Collecteur">
<part id="70100" label="T02" title="BD135"/>
</connector>
<connector id="connector1" name="pin2">
<part id="69570" label="G1 B1" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector1" name="Collecteur">
<part id="70120" label="T03" title="BD135"/>
</connector>
<connector id="connector0" name="pin1">
<part id="69570" label="G1 B1" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector0" name="pin1">
<part id="69620" label="12V R2" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector1" name="Collecteur">
<part id="70140" label="T04" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector1" name="Collecteur">
<part id="70300" label="T05" title="BD135"/>
</connector>
<connector id="connector1" name="pin2">
<part id="69610" label="G2 B2" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector1" name="Collecteur">
<part id="70310" label="T06" title="BD135"/>
</connector>
<connector id="connector0" name="pin1">
<part id="69610" label="G2 B2" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector0" name="pin1">
<part id="69650" label="12V R3" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector1" name="Collecteur">
<part id="70320" label="T07" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector1" name="Collecteur">
<part id="70330" label="T08" title="BD135"/>
</connector>
<connector id="connector1" name="pin2">
<part id="69670" label="G3 B3" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector1" name="Collecteur">
<part id="70480" label="T09" title="BD135"/>
</connector>
<connector id="connector0" name="pin1">
<part id="69670" label="G3 B3" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector0" name="pin1">
<part id="69660" label="12V R4" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector1" name="Collecteur">
<part id="70550" label="T10" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector1" name="Collecteur">
<part id="70510" label="T14" title="BD135"/>
</connector>
<connector id="connector1" name="pin2">
<part id="69740" label="G5 B5" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector0" name="pin1">
<part id="69750" label="12V R5" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector1" name="Collecteur">
<part id="70490" label="T13" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector1" name="Collecteur">
<part id="70520" label="T12" title="BD135"/>
</connector>
<connector id="connector0" name="pin1">
<part id="69680" label="G4 B4" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector1" name="Collecteur">
<part id="70500" label="T11" title="BD135"/>
</connector>
<connector id="connector1" name="pin2">
<part id="69680" label="G4 B4" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector1" name="Collecteur">
<part id="70540" label="T15" title="BD135"/>
</connector>
<connector id="connector0" name="pin1">
<part id="69740" label="G5 B5" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector0" name="pin1">
<part id="69760" label="12V R6" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector1" name="Collecteur">
<part id="70530" label="T16" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector1" name="Collecteur">
<part id="70700" label="T17" title="BD135"/>
</connector>
<connector id="connector1" name="pin2">
<part id="69730" label="G6 B6" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector1" name="Collecteur">
<part id="70690" label="T18" title="BD135"/>
</connector>
<connector id="connector0" name="pin1">
<part id="69730" label="G6 B6" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector0" name="pin1">
<part id="69810" label="12V R7" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector1" name="Collecteur">
<part id="70640" label="T19" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector1" name="Collecteur">
<part id="70650" label="T20" title="BD135"/>
</connector>
<connector id="connector1" name="pin2">
<part id="69830" label="G7 B7" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector1" name="Collecteur">
<part id="70670" label="T21" title="BD135"/>
</connector>
<connector id="connector0" name="pin1">
<part id="69830" label="G7 B7" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector0" name="pin1">
<part id="69820" label="12V R8" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector1" name="Collecteur">
<part id="70660" label="T22" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector1" name="Collecteur">
<part id="70710" label="T23" title="BD135"/>
</connector>
<connector id="connector1" name="pin2">
<part id="69840" label="G8 B8" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector0" name="pin1">
<part id="69840" label="G8 B8" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector1" name="Collecteur">
<part id="70680" label="T24" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector11" name="pin12">
<part id="71580" label="Res" title="Resitor Array"/>
</connector>
<connector id="connector2" name="Base">
<part id="70300" label="T05" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector0" name="Pin 0">
<part id="103970" label="R1" title="220Ω Resistor"/>
</connector>
<connector id="connector1" name="anode">
<part id="104060" label="Diag1" title="Red (633nm) LED"/>
</connector>
</net>
<net>
<connector id="connector0" name="Pin 0">
<part id="104000" label="R2" title="220Ω Resistor"/>
</connector>
<connector id="connector1" name="anode">
<part id="104030" label="Diag2" title="Red (633nm) LED"/>
</connector>
</net>
<net>
<connector id="connector10" name="pin11">
<part id="71560" label="Res" title="Resitor Array"/>
</connector>
<connector id="connector2" name="Base">
<part id="70510" label="T14" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector2" name="Base">
<part id="70520" label="T12" title="BD135"/>
</connector>
<connector id="connector12" name="pin13">
<part id="71560" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector2" name="Base">
<part id="70500" label="T11" title="BD135"/>
</connector>
<connector id="connector13" name="pin14">
<part id="71560" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector15" name="pin16">
<part id="71560" label="Res" title="Resitor Array"/>
</connector>
<connector id="connector2" name="Base">
<part id="70480" label="T09" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector1" name="Collecteur">
<part id="146470" label="T92" title="BD135"/>
</connector>
<connector id="connector1" name="pin2">
<part id="146360" label="Rel1&2/" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector1" name="Collecteur">
<part id="146590" label="T91" title="BD135"/>
</connector>
<connector id="connector0" name="pin1">
<part id="146360" label="Rel1&2/" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector2" name="Base">
<part id="146470" label="T92" title="BD135"/>
</connector>
<connector id="connector14" name="pin15">
<part id="71600" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector2" name="Base">
<part id="146590" label="T91" title="BD135"/>
</connector>
<connector id="connector15" name="pin16">
<part id="71600" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector11" name="pin12">
<part id="71600" label="Res" title="Resitor Array"/>
</connector>
<connector id="connector2" name="Base">
<part id="95030" label="T53" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector1" name="Collecteur">
<part id="95070" label="T51" title="BD135"/>
</connector>
<connector id="connector1" name="pin2">
<part id="69890" label="L6" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector2" name="Base">
<part id="70330" label="T08" title="BD135"/>
</connector>
<connector id="connector8" name="pin9">
<part id="71580" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector2" name="Base">
<part id="70320" label="T07" title="BD135"/>
</connector>
<connector id="connector9" name="pin10">
<part id="71580" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector9" name="pin10">
<part id="71560" label="Res" title="Resitor Array"/>
</connector>
<connector id="connector2" name="Base">
<part id="70540" label="T15" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector2" name="Base">
<part id="70530" label="T16" title="BD135"/>
</connector>
<connector id="connector8" name="pin9">
<part id="71560" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector2" name="Base">
<part id="70700" label="T17" title="BD135"/>
</connector>
<connector id="connector15" name="pin16">
<part id="71520" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector2" name="Base">
<part id="70690" label="T18" title="BD135"/>
</connector>
<connector id="connector14" name="pin15">
<part id="71520" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector12" name="pin13">
<part id="71520" label="Res" title="Resitor Array"/>
</connector>
<connector id="connector2" name="Base">
<part id="70650" label="T20" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector11" name="pin12">
<part id="71520" label="Res" title="Resitor Array"/>
</connector>
<connector id="connector2" name="Base">
<part id="70670" label="T21" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector2" name="Base">
<part id="70100" label="T02" title="BD135"/>
</connector>
<connector id="connector15" name="pin16">
<part id="71580" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector14" name="pin15">
<part id="71580" label="Res" title="Resitor Array"/>
</connector>
<connector id="connector2" name="Base">
<part id="70010" label="T01" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector2" name="Base">
<part id="70550" label="T10" title="BD135"/>
</connector>
<connector id="connector14" name="pin15">
<part id="71560" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector2" name="Base">
<part id="70660" label="T22" title="BD135"/>
</connector>
<connector id="connector10" name="pin11">
<part id="71520" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector2" name="Base">
<part id="70710" label="T23" title="BD135"/>
</connector>
<connector id="connector8" name="pin9">
<part id="71520" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector9" name="pin10">
<part id="71520" label="Res" title="Resitor Array"/>
</connector>
<connector id="connector2" name="Base">
<part id="70680" label="T24" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector2" name="Base">
<part id="95050" label="T52" title="BD135"/>
</connector>
<connector id="connector12" name="pin13">
<part id="71600" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector2" name="Base">
<part id="70120" label="T03" title="BD135"/>
</connector>
<connector id="connector13" name="pin14">
<part id="71580" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector12" name="pin13">
<part id="71580" label="Res" title="Resitor Array"/>
</connector>
<connector id="connector2" name="Base">
<part id="70140" label="T04" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector10" name="pin11">
<part id="71600" label="Res" title="Resitor Array"/>
</connector>
<connector id="connector2" name="Base">
<part id="95010" label="T54" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector13" name="pin14">
<part id="71600" label="Res" title="Resitor Array"/>
</connector>
<connector id="connector2" name="Base">
<part id="95070" label="T51" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector1" name="pin2">
<part id="69900" label="L5" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector1" name="Collecteur">
<part id="95050" label="T52" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector2" name="Base">
<part id="94890" label="T56" title="BD135"/>
</connector>
<connector id="connector8" name="pin9">
<part id="71600" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector2" name="Base">
<part id="94970" label="T55" title="BD135"/>
</connector>
<connector id="connector9" name="pin10">
<part id="71600" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector1" name="pin2">
<part id="69940" label="L1" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector1" name="Collecteur">
<part id="94890" label="T56" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector1" name="pin2">
<part id="69930" label="L2" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector1" name="Collecteur">
<part id="94970" label="T55" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector1" name="pin2">
<part id="69920" label="L3" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector1" name="Collecteur">
<part id="95010" label="T54" title="BD135"/>
</connector>
</net>
<net>
<connector id="connector1" name="Collecteur">
<part id="95030" label="T53" title="BD135"/>
</connector>
<connector id="connector1" name="pin2">
<part id="69910" label="L4" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector1" name="pin2">
<part id="69660" label="12V R4" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector0" name="pin1">
<part id="69890" label="L6" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector1" name="pin2">
<part id="69760" label="12V R6" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector1" name="pin2">
<part id="69620" label="12V R2" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector1" name="pin2">
<part id="69650" label="12V R3" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector1" name="pin2">
<part id="69750" label="12V R5" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector0" name="pin1">
<part id="69910" label="L4" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector0" name="pin1">
<part id="114540" label="+12V" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector0" name="pin1">
<part id="69900" label="L5" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector1" name="pin2">
<part id="69810" label="12V R7" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector1" name="1">
<part id="204410" label="C6" title="Ceramic Capacitor"/>
</connector>
<connector id="connector1" name="pin2">
<part id="114510" label="GND +12V" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector1" name="pin2">
<part id="69540" label="12V R1" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector0" name="pin1">
<part id="146390" label="12V/GND/" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector0" name="input voltage">
<part id="188270" label="Regul" title="Voltage Regulator - 5V"/>
</connector>
<connector id="connector1" name="+">
<part id="195250" label="C4" title="Electrolytic Capacitor"/>
</connector>
<connector id="connector1" name="+">
<part id="180820" label="C2" title="Electrolytic Capacitor"/>
</connector>
<connector id="connector0" name="pin1">
<part id="69920" label="L3" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector1" name="pin2">
<part id="69820" label="12V R8" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector0" name="pin1">
<part id="69940" label="L1" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector0" name="pin1">
<part id="69930" label="L2" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector0" name="-">
<part id="178420" label="C1" title="Electrolytic Capacitor"/>
</connector>
<connector id="connector1" name="pin2">
<part id="146390" label="12V/GND/" title="Screw terminal - 2 pins"/>
</connector>
<connector id="connector0" name="-">
<part id="180820" label="C2" title="Electrolytic Capacitor"/>
</connector>
</net>
<net>
<connector id="connector2" name="Base">
<part id="70310" label="T06" title="BD135"/>
</connector>
<connector id="connector10" name="pin11">
<part id="71580" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector0" name="pin1">
<part id="83640" label="RX1" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector1" name="pin2">
<part id="83600" label="TX1" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector7" name="pin8">
<part id="71520" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector6" name="pin7">
<part id="71520" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector5" name="pin6">
<part id="71520" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector4" name="pin5">
<part id="71520" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector7" name="pin8">
<part id="71580" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector6" name="pin7">
<part id="71580" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector1" name="1">
<part id="204380" label="C5" title="Ceramic Capacitor"/>
</connector>
</net>
<net>
<connector id="connector1" name="pin2">
<part id="110370" label="Serial" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector0" name="pin1">
<part id="110370" label="Serial" title="Screw terminal - 2 pins"/>
</connector>
</net>
<net>
<connector id="connector0" name="pin1">
<part id="71560" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector1" name="pin2">
<part id="71560" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector2" name="pin3">
<part id="71560" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector3" name="pin4">
<part id="71560" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector4" name="pin5">
<part id="71560" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector5" name="pin6">
<part id="71560" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector6" name="pin7">
<part id="71560" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector7" name="pin8">
<part id="71560" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector0" name="pin1">
<part id="71520" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector1" name="pin2">
<part id="71520" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector2" name="pin3">
<part id="71520" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector3" name="pin4">
<part id="71520" label="Res" title="Resitor Array"/>
</connector>
</net>
<net>
<connector id="connector15" name="A7">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector1" name="A9">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector13" name="A5">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector262" name="D0 RX0">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector49" name="D18/TX1">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector51" name="D16 PWM/TX2">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector261" name="VIN">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector254" name="IOREF">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector236" name="AREF">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector5" name="A13">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector50" name="D17 PWM/RX2">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector14" name="A6">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector240" name="D11 PWM">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector266" name="D4 PWM">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector360" name="D37">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector263" name="D1 TX0">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector242" name="D9 PWM">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector238" name="D13 PWM">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector368" name="D45">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector374" name="D51">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector243" name="D8 PWM">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector269" name="D7 PWM">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector0" name="A8">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector268" name="D6 PWM">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector12" name="A4">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector235" name="SDA">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
<connector id="connector47" name="D20/SDA">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector343" name="5V">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
<connector id="connector258" name="5V">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
<connector id="connector344" name="5V">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector7" name="A15">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector10" name="A2">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector265" name="D3 PWM">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector346" name="D23">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector53" name="D14/TX3">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector356" name="D33">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector4" name="A12">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector9" name="A1">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector241" name="D10 PWM">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector256" name="RESET">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector370" name="D47">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector239" name="D12 PWM">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector358" name="D35">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector52" name="D15/RX3">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector6" name="A14">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector11" name="A3">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector352" name="D29">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector234" name="SCL">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
<connector id="connector46" name="D21/SCL">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector354" name="D31">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector372" name="D49">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector267" name="D5 PWM">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector362" name="D39">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector350" name="D27">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector48" name="D19/RX1">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector364" name="D41">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector257" name="3V3">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector348" name="D25">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector264" name="D2 PWM">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector366" name="D43">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector255" name="IOREF">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
<net>
<connector id="connector3" name="A11">
<part id="395420" label="ArduinoMega" title="Arduino Mega 2560 (Rev3)"/>
</connector>
</net>
</netlist>
| 31.861255 | 116 | 0.644654 |
d51b7fb3ad3d0d3da5a3ded2afb4e958b35742ad | 930 | xml | XML | app/src/main/res/layout/layout_leaderboard_team_dialog.xml | randhika/khelkund | c8d1b22e19c0c4cc950100d6efc299ca26844a03 | [
"Apache-2.0"
] | 2 | 2021-04-03T17:23:30.000Z | 2021-04-09T02:14:36.000Z | app/src/main/res/layout/layout_leaderboard_team_dialog.xml | randhika/khelkund | c8d1b22e19c0c4cc950100d6efc299ca26844a03 | [
"Apache-2.0"
] | null | null | null | app/src/main/res/layout/layout_leaderboard_team_dialog.xml | randhika/khelkund | c8d1b22e19c0c4cc950100d6efc299ca26844a03 | [
"Apache-2.0"
] | 7 | 2018-11-06T05:44:42.000Z | 2020-11-14T21:13:36.000Z | <?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="200dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Team"
android:layout_marginTop="12dp"
android:layout_marginBottom="12dp"
android:fontFamily="sans-serif-condensed"
android:id="@+id/tv_leaderboard_team_name"
android:layout_alignParentTop="true"
android:layout_centerHorizontal="true"
android:textSize="24sp" />
<com.appacitive.khelkund.infra.widgets.carousel.Carousel
android:id="@+id/carousel"
android:padding="4dp"
android:layout_below="@+id/tv_leaderboard_team_name"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</RelativeLayout> | 35.769231 | 74 | 0.693548 |
b6f359a5539aae78048f663bd5817184f80e7b15 | 2,043 | xml | XML | Publications/Arxiv/xml/20-1805.12236-..xml | d-torrance/Macaulay2-web-site | edb1d0b607c5aa00ffbcf403f2403961c6d6083a | [
"CC0-1.0"
] | 1 | 2018-11-27T08:01:17.000Z | 2018-11-27T08:01:17.000Z | Publications/Arxiv/xml/20-1805.12236-..xml | d-torrance/Macaulay2-web-site | edb1d0b607c5aa00ffbcf403f2403961c6d6083a | [
"CC0-1.0"
] | 19 | 2018-04-17T19:52:43.000Z | 2021-02-07T01:08:10.000Z | Publications/Arxiv/xml/20-1805.12236-..xml | d-torrance/Macaulay2-web-site | edb1d0b607c5aa00ffbcf403f2403961c6d6083a | [
"CC0-1.0"
] | 5 | 2018-01-08T16:48:01.000Z | 2021-09-10T21:19:02.000Z | <?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<link href="http://arxiv.org/api/query?search_query%3D%26id_list%3D1805.12236%26start%3D0%26max_results%3D10" rel="self" type="application/atom+xml"/>
<title type="html">ArXiv Query: search_query=&id_list=1805.12236&start=0&max_results=10</title>
<id>http://arxiv.org/api/MsQDOqGjcEEjsvAnBI7YzEQh9eU</id>
<updated>2018-07-24T00:00:00-04:00</updated>
<opensearch:totalResults xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">1</opensearch:totalResults>
<opensearch:startIndex xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">0</opensearch:startIndex>
<opensearch:itemsPerPage xmlns:opensearch="http://a9.com/-/spec/opensearch/1.1/">10</opensearch:itemsPerPage>
<entry>
<id>http://arxiv.org/abs/1805.12236v1</id>
<updated>2018-05-30T21:36:47Z</updated>
<published>2018-05-30T21:36:47Z</published>
<title>Cohomological Operators on Quotients by an Exact Zero Divisor</title>
<summary> Let S be a commutative ring, x, y $\in$ S a pair of exact zero divisors, and
R = S/(x). Let F be a complex of free R-modules. In this paper we explicitly
compute cohomological operators of R over S by constructing endomorphisms of F.
We consider some properties of these cohomological operators, as well as
provide an example in which these cohomological operators act non-trivially.
</summary>
<author>
<name>Andrew Windle</name>
</author>
<arxiv:comment xmlns:arxiv="http://arxiv.org/schemas/atom">11 pages</arxiv:comment>
<link href="http://arxiv.org/abs/1805.12236v1" rel="alternate" type="text/html"/>
<link title="pdf" href="http://arxiv.org/pdf/1805.12236v1" rel="related" type="application/pdf"/>
<arxiv:primary_category xmlns:arxiv="http://arxiv.org/schemas/atom" term="math.AC" scheme="http://arxiv.org/schemas/atom"/>
<category term="math.AC" scheme="http://arxiv.org/schemas/atom"/>
<category term="13D07" scheme="http://arxiv.org/schemas/atom"/>
</entry>
</feed>
| 63.84375 | 152 | 0.725404 |
b6e5428f7338003a8894d865528391df12793a77 | 3,758 | xml | XML | alfresco-mobile-android/src/main/res/layout/app_search_user.xml | FrKaram/alfresco-android-app | 8baa701119fab74d3890411f8e9f2e2575ecb057 | [
"Apache-2.0"
] | 39 | 2015-01-08T01:35:16.000Z | 2021-05-25T13:45:47.000Z | alfresco-mobile-android/src/main/res/layout/app_search_user.xml | FrKaram/alfresco-android-app | 8baa701119fab74d3890411f8e9f2e2575ecb057 | [
"Apache-2.0"
] | 43 | 2015-02-24T12:55:15.000Z | 2021-11-26T16:39:47.000Z | alfresco-mobile-android/src/main/res/layout/app_search_user.xml | FrKaram/alfresco-android-app | 8baa701119fab74d3890411f8e9f2e2575ecb057 | [
"Apache-2.0"
] | 98 | 2015-01-29T11:16:45.000Z | 2021-06-28T06:56:02.000Z | <?xml version="1.0" encoding="utf-8"?><!--
Copyright (C) 2005-2014 Alfresco Software Limited.
This file is part of Alfresco Mobile for Android.
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 agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
-->
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:visibility="visible">
<ScrollView
android:layout_width="match_parent"
android:layout_height="0dip"
android:layout_marginLeft="@dimen/browse_margin"
android:layout_marginRight="@dimen/browse_margin"
android:layout_weight="1"
android:fillViewport="true">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
style="?MainTheme.TextView.SearchHeader"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/search_name" />
<EditText
android:id="@+id/search_name"
style="?MainTheme.TextView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="text"></EditText>
<TextView
style="?MainTheme.TextView.SearchHeader"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/jobTitle" />
<EditText
android:id="@+id/jobTitle"
style="?MainTheme.TextView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="text"></EditText>
<TextView
style="?MainTheme.TextView.SearchHeader"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/company" />
<EditText
android:id="@+id/company"
style="?MainTheme.TextView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="text"></EditText>
<TextView
style="?MainTheme.TextView.SearchHeader"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/location" />
<EditText
android:id="@+id/location"
style="?MainTheme.TextView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:inputType="text"></EditText>
</LinearLayout>
</ScrollView>
<View
android:layout_width="match_parent"
android:layout_height="1dip"
android:background="?android:attr/dividerVertical" />
<include
android:layout_width="match_parent"
android:layout_height="wrap_content"
layout="@layout/app_validation_button" />
</LinearLayout> | 37.207921 | 74 | 0.614689 |
b03b48c7ca2144a3b45ba631316deac288cb32b5 | 3,591 | ui | XML | ui/newmembership.ui | Teknologforeningen/svaksvat | b9aeca845d65d6de07b3dbef4dafccacc6a81cc4 | [
"MIT"
] | null | null | null | ui/newmembership.ui | Teknologforeningen/svaksvat | b9aeca845d65d6de07b3dbef4dafccacc6a81cc4 | [
"MIT"
] | null | null | null | ui/newmembership.ui | Teknologforeningen/svaksvat | b9aeca845d65d6de07b3dbef4dafccacc6a81cc4 | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>MembershipEdit</class>
<widget class="QDialog" name="MembershipEdit">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>233</width>
<height>268</height>
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QGroupBox" name="mandate_GroupBox">
<property name="title">
<string>Mandattid</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<widget class="QRadioButton" name="wholeyear_radioButton">
<property name="text">
<string>Hela året</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="laborday_radioButton">
<property name="text">
<string>Vapp till vapp</string>
</property>
</widget>
</item>
<item>
<widget class="QRadioButton" name="otherMandate_radioButton">
<property name="text">
<string>Annan tid</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>
<item>
<layout class="QFormLayout" name="formLayout">
<property name="fieldGrowthPolicy">
<enum>QFormLayout::AllNonFixedFieldsGrow</enum>
</property>
<item row="0" column="0">
<widget class="QLabel" name="startdatumLabel">
<property name="text">
<string>Startdatum</string>
</property>
</widget>
</item>
<item row="0" column="1">
<widget class="QDateEdit" name="startTime_fld"/>
</item>
<item row="1" column="0">
<widget class="QLabel" name="slutdatumLabel">
<property name="text">
<string>Slutdatum</string>
</property>
</widget>
</item>
<item row="1" column="1">
<widget class="QDateEdit" name="endDate_fld"/>
</item>
<item row="2" column="0">
<widget class="QLabel" name="frNRLabel">
<property name="text">
<string>Från år</string>
</property>
</widget>
</item>
<item row="2" column="1">
<widget class="QSpinBox" name="startYear"/>
</item>
</layout>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>MembershipEdit</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>213</x>
<y>224</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>234</y>
</hint>
</hints>
</connection>
<connection>
<sender>buttonBox</sender>
<signal>rejected()</signal>
<receiver>MembershipEdit</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>213</x>
<y>224</y>
</hint>
<hint type="destinationlabel">
<x>223</x>
<y>234</y>
</hint>
</hints>
</connection>
</connections>
</ui>
| 26.404412 | 70 | 0.551935 |
bb65359e2edaaf9e08f0a91ad2df043de178f13f | 1,604 | xml | XML | extras/recipes/Avocados_&_Shrimp_Fiesta.xml | coogle/coogle-recipes | b17768c1eea3239c79d4a0deaf4b9e88770a9d56 | [
"Apache-2.0",
"BSD-3-Clause"
] | 2 | 2016-11-24T11:19:50.000Z | 2018-01-20T16:53:52.000Z | extras/recipes/Avocados_&_Shrimp_Fiesta.xml | coogle/coogle-recipes | b17768c1eea3239c79d4a0deaf4b9e88770a9d56 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | extras/recipes/Avocados_&_Shrimp_Fiesta.xml | coogle/coogle-recipes | b17768c1eea3239c79d4a0deaf4b9e88770a9d56 | [
"Apache-2.0",
"BSD-3-Clause"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<recipeml version="0.5">
<recipe>
<head>
<title>Avocados & Shrimp Fiesta</title>
<categories>
<cat>Salad</cat></categories>
<yield>10</yield></head>
<ingredients>
<ing>
<amt>
<qty>1 1/2</qty>
<unit>pounds</unit></amt>
<item>Small shrimp cooked</item></ing>
<ing>
<amt>
<qty>1</qty>
<unit>package</unit></amt>
<item>Shrimp boil</item></ing>
<ing>
<amt>
<qty>1</qty>
<unit/></amt>
<item>Stalk minced celery</item></ing>
<ing>
<amt>
<qty>6</qty>
<unit/></amt>
<item>Green onions; chopped</item></ing>
<ing>
<amt>
<qty>5</qty>
<unit/></amt>
<item>Avocados</item></ing>
<ing>
<amt>
<qty>From:</qty>
<unit/></amt>
<item>Pam and KerryAnn Cobb <priss@AMARANTH.COM></item></ing>
<ing>
<amt>
<qty>Date:</qty>
<unit/></amt>
<item>Fri, 9 Aug 1996 21:29:15 -0500</item></ing></ingredients>
<directions>
<step> Cook shrimp according to shrimp boil directions. cool and peel. Combine
shrimp, celery, and onions. Halve avocados and place shrimp mixture in
each half. Top with vinaigrette sauce.
EAT-L Digest 8 August 96
From the EAT-L recipe list. Downloaded from Glen's MM Recipe Archive,
http://www.erols.com/hosey.
</step></directions></recipe></recipeml>
| 28.140351 | 87 | 0.505611 |
e35b9977ffbc6743e006cadf7c0e356ba1676c50 | 50 | xml | XML | impl/core/src/test/resources/fail/textXML/invalid1.xml | TomEvers/xml-log-filter | 777787245f344ce1eab921716b79c8812d5d24ea | [
"Apache-2.0"
] | 3 | 2020-04-12T06:02:07.000Z | 2020-08-27T08:23:14.000Z | impl/core/src/test/resources/fail/textXML/invalid1.xml | TomEvers/xml-log-filter | 777787245f344ce1eab921716b79c8812d5d24ea | [
"Apache-2.0"
] | 129 | 2018-12-14T17:39:28.000Z | 2022-03-28T04:09:04.000Z | impl/core/src/test/resources/fail/textXML/invalid1.xml | TomEvers/xml-log-filter | 777787245f344ce1eab921716b79c8812d5d24ea | [
"Apache-2.0"
] | 1 | 2021-04-12T18:38:24.000Z | 2021-04-12T18:38:24.000Z | <aparent><achild attr="open ></aparent> | 50 | 50 | 0.72 |
cf776d3b68f6b5fec691cbf16131558fd4fc9269 | 12,360 | xml | XML | 500C/ijs.0.02346-0-000.pbm/log.xml | ContentMine/ijsem | 1235b5eab144ff152ea0ae21570f3323c3b8e57c | [
"CC0-1.0"
] | 1 | 2015-09-14T19:11:29.000Z | 2015-09-14T19:11:29.000Z | 500C/ijs.0.02346-0-000.pbm/log.xml | ContentMine/ijsem | 1235b5eab144ff152ea0ae21570f3323c3b8e57c | [
"CC0-1.0"
] | 3 | 2015-08-28T11:31:39.000Z | 2015-09-15T06:49:26.000Z | 500C/ijs.0.02346-0-000.pbm/log.xml | ContentMine/ijsem | 1235b5eab144ff152ea0ae21570f3323c3b8e57c | [
"CC0-1.0"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<log date="2015-08-29T12:53:46.352+01:00">
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.ensureOutputDirectory" message="PhyloTree output to: target/junk/1440849226352; suggest you setOutputDir()" millis="0"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [Bsalmonella enferica']" millis="11558"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [Deinocaccus radiadurans]" millis="11558"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [BB. macroides']" millis="11558"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [B. Iicheniformis]" millis="11558"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [B. sphaericus]" millis="11558"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [Streptocaccus gallolyficus]" millis="11558"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [B. coagulans]" millis="11559"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [B. atrophaeus]" millis="11559"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [B. sublilis]" millis="11559"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [B. pumilus]" millis="11559"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [B. flexus]" millis="11559"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [BB. maroccanus']" millis="11559"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [B. halodurans]" millis="11559"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [B. thuringiensis]" millis="11559"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [B. circulans]" millis="11559"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [V. pantuthenticus]" millis="11559"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [M. marinus]" millis="11559"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [Lactobacillus panrheris ]" millis="11560"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [B. Iaevolacticus]" millis="11560"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [B. cereus]" millis="11560"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [B. mycoides]" millis="11560"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [B. badius]" millis="11560"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [B. Ientus]" millis="11560"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [9 kaustophilus]" millis="11560"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [G. stearothermophilus]" millis="11560"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [B. megaterium]" millis="11560"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [B. psychrophilus]" millis="11560"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [Clos rridium perfringens]" millis="11560"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [P. alvei]" millis="11560"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [P. larvae]" millis="11560"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [Desullofomaculurn kuznetsovii]" millis="11561"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [ Sarcina venrriculi]" millis="11561"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [P. Iautus]" millis="11561"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [Br. borstelensis]" millis="11561"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [P. pabuli]" millis="11561"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [P. chondroitinus]" millis="11561"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [Br. agri]" millis="11561"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX []" millis="11561"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [Br. chnshinensis]" millis="11561"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.processOtu" message="ERR_BAD_SYNTAX [Thermaactinomyces]" millis="11561"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.2" millis="11562"/>
<error method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="cannot delete tip java.lang.RuntimeException: null parentEdge in elideIfHasSingletonChild" millis="11562"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.12" millis="11563"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.14" millis="11563"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.15" millis="11564"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.16" millis="11564"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.19" millis="11564"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.20" millis="11565"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.21" millis="11565"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.26" millis="11565"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.27" millis="11565"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.28" millis="11566"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.31" millis="11566"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.34" millis="11566"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.36" millis="11567"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.38" millis="11567"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.39" millis="11567"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.40" millis="11568"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.41" millis="11568"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.42" millis="11568"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.43" millis="11568"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.46" millis="11569"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.47" millis="11569"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.49" millis="11569"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.50" millis="11570"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.51" millis="11570"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.52" millis="11570"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.53" millis="11570"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.58" millis="11570"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.59" millis="11571"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.60" millis="11571"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.62" millis="11571"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.63" millis="11571"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.65" millis="11571"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.67" millis="11572"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.68" millis="11572"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.70" millis="11572"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.71" millis="11572"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.72" millis="11572"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.pruneBadTips" message="deleted node NT1.73" millis="11572"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.createTree" message="Analyzed pixels for tree successfully" millis="11574"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.outputNexml" message="wrote NEXML: ../ijsem/500C/ijs.0.02346-0-000.pbm/results/phylotree/001.nexml.xml" millis="11575"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.outputNewick" message="wrote Newick: ../ijsem/500C/ijs.0.02346-0-000.pbm/results/phylotree/001.nwk" millis="11576"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.outputHocrSvg" message="wrote HOCSVG: ../ijsem/500C/ijs.0.02346-0-000.pbm/results/phylotree/001.hocr.svg" millis="11582"/>
<info method="org.xmlcml.ami2.plugins.phylotree.PhyloTreeArgProcessor.outputSvg" message="wrote HOCSVG: ../ijsem/500C/ijs.0.02346-0-000.pbm/results/phylotree/001.svg" millis="11588"/>
</log>
| 137.333333 | 203 | 0.797168 |
961522379a5986d6acd05efbaf1a7a2261059352 | 3,263 | xml | XML | TapRemote/app/src/main/res/layout/activity_test.xml | JimSeker/widgets | f9978006c31573f6eb7b508c9f8d6676d5fc1734 | [
"Apache-2.0"
] | 7 | 2019-01-29T04:15:52.000Z | 2022-02-14T07:52:24.000Z | TapRemote/app/src/main/res/layout/activity_test.xml | JimSeker/widgets | f9978006c31573f6eb7b508c9f8d6676d5fc1734 | [
"Apache-2.0"
] | null | null | null | TapRemote/app/src/main/res/layout/activity_test.xml | JimSeker/widgets | f9978006c31573f6eb7b508c9f8d6676d5fc1734 | [
"Apache-2.0"
] | 1 | 2022-02-02T07:25:20.000Z | 2022-02-02T07:25:20.000Z | <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="edu.cs4730.tapremote.testActivity">
<TextView
android:id="@+id/widget29"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="Test code demo"/>
<LinearLayout
android:id="@+id/widget41"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<TextView
android:id="@+id/TVhostname"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="Hostname: "/>
<EditText
android:id="@+id/EThostname"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="k2.cs.uwyo.edu"
android:textSize="18sp"/>
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<TextView
android:id="@+id/TVport"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="port: "/>
<EditText
android:id="@+id/ETport"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="3012"
android:textSize="18sp"/>
</LinearLayout>
<LinearLayout
android:id="@+id/widget89"
android:layout_width="fill_parent"
android:layout_height="wrap_content">
<Button
android:id="@+id/makeconn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:padding="10px"
android:text="Server"/>
<Button
android:id="@+id/clientbutton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:padding="10px"
android:text="client"/>
<Button
android:id="@+id/sendbutton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:padding="10px"
android:text="send"/>
<Button
android:id="@+id/closebutton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:padding="10px"
android:text="close"/>
</LinearLayout>
<ScrollView
android:id="@+id/ScrollView1"
android:layout_width="fill_parent"
android:layout_height="fill_parent">
<TextView
android:id="@+id/logger"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:text="output: "/>
</ScrollView>
</LinearLayout>
| 31.07619 | 72 | 0.603126 |
a370d7848e2f254e10e43c3574b8e278ba075c9c | 1,609 | xml | XML | resources/META-INF/plugin.xml | dmtar/intellij-randomid | 07bbfc1a6c9f0648e800934479fa924c7106d87b | [
"MIT"
] | null | null | null | resources/META-INF/plugin.xml | dmtar/intellij-randomid | 07bbfc1a6c9f0648e800934479fa924c7106d87b | [
"MIT"
] | null | null | null | resources/META-INF/plugin.xml | dmtar/intellij-randomid | 07bbfc1a6c9f0648e800934479fa924c7106d87b | [
"MIT"
] | null | null | null | <idea-plugin version="2" url="https://github.com/dmtar/intellij-randomid">
<id>com.dmtar.idea.plugin.randomid</id>
<name>Generate HTML Ids</name>
<version>0.0.1</version>
<vendor email="dimityr.dishev@gmail.com" url="https://github.com/dmtar">Dimitar Dishev</vendor>
<description><![CDATA[
Generate HTML Ids
]]></description>
<change-notes><![CDATA[
<h2>0.0.1</h2>
<ul>
<li>Initial version. Generating and applying unique ids on the HTML elements, which doesn't have an id attribute<li>
<ul>
]]>
</change-notes>
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
<idea-version since-build="145.0"/>
<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/plugin_compatibility.html
on how to target different products -->
<!-- uncomment to enable plugin in all products
<depends>com.intellij.modules.lang</depends>
-->
<extensions defaultExtensionNs="com.intellij">
<!-- Add your extensions here -->
</extensions>
<actions>
<!-- Add your actions here -->
<action id="GenerateElementIdentifiers" class="com.dmtar.randomid.actions.GenerateElementIdentifiers"
text="Generate ids" description="Generates unique ids on HTML elements">
<add-to-group group-id="EditorActions" anchor="first"/>
<keyboard-shortcut keymap="$default" first-keystroke="ctrl alt G"/>
</action>
</actions>
<depends>com.jetbrains.php</depends>
<depends>com.intellij.modules.platform</depends>
</idea-plugin> | 36.568182 | 128 | 0.691734 |
06c537a9b533fd8f80027a02d45fe626a2537cc7 | 912 | xml | XML | viral2019/PMC7545115/sections/2_back/1_ref-list/69_ref.xml | petermr/openvirusdev | a3b04ad67a262c85bb7fe1f5c7eec9b8532673a9 | [
"Apache-2.0"
] | null | null | null | viral2019/PMC7545115/sections/2_back/1_ref-list/69_ref.xml | petermr/openvirusdev | a3b04ad67a262c85bb7fe1f5c7eec9b8532673a9 | [
"Apache-2.0"
] | 1 | 2020-11-14T03:41:20.000Z | 2021-03-22T10:04:35.000Z | viral2019/PMC7545115/sections/2_back/1_ref-list/69_ref.xml | petermr/openvirusdev | a3b04ad67a262c85bb7fe1f5c7eec9b8532673a9 | [
"Apache-2.0"
] | 1 | 2020-11-22T16:24:37.000Z | 2020-11-22T16:24:37.000Z | <?xml version="1.0" encoding="UTF-8"?>
<ref id="CIT0069">
<label>69.</label>
<mixed-citation publication-type="journal">
<person-group person-group-type="author">
<name name-style="western">
<surname>Hyle</surname>
<given-names>EP</given-names>
</name>,
<name name-style="western">
<surname>Scott</surname>
<given-names>JA</given-names>
</name>,
<name name-style="western">
<surname>Sax</surname>
<given-names>PE</given-names>
</name>,
<etal>et al.</etal>
</person-group>
<article-title>Clinical impact and cost-effectiveness of genotype testing at human immunodeficiency virus diagnosis in the United States</article-title>.
<source>Clin Infect Dis</source>
<year>2020</year>;
<volume>70</volume>:
<fpage>1353</fpage>–
<lpage>63</lpage>.
<pub-id pub-id-type="pmid">31055599</pub-id>
</mixed-citation>
</ref>
| 31.448276 | 157 | 0.639254 |
2aeb7eac4e6c5e99be1d6e8f454c4e6829bc03e4 | 1,226 | xml | XML | assets/preload/images/BF_menu.xml | TheKitBoi/MispellesEngine-1.2-update | fb036f62baa9561abf11c562e9caf1363c0078e6 | [
"Apache-2.0"
] | null | null | null | assets/preload/images/BF_menu.xml | TheKitBoi/MispellesEngine-1.2-update | fb036f62baa9561abf11c562e9caf1363c0078e6 | [
"Apache-2.0"
] | 2 | 2021-07-05T22:51:24.000Z | 2021-07-05T23:01:18.000Z | assets/preload/images/BF_menu.xml | TheKitBoi/MispellesEngine-1.2-update | fb036f62baa9561abf11c562e9caf1363c0078e6 | [
"Apache-2.0"
] | 1 | 2021-12-05T17:47:46.000Z | 2021-12-05T17:47:46.000Z | <?xml version="1.0" encoding="utf-8"?>
<TextureAtlas imagePath="BF_menu.png">
<!-- Created with Adobe Animate version 21.0.5.40714 -->
<!-- http://www.adobe.com/products/animate.html -->
<SubTexture name="bf menu0000" x="0" y="0" width="474" height="463"/>
<SubTexture name="bf menu0001" x="0" y="0" width="474" height="463"/>
<SubTexture name="bf menu0002" x="474" y="0" width="474" height="463"/>
<SubTexture name="bf menu0003" x="474" y="0" width="474" height="463"/>
<SubTexture name="bf menu0004" x="948" y="0" width="474" height="463"/>
<SubTexture name="bf menu0005" x="948" y="0" width="474" height="463"/>
<SubTexture name="bf menu0006" x="1422" y="0" width="474" height="463"/>
<SubTexture name="bf menu0007" x="1422" y="0" width="474" height="463"/>
<SubTexture name="bf menu0008" x="0" y="463" width="474" height="463"/>
<SubTexture name="bf menu0009" x="0" y="463" width="474" height="463"/>
<SubTexture name="bf menu0010" x="0" y="463" width="474" height="463"/>
<SubTexture name="bf menu0011" x="0" y="463" width="474" height="463"/>
<SubTexture name="bf menu0012" x="0" y="463" width="474" height="463"/>
<SubTexture name="bf menu0013" x="0" y="463" width="474" height="463"/>
</TextureAtlas>
| 61.3 | 73 | 0.649266 |
e0d5b3b9083c75ebb2bd1b54052e00abfe9bd5f4 | 2,750 | xml | XML | clients/android/res/layout/auth_reset_fragment.xml | xuantan/viewfinder | 992209086d01be0ef6506f325cf89b84d374f969 | [
"Apache-2.0"
] | 645 | 2015-01-03T02:03:59.000Z | 2021-12-03T08:43:16.000Z | clients/android/res/layout/auth_reset_fragment.xml | hoowang/viewfinder | 9caf4e75faa8070d85f605c91d4cfb52c4674588 | [
"Apache-2.0"
] | null | null | null | clients/android/res/layout/auth_reset_fragment.xml | hoowang/viewfinder | 9caf4e75faa8070d85f605c91d4cfb52c4674588 | [
"Apache-2.0"
] | 222 | 2015-01-07T05:00:52.000Z | 2021-12-06T09:54:26.000Z | <?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"
android:id="@+id/auth_resetFragment">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/include_statusBar"
android:background="@drawable/square_modal"
android:paddingTop="24dp"
android:paddingLeft="16dp"
android:paddingRight="16dp"
android:paddingBottom="30dp"
android:layout_marginTop="50dp">
<view
android:layout_width="wrap_content"
android:layout_height="wrap_content"
class="co.viewfinder.widgets.ViewfinderTextView"
android:id="@+id/auth_resetPassword"
android:text="@string/auth_resetPassword"
style="@style/auth_title"
android:layout_centerHorizontal="true"/>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:id="@+id/auth_resetEmailOrMobile"
android:background="@drawable/signup_text_inputs_single"
android:padding="0dp"
android:layout_below="@+id/auth_resetPassword"
android:layout_marginTop="8dp">
<include
android:layout_width="match_parent"
android:layout_height="wrap_content"
layout="@layout/email_or_text_edit"
android:id="@+id/include"/>
</FrameLayout>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@+id/auth_resetEmailOrMobile"
android:layout_marginTop="8dp"
android:id="@+id/auth_resetButtons">
<view
android:layout_width="wrap_content"
android:layout_height="wrap_content"
class="co.viewfinder.widgets.ViewfinderButton"
android:id="@+id/auth_back"
android:background="@drawable/big_button_grey_selector"
android:text="@string/auth_back"
style="@style/big_button"
android:clickable="true"
android:layout_weight="1"/>
<view
android:layout_width="wrap_content"
android:layout_height="wrap_content"
class="co.viewfinder.widgets.ViewfinderButton"
android:id="@+id/auth_submit"
android:background="@drawable/big_button_green_selector"
style="@style/big_button"
android:text="@string/auth_submit"
android:layout_weight="2"
android:layout_marginLeft="8dp"/>
</LinearLayout>
</RelativeLayout>
</RelativeLayout>
| 35.25641 | 74 | 0.661818 |
34a311f8f7b9959546ca18fd8cb775417477c8bc | 558 | xml | XML | .idea/libraries/Maven__javax_ws_rs_javax_ws_rs_api_2_1_m05.xml | PawelH777/databaseAppClient | 1d73d9b15df90dc166b77ed76f4c414067cd1f13 | [
"BSD-3-Clause"
] | 3 | 2017-03-27T11:34:43.000Z | 2021-07-03T11:11:01.000Z | .idea/libraries/Maven__javax_ws_rs_javax_ws_rs_api_2_1_m05.xml | PawelH777/databaseAppClient | 1d73d9b15df90dc166b77ed76f4c414067cd1f13 | [
"BSD-3-Clause"
] | 1 | 2017-07-16T14:42:17.000Z | 2017-07-16T14:53:50.000Z | .idea/libraries/Maven__javax_ws_rs_javax_ws_rs_api_2_1_m05.xml | PawelH777/databaseAppClient | 1d73d9b15df90dc166b77ed76f4c414067cd1f13 | [
"BSD-3-Clause"
] | 1 | 2018-01-25T17:54:50.000Z | 2018-01-25T17:54:50.000Z | <component name="libraryTable">
<library name="Maven: javax.ws.rs:javax.ws.rs-api:2.1-m05">
<CLASSES>
<root url="jar://$MAVEN_REPOSITORY$/javax/ws/rs/javax.ws.rs-api/2.1-m05/javax.ws.rs-api-2.1-m05.jar!/" />
</CLASSES>
<JAVADOC>
<root url="jar://$MAVEN_REPOSITORY$/javax/ws/rs/javax.ws.rs-api/2.1-m05/javax.ws.rs-api-2.1-m05-javadoc.jar!/" />
</JAVADOC>
<SOURCES>
<root url="jar://$MAVEN_REPOSITORY$/javax/ws/rs/javax.ws.rs-api/2.1-m05/javax.ws.rs-api-2.1-m05-sources.jar!/" />
</SOURCES>
</library>
</component> | 42.923077 | 119 | 0.636201 |
098af58ceccf143b7bd796e499818bdf3a162ef3 | 4,203 | xml | XML | app/src/main/res/values/strings_preferences.xml | fattazzo/meteo | 8345a9a1b0d0dcb87922262c1691cd6ec8d058fc | [
"MIT"
] | 1 | 2020-03-23T09:55:59.000Z | 2020-03-23T09:55:59.000Z | app/src/main/res/values/strings_preferences.xml | fattazzo/meteo | 8345a9a1b0d0dcb87922262c1691cd6ec8d058fc | [
"MIT"
] | 9 | 2015-07-16T13:12:41.000Z | 2020-06-05T15:04:12.000Z | app/src/main/res/values/strings_preferences.xml | fattazzo/meteo | 8345a9a1b0d0dcb87922262c1691cd6ec8d058fc | [
"MIT"
] | 1 | 2020-06-05T13:41:13.000Z | 2020-06-05T13:41:13.000Z | <?xml version="1.0" encoding="utf-8"?>
<!--
~ Project: meteo
~ File: strings_preferences.xml
~
~ Created by fattazzo
~ Copyright © 2019 Gianluca Fattarsi. All rights reserved.
~
~ MIT License
~ 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 limitation the rights
~ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
~ copies of the Software, and to permit persons to whom the Software is
~ furnished to do so, subject to the following conditions:
~
~ The above copyright notice and this permission notice shall be included in all
~ copies or substantial portions of the Software.
~
~ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
~ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
~ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
~ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
~ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
~ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
~ SOFTWARE.
-->
<resources>
<string name="pref_key_stazMeteoGraphShowPoint">stazMeteoGraphShowPoint</string>
<string name="pref_key_stazMeteoGraphPointRadius">stazMeteoGraphPointRadius</string>
<string name="pref_key_widgetsUpdateInterval">widgetsUpdateInterval</string>
<string name="pref_key_widgetsWebcamUpdateInterval">widgetsWebcamUpdateInterval</string>
<string name="pref_key_iconsTheme">iconsTheme</string>
<string name="pref_key_app_version">appVersionKey</string>
<string name="pref_key_privacy_policy">privacyPolicyKey</string>
<string name="pref_key_widgets_background">widgetsBackground</string>
<string name="pref_key_widgets_text_color">widgetsTextColor</string>
<string name="weather_stations_pref">Stazioni meteo</string>
<string name="weather_stations_pref_graph_show_series_bg">Sfondo delle serie</string>
<string name="weather_stations_pref_graph_show_series_bg_desc">Visualizza lo sfondo delle serie</string>
<string name="weather_stations_pref_graph_show_points">Punti delle serie</string>
<string name="weather_stations_pref_graph_show_points_desc">Visualizza i punti dei valori delle serie</string>
<string name="weather_stations_pref_graph_points_radius">Spessore punti visualizzati</string>
<string name="weather_stations_pref_graph_points_radius_desc">Valore corrente %1$d</string>
<string name="widgets_pref">Widgets</string>
<string name="widgets_bull_pref">Bulletin</string>
<string name="widgets_webcam_pref">Webcam</string>
<string name="widgets_update_interval">Intervallo di aggiornamento bollettino</string>
<string name="widgets_update_interval_webcam">Intervallo di aggiornamento webcam</string>
<string name="widgets_theme">Tema</string>
<string name="widgets_text_color">Colore del testo</string>
<string name="widgets_pref_zone">Zona widgets</string>
<string name="widgets_pref_zone_text"><![CDATA[I widget contrassegnati con la lettera <b>"Z"</b>, a differenza di quelli generali, forniscono informazioni specifiche relative alla zona scelta dall\'utente. Le zone disponibili sono:<br><br><i>Nord-Ovest</i> <b>(NW)</b><br><i>Nord-Est</i> <b>(NE)</b><br><i>Sud</i> <b>(S)</b><br><br>Selezionare dalla mappa sottostante quella desiderata.]]></string>
<string name="widgets_pref_zone_summary">Zona selezionata:</string>
<string name="pref_icons_title">Cambio icone</string>
<string name="pref_icons_message">Per aggiornare le icone già utilizzate si consiglia di chiudere e riaprire l\'applicazione o ricaricare le previsioni</string>
<string-array name="iconThemeName">
<item>Meteo Trentino</item>
<item>Flat color</item>
<item>Linea</item>
</string-array>
<string-array name="iconThemeKey">
<item>meteo_trentino</item>
<item>flat_color</item>
<item>line</item>
</string-array>
</resources>
| 55.302632 | 402 | 0.754461 |
4b001d1e02fc99fb9768c7e6e0b97ca8aa10b7ea | 1,827 | xml | XML | classifier/stage6.xml | aedancullen/relic-pictograph-classifier | 62f526be48998cffd89bf20c4552692f3f18eda5 | [
"MIT"
] | null | null | null | classifier/stage6.xml | aedancullen/relic-pictograph-classifier | 62f526be48998cffd89bf20c4552692f3f18eda5 | [
"MIT"
] | null | null | null | classifier/stage6.xml | aedancullen/relic-pictograph-classifier | 62f526be48998cffd89bf20c4552692f3f18eda5 | [
"MIT"
] | null | null | null | <?xml version="1.0"?>
<opencv_storage>
<stage6>
<maxWeakCount>9</maxWeakCount>
<stageThreshold>-1.5366952419281006e+00</stageThreshold>
<weakClassifiers>
<_>
<internalNodes>
0 -1 220250 1.0163258761167526e-02</internalNodes>
<leafValues>
-6.0603141784667969e-01 4.7211897373199463e-01</leafValues></_>
<_>
<internalNodes>
0 -1 124525 -3.6891838535666466e-03</internalNodes>
<leafValues>
-7.6089096069335938e-01 2.6801714301109314e-01</leafValues></_>
<_>
<internalNodes>
0 -1 174496 -2.5339559651911259e-03</internalNodes>
<leafValues>
2.1990066766738892e-01 -9.2168372869491577e-01</leafValues></_>
<_>
<internalNodes>
0 -1 109216 -1.5076061572472099e-05</internalNodes>
<leafValues>
2.1226733922958374e-01 -9.0196198225021362e-01</leafValues></_>
<_>
<internalNodes>
0 -1 163118 -2.9268031939864159e-03</internalNodes>
<leafValues>
7.3126465082168579e-01 -3.4173491597175598e-01</leafValues></_>
<_>
<internalNodes>
0 -1 63429 1.8505123443901539e-03</internalNodes>
<leafValues>
2.6842480897903442e-01 -9.3001741170883179e-01</leafValues></_>
<_>
<internalNodes>
0 -1 63690 3.8943251129239798e-03</internalNodes>
<leafValues>
-3.2764214277267456e-01 7.3800247907638550e-01</leafValues></_>
<_>
<internalNodes>
0 -1 135989 1.8336884677410126e-02</internalNodes>
<leafValues>
-7.9213362932205200e-01 3.0137887597084045e-01</leafValues></_>
<_>
<internalNodes>
0 -1 90864 -2.4867486208677292e-03</internalNodes>
<leafValues>
7.0382130146026611e-01 -3.2331249117851257e-01</leafValues></_></weakClassifiers></stage6>
</opencv_storage>
| 34.471698 | 98 | 0.654625 |
22a7d196319b6f4bbbee3c01e68c718576b75178 | 4,308 | xml | XML | pom.xml | dragon-yuan/commutils4j | 608158a088760c2b5ae8ab9d74e06eed353eb328 | [
"MIT"
] | 16 | 2017-10-17T05:37:27.000Z | 2021-12-24T05:53:36.000Z | pom.xml | dragon-yuan/commutils4j | 608158a088760c2b5ae8ab9d74e06eed353eb328 | [
"MIT"
] | 1 | 2018-06-07T00:39:12.000Z | 2018-06-09T12:11:08.000Z | pom.xml | dragon-yuan/commutils4j | 608158a088760c2b5ae8ab9d74e06eed353eb328 | [
"MIT"
] | 7 | 2017-11-11T11:52:16.000Z | 2019-04-11T11:49:21.000Z | <?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.git.comm.utils</groupId>
<artifactId>commutils4j</artifactId>
<version>0.1</version>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.4.2.RELEASE</version>
<relativePath/>
</parent>
<dependencies>
<!-- Junit -->
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13.1</version>
</dependency>
<!-- pagehelper -->
<dependency>
<groupId>com.github.pagehelper</groupId>
<artifactId>pagehelper</artifactId>
<version>5.0.0</version>
</dependency>
<!-- modelmapper -->
<dependency>
<groupId>org.modelmapper</groupId>
<artifactId>modelmapper</artifactId>
<version>0.7.5</version>
</dependency>
<!-- slf4j-api -->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.25</version>
</dependency>
<!-- jackson -->
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-core-asl</artifactId>
<version>1.9.13</version>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
<version>1.9.13</version>
</dependency>
<!-- fastjson -->
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.31</version>
</dependency>
<!-- ant -->
<dependency>
<groupId>ant</groupId>
<artifactId>ant</artifactId>
<version>1.6.5</version>
</dependency>
<!-- servlet -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>servlet-api</artifactId>
<version>2.5</version>
<scope>provided</scope>
</dependency>
<!-- commons-vfs2 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2</artifactId>
<version>2.0</version>
</dependency>
<!-- commons-io -->
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>2.4</version>
</dependency>
<!-- httpclient -->
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.0</version>
</dependency>
<!-- commons-net -->
<dependency>
<groupId>commons-net</groupId>
<artifactId>commons-net</artifactId>
<version>3.3</version>
</dependency>
<!-- commons -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
</dependency>
<!-- google-collections -->
<dependency>
<groupId>com.google.collections</groupId>
<artifactId>google-collections</artifactId>
<version>1.0</version>
</dependency>
<!-- lang3 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.4</version>
</dependency>
<!-- spring redis-->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-redis</artifactId>
</dependency>
<!-- http -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.3</version>
</dependency>
</dependencies>
</project> | 34.741935 | 108 | 0.537372 |
996348e10d0f4b02c9089c765bdd4223854a08db | 68,008 | xml | XML | src/jp/book/dq7_dbg.xml | showa-yojyo/dqbook | cc069b587f72b671f021785addb57754c8d5535d | [
"MIT"
] | 3 | 2015-03-19T13:30:17.000Z | 2021-02-13T05:17:21.000Z | src/jp/book/dq7_dbg.xml | showa-yojyo/dqbook | cc069b587f72b671f021785addb57754c8d5535d | [
"MIT"
] | 53 | 2016-10-26T13:43:55.000Z | 2018-05-21T14:05:20.000Z | src/jp/book/dq7_dbg.xml | showa-yojyo/dqbook | cc069b587f72b671f021785addb57754c8d5535d | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE section PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
"http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
<!ENTITY % replacement SYSTEM "replacement.xml">
%replacement;
]>
<section id="dq7.dbg"><?dbhtml filename="dq7_dbg.html" ?>
<title>デバッグモード</title>
<indexterm id="term.dq7.dbg"><primary>デバッグモード</primary><secondary>DQ7</secondary></indexterm>
<para>
この章では &dq7_2000; のデバッグモードに関する説明を述べる。
</para>
<para>
画像はすべて仮のものである。いずれ変更することがある。
</para>
<section id="dq7.dbg.start">
<title>デバッグモード開始方法</title>
<para>
デバッグモードは非常に簡単に出すことができる。
なんでもよいので PAR コードが使える環境を整え、
まずは<emphasis>アドレス 800F7798 に値 0001 を書き込む</emphasis>。
そしておもむろに<emphasis>コントローラの L2 ボタン</emphasis>を押せば、デバッグ用のウインドウが現れる。
<!-- 画像が欲しい -->
</para>
</section> <!-- dq7.dbg.start -->
<section id="dq7.dbg.menu">
<title>デバッグモードメニュー</title>
<indexterm id="term.dq7.dbg.menu"><primary>デバッグメニュー</primary><secondary>DQ7</secondary></indexterm>
<para>
この節ではデバッグウィンドウの各メニュー項目について簡単に述べる。
</para>
<para>
デバッグモードの各項目は L2 ボタンによるウィンドウに表示される。その全メニュー項目は次の表のとおり。
</para>
<table id="table.dq7.dbg.menu" class="lighttable">
<caption>デバッグウィンドウ リスト</caption>
<thead>
<tr>
<th>ページ</th>
<th>メニュー名</th>
</tr>
</thead>
<tbody>
<tr><th rowspan="12">1</th>
<td><link linkend="dq7.dbg.menu.floor">どこでもルーラ</link></td>
</tr>
<tr><td><link linkend="dq7.dbg.menu.floor">どこでもルーラ</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.max">さいきょう</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.full">ぜんかいふく</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.status">ひとじょうたい</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.lvup">レベルアップ</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.job">てんしょく</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.gold">おかね</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.bank">ぎんこういっぱい</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.talk">仲間会話</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.item">どうぐふくろ</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.flag">フラグショップ</link></td></tr>
<tr><th rowspan="12">2</th>
<td><link linkend="dq7.dbg.menu.start">プログラムスタート</link></td>
</tr>
<tr><td><link linkend="dq7.dbg.menu.memcrd">メモリーカード</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.wndcfg">ウインドウコンフィグ</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.bgm">楽曲テスト</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.snd">サウンドテスト</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.tilenc">タイルエンカウント</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.selenc">せんたくエンカウント</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.monanim">モンスターアニメ</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.monmod">モンスターモディファイ</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.hp">HPせってい</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.mp">MPせってい</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.jobexp">しょくぎょうけいけんち</link></td></tr>
<tr><th rowspan="12">3</th>
<td><link linkend="dq7.dbg.menu.dbg">デバッグ こうもく</link></td>
</tr>
<tr><td><link linkend="dq7.dbg.menu.game">ゲームじょうたい</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.member">パーティメンバー</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.joblv">しょくぎょうレベル</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.jobhst">しょくぎょうけいれき</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.movspl">まほうこうかムービー</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.movevt">イベントムービー</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.puzzle">石版パズル</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.jobls">ジョブレベルいちらん</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.spline">スプラインテスト</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.flgold">ふるいフラグショップ</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.prevflr">前回のフロア名</link></td></tr>
<tr><th rowspan="2">4</th>
<td><link linkend="dq7.dbg.menu.talkbattle">せんとうなかまかいわ</link></td>
</tr>
<tr><td><link linkend="dq7.dbg.menu.monall">ぜんモンスターであった</link></td></tr>
</tbody>
</table>
<section id="dq7.dbg.menu.floor">
<title>どこでもルーラ</title>
<indexterm id="term.dq7.dbg.menu.floor"><primary>デバッグモード</primary><secondary>どこでもルーラ</secondary></indexterm>
<para>
この節ではデバッグモード「どこでもルーラ」について記述する。
</para>
<para>
「どこでもルーラ」と書かれているメニュー項目はふたつあるが、
そのどちらかを選ぶと、デバッグフロアにいないときは強制的に
「デバックフロア」という地形が何もないフロアへ移動させられる。
デバッグフロアにいるときに「どこでもルーラ」を選ぶと、移動先を選択できるリストが出てくる。
&dq7_2000; では基本的に全フロアにフローミなどで出る名前とは別にアルファベットと数字を組み合わせた名前がついているようで、
この名前をデバッグ名と呼ぶことにする。
</para>
<para>
デバッグウインドウを出したときに、上のほうの「どこでもルーラ」からのみ飛べるフロアには
フローミ名がヌル文字列で、デバッグ名に「なぞのとう」のように名前が出てくる。
</para>
<para>
上「どこでもルーラ」の全項目のうち、下「どこでもルーラ」とかぶらない部分を書き出すと
こういう感じ(<xref linkend="appendix.b" />)になる。
</para>
<para>
「デバックフロア」。これはさっき書いたように、
何の地形もないグラデーションバックのフロアへ画面が切り替わる。
</para>
<figure id="fig.dq7_debug01">
<title>もの知りじいさんの家の周り</title>
<graphic width="256px" fileref="./image/dq7_debug01.png"/>
</figure>
<para>
「もの知りじいさんの家」(画像)。その他のデバッグという感じを受けた。
雑多なキャラのアニメーション、よく飛ぶタル、黒い炎などが外にはあり、
家の中はじいさんのかわりに兵士がひとり眠っているだけ。
本棚を調べると「マイクのテスト中」とか意味のないメッセージが読める。
ちなみにキャラにセリフがあるのはシーブルだけで、なぜかランキング協会の受付のセリフである。
</para>
<para>
「ぼうけんのしょメニュー」。みなさんおなじみのあの画面に切り替わる。
</para>
<figure id="fig.dq7_debug02">
<title>雲のほこら</title>
<graphic width="256px" fileref="./image/dq7_debug02.png"/>
</figure>
<para>
「雲のほこら」(画像)。BGM は村のそれ。あたり判定がないので、好き勝手に歩ける。
背景の画像が美しいのだが、左右がつながっていないので横に歩くとまた同じ絵になる。
</para>
<para>
「名もなきほこら」。いにしえの賢者がいるほこらと同じ地形であった。建物の中には入れない。
</para>
<figure id="fig.dq7_debug03">
<title>なぞのとう</title>
<graphic width="256px" fileref="./image/dq7_debug03.png"/>
</figure>
<para>
「なぞのとう」(画像)。本当に謎。カメラ操作のデバッグに利用したものと思う。
</para>
<para>
「なまえかえや」。地形はグリンフレークの庭師の家の地下室と同じ。
男がひとりいて、はなしかけると「わしは命名神マリナンに仕えるもの…」という。
階段があるがどこにもつながっていない。
</para>
<figure id="fig.dq7_debug04">
<title>ぎんこう</title>
<graphic width="256px" fileref="./image/dq7_debug04.png"/>
</figure>
<para>
「ぎんこう」(画像)。いにしえの賢者がいるほこらの外観マイナス床テクスチャ。
男がゴールド銀行行員だったりする。
</para>
<figure id="fig.dq7_debug05">
<title>てんしょく</title>
<graphic width="256px" fileref="./image/dq7_debug05.png"/>
</figure>
<para>
「てんしょく」(画像)。転職デバッグと思われる。
神官ふたりと熟練ババアにまぎれる形でバーテンとバニーがいる。
バニーはカジノのコイン売り場担当のようだが、バーテンは見てのとおり。
</para>
<para>
以下フィールドマップ上に画面が切り替わる項目が続く。テキストファイルのほうに書いておいた。
以後先は下どこでもルーラにフロアのタイプ別にまとめられているので、また次回。
2 種類あるのだが、上のほうはデバッグ用フロア+戦闘画面+全フロアのリストになっている。
下のほうは一応フロアの種類ごとにまとめられている。
</para>
</section> <!-- dq7.dbg.menu.floor -->
<section id="dq7.dbg.menu.max">
<title>さいきょう</title>
<para>
パーティ全員がレベル 99、全職業レベル 8、呪文特技をすべて覚えている状態になる。
パーティ全員のしょくぎょうは無職の状態になる。
</para>
<para>
各キャラのパラメータは内部的に定義されたものになる。タネや木の実による増分は加味されない。
</para>
</section> <!-- dq7.dbg.menu.max -->
<section id="dq7.dbg.menu.full">
<title>ぜんかいふく</title>
<para>
まず、パーティの名前プラス「ぜんいん」のあるキャラ選択サブメニューウィンドウが出てくる。
そこで選択されたキャラに対して、HP/MP を全回復する。同時に毒や呪いなどの状態もクリアされる。
</para>
</section> <!-- dq7.dbg.menu.full -->
<section id="dq7.dbg.menu.status">
<title>ひとじょうたい</title>
<figure id="fig.dq7dbg.menu.status">
<title>ひとじょうたい</title>
<graphic width="256px" fileref="./image/dq7dbg.menu.status.png"/>
</figure>
<para>
まず、パーティの名前プラス「ぜんいん」のあるキャラ選択サブメニューウィンドウが出てくる。
そこで選択されたキャラに対して「しに」「まひ」「どく」「もうどく」「ひんし」の状態にする。
</para>
</section> <!-- dq7.dbg.menu.status -->
<section id="dq7.dbg.menu.lvup">
<title>レベルアップ</title>
<para>
まず、パーティの名前プラス「ぜんいん」のあるキャラ選択サブメニューウィンドウが出てくる。
2 ケタの数値を入力するミニウインドウが出てくる。数値を決定すると、対象のキャラを好きなレベルに変えられる。
</para>
</section> <!-- dq7.dbg.menu.lvup -->
<section id="dq7.dbg.menu.job">
<title>てんしょく</title>
<para>
まず、パーティの名前プラス「ぜんいん」のあるキャラ選択サブメニューウィンドウが出てくる。
対象となっているキャラクタの職業名と職業レベルがリストになったウィンドウが表示される。リストは次の通り。
</para>
<table id="table.dq7.dbg.menu.job" class="lighttable">
<caption>てんしょくメニュー 職業表</caption>
<thead>
<tr><th>ページ</th><th>職業</th></tr>
</thead>
<tbody>
<tr><th rowspan="8">1</th>
<td>むしょく</td></tr>
<tr><td>せんし</td></tr>
<tr><td>ぶとうか</td></tr>
<tr><td>まほうつかい</td></tr>
<tr><td>そうりょ</td></tr>
<tr><td>おどりこ</td></tr>
<tr><td>とうぞく</td></tr>
<tr><td>ぎんゆうしじん</td></tr>
<tr><th rowspan="8">2</th>
<td>ふなのり</td></tr>
<tr><td>ひつじかい</td></tr>
<tr><td>わらわせし</td></tr>
<tr><td>バトルマスター</td></tr>
<tr><td>まほうせんし</td></tr>
<tr><td>けんじゃ</td></tr>
<tr><td>スーパースター</td></tr>
<tr><td>まものハンター</td></tr>
<tr><th rowspan="8">3</th>
<td>かいぞく</td></tr>
<tr><td>パラディン</td></tr>
<tr><td>ゴッドハンド</td></tr>
<tr><td>てんちらいめいし</td></tr>
<tr><td>ゆうしゃ</td></tr>
<tr><td>スライム</td></tr>
<tr><td>くさった死体</td></tr>
<tr><td>エビルタートル</td></tr>
<tr><th rowspan="8">4</th>
<td>おどる宝石</td></tr>
<tr><td>はなカワセミ</td></tr>
<tr><td>キメラ</td></tr>
<tr><td>ホイミスライム</td></tr>
<tr><td>リザードマン</td></tr>
<tr><td>ばくだん岩</td></tr>
<tr><td>リップス</td></tr>
<tr><td>サンダーラット</td></tr>
<tr><th rowspan="8">5</th>
<td>ミミック</td></tr>
<tr><td>バーサーカー</td></tr>
<tr><td>ダンビラムーチョ</td></tr>
<tr><td>アンドレアル</td></tr>
<tr><td>呪いのランプ</td></tr>
<tr><td>ギャオース</td></tr>
<tr><td>ヘルバトラー</td></tr>
<tr><td>コスモファントム</td></tr>
<tr><th rowspan="8">6</th>
<td>ドラゴスライム</td></tr>
<tr><td>フライングデビル</td></tr>
<tr><td>ゲリュオン</td></tr>
<tr><td>死神きぞく</td></tr>
<tr><td>プロトキラー</td></tr>
<tr><td>ゴーレム</td></tr>
<tr><td>いどまじん</td></tr>
<tr><td>ダークビショップ</td></tr>
<tr><th rowspan="7">7</th>
<td>まじんブドゥ</td></tr>
<tr><td>ローズバトラー</td></tr>
<tr><td>ギガミュータント</td></tr>
<tr><td>プラチナキング</td></tr>
<tr><td>エビルエスターク</td></tr>
<tr><td>にじくじゃく</td></tr>
<tr><td>デスマシーン</td></tr>
</tbody>
</table>
<para>
「ぜんいん」を選ぶとウィンドウが閉じる。また、各職業名を選んでもウィンドウが閉じる。
</para>
</section> <!-- dq7.dbg.menu.job -->
<section id="dq7.dbg.menu.gold">
<title>おかね</title>
<para>
6 ケタの数値が入力できるサブウィンドウが表示される。
初期値は現在持っているゴールドと同じである。
ここで設定した数値が現在の持ちゴールドに反映される。
</para>
</section> <!-- dq7.dbg.menu.gold -->
<section id="dq7.dbg.menu.bank">
<title>ぎんこういっぱい</title>
<para>
ゴールド銀行の預金残高が 10000000 になる。
これはゲーム中に銀行に預けることができるゴールドの上限値である。
</para>
</section> <!-- dq7.dbg.menu.bank -->
<section id="dq7.dbg.menu.talk">
<title>仲間会話</title>
<para>
これはデバッグフロアではなく、ゲーム中の適当なシーンでこのメニューを選ぶのがよい。
特殊なウィンドウが開いて、仲間のセリフアドレスと優先度なんかが見られる。
サブメニューは次の表のとおり。
</para>
<table id="table.dq7.dbg.menu.talk" class="lighttable">
<caption>仲間会話サブメニュー</caption>
<thead>
<tr><th>メニュー名</th></tr>
</thead>
<tbody>
<tr><td><link linkend="dq7.dbg.menu.talk.scenario">シナリオかいわ</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.talk.bufclr">バッファクリア</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.talk.flag">フラグみる</link></td></tr>
</tbody>
</table>
<!-- 未調査 -->
<section id="dq7.dbg.menu.talk.scenario">
<title>シナリオかいわ</title>
<figure id="fig.dq7dbg.menu.talk.scenario">
<title>シナリオかいわ</title>
<graphic width="256px" fileref="./image/dq7dbg.menu.talk.scenario.png"/>
</figure>
<para>
上の画像のような特殊なウィンドウが表示される。カーソルはキャラ名の書いてある項目間を移動する。
赤文字で書かれているキャラは、現在パーティにいないキャラである。
</para>
<para>
選択すると、仲間セリフがきける。
その他詳細は不明。
</para>
</section> <!-- dq7.dbg.menu.talk.scenario -->
<!-- 未調査 -->
<section id="dq7.dbg.menu.talk.bufclr">
<title>バッファクリア</title>
<para>
不明。
</para>
</section> <!-- dq7.dbg.menu.talk.bufclr -->
<!-- 未調査 -->
<section id="dq7.dbg.menu.talk.flag">
<title>フラグみる</title>
<para>
8 ケタの数値を入力できるサブウィンドウが表示される。いろいろ数値を入れてみたが、詳細は不明。
</para>
</section> <!-- dq7.dbg.menu.talk.flag -->
</section> <!-- dq7.dbg.menu.talk -->
<section id="dq7.dbg.menu.item">
<title>どうぐふくろ</title>
<para>
プログラムされているすべての道具について、
もしそれがふくろの中に入っていなければ、それをふくろに追加する。
ふくろの中に存在すれば、個数がプラス 1 される。
なお、ふくろをクリアするデバッグメニューは「ふくろぜんしょうきょ」である。
</para>
</section> <!-- dq7.dbg.menu.flag -->
<section id="dq7.dbg.menu.flag">
<title>フラグショップ</title>
<figure id="fig.dq7dbg.menu.flag">
<title>フラグショップ</title>
<graphic width="256px" fileref="./image/dq7dbg.menu.flag.png"/>
</figure>
<para>
フラグ名が項目になっているウィンドウが表示される。メニューは次のとおり。
</para>
<table id="table.dq7.dbg.menu.flag" class="lighttable">
<caption>フラグショップ</caption>
<thead>
<tr>
<th>ページ</th>
<th>フラグの名前</th>
<th>スタート地点</th>
</tr>
</thead>
<tbody>
<!-- 余裕があったら変更 -->
<tr><th rowspan="12">1</th>
<td>しょきじょうたい</td><td>オープニングムービーからスタート。</td></tr>
<tr><td>アミットごうしゅっこう前</td><td>ボルカノにアンチョビサンドを渡しにいくところ。</td></tr>
<tr><td>アミットごうしゅっこうご</td><td>アミット号が出港したあと。このあと兵士がくる。</td></tr>
<tr><td>マリベルがなかまになった</td><td>マリベルが仲間になった直後。さっきから妙に無口じゃん。</td></tr>
<tr><td>王さまとはなしたご</td><td>バーンズ王にいろいろ聞かれたあと。</td></tr>
<tr><td>こころみしっぱい</td><td>遺跡の石像にアイテムを使ってキーファのメッセージを確認したあと。</td></tr>
<tr><td>ものしりじいさんのかいどく・おわり</td><td>キーファといっしょにじいさんの話をきいたあと。</td></tr>
<tr><td>X2しんでんにはいったあと</td><td>謎の神殿最深部までいった後、ひとりになる。</td></tr>
<tr><td>マチルダかこ・しょきじょうたい</td><td>ウッドパルナの石版をはめる直前。</td></tr>
<tr><td>マチルダかこ・マチルダなかまになった</td><td>まだ森の中。</td></tr>
<tr><td>マチルダかこ・ほうせきさがし</td><td>採石場に入れる状態。</td></tr>
<tr><td>マチルダかこ・ゆうしふっかつ</td><td>緑の宝玉をとってハンクに使ってやる直前。</td></tr>
<tr><th rowspan="12">2</th>
<td>マチルダかこ・ゆうしけつだん</td><td>宿屋でマチルダとパルナのシーンを見た直後。</td></tr>
<tr><td>マチルダかこ・中ボスとの戦い</td><td>ゴーレム戦に入れる状態。</td></tr>
<tr><td>マチルダかこ・かなしいだいだんえん</td><td>マチルダが倒れて塔の外。</td></tr>
<tr><td>マチルダかこ・あらたなるみち</td><td>ハンクの家でセリフシーンが終わった後。</td></tr>
<tr><td>はじまりのしまA2</td><td>無事不思議な神殿の石版台の前に戻れた。</td></tr>
<tr><td>はじまりのしま まちるだとうからかんばっく</td><td>また3人になったところから。</td></tr>
<tr><td>はじまりのしまA2・5 あらたなるぼうけん</td><td>グランエスタードの地下室の宝箱を開けた状態。</td></tr>
<tr><td>ひのやまかこ・しょきじょうたい</td><td>エンゴウ石版台の前。</td></tr>
<tr><td>ひのやまかこ・うらないしのよげん</td><td>宿屋に泊まって井戸のまわりに村人たちが集まっている。</td></tr>
<tr><td>ひのやまかこ・まつりのまえに</td><td>長老が声高々にほむら祭りの開催を宣言するシーン。</td></tr>
<tr><td>ひのやまかこ・まつり</td><td>エンゴウの夜、ほむら祭り初期状態。</td></tr>
<tr><td>ひのやまかこ・ひおくりのぎ</td><td>パミラに話した後の村。長老からたいまつをもらえる。</td></tr>
<tr><th rowspan="12">3</th>
<td>ひのやまかこ・ほのおのやませんにゅう</td><td>村人がほぼ火の山へ向かった後。</td></tr>
<tr><td>ひのやまかこ・へいわ</td><td>エンゴウのイベント終了後。</td></tr>
<tr><td>A3・はじまりのしま</td><td>エンゴウ石版台前。……ってことはこれで世界にまた新しい島ができてれば</td></tr>
<tr><td>A3・かぞくかいぎの</td><td>慎重な男とばかり思っていたお前が… というボルカノのセリフから。</td></tr>
<tr><td>せきかのまち・しょきじょうたい</td><td>ダイアラック石版台前。</td></tr>
<tr><td>せきかのまち・天使の涙にゅうしゅ</td><td>クレマンに話すと天使の涙をくれる。</td></tr>
<tr><td>せきかのまち・やどやにとまろう</td><td>宿屋に泊まると外から聞こえる悲しげな声に目が覚める。</td></tr>
<tr><td>せきかのまち・まよなかのかいそう</td><td>すべての石像が光を放っている状態。</td></tr>
<tr><td>せきかのまち・かくされたちかきち</td><td>すべての石像を確認して眠りなおしたあと。</td></tr>
<tr><td>せきかのまち・ひとつのきぼう</td><td>天使の涙を使ってヨゼフを仲間にしたあと。</td></tr>
<tr><td>マチルダかこ・そのご</td><td>ウッドパルナ最終状態。</td></tr>
<tr><td>どうぶつの村かこ・しょきじょうたい</td><td>オルフィー石版台前。</td></tr>
<tr><th rowspan="12">4</th>
<td>せきかのまち・そのご</td><td>ダイアラック最終状態。</td></tr>
<tr><td>どうぶつの村かこ・まものたおしたあと</td><td>オルフィーの街に帰ったあと。ガボとオオカミがどこかへ走っていく。</td></tr>
<tr><td>どうぶつの村げんだい・しょきじょうたい</td><td>街は動物でいっぱい。</td></tr>
<tr><td>からくりかこ・しょきじょうたい</td><td>フォーリッシュ石版台前。</td></tr>
<tr><td>からくりかこ・王さまとはなしたご</td><td>フォロッド王に話したあと。兵士の詰め所へ向かう。</td></tr>
<tr><td>からくりかこ・かいぎしゅうりょうご</td><td>トラッド兵士長が起こって会議終了。その直後。</td></tr>
<tr><td>からくりかこ・町しゅうげき</td><td>ヘインズに話すとトラッドがやってくる。見張り塔へ向かう。</td></tr>
<tr><td>からくりかこ・兵士長とともに</td><td>トラッドといっしょにからくり研究所へ向かう。</td></tr>
<tr><td>からくりかこ・城しゅうげき</td><td>フォロッド城はからくり兵でいっぱい。</td></tr>
<tr><td>からくりかこ・エリー現る</td><td>トラッド、ゼボットが城に戻ってくる。</td></tr>
<tr><td>からくりかこ・はんげきのひ</td><td>城の2階で目が覚める。</td></tr>
<tr><td>からくりかこ・みおくりのあさ</td><td>城の前に人が集まっている。</td></tr>
<tr><th rowspan="12">5</th>
<td>からくりかこ・きっぽうをまつ</td><td>からくりアジトに乗り込む直前。フォロッド城。</td></tr>
<tr><td>からくりかこ・戦いおわって</td><td>デスマシーン戦終了後のアジト前フィールド。</td></tr>
<tr><td>からくりかこ・戦いおわって・それから</td><td>フォロッド城最終状態。</td></tr>
<tr><td>どうぶつの村かこ・そのご</td><td>オルフィー最終状態。</td></tr>
<tr><td>どうぶつの村げんだい・そのご</td><td>動物の感謝祭終了後。</td></tr>
<tr><td>からくりげんだい・しょきじょうたい</td><td>フォーリッシュの街の前。</td></tr>
<tr><td>からくりげんだい・王さまとはなしたご</td><td>フォロッド王が兵士と禁断の地へおもむく。</td></tr>
<tr><td>からくりげんだい・エリーがつかまった</td><td>王の間。学者がエリーを壊す。</td></tr>
<tr><td>からくりげんだい・アルマンれんこうご</td><td>カギはかけなくていいからな。の後。</td></tr>
<tr><td>からくりげんだい・からくりパーツにゅうしゅまえ</td><td>地下室でアルマンと兵士長のセリフシーン。</td></tr>
<tr><td>からくりげんだい・エリーしゅうり</td><td>からくり研究所。アルマンがエリーの修理を終えたところ。</td></tr>
<tr><td>からくりげんだい・エリーがこやにもどったご</td><td>エリーはいつもスープをつくっている。</td></tr>
<tr><th rowspan="12">6</th>
<td>ハーブかこ・しょきじょうたい</td><td>グリンフレーク石版台前。</td></tr>
<tr><td>ハーブかこ・まものにかったあと</td><td>あめふらし倒した後。</td></tr>
<tr><td>ハーブかこ・かいじょご</td><td>天使の涙使用後。</td></tr>
<tr><td>ハーブかこ・とりがーをふんだあと</td><td>さらに屋敷を出たあと。</td></tr>
<tr><td>ハーブかこ・ペペがかつぎこまれたあと</td><td>庭師の家にペペとポルタと庭師がいる状態。</td></tr>
<tr><td>ハーブかこ・かいわイベント1のあと</td><td>ボルックに話すとリンダの様子を見てくれと頼まれる。</td></tr>
<tr><td>ハーブかこ・かいわイベント2のあと</td><td>イワンとカヤのセリフシーンが終わった直後。うっさいわねバカ王子。</td></tr>
<tr><td>ハーブかこ・かいわイベント3のあと</td><td>リンダと商人のセリフシーン直後。</td></tr>
<tr><td>ハーブかこ・とびだすリンダをみたあと</td><td>道具屋からリンダが飛び出していったあと。</td></tr>
<tr><td>ハーブかこ・クスリをにゅうしゅするまで</td><td>エンゴウに行けば秘薬が手に入る状態のグリンフレーク。</td></tr>
<tr><td>ひのやまかこ・そして5ねん</td><td>エンゴウ石版台前。エンゴウに行くとパミラは長老の家にいる。</td></tr>
<tr><td>ハーブかこ・クスリにゅうしゅご</td><td>グリンフレーク石版台前。街に入ると庭師が待っている。</td></tr>
<tr><th rowspan="12">7</th>
<td>ハーブかこ・うたげのよる</td><td>カヤのセリフからスタート。</td></tr>
<tr><td>ハーブかこ・ボルックにはなしたあと</td><td>ペペを探してくるようにいわれたあと。</td></tr>
<tr><td>ハーブかこ・どしゃぶりちゅう</td><td>雨がふってみんな帰ったあと。</td></tr>
<tr><td>ハーブかこ・ふたりのかいわをきいたあと</td><td>ペペとリンダの雨の中でのセリフシーン。</td></tr>
<tr><td>ハーブかこ・うたげのあと</td><td>ペペが出ていって朝が明けた直後の庭師の家。</td></tr>
<tr><td>ハーブげんだい・しょきじょうたい</td><td>メモリアリーフの前。</td></tr>
<tr><td>神の祭壇かこ・しょきじょうたい</td><td>ユバールの休息地石版台前。</td></tr>
<tr><td>神の祭壇かこ・まつり</td><td>祭り状態の族長テント内。出るとキーファのセリフ。</td></tr>
<tr><td>神の祭壇かこ・しゅっぱつ</td><td>ジャンと族長のセリフシーンから。</td></tr>
<tr><td>神の祭壇かこ・しゅっぱつご</td><td>そのあと休息地からフィールドへでたあと。</td></tr>
<tr><td>神の祭壇かこ・しゅっぱつごのあさ</td><td>一泊したあとの山脈の出口。</td></tr>
<tr><td>神の祭壇かこ・かいぎのよくあさ</td><td>会議→眠る→テントから出てジャンのセリフから。</td></tr>
<tr><th rowspan="12">8</th>
<td>神の祭壇かこ・みずうみがひいた</td><td>祭壇で大地の鈴を使った後。</td></tr>
<tr><td>神の祭壇かこ・ぎしき</td><td>伝説のムービー直後。</td></tr>
<tr><td>神の祭壇かこ・ぎしきしゅうりょうごのあさ</td><td>テント内。ちょっとキーファのヤツ朝っぱらからなにやってんのよ?</td></tr>
<tr><td>A4・キーファとわかれたご</td><td>石版台前。あらなにかしらこの袋?</td></tr>
<tr><td>からくりかこ・そのご</td><td>石版台前。フォーリッシュなど最終状態。</td></tr>
<tr><td>からくりげんだい・そのご</td><td>エリー完全停止。</td></tr>
<tr><td>ダーマかこ・しょきじょうたい</td><td>石版台前。</td></tr>
<tr><td>ダーマかこ・落とされたあと</td><td>酒場に行こうとするとカシムとフーラルのセリフシーン。</td></tr>
<tr><td>ダーマかこ・スイフーにやられた</td><td>ザジのセリフから。ちなみにスイフーは倒せません。</td></tr>
<tr><td>ダーマかこ・フーラルがなかまになった</td><td>その直後。西の洞くつへ向かう。</td></tr>
<tr><td>ダーマかこ・ザジとネリスのかいわ</td><td>地上に出るとふたりのセリフシーン。</td></tr>
<tr><td>ダーマかこ・ザジとカシムのかいわあと</td><td>酒場のシーン。</td></tr>
<tr><th rowspan="12">9</th>
<td>ダーマかこ・トリガー1をふんだあと</td><td>魂くだきスタート直後。こ こいつ……イカれてやがる。</td></tr>
<tr><td>ダーマかこ・トリガー2をふんだあと</td><td>スイフー一味が追いかけていった直後。</td></tr>
<tr><td>ダーマかこ・トリガー3をふんだあと</td><td>うぎえぇぇぇの直後と思われる。</td></tr>
<tr><td>ダーマかこ・よるのイベントあと</td><td>ピンクの戦士の魂くだきね。</td></tr>
<tr><td>ダーマかこ・M20しょきじょうたい</td><td>山肌の集落にはじめて来た状態。</td></tr>
<tr><td>ダーマかこ・かいわイベント1あと</td><td>カシムとフーラルのセリフシーン終了直後。</td></tr>
<tr><td>ダーマかこ・かいわイベント2のあと</td><td>主要メンバーのセリフシーン終了後。</td></tr>
<tr><td>ダーマかこ・どうくつロックかいじょ</td><td>メンバーにカシムとフーラルが加わった状態。</td></tr>
<tr><td>ダーマかこ・フーラルとのかいわあと</td><td>封印の間。バリア前にカシムとフーラルがいる状態。</td></tr>
<tr><td>ダーマかこ・バリアはかいご</td><td>バリア破壊後のパズルの部屋。</td></tr>
<tr><td>ダーマかこ・フォズをたすけたご</td><td>フォズを連れて集落に戻った。</td></tr>
<tr><td>ダーマかこ・だーまのカギゲット</td><td>主要メンバーのセリフシーン終了後。</td></tr>
<tr><th rowspan="12">10</th>
<td>ダーマかこ・ダーマのカギつかった</td><td>合力の間の上の上のフロアにいる。</td></tr>
<tr><td>ダーマかこ・ザジがでていったあと</td><td>カシムとザジのセリフシーン直前の決闘場。</td></tr>
<tr><td>ダーマかこ・ザジがなかまになった</td><td>ザジが仲間になった直後。これから決闘。</td></tr>
<tr><td>ダーマかこ・しんでんかいほうご</td><td>アントリアを倒した後、宿屋からスタート。</td></tr>
<tr><td>ダーマげんだい・しょきじょうたい</td><td>山賊イベント初期状態と言ったほうがわかりやすい。</td></tr>
<tr><td>えいゆうの石・しょきじょうたい</td><td>メザレ初期状態。酒場で男とニコラのセリフシーン。</td></tr>
<tr><td>A5・はじまりのしま</td><td>キーファがいなくなったことが島じゅうに伝わっている。</td></tr>
<tr><td>ダーマげんだい・あんごうせいかいした</td><td>合い言葉を言わなくてもアジトに入れる。</td></tr>
<tr><td>さばくかこ・しょきじょうたい</td><td>砂漠の城石版台前。</td></tr>
<tr><td>さばくかこ・ハディートにあったあと</td><td>砂漠の村へ行くように言われたあとの砂漠の城地下。</td></tr>
<tr><td>さばくかこ・よくあさ</td><td>フム…お客人 よく眠れたかな?</td></tr>
<tr><td>さばくかこ・まものたいじ</td><td>対ボーンライダー戦前の砂漠。</td></tr>
<tr><th rowspan="12">11</th>
<td>さばくかこ・じょおうのくびかざり</td><td>ハディートが村の前で待っている。</td></tr>
<tr><td>さばくかこ・ハディートがでていったあと</td><td>さばくのお守りを手に入れるところ。</td></tr>
<tr><td>さばくかこ・ティラノスをさがせ</td><td>さばくのお守りを手に入れたところ。</td></tr>
<tr><td>さばくかこ・ナイラのげきりゅう</td><td>ハディートがナイラの川辺に入っていく。</td></tr>
<tr><td>さばくかこ・ティラノスのほね</td><td>↑とよく似ている。</td></tr>
<tr><td>さばくかこ・ほねにゅうしゅご</td><td>考古学者を連れて砂漠にいる状態。</td></tr>
<tr><td>さばくかこ・ぞくちょうのし</td><td>村では族長が危篤状態。</td></tr>
<tr><td>さばくかこ・ぞくちょうのしんだあと</td><td>ハディートがみんなに族長の死を伝えるシーン。</td></tr>
<tr><td>さばくかこ・ないらがわへ</td><td>村人全員でナイラへ向かうところ。</td></tr>
<tr><td>さばくかこ・ティラノスのふっかつ</td><td>族長の葬式直前。</td></tr>
<tr><td>さばくかこ・かんおけをながしたあと</td><td>ティラノスのほねを使うシーン。</td></tr>
<tr><td>さばくかこ・ティラノスふっかつご</td><td>なんと…… なんと……! これぞ 神の奇跡か……?</td></tr>
<tr><th rowspan="12">12</th>
<td>さばくかこ・まおうぞう</td><td>上流に到着。</td></tr>
<tr><td>さばくかこ・まものとのせんとう ぼすにかった</td><td>セト戦に勝利した直後。</td></tr>
<tr><td>さばくかこ・くずれる</td><td>ナイラの川辺に流される。</td></tr>
<tr><td>さばくかこ・かいほうちょくご</td><td>開放直後。</td></tr>
<tr><td>さばくかこ・がくしゃとのわかれ</td><td>考古学者からお金と手紙をもらったあと。</td></tr>
<tr><td>さばくかこ・そのご</td><td>砂漠の城はあらかた片付け終わった。</td></tr>
<tr><td>ダーマかこ・そのご</td><td>ダーマ過去最終状態。</td></tr>
<tr><td>さばくげんだい・しょきじょうたい</td><td>-</td></tr>
<tr><td>せかいじゅかこ・しょきじょうたい</td><td>クレージュ石版台前。</td></tr>
<tr><td>せかいじゅかこ・すれちがい</td><td>魔王3人組と黒マントの男が世界樹へ向かう。</td></tr>
<tr><td>せかいじゅかこ・マントおとこにかった</td><td>なぞの男戦勝利後、人がいなくなった状態。</td></tr>
<tr><td>せかいじゅかこ・あさつゆにゅうしゅご</td><td>神木の朝つゆ入手後のクレージュ。</td></tr>
<tr><th rowspan="12">13</th>
<td>せかいじゅかこ・いどのひとびと</td><td>このフラグはおかしい。</td></tr>
<tr><td>せかいじゅかこ・いどまじんにかった</td><td>神木の朝つゆを井戸にまいた直後。</td></tr>
<tr><td>せかいじゅかこ・ボスにまけた</td><td>ウルフデビルが井戸まわりで暴れている。</td></tr>
<tr><td>せかいじゅかこ・かいほうちょくご</td><td>対ウルフデビル戦勝利直後。</td></tr>
<tr><td>せかいじゅかこ・かいほうよくじつ</td><td>村長宅。世界樹に行くとアレがもらえる。</td></tr>
<tr><td>せかいじゅげんだい・しょきじょうたい</td><td>クレージュ初期状態。別荘の片付けがある。</td></tr>
<tr><td>あすはこないかこ・しょきじょうたい</td><td>リートルード石版台前。</td></tr>
<tr><td>あすはこないかこ・ねんざイベントのあと</td><td>一度目のねんざ直後のリートルード。</td></tr>
<tr><td>あすはこないかこ・バロックしゅつげん</td><td>バロックのアトリエ。話すと時計台のカギがもらえる。</td></tr>
<tr><td>あすはこないかこ・かぎをにゅうしゅしたあと</td><td>その直後のアトリエ。</td></tr>
<tr><td>あすはこないかこ・ボスをたおしたあと</td><td>リートルード正常化。</td></tr>
<tr><td>あすはこないかこ・かいつうしき</td><td>橋の開通式。</td></tr>
<tr><th rowspan="12">14</th>
<td>あすはこないかこ・かいつうしき よくあさ</td><td>大工の詰め所から。</td></tr>
<tr><td>あすはこないげんだい・しょきじょうたい</td><td>リートルード初期状態。</td></tr>
<tr><td>ハーブ32年ご・しょきじょうたい</td><td>グリンフレークの石版台前にいるけど、これ違うでしょ。</td></tr>
<tr><td>そしてだれもかこ・しょきじょうたい1</td><td>ハーメリア石版台前。</td></tr>
<tr><td>そしてだれもかこ・アボンにだれもいなくなった</td><td>みんな 昨日のうちにひっこしちまったのかなあ?</td></tr>
<tr><td>そしてだれもかこ・フズからおいかけてきた</td><td>楽師がきていない状態のハーメリア。</td></tr>
<tr><td>そしてだれもかこ・まよなかのどくそうかい</td><td>街の人が旅の扉に…。</td></tr>
<tr><td>そしてだれもかこ・すいぼつご</td><td>見よ。大地が 海に のみこまれていく。</td></tr>
<tr><td>そしてだれもかこ・ヌーザをたおしたあと</td><td>ヌーザってだれだよ。</td></tr>
<tr><td>そしてだれもげんだい・しょきじょうたい</td><td>アズモフとベックが釣りをしているハーメリア。</td></tr>
<tr><td>そしてだれもげんだい・アズモフのいらいをうけた</td><td>山奥の塔は初期状態。</td></tr>
<tr><td>そしてだれもげんだい・ボスをたおした</td><td>倒したあとみたいなのにアズモフのセリフが変化なし。</td></tr>
<tr><th rowspan="12">15</th>
<td>天空の神殿・しょきじょうたい</td><td>謎のフラグ。海の上からスタート。</td></tr>
<tr><td>えいゆうのいし・ニコラをおって</td><td>みなさん こっちです! 急いで ついてきてください。</td></tr>
<tr><td>えいゆうのいし・ニセまほうのじゅうたんゲット</td><td>まほうのじゅうたん? 入手後のメザレ。</td></tr>
<tr><td>えいゆうのいし・メイドがでていったあと</td><td>おっかしいなあー。 たしか このへんだと 思ったんだけど……。</td></tr>
<tr><td>えいゆうのいし・まほうのじゅうたんゲット</td><td>まほうのじゅうたん入手後のメザレ。</td></tr>
<tr><td>そしてだれもかこ・そのご</td><td>ハーメリア最終状態。</td></tr>
<tr><td>ブルジオスタート</td><td>神の兵のほこらでセリフを聞いた直後。</td></tr>
<tr><td>ブルジオがなかまになった</td><td>ブルジオが仲間になったあとのブルジオの屋敷内。</td></tr>
<tr><td>メルビンがなかまになった</td><td>なぜか世界地図の中央部(海上)からスタート。</td></tr>
<tr><td>めがみぞうかこ・しょきじょうたい</td><td>プロビナ石版台前。</td></tr>
<tr><td>めがみぞうかこ・ラズエルがでていったあと</td><td>山頂の教会。ラズエルが橋に向かった。</td></tr>
<tr><td>めがみぞうかこ・むらしゅうげき</td><td>魔物の群れがプロビナに向かった直後。</td></tr>
<tr><th rowspan="12">16</th>
<td>めがみぞうかこ・むらしゅうげきご</td><td>教会地下室から。</td></tr>
<tr><td>めがみぞうかこ・かけらにゅうしゅご</td><td>だとすると 山頂の泉に 女神像を……。</td></tr>
<tr><td>めがみぞうかこ・ボスをたおしたあと</td><td>魂が浮遊するシーンも終わっている。</td></tr>
<tr><td>めがみぞうかこ・ラズエルとおわかれ</td><td>キャラのZ位置がおかしい。</td></tr>
<tr><td>ルーメンかこ・しょきじょうたい</td><td>ルーメン石版台前。</td></tr>
<tr><td>ルーメンかこ・闇のドラゴンたおした</td><td>闇のドラゴンを倒したあとの塔の前。</td></tr>
<tr><td>ルーメンげんだい・かいめつ・闇のドラゴンたおした</td><td>えっ えっ!? なんか変だぞ</td></tr>
<tr><td>ルーメンかこ・ヘルバムしゅうらい</td><td>ルーメン石版台前。</td></tr>
<tr><td>ルーメンかこ・ヘルバオムたおした</td><td>ルーメンの洞くつ。ヘルバオムの死体前からスタート。</td></tr>
<tr><td>ルーメンげんだい。かいめつ・ヘルバオムたおした</td><td>さまぁ〜ず風にいうとまた廃墟かよ!</td></tr>
<tr><td>ルーメンかこ・ヘルワームしょきじょうたい</td><td>ルーメン石版台前。</td></tr>
<tr><td>ルーメンかこ・チビィのいかりを見た</td><td>街の人の話を聞いたあとのシーブルの家。</td></tr>
<tr><th rowspan="12">17</th>
<td>ルーメンかこ・しんやのとうそう</td><td>○○○○たちは チビィを にがすための じゅんびを 手伝った。</td></tr>
<tr><td>ルーメンかこ・ヘルワームしゅうらい</td><td>シーブルの家を出るとヘルワームがおそってくる。</td></tr>
<tr><td>ルーメンかこ・ヘルワームのたいぐんとそうぐう</td><td>ちょ ちょっと。どうすんのよ? 囲まれちゃってんじゃない!</td></tr>
<tr><td>ルーメンかこ・ヘルワームをたおした</td><td>表にチビィの墓ができている。</td></tr>
<tr><td>ルーメンげんだい・しょきじょうたい</td><td>ルーメンの街の中。</td></tr>
<tr><td>マーデイラスかこ・しょきじょうたい</td><td>マーディラス石版台前。</td></tr>
<tr><td>マーデイラスかこ・大神殿へ</td><td>皇太后の書状を持った状態のマーディラスフィールド。</td></tr>
<tr><td>マーデイラスかこ・星空の結晶をさがせ</td><td>大神官会話後のフィールド上。</td></tr>
<tr><td>マーデイラスかこ・星空の結晶ゲットだぜ!</td><td>滝壷の洞くつの頂上。Z位置がおかしい。</td></tr>
<tr><td>マーデイラスかこ・王とのせっけん</td><td>城下町でミクワの火の魔法が暴走する。</td></tr>
<tr><td>マーデイラスかこ・だいしんかんのまほう</td><td>大神官が調合を始める直前のマーディラスフィールド。</td></tr>
<tr><td>マーデイラスかこ・メディルの使い</td><td>街に入るとメディルの使いがやってきて戦闘になる状態の城下町の中。</td></tr>
<tr><th rowspan="12">18</th>
<td>マーデイラスかこ・さいしゅう決戦</td><td>橋の上でゼッペルと戦う。コイツも倒せないと思う。</td></tr>
<tr><td>マーデイラスかこ・だいだんえん</td><td>皇太后のセリフからスタート。</td></tr>
<tr><td>はじまりのしま・A8</td><td>マリベルが家に帰るイベントなのにそうなっていない。</td></tr>
<tr><td>マーディラスげんだい・しょきじょうたい</td><td>マーディラスの前。</td></tr>
<tr><td>めがみぞうげんだい・そのご</td><td>仲間のセリフが変わっているのか?</td></tr>
<tr><td>ジプシーとのさいかい・しょきじょうたい</td><td>ユバールの休息地テント前。</td></tr>
<tr><td>ジプシーとのさいかい・みんなとはなした</td><td>族長テント前の男に話すとアイラ登場。</td></tr>
<tr><td>ジプシーとのさいかい・アイラとはなした</td><td>休息地。族長のテントでアイラと族長のセリフシーン。</td></tr>
<tr><td>ジプシーとのさいかい・ひるま</td><td>アイラが仲間になったあとの休息地。</td></tr>
<tr><td>マーディラスげんだい・アイラをなかまにしたご</td><td>トゥーラ大会の開催決定。ここもヘン。</td></tr>
<tr><td>マーディラスかこ・そのご</td><td>ギガジャティス習得に必要なフラグ。</td></tr>
<tr><td>はじまりのしま・A85</td><td>いちいち歩くな!</td></tr>
<tr><th rowspan="12">19</th>
<td>魔王をたおせ・しょきじょうたい</td><td>遺跡発掘現場がさわがしくなっている。</td></tr>
<tr><td>聖風の谷かこ・しょきじょうたい</td><td>聖風の谷の石版台前。</td></tr>
<tr><td>聖風の谷かこ・神の石にゅうしゅ</td><td>神の石を持っている状態だが、台座にもある。</td></tr>
<tr><td>聖風の谷かこ・止まる風</td><td>族長と母親のセリフシーン。捨てちまったよ あんな石コロ。</td></tr>
<tr><td>聖風の谷かこ・かくされたしんじつ</td><td>位置の調整ができていない。張りこの谷がごらんいただけます。</td></tr>
<tr><td>聖風の谷かこ・フィリアといっしょ</td><td>フィリアを連れて族長の家に。</td></tr>
<tr><td>聖風の谷かこ・せいれいの像をすくえ</td><td>フラグおかしい。</td></tr>
<tr><td>聖風の谷かこ・だいだんえん</td><td>これもおかしい。</td></tr>
<tr><td>聖風の谷げんだい・しょきじょうたい</td><td>また歩く〜。</td></tr>
<tr><td>めがみぞうかこ・そのご</td><td>プロビナ最終状態。</td></tr>
<tr><td>ばけもの神父かこ・しょきじょうたい</td><td>レブレサックの石版台前。</td></tr>
<tr><td>ばけもの神父かこ・まものにかったあと</td><td>フォレストガード2匹に勝ったあと。</td></tr>
<tr><th rowspan="12">20</th>
<td>ばけもの神父かこ・いまわしいできごと</td><td>村人全員に話さないといけない。</td></tr>
<tr><td>ばけもの神父かこ・さくせんかいぎご</td><td>ルカスの話をきいたあと。</td></tr>
<tr><td>ばけもの神父かこ・その</td><td>教会を完全に包囲した状態の村。</td></tr>
<tr><td>ばけもの神父かこ・魔の山</td><td>レブレサックに入るとここへ。ルカスはいない。</td></tr>
<tr><td>ばけもの神父かこ・しんじつ</td><td>ルカスがいないので神父が変身したあとフリーズする。</td></tr>
<tr><td>ばけもの神父かこ・ねむれぬ</td><td>神父を教会へ担ぎ込むシーン。</td></tr>
<tr><td>ばけものしんぷかこ・わかれの朝</td><td>神父が教会から出てくる。</td></tr>
<tr><td>ジプシーさいかい・ばけもの神父をたすけた</td><td>ユバールの休息地セリフチェンジ。</td></tr>
<tr><td>聖風の谷かこ・そのご</td><td>聖風の谷最終状態。</td></tr>
<tr><td>ばけもの神父げんだい・しょきじょうたい</td><td>やーい! リフのうそつきぃーっ!</td></tr>
<tr><td>ばけもの神父げんだい・ほんとうのこと</td><td>物置のこどものセリフシーン。</td></tr>
<tr><td>かいぞくかこ・しょきじょうたい</td><td>コスタール石版台前。</td></tr>
<tr><th rowspan="12">21</th>
<td>かいぞくかこ・とまるとひめいがきこえる</td><td>宿屋に泊まると悲鳴が聞こえる。</td></tr>
<tr><td>かいぞくかこ・ひめいをきいたご</td><td>↑のすぐ後。</td></tr>
<tr><td>かいぞくかこ・赤ちゃんモンスター(シエラの娘)とうじょ</td><td>Z位置がイカれている。</td></tr>
<tr><td>かいぞくかこ・かいそうシーンを見てからがあけた</td><td>朝が明けた、だと思う。楽士の回想シーンは長いの。</td></tr>
<tr><td>かいぞくかこ・光ごけをさがせ!</td><td>王さまと学者の話をきいたあと。</td></tr>
<tr><td>かいぞくかこ・光ごけにゅうしゅご</td><td>コスタール入り口。</td></tr>
<tr><td>かいぞくかこ・光ごけ使用ご、よくあさ</td><td>わしの寝室の寝ごこちはいかがだったかな?</td></tr>
<tr><td>かいぞくかこ・中ボスをたおした</td><td>バリクナジャ倒したあとの大灯台前。</td></tr>
<tr><td>ひのやまかこ・10年後</td><td>エンゴウ最終状態一歩手前。石版台前。</td></tr>
<tr><td>かいぞくかこ・聖なる種火を使用した</td><td>大灯台頂上。Z調整できていない。</td></tr>
<tr><td>ひのやまげんだい・そのご</td><td>過去のエンゴウなので注意。</td></tr>
<tr><td>かいぞくげんだい・かいてい王 しょきじょうたい</td><td>海底王に会うのはずーっと先。また歩く。</td></tr>
<tr><th rowspan="12">22</th>
<td>かいぞくげんだい・かいてい王 出てからはいった</td><td>海底王のこれこそ初期状態。こんどは飛空石で西の岸壁へ移動か…。</td></tr>
<tr><td>かいぞくげんだい・しょきじょうたい</td><td>西の岸壁へあるく。</td></tr>
<tr><td>ばけもの神父かこ・そのご</td><td>レブレサック最終状態。</td></tr>
<tr><td>天空の神殿・神の石にゅうしゅご</td><td>聖なる湖。建物のなかには入れない。ハスの花には乗れる。</td></tr>
<tr><td>天空の神殿・かこで神の石を使ったご</td><td>4つ神殿がある状態の天上の神殿。</td></tr>
<tr><td>魔王をたおせ・けんじゃの石版</td><td>謎のほこら。いにしえの賢者初期状態。</td></tr>
<tr><td>はじまりのしま・A9</td><td>グランエスタード島のセリフ変更。歩くな!</td></tr>
<tr><td>魔王をたおせ・魔王をたおせ</td><td>歩く!</td></tr>
<tr><td>天空の神殿・へいわな世界</td><td>空とんじゃうよ。</td></tr>
<tr><td>はじまりのしま・A10</td><td>歩く。</td></tr>
<tr><td>たいりくふっかつ</td><td>歩く。</td></tr>
<tr><td>マーディラスげんだい・大会前日</td><td>マーディラスから歩く。</td></tr>
<tr><th rowspan="12">23</th>
<td>マーデイラスげんだい・大会とうじつ</td><td>海上。</td></tr>
<tr><td>マーディラスげんだい・旅立つ朝</td><td>グレーテのセリフから。</td></tr>
<tr><td>マーディラスげんだい・そのご</td><td>どういうわけだかひとり。マーディラス→西の岸壁まで歩く。</td></tr>
<tr><td>M5N・ヨハンをつれてきたとき</td><td>ヨハンがパーティにいる。歩く。</td></tr>
<tr><td>X3N・ヨハンをつれてきたとき</td><td>ヨハンがパーティにいる。また歩く。</td></tr>
<tr><td>X3N・みずがひいたあと</td><td>儀式直前の湖の底。ふざけて洞くつに入ろうとするとなぜかイベントが進む。</td></tr>
<tr><td>にせエンディング</td><td>神さま復活、グランエスタード島。</td></tr>
<tr><td>はじまりのしま・A11</td><td>グランエスタード島。主人公ひとり状態。</td></tr>
<tr><td>かみのつかい</td><td>アミットさん ボルカノさん 悪いけどちょっと浜のほうへきてくれやせんか!?</td></tr>
<tr><td>クリスタルパレス・しょきじょうたい</td><td>アミットさん ボルカノさん 悪いけどちょっと浜のほうへきてくれやせんか!?</td></tr>
<tr><td>クリスタルパレス・かみがくる</td><td>ネビラのセリフから。クリスタルパレス4F。</td></tr>
<tr><td>クリスタルパレス・きじょう</td><td>神さまの話終了。帰城する。</td></tr>
<tr><th rowspan="12">24</th>
<td>クリスタルパレス・きじょう2</td><td>4F。だれもいない。</td></tr>
<tr><td>クリスタルパレス・たいけつ</td><td>4精霊対神のシーン。順番がおかしいよね。</td></tr>
<tr><td>闇におちて</td><td>グランエスタード島が封印される。ほねバラバラ……。</td></tr>
<tr><td>メルビン1人旅のてまえ</td><td>神殿大広間。</td></tr>
<tr><td>ひのやまげんだい・さいふういん</td><td>海上にいるがエンゴウに行くとよい。</td></tr>
<tr><td>ひのやまげんだい・パミラといっしょ</td><td>パミラがパーティにいる。エンゴウの村中央にいる。</td></tr>
<tr><td>ほのおのせいれいふっかつ</td><td>海上にいるけど。</td></tr>
<tr><td>かいぞくとのたいめん</td><td>例の長い回想シーンあり。</td></tr>
<tr><td>シャークアイ</td><td>海賊船でマリベルが主人公を起こすところ。</td></tr>
<tr><td>シャークアイにあったあと</td><td>ボロンゴが主人公を起こすところ。</td></tr>
<tr><td>ダーマげんだい・さいふういん</td><td>海上にいる。</td></tr>
<tr><td>さばくげんだい・やみにおとされたちょくご</td><td>海上。</td></tr>
<tr><th rowspan="12">25</th>
<td>さばくげんだい・じょおうとはなしたあと</td><td>海上。</td></tr>
<tr><td>さばくげんだい・サイードがなかまになった</td><td>海上。</td></tr>
<tr><td>さばくげんだい・だいちのせいれいをよびだす</td><td>海上。</td></tr>
<tr><td>さばくげんだい・だいちのせいれいのかお</td><td>海上。</td></tr>
<tr><td>さばくげんだい・かぎにゅうしゅご</td><td>海上。</td></tr>
<tr><td>さばくげんだい・ヒントにゅうしゅしたあと</td><td>海上。</td></tr>
<tr><td>さばくげんだい・パーツにゅうしゅしたあと</td><td>海上。</td></tr>
<tr><td>さばくげんだい・パーツにゅうしゅしたあと</td><td>海上。</td></tr>
<tr><td>さばくげんだい・だいちのせいれいふっかつ</td><td>海上。</td></tr>
<tr><td>さばくげんだい・そして…</td><td>海上。</td></tr>
<tr><td>聖風の谷げんだい・風のせいれいをすくえ</td><td>不思議な神殿の大広間。</td></tr>
<tr><td>聖風の谷げんだい・セファーナのはなし</td><td>セファーナの呼びかけがおわった状態</td></tr>
<tr><th rowspan="12">26</th>
<td>聖風の谷げんだい・風のとうへ</td><td>セファーナが仲間に加わった直後。</td></tr>
<tr><td>聖風の谷げんだい・中ボスとのたたかい</td><td>始祖の村族長の説明終了後。</td></tr>
<tr><td>聖風の谷げんだい・風のせいれいふっかつ</td><td>ネンガル戦勝利直後の風の迷宮。</td></tr>
<tr><td>3せいれいふっかつご</td><td>海賊船にいくんですよ。</td></tr>
<tr><td>みずのせいれいふっかつ</td><td>七色の入り江がまっぷたつに割れて水の精霊登場。</td></tr>
<tr><td>らすとまえ</td><td>ダークパレス潜入可能状態。</td></tr>
<tr><td>えんでぃんぐ</td><td>オルゴ・デミーラを倒した後の天上の神殿。</td></tr>
</tbody>
</table>
<para>
項目を選択すると、そのシーンが再現される。
</para>
</section> <!-- dq7.dbg.menu.flag -->
<section id="dq7.dbg.menu.start">
<title>プログラムスタート</title>
<figure id="fig.dq7dbg.menu.start">
<title>プログラムスタート</title>
<graphic width="256px" fileref="./image/dq7dbg.menu.start.png"/>
</figure>
<para>
画面左上に Projection, Distance, Elevation, Azimuth, XYZ と書かれた枠のないウィンドウが表示される。
</para>
<para>
Projection の数値は、シーンをスクリーンに投影するときの強度を表すものと思われる。
値が大きいほど、建物などの見え方がファミコン時代のそれに近づく。
</para>
<para>
Distance の数値は、パーティ先頭キャラの位置からカメラ位置までの距離を表している。
</para>
<para>
Elevation の数値は、視線の高さと思われる。フィールド上を歩いているとき、
この値は -400 で、飛空時は -280 になる。
</para>
<para>
Azimuth の数値はカメラ回転角を表現する。0 から 4096 の数値をとる。
スタートボタンを押したときのカメラ位置における Azimuth が 0 であり、
L ボタンを押すと数値が減り、R ボタンだと増える。
0 から L ボタンを押すと 4096 の方へ戻る。
</para>
<para>
XYZ の数値はパーティの歩いている地点の座標を表現している。
基本的に水平方向が X, 地面に対して上下に動く方向が Y で、奥行き方向が Z である。
座標軸は右手系である。
</para>
</section> <!-- dq7.dbg.menu.start -->
<section id="dq7.dbg.menu.memcrd">
<title>メモリーカード</title>
<figure id="fig.dq7dbg.menu.memcrd">
<title>メモリーカード</title>
<graphic width="256px" fileref="./image/dq7dbg.menu.memcrd.png"/>
</figure>
<para>
はい/いいえ ウィンドウが表示される。
</para>
<para>
はいを選択すると、「メニュー:108611919 実行中」のようなメッセージが表示される。
そのあとも色々実行して、「フォーマット/アンフォーマット」サブウィンドウが表示される。
どちらを選択しても「スロット1/スロット2」サブウィンドウが表示される。
</para>
<para>
いいえを選択すると、4 ケタ数値入力サブウィンドウが表示される。
</para>
</section> <!-- dq7.dbg.menu.memcrd -->
<section id="dq7.dbg.menu.wndcfg">
<title>ウインドウコンフィグ</title>
<para>
次の表にあるようなサブウィンドウが表示される。「あかいもじ」の項目は赤色で、
「きいろもじ」は黄色でそれぞれ描画されている。
</para>
<table id="table.dq7.dbg.menu.wndcfg" class="lighttable">
<caption>ウインドウコンフィグ</caption>
<thead>
<tr>
<th>メニュー名</th>
<th>第 1 サブメニュー</th>
<th>第 2 サブメニュー</th>
</tr>
</thead>
<tbody>
<tr><td>したじのいろ</td><td rowspan="5">RAISE<!-- br -->LOWER</td><td>-</td></tr>
<tr><td>ふちのいろ</td> <td>ハイライト<!-- br -->シャドー</td></tr>
<tr><td>しろいもじ</td> <td>ハイライト<!-- br -->ちゅうかん<!-- br -->シャドー</td></tr>
<tr><td>あかいもじ</td> <td>-</td></tr>
<tr><td>きいろもじ</td> <td>-</td></tr>
</tbody>
</table>
<para>
項目を選ぶと「RAISE/LOWER」というリストのサブウィンドウが表示される。
</para>
<para>
さらに次の項目は「ハイライト/シャドー」または「ハイライト/ちゅうかん/シャドー」となる。
</para>
<para>
最終的には次の画像のような画面になる。
</para>
<figure id="fig.dq7dbg.menu.wndcfg">
<title>ウィンドウ描画デバッグ</title>
<graphic width="256px" fileref="./image/dq7dbg.menu.wndcfg.png"/>
</figure>
</section> <!-- dq7.dbg.menu.wndcfg -->
<section id="dq7.dbg.menu.bgm">
<title>楽曲テスト</title>
<para>
2 ケタの数値入力ウインドウが出てきて、BGMを変更できる。数値と楽曲の組み合わせは次のとおり。
</para>
<table id="table.dq7.dbg.menu.bgm" class="lighttable">
<caption>楽曲テスト</caption>
<thead>
<tr><th>番号</th><th>再生される音楽</th></tr>
</thead>
<tbody>
<tr><th>00</th><td>なし</td></tr>
<tr><th>01</th><td>ドラクエテーマ曲</td></tr>
<tr><th>02</th><td>オープニング動画</td></tr>
<tr><th>03</th><td>冒険の書メニュー</td></tr>
<tr><th>04</th><td>城(封)</td></tr>
<tr><th>05</th><td>城</td></tr>
<tr><th>06</th><td>村</td></tr>
<tr><th>07</th><td>町(封)</td></tr>
<tr><th>08</th><td>町</td></tr>
<tr><th>09</th><td>カジノ</td></tr>
<tr><th>10</th><td>祭</td></tr>
<tr><th>11</th><td>潮騒</td></tr>
<tr><th>12</th><td>雨</td></tr>
<tr><th>13</th><td>砂嵐</td></tr>
<tr><th>14</th><td>フィールド(封)</td></tr>
<tr><th>15</th><td>フィールド</td></tr>
<tr><th>16</th><td>洞窟</td></tr>
<tr><th>17</th><td>洞窟2</td></tr>
<tr><th>18</th><td>大地の精霊像</td></tr>
<tr><th>19</th><td>塔1</td></tr>
<tr><th>20</th><td>塔2</td></tr>
<tr><th>21</th><td>塔3</td></tr>
<tr><th>22</th><td>塔4(時のはざま)</td></tr>
<tr><th>23</th><td>塔5</td></tr>
<tr><th>24</th><td>戦闘</td></tr>
<tr><th>25</th><td>ボス戦</td></tr>
<tr><th>26</th><td>全滅</td></tr>
<tr><th>27</th><td>原っぱ</td></tr>
<tr><th>28</th><td>ほこら</td></tr>
<tr><th>29</th><td>神殿</td></tr>
<tr><th>30</th><td>海(小舟)</td></tr>
<tr><th>31</th><td>海(海賊船)</td></tr>
<tr><th>32</th><td>歌</td></tr>
<tr><th>33</th><td>ユバールのキャンプ</td></tr>
<tr><th>34</th><td>ユバールのダンス</td></tr>
<tr><th>35</th><td>ユバールのダンス</td></tr>
<tr><th>36</th><td>空飛ぶじゅうたん</td></tr>
<tr><th>37</th><td>飛空石</td></tr>
<tr><th>38</th><td>ダークパレス</td></tr>
<tr><th>39</th><td>魔王</td></tr>
</tbody>
</table>
<para>
ただし、サブウィンドウでの数値決定は一度しかできない。
続けて別の番号の曲を選ぼうとしても正しくきこえない。
</para>
</section> <!-- dq7.dbg.menu.bgm -->
<section id="dq7.dbg.menu.snd">
<title>サウンドテスト</title>
<para>
4 ケタの数値入力ウインドウが出てきて、効果音なんかが聴ける。番号とサウンドの対応は次のとおり。
</para>
<table id="table.dq7.dbg.menu.snd" class="lighttable">
<caption>サウンドテスト</caption>
<thead>
<tr><th>番号</th><th>再生されるサウンド</th></tr>
</thead>
<tbody>
<tr><th>0000</th><td>なし</td></tr>
<tr><th>0001</th><td>ドラクエのテーマ</td></tr>
<tr><th>0002</th><td>ドラクエのテーマ(冒頭のトランペット部省略、音色も違う)</td></tr>
<tr><th>0003</th><td>ドラクエのテーマ(シメの部分がない。ループ用か)</td></tr>
<tr><th>0004</th><td>冒険の書メニュー</td></tr>
<tr><th>0005</th><td>フィールド</td></tr>
<tr><th>0006</th><td>フィールド(封)</td></tr>
<tr><th>0007</th><td>城</td></tr>
<tr><th>0008</th><td>城(封)</td></tr>
<tr><th>0009</th><td>町</td></tr>
<tr><th>0010</th><td>町(封)</td></tr>
<tr><th>0011</th><td>祭り</td></tr>
<tr><th>0012</th><td>カジノ</td></tr>
<tr><th>0013</th><td>潮騒</td></tr>
<tr><th>0014</th><td>雨</td></tr>
<tr><th>0015</th><td>砂嵐</td></tr>
<tr><th>0016</th><td>村</td></tr>
<tr><th>0017</th><td>村</td></tr>
<tr><th>0018</th><td>原っぱ</td></tr>
<tr><th>0019</th><td>戦闘</td></tr>
<tr><th>0020</th><td>戦闘</td></tr>
<tr><th>0021</th><td>ボス戦</td></tr>
<tr><th>0022</th><td>魔王</td></tr>
<tr><th>0023</th><td>ダークパレス</td></tr>
<tr><th>0024</th><td>洞窟</td></tr>
<tr><th>0025</th><td>洞窟2</td></tr>
<tr><th>0026</th><td>ダークパレス</td></tr>
<tr><th>0027</th><td>ほこら</td></tr>
<tr><th>0028</th><td>神殿</td></tr>
<tr><th>0029</th><td>塔</td></tr>
<tr><th>0030</th><td>塔2</td></tr>
<tr><th>0031</th><td>塔3</td></tr>
<tr><th>0032</th><td>塔4(はざま)</td></tr>
<tr><th>0033</th><td>塔5</td></tr>
<tr><th>0034</th><td>大地の精霊像</td></tr>
<tr><th>0035</th><td>小舟</td></tr>
<tr><th>0036</th><td>海賊船</td></tr>
<tr><th>0037</th><td>魔法のじゅうたん</td></tr>
<tr><th>0038</th><td>飛空石</td></tr>
<tr><th>0039</th><td>別れの歌</td></tr>
<tr><th>0040</th><td>全滅</td></tr>
<tr><th>0041</th><td>全滅</td></tr>
<tr><th>0042</th><td>ユバールの踊り</td></tr>
<tr><th>0043</th><td>ユバールのキャンプ</td></tr>
<tr><th>0044</th><td>ユバールの曲ラスト付近</td></tr>
<tr><th>0045</th><td>ユバールの踊り</td></tr>
<tr><th>0046</th><td>オープニング</td></tr>
<tr><th>0047</th><td>オープニング</td></tr>
<tr><th>0048</th><td>エンディング</td></tr>
<tr><th>0049</th><td>ティラノス</td></tr>
<tr><th>0050</th><td>噴火</td></tr>
<tr><th>0051</th><td>????</td></tr>
<tr><th>0052</th><td>砂嵐</td></tr>
<tr><th>0053</th><td>妨害電波</td></tr>
<tr><th>0054</th><td>????</td></tr>
<tr><th>0055</th><td>生き返らせる</td></tr>
<tr><th>0056</th><td>宿屋</td></tr>
<tr><th>0057</th><td>レベルアップ</td></tr>
<tr><th>0058</th><td>戦闘終了</td></tr>
<tr><th>0059</th><td>仲間になった</td></tr>
<tr><th>0060</th><td>重要アイテム発見</td></tr>
<tr><th>0061</th><td>アイテム発見</td></tr>
<tr><th>0062</th><td>おいのりをする</td></tr>
<tr><th>0063</th><td>呪い</td></tr>
<tr><th>0064</th><td>転職</td></tr>
<tr><th>0065</th><td>当たり</td></tr>
<tr><th>0066</th><td>ファンファーレ</td></tr>
<tr><th>0067</th><td>グランドファンファーレ</td></tr>
<tr><th>0068</th><td>はずれ</td></tr>
</tbody>
</table>
</section> <!-- dq7.dbg.menu.snd -->
<section id="dq7.dbg.menu.tilenc">
<title>タイルエンカウント</title>
<para>
この項目は「どこでもルーラ」で戦闘画面にしたときのみ有効となる。
</para>
<para>
3 ケタの数値入力サブウィンドウが表示される。数値を入力すると
その数値から決定されるモンスターの登場パターンから何かが決まり、戦闘となる。
面白い登場パターンは次の表のとおり。
</para>
<table id="table.dq7.dbg.menu.tilenc" class="lighttable">
<caption>タイルエンカウント 対応表(抄)</caption>
<thead>
<tr><th>番号</th><th>登場キャラ</th></tr>
</thead>
<tbody>
<tr><th>000</th><td>まもののむれはいなかった</td></tr>
<tr><th>153</th><td>まもののむれはいなかった</td></tr>
<tr><th>154</th><td>海の弱いキャラ</td></tr>
<tr><th>155</th><td>ミミック1</td></tr>
<tr><th>156</th><td>ひとくいばこ1</td></tr>
<tr><th>157</th><td>パンドラボックス1</td></tr>
<tr><th>158</th><td>ツボック1</td></tr>
<tr><th>159</th><td>あくまのつぼ1</td></tr>
<tr><th>160</th><td>あくまの書1</td></tr>
<tr><th>161</th><td>エビルバイブル1</td></tr>
<tr><th>162</th><td>おどる宝石1</td></tr>
<tr><th>163</th><td>笑いぶくろ1</td></tr>
<tr><th>164</th><td>いどまじん1</td></tr>
<tr><th>165</th><td>いどまねき1</td></tr>
<tr><th>166</th><td>ホールファントム1</td></tr>
<tr><th>167</th><td>まかいじゅう1</td></tr>
<tr><th>168</th><td>ネクロバルサ1</td></tr>
<tr><th>169</th><td>スライム3</td></tr>
<tr><th>170</th><td>あらくれ1 スイフー1 ぶとうか1</td></tr>
<tr><th>171</th><td>イノップ1 ゴンズ1</td></tr>
<tr><th>172</th><td>イノップ1 ゴンズ1</td></tr>
<tr><th>173</th><td>マンイーター1</td></tr>
<tr><th>174</th><td>ネペロ1 ドラゴスライム3</td></tr>
<tr><th>175</th><td>アントリア1</td></tr>
<tr><th>176</th><td>さんぞく兵1 さんぞくマージ1 さんぞく1 エテポンゲ1</td></tr>
<tr><th>177</th><td>さんぞくのカシラ1</td></tr>
<tr><th>178</th><td>あやしい男1</td></tr>
<tr><th>179</th><td>いどまじん1</td></tr>
<tr><th>180</th><td>たつのこナイト1 ガマデウス1 シードラゴンズ1</td></tr>
<tr><th>181</th><td>バリクナジャ1</td></tr>
<tr><th>182</th><td>スノーバット1</td></tr>
<tr><th>183</th><td>あめふらし1</td></tr>
<tr><th>184</th><td>どうくつまじん1 おどる宝石2</td></tr>
<tr><th>185</th><td>ゴーレム1</td></tr>
<tr><th>186</th><td>チョッキンガー1</td></tr>
<tr><th>187</th><td>マチルダ1</td></tr>
<tr><th>188</th><td>オルゴ・デミーラ1(赤服)</td></tr>
<tr><th>189</th><td>ボーンライダー1</td></tr>
<tr><th>190</th><td>ピグモンエビル2</td></tr>
<tr><th>191</th><td>ピグモンエビル1</td></tr>
<tr><th>192</th><td>セト1</td></tr>
<tr><th>193</th><td>ネイルビースト1</td></tr>
<tr><th>194</th><td>ボーンフィッシュ1</td></tr>
<tr><th>195</th><td>おばけヒトデ1</td></tr>
<tr><th>196</th><td>デス・アミーゴ1</td></tr>
<tr><th>197</th><td>炎の巨人1</td></tr>
<tr><th>198</th><td>フォロッド兵1</td></tr>
<tr><th>199</th><td>からくり兵1</td></tr>
<tr><th>200</th><td>からくり兵2</td></tr>
<tr><th>201</th><td>からくり兵1</td></tr>
<tr><th>202</th><td>からくり兵1</td></tr>
<tr><th>203</th><td>からくり兵2</td></tr>
<tr><th>204</th><td>からくり兵3</td></tr>
<tr><th>205</th><td>マシンマスター1</td></tr>
<tr><th>206</th><td>デスマシーン1</td></tr>
<tr><th>207</th><td>あらくれ1 スイフー1 ぶとうか1</td></tr>
<tr><th>208</th><td>イノップ1 ゴンズ1</td></tr>
<tr><th>209</th><td>イノップ1 ゴンズ1</td></tr>
<tr><th>210</th><td>イノップ 1 ゴンズ 1</td></tr>
<tr><th>211</th><td>マンイーター1</td></tr>
<tr><th>212</th><td>ネペロ1 ドラゴスライム3</td></tr>
<tr><th>213</th><td>スコット1 ベホマスライム3</td></tr>
<tr><th>214</th><td>ガルシア1 サンダーラット3</td></tr>
<tr><th>215</th><td>トンプソン1 マドハンド3</td></tr>
<tr><th>216</th><td>ナプト1 ブチュチュンパ3</td></tr>
<tr><th>217</th><td>ドンホセ1 ストローマウス3</td></tr>
<tr><th>218</th><td>ネリス1 スライムナイト3</td></tr>
<tr><th>219</th><td>アントリア1</td></tr>
<tr><th>220</th><td>さんぞく兵1 さんぞくマージ1 さんぞく1 エテポンゲ1</td></tr>
<tr><th>221</th><td>さんぞくのカシラ1</td></tr>
<tr><th>222</th><td>あやしい男1</td></tr>
<tr><th>223</th><td>いどまじん1</td></tr>
<tr><th>224</th><td>ウルフデビル1</td></tr>
<tr><th>225</th><td>マキマキ1 タイムマスター マキマキ</td></tr>
<tr><th>226</th><td>マキマキ1</td></tr>
<tr><th>227</th><td>エンタシスマン2</td></tr>
<tr><th>228</th><td>海底のゴースト3</td></tr>
<tr><th>229</th><td>グラコス1</td></tr>
<tr><th>230</th><td>キングスライム1</td></tr>
<tr><th>231</th><td>ギガミュータント1</td></tr>
<tr><th>232</th><td>グラコス5世1</td></tr>
<tr><th>233</th><td>マージインプ1</td></tr>
<tr><th>234</th><td>マージインプ1</td></tr>
<tr><th>235</th><td>りゅうき兵1</td></tr>
<tr><th>236</th><td>りゅうき兵1</td></tr>
<tr><th>237</th><td>やみのまじん1</td></tr>
<tr><th>238</th><td>ヘルクラウダー1</td></tr>
<tr><th>239</th><td>炎のせいれい1</td></tr>
<tr><th>240</th><td>ネンガル1</td></tr>
<tr><th>241</th><td>やみのドラゴン1</td></tr>
<tr><th>242</th><td>ピンクオーク1</td></tr>
<tr><th>243</th><td>ベビーゴイル2</td></tr>
<tr><th>244</th><td>ベビーゴイル2</td></tr>
<tr><th>245</th><td>ピンクオーク1</td></tr>
<tr><th>246</th><td>ピンクオーク1</td></tr>
<tr><th>247</th><td>ボルンガ1</td></tr>
<tr><th>248</th><td>あくま神官1</td></tr>
<tr><th>249</th><td>ヘルバオムのねっこ1</td></tr>
<tr><th>250</th><td>ヘルバオムのねっこ1</td></tr>
<tr><th>251</th><td>ヘルバオムのねっこ1</td></tr>
<tr><th>252</th><td>ヘルバオムのねっこ1</td></tr>
<tr><th>253</th><td>ヘルバオムのねっこ1 ヘルバオム1 ヘルバオムのねっこ1</td></tr>
<tr><th>254</th><td>ヘルワーム1</td></tr>
<tr><th>255</th><td>ヘルワーム1</td></tr>
<tr><th>256</th><td>ヘルワーム1</td></tr>
<tr><th>257</th><td>チビィ1</td></tr>
<tr><th>258</th><td>メディルの使い1</td></tr>
<tr><th>259</th><td>ゼッペル1</td></tr>
<tr><th>260</th><td>ゼッペル1</td></tr>
<tr><th>261</th><td>フォレストガード2</td></tr>
<tr><th>262</th><td>ボトク1</td></tr>
<tr><th>263</th><td>かぜのせいれい1 だいちのせいれい1 みずのせいれい1 ほのおのせいれい1</td></tr>
<tr><th>264</th><td>神さま1</td></tr>
<tr><th>265</th><td>神さま1</td></tr>
<tr><th>266</th><td>マージインプ2</td></tr>
<tr><th>267</th><td>フーガベッサム1 リザードマン1 フーガベッサム1</td></tr>
<tr><th>268</th><td>リザードマン1 マージインプ1 フーガベッサム1</td></tr>
<tr><th>269</th><td>デビルアーマー1</td></tr>
<tr><th>270</th><td>オルゴ・デミーラ1</td></tr>
<tr><th>271</th><td>スライムナイト1</td></tr>
<tr><th>272</th><td>さそりアーマー1</td></tr>
<tr><th>273</th><td>ブタあくま1</td></tr>
<tr><th>274</th><td>首狩りぞく1</td></tr>
<tr><th>275</th><td>ジャガーメイジ1</td></tr>
<tr><th>276</th><td>エイプバット1</td></tr>
<tr><th>277</th><td>さそりかまきり1</td></tr>
<tr><th>278</th><td>スライムナイト1</td></tr>
<tr><th>279</th><td>さそりアーマー1</td></tr>
<tr><th>280</th><td>ブタあくま1</td></tr>
<tr><th>281</th><td>首狩りぞく1</td></tr>
<tr><th>282</th><td>ジャガーメイジ1</td></tr>
<tr><th>283</th><td>エイプバット1</td></tr>
<tr><th>284</th><td>さそりかまきり1</td></tr>
<tr><th>285</th><td>あくまのつぼ1</td></tr>
<tr><th>286</th><td>パンドラボックス1</td></tr>
<tr><th>287</th><td>ツボック1</td></tr>
<tr><th>288</th><td>フライングデビル1</td></tr>
</tbody>
</table>
<para>
戦闘終了後、再びデバッグウィンドウが表示される。
</para>
</section> <!-- dq7.dbg.menu.tilenc -->
<section id="dq7.dbg.menu.selenc">
<title>せんたくエンカウント</title>
<para>
この項目は「どこでもルーラ」で戦闘画面にしたときのみ有効となる。
</para>
<para>
次の表のようなサブウィンドウが表示される
</para>
<table id="table.dq7.dbg.menu.selenc" class="lighttable">
<caption>せんたくエンカウント ウィンドウ</caption>
<thead>
<tr><th>項目文字列左側</th><th>右側</th><th>サブウィンドウ</th></tr>
</thead>
<tbody>
<tr><td>けってい</td><td>-</td><td>-</td></tr>
<tr><td>タイルレベル</td><td>1</td><td>2 ケタ数値入力</td></tr>
<tr><td>せんせいこうげき</td><td>0</td><td>1 ケタ数値入力</td></tr>
<tr><td>にげられない</td><td>0</td><td>1 ケタ数値入力</td></tr>
<tr><td>イベント</td><td>0</td><td>1 ケタ数値入力</td></tr>
<tr><td>フィズル</td><td>0</td><td>1 ケタ数値入力</td></tr>
<tr><td>なかまにならない</td><td>0</td><td>1 ケタ数値入力</td></tr>
<tr><td>こうげきのこうどう</td><td>65</td><td>専用サブウィンドウ</td></tr>
<tr><td>デバック</td><td>0</td><td>1 ケタ数値入力</td></tr>
<tr><td>せんとうループ</td><td>0</td><td>1 ケタ数値入力</td></tr>
<tr><td>ざんぞう</td><td>0</td><td>5 ケタ数値入力</td></tr>
<tr><td>ちけい</td><td>0</td><td>2 ケタ数値入力</td></tr>
</tbody>
</table>
</section> <!-- dq7.dbg.menu.selenc -->
<section id="dq7.dbg.menu.monanim">
<title>モンスターアニメ</title>
<figure id="fig.dq7dbg.menu.monanim">
<title>モンスターアニメ</title>
<graphic width="256px" fileref="./image/dq7dbg.menu.monanim.png"/>
</figure>
<para>
戦闘デバッグで有効。モンスターのアニメーションが見られる。
</para>
<para>
次の表のようなウィンドウが表示される。
</para>
<table id="table.dq7.dbg.menu.monanim" class="lighttable">
<caption>モンスターアニメ ウィンドウ</caption>
<thead>
<tr><th>文字列左</th><th>右</th></tr>
</thead>
<tbody>
<tr><td>IDじゅん</td><td>-</td></tr>
<tr><td>なまえじゅん</td><td>-</td></tr>
<tr><td>CGじゅん</td><td>-</td></tr>
<tr><td>ざんぞう</td><td>0</td></tr>
</tbody>
</table>
</section> <!-- dq7.dbg.menu.monanim -->
<section id="dq7.dbg.menu.monmod">
<title>モンスターモディファイ</title>
<figure id="fig.dq7dbg.menu.monmod">
<title>モンスターモディファイ</title>
<graphic width="256px" fileref="./image/dq7dbg.menu.monmod.png"/>
</figure>
<para>
各モンスターのパラメータを一時的に変更することができる。
</para>
<para>
ID 順によるモンスター名リストのサブウィンドウが表示される。
</para>
<para>
どれかモンスターを指定すると、「パラメータ1/パラメータ2/じゅもんしゅびりょく」が
選択できるサブウィンドウが表示される。
</para>
<para>
調査中。
</para>
</section> <!-- dq7.dbg.menu.monmod -->
<section id="dq7.dbg.menu.hp">
<title>HPせってい</title>
<para>
まず、パーティの名前プラス「ぜんいん」のあるキャラ選択サブメニューウィンドウが出てくる。
</para>
<para>
「ぜんいん」を選んだ場合はなにもおこらない。
</para>
<para>
特定のキャラクタを選択した場合、そのキャラの現在の HP が表示された
3 ケタの数値入力サブウィンドウが表示される。
ここで数値を入力すると、パーティのキャラの現在の HP を設定できる。
0 を入力すると当然「しに」になる。
</para>
</section> <!-- dq7.dbg.menu.hp -->
<section id="dq7.dbg.menu.mp">
<title>MPせってい</title>
<para>
まず、パーティの名前プラス「ぜんいん」のあるキャラ選択サブメニューウィンドウが出てくる。
</para>
<para>
「ぜんいん」を選んだ場合はなにもおこらない。
</para>
<para>
特定のキャラクタを選択した場合、そのキャラの現在の MP が表示された
3 ケタの数値入力サブウィンドウが表示される。
ここで数値を入力すると、パーティのキャラの現在の MP を設定できる。
</para>
</section> <!-- dq7.dbg.menu.mp -->
<section id="dq7.dbg.menu.jobexp">
<title>しょくぎょうけいけんち</title>
<figure id="fig.dq7dbg.menu.jobexp">
<title>しょくぎょうけいけんち</title>
<graphic width="256px" fileref="./image/dq7dbg.menu.jobexp.png"/>
</figure>
<para>
キャラ選択サブメニューウィンドウが出てくる。
</para>
<para>
キャラクタを選択すると、職業名と選択キャラクタの職業経験値がリストになった
サブウィンドウが表示される。
</para>
<para>
項目をどれか選択すると、その職業の経験値が表示された 4 ケタ数値入力サブウィンドウが表示される。
ここで数値を入力しても、キャラクタの職業経験値には反映しない。
</para>
</section> <!-- dq7.dbg.menu.jobexp -->
<section id="dq7.dbg.menu.dbg">
<title>デバッグ こうもく</title>
<figure id="fig.dq7dbg.menu.dbg">
<title>デバッグ こうもく</title>
<graphic width="256px" fileref="./image/dq7dbg.menu.dbg.png"/>
</figure>
<para>
かなり大きいサブメニューウィンドウが出る。全項目は次の表のとおり。
</para>
<table id="table.dq7.dbg.menu.dbg" class="lighttable">
<caption>デバッグ こうもく 一覧</caption>
<thead>
<tr><th>メニュー名</th></tr>
</thead>
<tbody>
<tr><td><link linkend="dq7.dbg.menu.dbg.disp">*ひょうじ きりかえ</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.place">*ばしょ せってい</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.rot">*かいてん きりかえ</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.key">キースナップ せってい</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.hit">あたりはんてい せってい</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.cam">カメラ そうさ</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.arg">*ひとはいち せってい</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.param">*パラメータせってい</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.scrn">*がめんこうか</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.mon">モンスターずかん</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.zsort">人OBJ Zソートざひょう</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.cd">CDアクセス じょうほう</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.eye">かみのめ ばいりつ</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.vram">ブイラムチェック</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.pal">よるパレット</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.mem">メモリしようじょうきょう</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.park">モンスターパーク</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.imm">いみんのまち</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.dbgmem">デバックメモリー</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.map">せかいちず</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.fld">フィールドふっかつ</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.show">ゲームショウ</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.clr">ふくろ ぜん しょうきょ</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.vcl">ぜん のりもの はいち</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.rankpow">ちから ランキング</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.rankwiz">かしこさ ランキング</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.rankstl">かっこよさ ランキング</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.casinopoker">カジノ(ポーカー)</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.casinoslot">カジノ(スロット)</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.casinoluckey">カジノ(ラッキーパネル)</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.casinocoin">コイン せってい</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.casinodbg">カジノデバック せってい</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.sail">しゅっこう</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.M1">M1ぜんけい</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.amit">アミットごう すすむ</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.join">ごうりゅう</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.yell">エール</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.M4A">M4A</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.M4B">M4B</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.M4C">M4C</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.M4B">M4D</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.WIDE">WIDE</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.YUYAKE">YUYAKE</link></td></tr>
<tr><td><link linkend="dq7.dbg.menu.dbg.up">アップ</link></td></tr>
</tbody>
</table>
<section id="dq7.dbg.menu.dbg.disp">
<title>*ひょうじ きりかえ</title>
<para>
次の表のようなウィンドウが表示される。
</para>
<table id="table.dq7.dbg.menu.dbg.disp" class="lighttable">
<caption>ひょうじ きりかえ</caption>
<thead>
<tr><th>項目名</th><th>効果</th></tr>
</thead>
<tbody>
<tr><td>つうじょう ひょうじ</td><td>デフォルト状態</td></tr>
<tr><td>おもてめんのみ ひょうじ</td><td>ワイヤーフレームになる</td></tr>
<tr><td>うらめんも ひょうじ</td><td>陰面部分もワイヤーフレームが見える</td></tr>
<tr><td>ぞくせい ひょうじ</td><td>落ちる</td></tr>
<tr><td>ぞくせい ひょうじ</td><td> 何かの補助線か</td></tr>
</tbody>
</table>
</section> <!-- dq7.dbg.menu.dbg.disp -->
<section id="dq7.dbg.menu.dbg.place">
<title>*ばしょ せってい</title>
<para>
落ちる?
</para>
</section> <!-- dq7.dbg.menu.dbg.place -->
<section id="dq7.dbg.menu.dbg.rot">
<title>*かいてん きりかえ</title>
<para>
次のようなメニューのサブウィンドウが表示される。
</para>
<table id="table.dq7.dbg.menu.dbg.rot" class="lighttable">
<caption>かいてんきりかえ ウィンドウ</caption>
<thead>
<tr><th>項目名</th><th>効果</th></tr>
</thead>
<tbody>
<tr><td>かいてんしない</td><td> </td></tr>
<tr><td>かいてんする</td><td> </td></tr>
<tr><td>せいげんつき かいてん</td><td> </td></tr>
<tr><td>リセット</td><td> </td></tr>
</tbody>
</table>
</section> <!-- dq7.dbg.menu.dbg.rot -->
<section id="dq7.dbg.menu.dbg.key">
<title>キースナップ せってい</title>
<para>
3 ケタの数値入力サブウィンドウが表示される。歩く速度に関係があるようだ。
</para>
<para>
0 を入力すると元の速度になる。
</para>
</section> <!-- dq7.dbg.menu.dbg.key -->
<section id="dq7.dbg.menu.dbg.hit">
<title>あたりはんてい せってい</title>
<para>
「はい/いいえ」サブウィンドウが表示される。
</para>
<para>
「はい」を選択すると、壁などのヒットテストを行なわなくなる。
</para>
<para>
「いいえ」を選択すると、通常のヒットテストを行なう。
</para>
</section> <!-- dq7.dbg.menu.dbg.hit -->
<section id="dq7.dbg.menu.dbg.cam">
<title>カメラ そうさ</title>
<para>
「はい/いいえ」サブウィンドウが表示される。
</para>
</section> <!-- dq7.dbg.menu.dbg.cam -->
<section id="dq7.dbg.menu.dbg.arg">
<title>*ひとはいち せってい</title>
<para>
????
</para>
</section> <!-- dq7.dbg.menu.dbg.arg -->
<section id="dq7.dbg.menu.dbg.param">
<title>*パラメータせってい</title>
<para>
何もおこらない。
</para>
</section> <!-- dq7.dbg.menu.dbg.param -->
<section id="dq7.dbg.menu.dbg.scrn">
<title>*がめんこうか</title>
<para>
次のようなメニューのあるサブウィンドウが表示される。
どの項目もノーメッセージで「はい」「いいえ」ウィンドウが表示される。
</para>
<table id="table.dq7.dbg.menu.dbg.scrn" class="lighttable">
<caption>がめんこうか ウィンドウ</caption>
<thead>
<tr><th>項目名</th><th>効果</th></tr>
</thead>
<tbody>
<tr><td>モーションブラー</td><td>「はい」で落ちる。</td></tr>
<tr><td>えんぽう ぼかし</td><td>不明</td></tr>
<tr><td>プレイヤーすかし</td><td>不明</td></tr>
</tbody>
</table>
</section> <!-- dq7.dbg.menu.dbg.scrn -->
<section id="dq7.dbg.menu.dbg.mon">
<title>モンスターずかん</title>
<para>
モンスターずかんが開く。
戦闘画面でこれをやると、図鑑を閉じるタイミングで画面が真っ黒になる。
</para>
</section> <!-- dq7.dbg.menu.dbg.mon -->
<section id="dq7.dbg.menu.dbg.zsort">
<title>人OBJ Zソートざひょう</title>
<para>
落ちる。
</para>
</section> <!-- dq7.dbg.menu.dbg.zsort -->
<section id="dq7.dbg.menu.dbg.cd">
<title>CDアクセス じょうほう</title>
<para>
「はい/いいえ」サブウィンドウが表示される。
</para>
</section> <!-- dq7.dbg.menu.dbg.cd -->
<section id="dq7.dbg.menu.dbg.eye">
<title>かみのめ ばいりつ</title>
<para>
3 ケタ数値入力サブウィンドウが表示される。デフォルト 25。
この数値は□ボタンを押したときに
カメラがどれだけ引くかを指定する。
</para>
</section> <!-- dq7.dbg.menu.dbg.eye -->
<section id="dq7.dbg.menu.dbg.vram">
<title>ブイラムチェック</title>
<para>
落ちる。
</para>
</section> <!-- dq7.dbg.menu.dbg.vram -->
<section id="dq7.dbg.menu.dbg.pal">
<title>よるパレット</title>
<para>
「はい/いいえ」サブウィンドウが表示される。
</para>
<para>
「はい」を選択すると、次の画面切り替え後から夜になる。
</para>
<para>
「いいえ」を選択すると、次の画面切り替え後から昼になる。
</para>
</section> <!-- dq7.dbg.menu.dbg.pal -->
<section id="dq7.dbg.menu.dbg.mem">
<title>メモリしようじょうきょう</title>
<para>
何もおこらない。
</para>
</section> <!-- dq7.dbg.menu.dbg.mem -->
<section id="dq7.dbg.menu.dbg.park">
<title>モンスターパーク</title>
<figure id="fig.dq7dbg.menu.dbg.park">
<title>モンスターパーク</title>
<graphic width="256px" fileref="./image/dq7dbg.menu.dbg.park.png"/>
</figure>
<para>
画面左上にパークのマップ状況を表したウィンドウが、右上にメニュー用の
サブウィンドウが表示される。メニューの項目は次の通り
</para>
<table id="table.dq7.dbg.menu.dbg.park" class="lighttable">
<caption>モンスターパーク ウィンドウ</caption>
<thead>
<tr><th>項目名</th><th>効果</th></tr>
</thead>
<tbody>
<tr><td>モンスターパークスタート</td><td>モンスターパークが使えるようになる</td></tr>
<tr><td>とちしょきか</td><td>パークの土地状況を初期化</td></tr>
<tr><td>とちついか</td><td>2 ケタ数値入力サブウィンドウから土地を追加</td></tr>
<tr><td>とちOK</td><td>生息地を有効化する</td></tr>
<tr><td>モンスターしょきか</td><td>パークにいるモンスターをクリア</td></tr>
<tr><td>モンスターおくる</td><td>3 ケタ数値入力サブウィンドウからモンスターを追加</td></tr>
<tr><td>モンスターはいち</td><td>モンスターを配置する</td></tr>
</tbody>
</table>
<para>
「モンスターパークスタート」で、モンスターパークが使えるようになる。
</para>
<para>
「とちしょきか」で、モンスターパークの土地状況が初期化される。
</para>
<para>
「とちついか」では、
2 ケタ数値入力サブウィンドウで数値を指定することにより、モンスターパークの土地をまものせいそく図単位で追加できる。
番号と土地の対応は次のとおり。
</para>
<table id="table.dq7.dbg.menu.dbg.park.areas" class="lighttable">
<caption>とちついか 番号対応表</caption>
<thead><tr><th>番号</th><th>土地</th></tr></thead>
<tbody>
<tr><th>04</th><td>高原地帯</td></tr>
<tr><th>05</th><td>森林地帯</td></tr>
<tr><th>06</th><td>湿地帯</td></tr>
<tr><th>07</th><td>海水公園</td></tr>
<tr><th>08</th><td>洞くつ入り口</td></tr>
<tr><th>09</th><td>山地</td></tr>
<tr><th>10</th><td>砂漠地帯</td></tr>
<tr><th>11</th><td>塔</td></tr>
<tr><th>12</th><td>墓地</td></tr>
</tbody>
</table>
<para>
「とちOK」で、まだ入れない土地に入れるようになる。入れない土地の番号が
黄色で表示されている。
</para>
<para>
「モンスターしょきか」で、パークに収容されているモンスター状況が初期化される。
</para>
<para>
「モンスターおくる」でモンスターを追加できる。
ここで指定する数値は、モンスター宿舎でモンスターを選ぶときと同じである。
すなわち、ゲームで定義されているあいうえお順による。
</para>
<para>
「モンスターはいち」で、実際にパーク内にモンスターを配置する。
</para>
</section> <!-- dq7.dbg.menu.dbg.park -->
<section id="dq7.dbg.menu.dbg.imm">
<title>いみんのまち</title>
<figure id="fig.dq7dbg.menu.dbg.imm">
<title>いみんのまち</title>
<graphic width="256px" fileref="./image/dq7dbg.menu.dbg.imm.png"/>
</figure>
<para>
移民の町デバッグ用のウィンドウが 3 つ表示される。
左上ウィンドウでは、移民の町の名前、レベル、そして合計人数が表示される。
右上ウィンドウは操作メニューである。項目は下の表のとおり。
下ウィンドウが移民の構成である。
</para>
<table id="table.dq7.dbg.menu.dbg.imm" class="lighttable">
<caption>いみんのまち デバッグメニュー</caption>
<thead>
<tr><th>項目名</th><th>効果</th></tr>
</thead>
<tbody>
<tr><td>いみんのまちスタート</td><td>移民の町が使えるようになる</td></tr>
<tr><td>いみんのまちしょきか</td><td>移民の町のすべてを初期化</td></tr>
<tr><td>いみんしゃおくる</td><td>指定した移民を町に送る</td></tr>
<tr><td>いみんしゃおいだす</td><td>指定した移民を町から追い出す</td></tr>
<tr><td>ランダムはいち</td><td>IDと位置を指定して移民を配置する</td></tr>
</tbody>
</table>
<para>
「いみんのまちスタート」で移民の町が使えるようになる。
</para>
<para>
「いみんのまちしょきか」を選択すると、「はい・いいえ」サブウィンドウが表示される。
「はい」で町が完全に初期化される。名前は「移民たちの町」になる。
</para>
<para>
「いみんしゃおくる」では、移民を町に送ることができる。
ここで指定する数値は移民の ID である。
</para>
<para>
「いみんしゃおいだす」では、移民を町から追い出すことができる。
移民の町では、移民をスタック管理している。
ここで指定した数値はスタックの底のほうからの、0 から始まる番号である。
指定した数値に対応する移民がいる場合、「移民者ID 99 を追い出しますか? 」のようなメッセージが
表示され、「はい・いいえ」をきかれる。「はい」で追い出しとなる。
</para>
<para>
「ランダムはいち」で移民者と、町の中の配置位置を指定することができる。
3 ケタ数値入力、2 ケタ数値入力を立て続けに求められる。
「移民者ID 1は
すでに送っています。」
や、
「移民者ID 50を
配置場所ID 1に配置しました。」
のようなメッセージが表示され、町のようすが実際にそのとおりになる。
</para>
</section> <!-- dq7.dbg.menu.dbg.imm -->
<section id="dq7.dbg.menu.dbg.dbgmem">
<title>デバックメモリー</title>
<para>
何もおこらない。
</para>
</section> <!-- dq7.dbg.menu.dbg.dbgmem -->
<section id="dq7.dbg.menu.dbg.map">
<title>せかいちず</title>
<para>
世界地図が表示される。ちなみにデバッグフロアの位置は地図の左上極限である。
</para>
</section> <!-- dq7.dbg.menu.dbg.map -->
<section id="dq7.dbg.menu.dbg.fld">
<title>フィールドふっかつ</title>
<para>
2 ケタ数値入力サブウィンドウが表示される。
</para>
<para>
数値を入力すると、その数値に対応した大陸が復活する。対応表は次の通り。
</para>
<table id="table.dq7.dbg.menu.dbg.fld" class="lighttable">
<caption>フィールドふっかつ ウィンドウ</caption>
<thead>
<tr><th>数値</th><th>フィールドマップの状態</th></tr>
</thead>
<tbody>
<tr><th>00</th><td>グランエスタードのみ</td></tr>
<tr><th>01</th><td>~ウッドパルナ</td></tr>
<tr><th>02</th><td>~エンゴウ</td></tr>
<tr><th>03</th><td>~移民の町のある島</td></tr>
<tr><th>04</th><td>~オルフィー</td></tr>
<tr><th>05</th><td>~フォーリッシュ</td></tr>
<tr><th>06</th><td>~メモリアリーフ</td></tr>
<tr><th>07</th><td>~発掘現場のある大陸</td></tr>
<tr><th>08</th><td>~ダーマ&メザレ</td></tr>
<tr><th>09</th><td>~砂漠</td></tr>
<tr><th>10</th><td>~クレージュ</td></tr>
<tr><th>11</th><td>~リートルード</td></tr>
<tr><th>12</th><td>~ハーメリア</td></tr>
<tr><th>13</th><td>~プロビナ</td></tr>
<tr><th>14</th><td>~ルーメン</td></tr>
<tr><th>15</th><td>~マーディラス</td></tr>
<tr><th>16</th><td>~聖風の谷</td></tr>
<tr><th>17</th><td>~レブレサック</td></tr>
<tr><th>18</th><td>~コスタール</td></tr>
<tr><th>19</th><td>~西側大陸</td></tr>
<tr><th>20</th><td>~クリスタルパレスのある島</td></tr>
<tr><th>21</th><td>グランエスタードのみ</td></tr>
</tbody>
</table>
</section> <!-- dq7.dbg.menu.dbg.fld -->
<section id="dq7.dbg.menu.dbg.show">
<title>ゲームショウ</title>
<para>
「はい」「いいえ」
</para>
</section> <!-- dq7.dbg.menu.dbg.show -->
<section id="dq7.dbg.menu.dbg.clr">
<title>ふくろ ぜん しょうきょ</title>
<para>
ノーメッセージでふくろがクリアされる。
</para>
</section> <!-- dq7.dbg.menu.dbg.clr -->
<section id="dq7.dbg.menu.dbg.vcl">
<title>ぜん のりもの はいち</title>
<para>
詳細不明。
</para>
</section> <!-- dq7.dbg.menu.dbg.vcl -->
<section id="dq7.dbg.menu.dbg.rankpow">
<title>ちから ランキング</title>
<para>
現在のちからランキングの掲示板が表示される。
</para>
</section> <!-- dq7.dbg.menu.dbg.rankpow -->
<section id="dq7.dbg.menu.dbg.rankwiz">
<title>かしこさ ランキング</title>
<para>
現在のかしこさランキングの掲示板が表示される。
</para>
</section> <!-- dq7.dbg.menu.dbg.rankwiz -->
<section id="dq7.dbg.menu.dbg.rankstl">
<title>かっこよさ ランキング</title>
<para>
現在のかっこよさランキングの掲示板が表示される。
</para>
</section> <!-- dq7.dbg.menu.dbg.rankstl -->
<section id="dq7.dbg.menu.dbg.casinopoker">
<title>カジノ(ポーカー)</title>
<para>
ポーカーが始まる。
</para>
</section> <!-- dq7.dbg.menu.dbg.casinopoker -->
<section id="dq7.dbg.menu.dbg.casinoslot">
<title>カジノ(スロット)</title>
<para>
2 ケタ数値入力ウィンドウが表示される。
</para>
<para>
「はい/いいえ」サブウィンドウが表示される。「はい」にすると、スロットマシンの
リール回転を手動で止めることができる。「いいえ」は通常。
</para>
</section> <!-- dq7.dbg.menu.dbg.casinoslot -->
<section id="dq7.dbg.menu.dbg.casinoluckey">
<title>カジノ(ラッキーパネル)</title>
<para>
2 ケタ数値入力ウィンドウが表示される。
</para>
<para>
ラッキーパネルが始まる。
</para>
</section> <!-- dq7.dbg.menu.dbg.casinoluckey -->
<section id="dq7.dbg.menu.dbg.casinocoin">
<title>コイン せってい</title>
<para>
6 ケタの数値入力サブウィンドウが表示される。初期値は現在の持ちコインである。
</para>
<para>
ここに入力した値が現在の持ちコイン枚数に反映される。
</para>
</section> <!-- dq7.dbg.menu.dbg.casinocoin -->
<section id="dq7.dbg.menu.dbg.casinodbg">
<title>カジノデバック せってい</title>
<para>
「はい/いいえ」サブウィンドウが表示される。
</para>
<para>
はいを選択すると、ポーカー、ラッキーパネル、スロットマシンの各モードにおいて、
そのゲームの進行状況を表すフラグの値を表示する。
純然にデバッグ目的なので、見ても面白くない。
</para>
</section> <!-- dq7.dbg.menu.dbg.casinodbg -->
<section id="dq7.dbg.menu.dbg.sail">
<title>しゅっこう</title>
<para>
&dq7_2000; エンディングの、アミット号出航シーン~シーン切り替えまでのムービーを再生する。
終了後デバッグモードに戻る。
</para>
</section> <!-- dq7.dbg.menu.dbg.sail -->
<section id="dq7.dbg.menu.dbg.M1">
<title>M1ぜんけい</title>
<para>
フィッシュベルの教会を海側から望む→カメラが海側へ引いていく。デバッグモードに戻る。
</para>
</section> <!-- dq7.dbg.menu.dbg.M1 -->
<section id="dq7.dbg.menu.dbg.amit">
<title>アミットごう すすむ</title>
<para>
アミット号が海を進んでいくムービーを再生する。デバッグモードに戻る。
</para>
</section> <!-- dq7.dbg.menu.dbg.amit -->
<section id="dq7.dbg.menu.dbg.join">
<title>ごうりゅう</title>
<para>
画面上にアミット号、右側にマール・デ・ドラゴーンの船。画面中央にお互いによる。
何秒か経ってアミット号が画面左側へ、マール・デ・ドラゴーンの船が画面下側へ
それぞれ移動する。終了後デバッグモードへ戻る。
</para>
</section> <!-- dq7.dbg.menu.dbg.join -->
<section id="dq7.dbg.menu.dbg.yell">
<title>エール</title>
<para>
アミット号とマール・デ・ドラゴーンの船が海上を併行する。終了後デバッグモードへ戻る。
</para>
</section> <!-- dq7.dbg.menu.dbg.yell -->
<section id="dq7.dbg.menu.dbg.M4A">
<title>M4A</title>
<para>
マール・デ・ドラゴーンの船を船首方向から鳥瞰、徐々に頭領にズーム。終了後デバッグモードへ戻る。
</para>
</section> <!-- dq7.dbg.menu.dbg.M4A -->
<section id="dq7.dbg.menu.dbg.M4B">
<title>M4B</title>
<para>
マール・デ・ドラゴーンの船を船首方向から向かい合うように、徐々に頭領にズーム。
終了後デバッグモードへ戻る。
</para>
</section> <!-- dq7.dbg.menu.dbg.M4B -->
<section id="dq7.dbg.menu.dbg.M4C">
<title>M4C</title>
<para>
マール・デ・ドラゴーンの船が画面上側からから下側に航行する様子を、低空から見下ろすように撮影。
終了後デバッグモードへ戻る。
</para>
</section> <!-- dq7.dbg.menu.dbg.M4C -->
<section id="dq7.dbg.menu.dbg.M4D">
<title>M4D</title>
<para>
マール・デ・ドラゴーンの船。人々が楽しむようす。
終了後デバッグモードへ戻る。
</para>
</section> <!-- dq7.dbg.menu.dbg.M4D -->
<section id="dq7.dbg.menu.dbg.WIDE">
<title>WIDE</title>
<para>
アミット号とカモメのシーン。
</para>
</section> <!-- dq7.dbg.menu.dbg.WIDE -->
<section id="dq7.dbg.menu.dbg.YUYAKE">
<title>YUYAKE</title>
<para>
アミット号が航行するようすを、船の横方向から眺めたシーン。
</para>
</section> <!-- dq7.dbg.menu.dbg.YUYAKE -->
<section id="dq7.dbg.menu.dbg.up">
<title>アップ</title>
<para>
アミット号が航行するようすを、船の横方向から眺めたシーン。終了後デバッグモードへ戻る。
</para>
</section> <!-- dq7.dbg.menu.dbg.up -->
</section> <!-- dq7.dbg.menu.dbg -->
<section id="dq7.dbg.menu.game">
<title>ゲームじょうたい</title>
<para>
次の表のような項目のあるサブウィンドウが表示される。
</para>
<table id="table.dq7.dbg.menu.game" class="lighttable">
<caption>ゲームじょうたい ウィンドウ</caption>
<thead>
<tr><th>項目文字列左側</th><th>右側</th></tr>
</thead>
<tbody>
<tr><td>きょうせいエンカウントOFF</td><td>0</td></tr>
<tr><td>エンカウント</td><td>1</td></tr>
<tr><td>スタートフロア</td><td> 1</td></tr>
<tr><td>デバックモードOFF</td><td>1</td></tr>
<tr><td>GAMEスタート</td><td>-</td></tr>
</tbody>
</table>
<para>
「はい/いいえ」サブウィンドウが表示される。
はいを選択すると各項目の数値が 1 になり、「いいえ」または
キャンセルボタンを押すと 0 になる。
</para>
<para>
GAME スタートを選択すると、リセットボタンを押した時と同じ画面になる。
</para>
</section> <!-- dq7.dbg.menu.game -->
<section id="dq7.dbg.menu.member">
<title>パーティメンバー</title>
<figure id="fig.dq7dbg.menu.member">
<title>パーティメンバー</title>
<graphic width="256px" fileref="./image/dq7dbg.menu.member.png"/>
</figure>
<para>
NPC を含む全キャラの名前が書かれてあるウインドウが出て、
そこからパーティの編成をできる。
</para>
</section> <!-- dq7.dbg.menu.member -->
<section id="dq7.dbg.menu.joblv">
<title>しょくぎょうレベル</title>
<para>
キャラ選択サブメニューウィンドウが出てくる。
</para>
<para>
職業名と、現在の職業レベルに合致した星の列が表示されたサブウィンドウが表示される。
</para>
<para>
職業名を選択すると、1 ケタ数値入力サブウィンドウが表示される。
ここには現在の職業レベルと同じ数が表示されている。
この値を変更すると、そのキャラクタの指定された職業のレベルがその数値となる。
0→1, 9→8 に変換される。
</para>
</section> <!-- dq7.dbg.menu.joblv -->
<section id="dq7.dbg.menu.jobhst">
<title>しょくぎょうけいれき</title>
<figure id="fig.dq7dbg.menu.jobhst">
<title>しょくぎょうけいれき</title>
<graphic width="256px" fileref="./image/dq7dbg.menu.jobhst.png"/>
</figure>
<para>
キャラ選択サブメニューウィンドウが出てくる。
</para>
<para>
各職業時の実際の戦闘回数のスタックが表示される。30 が上限である。-1 が意味不明。
</para>
</section> <!-- dq7.dbg.menu.jobhst -->
<section id="dq7.dbg.menu.movspl">
<title>まほうこうかムービー</title>
<para>
選んだら落ちた。
</para>
</section> <!-- dq7.dbg.menu.movspl -->
<section id="dq7.dbg.menu.movevt">
<title>イベントムービー</title>
<para>
2 ケタの数値入力ウィンドウが表示される。
</para>
<para>
おそらく入力した数値に対応したムービーが再生されるはずなのだが、エミュにつき確認できなかった。
</para>
</section> <!-- dq7.dbg.menu.movevt -->
<section id="dq7.dbg.menu.puzzle">
<title>石版パズル</title>
<para>
ウッドパルナの石版台が表示される。
</para>
<para>
キャンセルボタンを押すとデバッグモードに戻る。決定ボタンを選ぶといつものムービーが見られ、
ウッドパルナの森に画面が変わる。
</para>
</section> <!-- dq7.dbg.menu.puzzle -->
<section id="dq7.dbg.menu.jobls">
<title>ジョブレベルいちらん</title>
<para>
しょくぎょうレベルいちらんが見えるようにしますか? 」と聞かれる。
</para>
<para>
はいを選択すると、「つよさ」コマンドでキャラクタの状態を見るときに
職業レベルウィンドウが表示される。いいえはその逆。
</para>
</section> <!-- dq7.dbg.menu.jobls -->
<section id="dq7.dbg.menu.spline">
<title>スプラインテスト</title>
<para>
選んだら落ちた。
</para>
</section> <!-- dq7.dbg.menu.spline -->
<section id="dq7.dbg.menu.flgold">
<title>ふるいフラグショップ</title>
<figure id="fig.dq7dbg.menu.flgold">
<title>ふるいフラグショップ</title>
<graphic width="256px" fileref="./image/dq7dbg.menu.flgold.png"/>
</figure>
<para>
次の項目が書かれたウィンドウが表示される。
</para>
<para>
どの項目を選択しても何も起こらない。
</para>
</section> <!-- dq7.dbg.menu.flgold -->
<section id="dq7.dbg.menu.prevflr">
<title>前回のフロア名</title>
<figure id="fig.dq7dbg.menu.prevflr">
<title>前回のフロア名</title>
<graphic width="256px" fileref="./image/dq7dbg.menu.prevflr.png"/>
</figure>
<para>
「前回のフロア名は(X7INA1Fとか)です。」のようなメッセージが表示される。フローミ名が表示される。
</para>
</section> <!-- dq7.dbg.menu.prevflr -->
<section id="dq7.dbg.menu.talkbattle">
<title>せんとうなかまかいわ</title>
<figure id="fig.dq7dbg.menu.talkbattle">
<title>せんとうなかまかいわ</title>
<graphic width="256px" fileref="./image/dq7dbg.menu.talkbattle.png"/>
</figure>
<para>
戦闘デバッグ時に有効。3 ケタの数値入力ウィンドウが5回開く。
</para>
<para>
全キャラのセリフが選んだ番号から先すべて順番に表示される。キーファ、マリベル、ガボ、メルビン、アイラ、キーファ……
というふうに、指定された数値の表すセリフから先のすべてのセリフが表示される。
</para>
<para>
キャンセルできないので、時間に余裕があるときにやるとよい。
</para>
</section> <!-- dq7.dbg.menu.talkbattle -->
<section id="dq7.dbg.menu.monall">
<title>ぜんモンスターであった</title>
<para>
戦闘デバッグ時に有効。あとでモンスターずかんをチェックすると、図鑑が完成しており、すべての数値が最大値になっている。
</para>
<para>
さらに、図鑑に収録されないモンスターについても、その図鑑パラメータが最大となっている。
</para>
</section> <!-- dq7.dbg.menu.monall -->
</section> <!-- dq7.dbg.menu -->
</section> <!-- dq7.dbg -->
| 33.452041 | 108 | 0.651232 |
ffd7a19e6fc1434bf7d72a630282a26b639b0162 | 352 | sublime-snippet | XML | Snippets/ERR/errnotinitializedarraystring.sublime-snippet | currencysecrets/mql4 | 48375f522441adf3bd3d4718b2f5692613baffab | [
"MIT"
] | 78 | 2015-01-04T21:37:52.000Z | 2022-03-04T05:48:57.000Z | Snippets/ERR/errnotinitializedarraystring.sublime-snippet | johnboltcode/mql4 | 6318df0134b487c004f5f23614c6d8493e6f43d4 | [
"MIT"
] | 7 | 2015-09-22T11:36:00.000Z | 2020-09-04T03:06:15.000Z | Snippets/ERR/errnotinitializedarraystring.sublime-snippet | johnboltcode/mql4 | 6318df0134b487c004f5f23614c6d8493e6f43d4 | [
"MIT"
] | 38 | 2015-01-01T02:49:38.000Z | 2022-03-23T06:34:20.000Z | <snippet>
<content><![CDATA[
ERR_NOT_INITIALIZED_ARRAYSTRING${0}
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>errnotinitializedarraystring</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.mq4</scope>
<description>4009</description>
</snippet>
| 32 | 73 | 0.738636 |
b57281ac3508ba021e7f008d80cbe11c9c25cf4c | 513 | targets | XML | Source/DesignTimeMapper/DesignTimeMapper/build/DesignTimeMapper.targets | AlistairClark7/DesignTimeMapper | 366066b0a5567c9ea6e8bdd3c35c362e8f2f8bdd | [
"MIT"
] | 27 | 2017-01-25T23:01:37.000Z | 2019-08-19T11:14:25.000Z | Source/DesignTimeMapper/DesignTimeMapper/build/DesignTimeMapper.targets | AlistairClark7/DesignTimeMapper | 366066b0a5567c9ea6e8bdd3c35c362e8f2f8bdd | [
"MIT"
] | 7 | 2016-11-25T13:06:39.000Z | 2016-12-15T13:40:27.000Z | Source/DesignTimeMapper/DesignTimeMapper/build/DesignTimeMapper.targets | AlistairClark7/DesignTimeMapper | 366066b0a5567c9ea6e8bdd3c35c362e8f2f8bdd | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="utf-8" ?>
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<BuildDependsOn>
DesignTimeMapperTarget;
$(BuildDependsOn)
</BuildDependsOn>
</PropertyGroup>
<Target Name="DesignTimeMapperTarget">
<PropertyGroup>
<PreBuildEvent>"$(SolutionDir)packages\DesignTimeMapper.0.4.1\build\DesignTimeMapper.CommandLine.exe" "$(SolutionPath)" "$(MSBuildProjectName)"</PreBuildEvent>
</PropertyGroup>
</Target>
</Project> | 36.642857 | 165 | 0.719298 |
8b8e1b5d6229f1990cff8c41dde9b3835e617936 | 1,477 | xml | XML | Annotations/007066.xml | wenzhenmiao/KITTI_to_tfrecords | febb7ab1948c827a0c9071ba0d1d1a859ce9a47c | [
"Apache-2.0"
] | 1 | 2020-03-09T19:23:02.000Z | 2020-03-09T19:23:02.000Z | Annotations/007066.xml | wenzhenmiao/KITTI_to_tfrecords | febb7ab1948c827a0c9071ba0d1d1a859ce9a47c | [
"Apache-2.0"
] | null | null | null | Annotations/007066.xml | wenzhenmiao/KITTI_to_tfrecords | febb7ab1948c827a0c9071ba0d1d1a859ce9a47c | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" ?>
<annotation>
<folder>KITTI</folder>
<filename>007066.png</filename>
<source>
<database>The KITTI Database</database>
<annotation>KITTI</annotation>
</source>
<size>
<width>1242</width>
<height>375</height>
<depth>3</depth>
</size>
<object>
<name>Car</name>
<bndbox>
<xmin>735</xmin>
<ymin>171</ymin>
<xmax>753</xmax>
<ymax>187</ymax>
</bndbox>
<difficult>0</difficult>
<truncated>0</truncated>
</object>
<object>
<name>Car</name>
<bndbox>
<xmin>686</xmin>
<ymin>171</ymin>
<xmax>711</xmax>
<ymax>190</ymax>
</bndbox>
<difficult>0</difficult>
<truncated>0</truncated>
</object>
<object>
<name>Car</name>
<bndbox>
<xmin>0</xmin>
<ymin>191</ymin>
<xmax>180</xmax>
<ymax>265</ymax>
</bndbox>
<difficult>0</difficult>
<truncated>0</truncated>
</object>
<object>
<name>Car</name>
<bndbox>
<xmin>444</xmin>
<ymin>165</ymin>
<xmax>622</xmax>
<ymax>279</ymax>
</bndbox>
<difficult>0</difficult>
<truncated>0</truncated>
</object>
<object>
<name>Car</name>
<bndbox>
<xmin>399</xmin>
<ymin>182</ymin>
<xmax>460</xmax>
<ymax>216</ymax>
</bndbox>
<difficult>0</difficult>
<truncated>0</truncated>
</object>
<object>
<name>Car</name>
<bndbox>
<xmin>503</xmin>
<ymin>180</ymin>
<xmax>542</xmax>
<ymax>202</ymax>
</bndbox>
<difficult>0</difficult>
<truncated>0</truncated>
</object>
<object>
<name>Car</name>
<bndbox>
<xmin>596</xmin>
<ymin>156</ymin>
<xmax>662</xmax>
<ymax>188</ymax>
</bndbox>
<difficult>0</difficult>
<truncated>0</truncated>
</object>
</annotation>
| 16.054348 | 39 | 0.682464 |
c2aee083da9faa4a7a257e5a94833b91bdf0d396 | 574 | xml | XML | .idea/runConfigurations/Xenon_with_Recon.xml | avereon/xenon | f63c2079d0b7164eee08fa98db68fb9cc5a28233 | [
"MIT"
] | 1 | 2021-07-16T19:36:52.000Z | 2021-07-16T19:36:52.000Z | .idea/runConfigurations/Xenon_with_Recon.xml | avereon/xenon | f63c2079d0b7164eee08fa98db68fb9cc5a28233 | [
"MIT"
] | 164 | 2019-08-13T16:56:49.000Z | 2021-11-22T03:05:37.000Z | .idea/runConfigurations/Xenon_with_Recon.xml | avereon/xenon | f63c2079d0b7164eee08fa98db68fb9cc5a28233 | [
"MIT"
] | 1 | 2019-08-13T16:51:14.000Z | 2019-08-13T16:51:14.000Z | <component name="ProjectRunConfigurationManager">
<configuration default="false" name="Xenon with Recon" type="Application" factoryName="Application">
<option name="INCLUDE_PROVIDED_SCOPE" value="true" />
<option name="MAIN_CLASS_NAME" value="com.avereon.xenon.Program" />
<module name="recon" />
<option name="PROGRAM_PARAMETERS" value="--profile dev --noupdate --log-level debug" />
<option name="VM_PARAMETERS" value="-Duser.language=es" />
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component> | 47.833333 | 102 | 0.695122 |
071576613d7af0f9985aa3f6d26101179bc0c5f6 | 8,257 | kml | XML | public/map-sources/zip26237.kml | temass1997/lothub | 3d00a3c27c8c4708ed08ac9a166b15c421a60fe3 | [
"MIT"
] | null | null | null | public/map-sources/zip26237.kml | temass1997/lothub | 3d00a3c27c8c4708ed08ac9a166b15c421a60fe3 | [
"MIT"
] | 4 | 2020-10-06T14:58:11.000Z | 2021-05-11T04:14:34.000Z | public/map-sources/zip26237.kml | temass1997/lothub | 3d00a3c27c8c4708ed08ac9a166b15c421a60fe3 | [
"MIT"
] | 1 | 2019-01-21T18:43:24.000Z | 2019-01-21T18:43:24.000Z | <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<kml xmlns:gx="http://www.google.com/kml/ext/2.2" xmlns:atom="http://www.w3.org/2005/Atom" xmlns="http://www.opengis.net/kml/2.2">
<Document>
<LookAt>
<longitude>-102</longitude>
<latitude>38.5</latitude>
<range>7000000</range>
<tilt>10</tilt>
<heading>0</heading>
</LookAt>
<name>cb_2016_us_zcta510_500k</name>
<visibility>1</visibility>
<Style id="KMLStyler">
<IconStyle>
<scale>0.8</scale>
</IconStyle>
<LabelStyle>
<scale>1.0</scale>
</LabelStyle>
<LineStyle>
<color>ffbc822f</color>
<width>2</width>
<gx:labelVisibility>0</gx:labelVisibility>
</LineStyle>
<PolyStyle>
<color>7fe1ca9e</color>
</PolyStyle>
</Style>
<Schema name="cb_2016_us_zcta510_500k" id="kml_schema_ft_cb_2016_us_zcta510_500k">
<SimpleField type="xsd:string" name="ZCTA5CE10">
<displayName>ZCTA5CE10</displayName>
</SimpleField>
<SimpleField type="xsd:string" name="AFFGEOID10">
<displayName>AFFGEOID10</displayName>
</SimpleField>
<SimpleField type="xsd:string" name="GEOID10">
<displayName>GEOID10</displayName>
</SimpleField>
<SimpleField type="xsd:double" name="ALAND10">
<displayName>ALAND10</displayName>
</SimpleField>
<SimpleField type="xsd:double" name="AWATER10">
<displayName>AWATER10</displayName>
</SimpleField>
</Schema>
<Folder id="kml_ft_cb_2016_us_zcta510_500k">
<name>cb_2016_us_zcta510_500k</name>
</Folder>
<Placemark id="cb_2016_us_zcta510_500k.kml">
<name><at><openparen>26237<closeparen></name>
<visibility>1</visibility>
<description><center><table><tr><th colspan='2' align='center'><em>Attributes</em></th></tr><tr bgcolor="#E3E3F3">
<th>ZCTA5CE10</th>
<td>26237</td>
</tr><tr bgcolor="">
<th>AFFGEOID10</th>
<td>8600000US26237</td>
</tr><tr bgcolor="#E3E3F3">
<th>GEOID10</th>
<td>26237</td>
</tr><tr bgcolor="">
<th>ALAND10</th>
<td>101595296</td>
</tr><tr bgcolor="#E3E3F3">
<th>AWATER10</th>
<td>0</td>
</tr></table></center></description>
<styleUrl>#KMLStyler</styleUrl>
<ExtendedData>
<SchemaData schemaUrl="#kml_schema_ft_cb_2016_us_zcta510_500k">
<SimpleData name="ZCTA5CE10">26237</SimpleData>
<SimpleData name="AFFGEOID10">8600000US26237</SimpleData>
<SimpleData name="GEOID10">26237</SimpleData>
<SimpleData name="ALAND10">101595296</SimpleData>
<SimpleData name="AWATER10">0</SimpleData>
</SchemaData>
</ExtendedData>
<Polygon>
<extrude>0</extrude>
<tessellate>1</tessellate>
<altitudeMode>clampToGround</altitudeMode>
<outerBoundaryIs>
<LinearRing>
<coordinates>-80.217267,38.822283,0.0 -80.217592,38.821154,0.0 -80.213936,38.819543,0.0 -80.211885,38.820145,0.0 -80.208222,38.818175,0.0 -80.205576,38.814903,0.0 -80.201783,38.814176,0.0 -80.201291,38.811331,0.0 -80.199577,38.810635,0.0 -80.194054,38.812551,0.0 -80.194152,38.814073,0.0 -80.192348,38.814948,0.0 -80.191796,38.818138,0.0 -80.188326,38.819568,0.0 -80.18504,38.82011,0.0 -80.183747,38.818531,0.0 -80.184268,38.816977,0.0 -80.181902,38.815528,0.0 -80.179761,38.815955,0.0 -80.176124,38.815384,0.0 -80.174039,38.813351,0.0 -80.174446,38.812407,0.0 -80.174005,38.80848,0.0 -80.172319,38.807116,0.0 -80.171977,38.803653,0.0 -80.168979,38.80152,0.0 -80.166093,38.799969,0.0 -80.162453,38.799178,0.0 -80.16451,38.797472,0.0 -80.162909,38.796024,0.0 -80.160198,38.796165,0.0 -80.160464,38.794947,0.0 -80.159092,38.794329,0.0 -80.160152,38.793769,0.0 -80.160266,38.791694,0.0 -80.157272,38.791598,0.0 -80.151444,38.792918,0.0 -80.150123,38.795039,0.0 -80.149297,38.795147,0.0 -80.14862,38.79283,0.0 -80.147297,38.791995,0.0 -80.146089,38.788572,0.0 -80.146476,38.787687,0.0 -80.143585,38.786001,0.0 -80.144849,38.785068,0.0 -80.144255,38.784203,0.0 -80.141744,38.783338,0.0 -80.140434,38.783983,0.0 -80.137429,38.784103,0.0 -80.134071,38.782544,0.0 -80.131437,38.783097,0.0 -80.13099,38.780555,0.0 -80.13293,38.780651,0.0 -80.134019,38.779222,0.0 -80.133263,38.778324,0.0 -80.132062,38.774045,0.0 -80.13137,38.773503,0.0 -80.131745,38.769025,0.0 -80.132383,38.767512,0.0 -80.131738,38.766234,0.0 -80.132227,38.764129,0.0 -80.131434,38.762463,0.0 -80.132238,38.757592,0.0 -80.133111,38.75663,0.0 -80.133015,38.754589,0.0 -80.128235,38.751781,0.0 -80.124729,38.750243,0.0 -80.124378,38.751095,0.0 -80.117448,38.774941,0.0 -80.098387,38.840549,0.0 -80.10471,38.873199,0.0 -80.105007,38.875375,0.0 -80.106864,38.87714,0.0 -80.110555,38.878392,0.0 -80.113238,38.880061,0.0 -80.114076,38.8822,0.0 -80.110806,38.885473,0.0 -80.111049,38.88767,0.0 -80.113775,38.890266,0.0 -80.114925,38.89317,0.0 -80.114304,38.896244,0.0 -80.116227,38.895726,0.0 -80.119846,38.896193,0.0 -80.120793,38.89575,0.0 -80.125224,38.89556,0.0 -80.127712,38.896053,0.0 -80.130732,38.894243,0.0 -80.130223,38.895835,0.0 -80.132424,38.897622,0.0 -80.133289,38.901399,0.0 -80.137351,38.900311,0.0 -80.142335,38.899885,0.0 -80.145065,38.898889,0.0 -80.145844,38.900478,0.0 -80.15242,38.901026,0.0 -80.154745,38.900839,0.0 -80.157883,38.901735,0.0 -80.158684,38.904036,0.0 -80.157331,38.906212,0.0 -80.15794,38.908064,0.0 -80.153673,38.914096,0.0 -80.153054,38.916044,0.0 -80.152579,38.919781,0.0 -80.153473,38.922248,0.0 -80.152547,38.9247,0.0 -80.152626,38.925914,0.0 -80.156655,38.928178,0.0 -80.159108,38.928976,0.0 -80.160213,38.927713,0.0 -80.160415,38.926029,0.0 -80.158959,38.923712,0.0 -80.159201,38.922015,0.0 -80.160752,38.919109,0.0 -80.162128,38.917818,0.0 -80.163642,38.917616,0.0 -80.162847,38.916759,0.0 -80.163561,38.915175,0.0 -80.166008,38.912735,0.0 -80.166508,38.911622,0.0 -80.168574,38.910098,0.0 -80.168838,38.908495,0.0 -80.169859,38.907648,0.0 -80.171277,38.908177,0.0 -80.173577,38.908074,0.0 -80.174805,38.905769,0.0 -80.173264,38.901605,0.0 -80.170428,38.90156,0.0 -80.168631,38.900776,0.0 -80.170071,38.898547,0.0 -80.172427,38.895988,0.0 -80.176874,38.896577,0.0 -80.179567,38.898156,0.0 -80.180942,38.898454,0.0 -80.182395,38.89732,0.0 -80.186132,38.895442,0.0 -80.188385,38.895731,0.0 -80.191033,38.898721,0.0 -80.190932,38.899737,0.0 -80.19421,38.901315,0.0 -80.196024,38.903122,0.0 -80.201896,38.903627,0.0 -80.205651,38.902809,0.0 -80.205567,38.90129,0.0 -80.20842,38.901619,0.0 -80.205211,38.900065,0.0 -80.204193,38.898238,0.0 -80.20422,38.893589,0.0 -80.202192,38.893173,0.0 -80.196523,38.894654,0.0 -80.194534,38.893743,0.0 -80.195667,38.891071,0.0 -80.197078,38.890922,0.0 -80.198444,38.889576,0.0 -80.198769,38.88532,0.0 -80.193621,38.883766,0.0 -80.192869,38.881248,0.0 -80.196929,38.879424,0.0 -80.19714,38.877788,0.0 -80.196011,38.875005,0.0 -80.193844,38.87337,0.0 -80.189563,38.873723,0.0 -80.193989,38.873082,0.0 -80.19831,38.874366,0.0 -80.198748,38.872485,0.0 -80.200734,38.871331,0.0 -80.200609,38.873207,0.0 -80.201546,38.875824,0.0 -80.202894,38.876731,0.0 -80.202974,38.875403,0.0 -80.204478,38.875555,0.0 -80.205696,38.870245,0.0 -80.206679,38.863634,0.0 -80.207361,38.861461,0.0 -80.206031,38.861882,0.0 -80.202062,38.864854,0.0 -80.198301,38.866414,0.0 -80.195732,38.868468,0.0 -80.191234,38.869248,0.0 -80.188665,38.87232,0.0 -80.189929,38.86997,0.0 -80.191357,38.868867,0.0 -80.195142,38.868513,0.0 -80.197194,38.86696,0.0 -80.204282,38.862898,0.0 -80.201104,38.858336,0.0 -80.201418,38.855208,0.0 -80.204656,38.850875,0.0 -80.205206,38.848546,0.0 -80.203838,38.843313,0.0 -80.20452,38.841281,0.0 -80.204582,38.838286,0.0 -80.199765,38.832253,0.0 -80.198592,38.831527,0.0 -80.200357,38.829461,0.0 -80.20422,38.828252,0.0 -80.203511,38.826484,0.0 -80.203594,38.82434,0.0 -80.20583,38.822662,0.0 -80.208357,38.822634,0.0 -80.212498,38.824874,0.0 -80.21517,38.824238,0.0 -80.217267,38.822283,0.0</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>
</Placemark>
</Document>
</kml> | 91.744444 | 5,047 | 0.68342 |
e55de572d9d295d8536d1e0b7ecf786daf8d260c | 355,090 | xmi | XML | Artificial Intelligence/lab01/code/Astar_taxi/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi | AthinaKyriakou/ntua-ece | ff60111cf26f9056aba30bc86f2ee75d39aaa01e | [
"MIT"
] | null | null | null | Artificial Intelligence/lab01/code/Astar_taxi/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi | AthinaKyriakou/ntua-ece | ff60111cf26f9056aba30bc86f2ee75d39aaa01e | [
"MIT"
] | null | null | null | Artificial Intelligence/lab01/code/Astar_taxi/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi | AthinaKyriakou/ntua-ece | ff60111cf26f9056aba30bc86f2ee75d39aaa01e | [
"MIT"
] | null | null | null | <?xml version="1.0" encoding="ASCII"?>
<application:Application xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:advanced="http://www.eclipse.org/ui/2010/UIModel/application/ui/advanced" xmlns:application="http://www.eclipse.org/ui/2010/UIModel/application" xmlns:basic="http://www.eclipse.org/ui/2010/UIModel/application/ui/basic" xmlns:menu="http://www.eclipse.org/ui/2010/UIModel/application/ui/menu" xmi:id="_88v64QIOEemLqs7B_fibzg" elementId="org.eclipse.e4.legacy.ide.application" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="_88wh8AIOEemLqs7B_fibzg" bindingContexts="_88wh8gIOEemLqs7B_fibzg">
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<workbench>
<mruList>
<file factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="Main.java" tooltip="/home/athinask/Desktop/Astar_taxi/Astar_taxi/src/Main.java">
<persistable uri="file:/home/athinask/Desktop/Astar_taxi/Astar_taxi/src/Main.java"/>
</file>
<file factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="Main.java" tooltip="/home/athinask/Desktop/Main.java">
<persistable uri="file:/home/athinask/Desktop/Main.java"/>
</file>
<file factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" id="org.eclipse.jdt.ui.CompilationUnitEditor" name="Main.java" tooltip="/home/athinask/Desktop/Astar_taxi/src/Main.java">
<persistable uri="file:/home/athinask/Desktop/Astar_taxi/src/Main.java"/>
</file>
</mruList>
</workbench>"/>
<tags>activeSchemeId:org.eclipse.ui.defaultAcceleratorConfiguration</tags>
<tags>ModelMigrationProcessor.001</tags>
<children xsi:type="basic:TrimmedWindow" xmi:id="_88wh8AIOEemLqs7B_fibzg" elementId="IDEWindow" contributorURI="platform:/plugin/org.eclipse.platform" selectedElement="_9glAsQIOEemLqs7B_fibzg" label="%trimmedwindow.label.eclipseSDK" x="55" y="53" width="1024" height="768">
<persistedState key="coolBarVisible" value="true"/>
<persistedState key="perspectiveBarVisible" value="true"/>
<persistedState key="isRestored" value="true"/>
<persistedState key="show_in_time" value="<?xml version="1.0" encoding="UTF-8"?>
<show_in_time/>"/>
<persistedState key="workingSets" value="<?xml version="1.0" encoding="UTF-8"?>
<workingSets/>"/>
<persistedState key="aggregateWorkingSetId" value="Aggregate for window 1545059892957"/>
<tags>topLevel</tags>
<tags>shellMaximized</tags>
<children xsi:type="basic:PartSashContainer" xmi:id="_9glAsQIOEemLqs7B_fibzg" selectedElement="_9glnwAIOEemLqs7B_fibzg" horizontal="true">
<children xsi:type="advanced:PerspectiveStack" xmi:id="_9glnwAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.ide.perspectivestack" containerData="7500" selectedElement="_97NHMAIOEemLqs7B_fibzg">
<children xsi:type="advanced:Perspective" xmi:id="_97NHMAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.JavaPerspective" selectedElement="_97NHMQIOEemLqs7B_fibzg" label="Java" iconURI="platform:/plugin/org.eclipse.jdt.ui/$nl$/icons/full/eview16/jperspective.png">
<persistedState key="persp.hiddenItems" value="persp.hideToolbarSC:print,persp.hideToolbarSC:org.eclipse.ui.edit.undo,persp.hideToolbarSC:org.eclipse.ui.edit.redo,persp.hideToolbarSC:org.eclipse.ui.edit.text.toggleShowSelectedElementOnly,persp.hideToolbarSC:org.eclipse.debug.ui.commands.RunToLine,persp.hideToolbarSC:org.eclipse.jdt.ui.actions.OpenProjectWizard,"/>
<tags>persp.actionSet:org.eclipse.mylyn.doc.actionSet</tags>
<tags>persp.actionSet:org.eclipse.mylyn.tasks.ui.navigation</tags>
<tags>persp.actionSet:org.eclipse.ui.cheatsheets.actionSet</tags>
<tags>persp.actionSet:org.eclipse.search.searchActionSet</tags>
<tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.annotationNavigation</tags>
<tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.navigation</tags>
<tags>persp.actionSet:org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo</tags>
<tags>persp.actionSet:org.eclipse.ui.externaltools.ExternalToolsSet</tags>
<tags>persp.actionSet:org.eclipse.ui.actionSet.keyBindings</tags>
<tags>persp.actionSet:org.eclipse.ui.actionSet.openFiles</tags>
<tags>persp.actionSet:org.eclipse.debug.ui.launchActionSet</tags>
<tags>persp.actionSet:org.eclipse.jdt.ui.JavaActionSet</tags>
<tags>persp.actionSet:org.eclipse.jdt.ui.JavaElementCreationActionSet</tags>
<tags>persp.actionSet:org.eclipse.ui.NavigateActionSet</tags>
<tags>persp.viewSC:org.eclipse.jdt.ui.PackageExplorer</tags>
<tags>persp.viewSC:org.eclipse.jdt.ui.TypeHierarchy</tags>
<tags>persp.viewSC:org.eclipse.jdt.ui.SourceView</tags>
<tags>persp.viewSC:org.eclipse.jdt.ui.JavadocView</tags>
<tags>persp.viewSC:org.eclipse.search.ui.views.SearchView</tags>
<tags>persp.viewSC:org.eclipse.ui.console.ConsoleView</tags>
<tags>persp.viewSC:org.eclipse.ui.views.ContentOutline</tags>
<tags>persp.viewSC:org.eclipse.ui.views.ProblemView</tags>
<tags>persp.viewSC:org.eclipse.ui.views.ResourceNavigator</tags>
<tags>persp.viewSC:org.eclipse.ui.views.TaskList</tags>
<tags>persp.viewSC:org.eclipse.ui.views.ProgressView</tags>
<tags>persp.viewSC:org.eclipse.ui.navigator.ProjectExplorer</tags>
<tags>persp.viewSC:org.eclipse.ui.texteditor.TemplatesView</tags>
<tags>persp.viewSC:org.eclipse.pde.runtime.LogView</tags>
<tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.JavaProjectWizard</tags>
<tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewPackageCreationWizard</tags>
<tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewClassCreationWizard</tags>
<tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewInterfaceCreationWizard</tags>
<tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewEnumCreationWizard</tags>
<tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewAnnotationCreationWizard</tags>
<tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSourceFolderCreationWizard</tags>
<tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewSnippetFileCreationWizard</tags>
<tags>persp.newWizSC:org.eclipse.jdt.ui.wizards.NewJavaWorkingSetWizard</tags>
<tags>persp.newWizSC:org.eclipse.ui.wizards.new.folder</tags>
<tags>persp.newWizSC:org.eclipse.ui.wizards.new.file</tags>
<tags>persp.newWizSC:org.eclipse.ui.editors.wizards.UntitledTextFileWizard</tags>
<tags>persp.perspSC:org.eclipse.jdt.ui.JavaBrowsingPerspective</tags>
<tags>persp.perspSC:org.eclipse.debug.ui.DebugPerspective</tags>
<tags>persp.viewSC:org.eclipse.mylyn.tasks.ui.views.tasks</tags>
<tags>persp.newWizSC:org.eclipse.mylyn.tasks.ui.wizards.new.repository.task</tags>
<tags>persp.showIn:org.eclipse.jdt.ui.PackageExplorer</tags>
<tags>persp.showIn:org.eclipse.team.ui.GenericHistoryView</tags>
<tags>persp.showIn:org.eclipse.ui.views.ResourceNavigator</tags>
<tags>persp.showIn:org.eclipse.ui.navigator.ProjectExplorer</tags>
<tags>persp.actionSet:org.eclipse.debug.ui.breakpointActionSet</tags>
<tags>persp.actionSet:org.eclipse.jdt.debug.ui.JDTDebugActionSet</tags>
<tags>persp.actionSet:org.eclipse.eclemma.ui.CoverageActionSet</tags>
<tags>persp.showIn:org.eclipse.eclemma.ui.CoverageView</tags>
<tags>persp.showIn:org.eclipse.egit.ui.RepositoriesView</tags>
<tags>persp.newWizSC:org.eclipse.jdt.junit.wizards.NewTestCaseCreationWizard</tags>
<tags>persp.actionSet:org.eclipse.jdt.junit.JUnitActionSet</tags>
<tags>persp.viewSC:org.eclipse.ant.ui.views.AntView</tags>
<children xsi:type="basic:PartSashContainer" xmi:id="_97NHMQIOEemLqs7B_fibzg" selectedElement="_97NHMgIOEemLqs7B_fibzg" horizontal="true">
<children xsi:type="basic:PartSashContainer" xmi:id="_97NHMgIOEemLqs7B_fibzg" containerData="1000" selectedElement="_97NHMwIOEemLqs7B_fibzg">
<children xsi:type="basic:PartStack" xmi:id="_97NHMwIOEemLqs7B_fibzg" elementId="left" containerData="6000" selectedElement="_97NHNAIOEemLqs7B_fibzg">
<tags>org.eclipse.e4.primaryNavigationStack</tags>
<tags>active</tags>
<tags>noFocus</tags>
<children xsi:type="advanced:Placeholder" xmi:id="_97NHNAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.PackageExplorer" ref="_966MQAIOEemLqs7B_fibzg" closeable="true">
<tags>View</tags>
<tags>categoryTag:Java</tags>
</children>
<children xsi:type="advanced:Placeholder" xmi:id="_97NHNQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.TypeHierarchy" toBeRendered="false" ref="_968BcAIOEemLqs7B_fibzg" closeable="true">
<tags>View</tags>
<tags>categoryTag:Java</tags>
</children>
<children xsi:type="advanced:Placeholder" xmi:id="_97NHNgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.ResourceNavigator" toBeRendered="false" ref="_968BcQIOEemLqs7B_fibzg" closeable="true">
<tags>View</tags>
<tags>categoryTag:General</tags>
</children>
<children xsi:type="advanced:Placeholder" xmi:id="_97NHNwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigator.ProjectExplorer" toBeRendered="false" ref="_968ogAIOEemLqs7B_fibzg" closeable="true">
<tags>View</tags>
<tags>categoryTag:General</tags>
</children>
<children xsi:type="advanced:Placeholder" xmi:id="_97NHOAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.junit.ResultView" toBeRendered="false" ref="_97LSAQIOEemLqs7B_fibzg" closeable="true">
<tags>View</tags>
<tags>categoryTag:Java</tags>
</children>
</children>
<children xsi:type="basic:PartStack" xmi:id="_97NHOQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesViewMStack" toBeRendered="false" containerData="4000">
<children xsi:type="advanced:Placeholder" xmi:id="_97NHOgIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesView" toBeRendered="false" ref="_97LSAAIOEemLqs7B_fibzg" closeable="true">
<tags>View</tags>
<tags>categoryTag:Git</tags>
</children>
</children>
</children>
<children xsi:type="basic:PartSashContainer" xmi:id="_97NHOwIOEemLqs7B_fibzg" containerData="9000" selectedElement="_97NHPAIOEemLqs7B_fibzg">
<children xsi:type="basic:PartSashContainer" xmi:id="_97NHPAIOEemLqs7B_fibzg" containerData="7500" selectedElement="_97NHPQIOEemLqs7B_fibzg" horizontal="true">
<children xsi:type="advanced:Placeholder" xmi:id="_97NHPQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.editorss" containerData="7500" ref="_96cSMAIOEemLqs7B_fibzg"/>
<children xsi:type="basic:PartSashContainer" xmi:id="_97NHPgIOEemLqs7B_fibzg" visible="false" containerData="2500" selectedElement="_97NHPwIOEemLqs7B_fibzg">
<children xsi:type="basic:PartStack" xmi:id="_97NHPwIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.views.tasksMStack" visible="false" containerData="5000" selectedElement="_97NHQAIOEemLqs7B_fibzg">
<tags>Minimized</tags>
<children xsi:type="advanced:Placeholder" xmi:id="_97NHQAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" ref="_97Jc0AIOEemLqs7B_fibzg" closeable="true">
<tags>View</tags>
<tags>categoryTag:Mylyn</tags>
</children>
</children>
<children xsi:type="basic:PartStack" xmi:id="_97NHQQIOEemLqs7B_fibzg" elementId="right" visible="false" containerData="5000" selectedElement="_97NHQgIOEemLqs7B_fibzg">
<tags>org.eclipse.e4.secondaryNavigationStack</tags>
<tags>Minimized</tags>
<children xsi:type="advanced:Placeholder" xmi:id="_97NHQgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.ContentOutline" ref="_96_EwgIOEemLqs7B_fibzg" closeable="true">
<tags>View</tags>
<tags>categoryTag:General</tags>
</children>
<children xsi:type="advanced:Placeholder" xmi:id="_97NHQwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.texteditor.TemplatesView" toBeRendered="false" ref="_96_r0AIOEemLqs7B_fibzg" closeable="true">
<tags>View</tags>
<tags>categoryTag:General</tags>
</children>
<children xsi:type="advanced:Placeholder" xmi:id="_97NHRAIOEemLqs7B_fibzg" elementId="org.eclipse.ant.ui.views.AntView" toBeRendered="false" ref="_97L5EAIOEemLqs7B_fibzg" closeable="true">
<tags>View</tags>
<tags>categoryTag:Ant</tags>
</children>
</children>
</children>
</children>
<children xsi:type="basic:PartStack" xmi:id="_97NHRQIOEemLqs7B_fibzg" elementId="bottom" containerData="2500" selectedElement="_97NHRgIOEemLqs7B_fibzg">
<tags>org.eclipse.e4.secondaryDataStack</tags>
<children xsi:type="advanced:Placeholder" xmi:id="_97NHRgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.ProblemView" ref="_968ogQIOEemLqs7B_fibzg" closeable="true">
<tags>View</tags>
<tags>categoryTag:General</tags>
</children>
<children xsi:type="advanced:Placeholder" xmi:id="_97NHRwIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.JavadocView" ref="_969PkAIOEemLqs7B_fibzg" closeable="true">
<tags>View</tags>
<tags>categoryTag:Java</tags>
</children>
<children xsi:type="advanced:Placeholder" xmi:id="_97NHSAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.SourceView" ref="_969PkQIOEemLqs7B_fibzg" closeable="true">
<tags>View</tags>
<tags>categoryTag:Java</tags>
</children>
<children xsi:type="advanced:Placeholder" xmi:id="_97NHSQIOEemLqs7B_fibzg" elementId="org.eclipse.search.ui.views.SearchView" toBeRendered="false" ref="_9692oAIOEemLqs7B_fibzg" closeable="true">
<tags>View</tags>
<tags>categoryTag:General</tags>
</children>
<children xsi:type="advanced:Placeholder" xmi:id="_97NHSgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.console.ConsoleView" toBeRendered="false" ref="_96-dsAIOEemLqs7B_fibzg" closeable="true">
<tags>View</tags>
<tags>categoryTag:General</tags>
</children>
<children xsi:type="advanced:Placeholder" xmi:id="_97NHSwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.BookmarkView" toBeRendered="false" ref="_96_EwAIOEemLqs7B_fibzg" closeable="true">
<tags>View</tags>
<tags>categoryTag:General</tags>
</children>
<children xsi:type="advanced:Placeholder" xmi:id="_97NHTAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.ProgressView" toBeRendered="false" ref="_96_EwQIOEemLqs7B_fibzg" closeable="true">
<tags>View</tags>
<tags>categoryTag:General</tags>
</children>
</children>
</children>
</children>
</children>
</children>
<children xsi:type="basic:PartStack" xmi:id="_9glnwQIOEemLqs7B_fibzg" elementId="stickyFolderRight" toBeRendered="false" containerData="2500">
<children xsi:type="advanced:Placeholder" xmi:id="_9glnwgIOEemLqs7B_fibzg" elementId="org.eclipse.help.ui.HelpView" toBeRendered="false" ref="_9ggIMAIOEemLqs7B_fibzg" closeable="true">
<tags>View</tags>
<tags>categoryTag:Help</tags>
</children>
<children xsi:type="advanced:Placeholder" xmi:id="_9glnwwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.internal.introview" toBeRendered="false" ref="_9gkZoAIOEemLqs7B_fibzg" closeable="true">
<tags>View</tags>
<tags>categoryTag:General</tags>
</children>
<children xsi:type="advanced:Placeholder" xmi:id="_9glnxAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" toBeRendered="false" ref="_9glAsAIOEemLqs7B_fibzg" closeable="true">
<tags>View</tags>
<tags>categoryTag:Help</tags>
</children>
</children>
</children>
<sharedElements xsi:type="basic:Part" xmi:id="_9ggIMAIOEemLqs7B_fibzg" elementId="org.eclipse.help.ui.HelpView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Help" iconURI="platform:/plugin/org.eclipse.help.ui/icons/view16/help_view.gif" tooltip="" closeable="true">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.help.ui.internal.views.HelpView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.help.ui"/>
<tags>View</tags>
<tags>categoryTag:Help</tags>
</sharedElements>
<sharedElements xsi:type="basic:Part" xmi:id="_9gkZoAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.internal.introview" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Welcome" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" closeable="true">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.ViewIntroAdapterPart"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui"/>
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view>
<presentation currentPage="qroot" restore="true"/>
<standbyPart/>
</view>"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
<tags>activeOnClose</tags>
<menus xmi:id="_-ZjQEAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.internal.introview">
<tags>ViewMenu</tags>
<tags>menuContribution:menu</tags>
</menus>
<toolbar xmi:id="_-ZjQEQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.internal.introview" visible="false"/>
</sharedElements>
<sharedElements xsi:type="basic:Part" xmi:id="_9glAsAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Cheat Sheets" iconURI="platform:/plugin/org.eclipse.ui.cheatsheets/icons/view16/cheatsheet_view.gif" tooltip="" closeable="true">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.cheatsheets.views.CheatSheetView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.cheatsheets"/>
<tags>View</tags>
<tags>categoryTag:Help</tags>
</sharedElements>
<sharedElements xsi:type="advanced:Area" xmi:id="_96cSMAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.editorss" selectedElement="_96cSMQIOEemLqs7B_fibzg">
<children xsi:type="basic:PartStack" xmi:id="_96cSMQIOEemLqs7B_fibzg" elementId="org.eclipse.e4.primaryDataStack" selectedElement="_giaaQAKoEemVEuYKv4rwwg">
<tags>org.eclipse.e4.primaryDataStack</tags>
<tags>EditorStack</tags>
<tags>noFocus</tags>
<children xsi:type="basic:Part" xmi:id="_giaaQAKoEemVEuYKv4rwwg" elementId="org.eclipse.e4.ui.compatibility.editor" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor" label="Main.java" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/obj16/jcu_obj.png" closeable="true">
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<editor id="org.eclipse.jdt.ui.CompilationUnitEditor" name="Main.java" partName="Main.java" title="Main.java" tooltip="/home/athinask/Desktop/Astar_taxi/Astar_taxi/src/Main.java">
<input factoryID="org.eclipse.ui.ide.FileStoreEditorInputFactory" uri="file:/home/athinask/Desktop/Astar_taxi/Astar_taxi/src/Main.java"/>
<editorState selectionHorizontalPixel="0" selectionLength="0" selectionOffset="0" selectionTopPixel="0"/>
</editor>"/>
<tags>Editor</tags>
<tags>org.eclipse.jdt.ui.CompilationUnitEditor</tags>
<tags>removeOnHide</tags>
</children>
</children>
</sharedElements>
<sharedElements xsi:type="basic:Part" xmi:id="_966MQAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.PackageExplorer" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Package Explorer" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/package.png" tooltip="" closeable="true">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view group_libraries="1" layout="2" linkWithEditor="0" rootMode="1" workingSetName="Aggregate for window 1545059892957">
<customFilters userDefinedPatternsEnabled="false">
<xmlDefinedFilters>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.StaticsFilter" isEnabled="false"/>
<child filterId="org.eclipse.buildship.ui.packageexplorer.filter.gradle.buildfolder" isEnabled="true"/>
<child filterId="org.eclipse.mylyn.java.ui.MembersFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.NonJavaProjectsFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer_patternFilterId_.*" isEnabled="true"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.NonSharedProjectsFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.SyntheticMembersFilter" isEnabled="true"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.ContainedLibraryFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.internal.ui.PackageExplorer.HideInnerClassFilesFilter" isEnabled="true"/>
<child filterId="org.eclipse.jdt.internal.ui.PackageExplorer.EmptyInnerPackageFilter" isEnabled="true"/>
<child filterId="org.eclipse.m2e.MavenModuleFilter" isEnabled="false"/>
<child filterId="org.eclipse.buildship.ui.packageexplorer.filter.gradle.subProject" isEnabled="true"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.ClosedProjectsFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.DeprecatedMembersFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.EmptyLibraryContainerFilter" isEnabled="true"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.PackageDeclarationFilter" isEnabled="true"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.ImportDeclarationFilter" isEnabled="true"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.NonJavaElementFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.LibraryFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.CuAndClassFileFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.internal.ui.PackageExplorer.EmptyPackageFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.NonPublicFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.LocalTypesFilter" isEnabled="false"/>
<child filterId="org.eclipse.jdt.ui.PackageExplorer.FieldsFilter" isEnabled="false"/>
</xmlDefinedFilters>
</customFilters>
</view>"/>
<tags>View</tags>
<tags>categoryTag:Java</tags>
<tags>active</tags>
<tags>activeOnClose</tags>
<menus xmi:id="_9_yFMAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.PackageExplorer">
<tags>ViewMenu</tags>
<tags>menuContribution:menu</tags>
</menus>
<toolbar xmi:id="_9_yFMQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.PackageExplorer"/>
</sharedElements>
<sharedElements xsi:type="basic:Part" xmi:id="_968BcAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.TypeHierarchy" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Type Hierarchy" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/class_hi.png" tooltip="" closeable="true">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
<tags>View</tags>
<tags>categoryTag:Java</tags>
</sharedElements>
<sharedElements xsi:type="basic:Part" xmi:id="_968BcQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.ResourceNavigator" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Navigator" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/filenav_nav.png" tooltip="" closeable="true">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.navigator.ResourceNavigator"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</sharedElements>
<sharedElements xsi:type="basic:Part" xmi:id="_968ogAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigator.ProjectExplorer" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Project Explorer" iconURI="platform:/plugin/org.eclipse.ui.navigator.resources/icons/full/eview16/resource_persp.png" tooltip="" closeable="true">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.navigator.resources.ProjectExplorer"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.navigator.resources"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</sharedElements>
<sharedElements xsi:type="basic:Part" xmi:id="_968ogQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.ProblemView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Problems" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.png" tooltip="" closeable="true">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.ProblemsView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view PRIMARY_SORT_FIELD="org.eclipse.ui.ide.severityAndDescriptionField" categoryGroup="org.eclipse.ui.ide.severity" markerContentGenerator="org.eclipse.ui.ide.problemsGenerator" partName="Problems">
<columnWidths org.eclipse.ui.ide.locationField="90" org.eclipse.ui.ide.markerType="538" org.eclipse.ui.ide.pathField="120" org.eclipse.ui.ide.resourceField="90" org.eclipse.ui.ide.severityAndDescriptionField="300"/>
<visible IMemento.internal.id="org.eclipse.ui.ide.severityAndDescriptionField"/>
<visible IMemento.internal.id="org.eclipse.ui.ide.resourceField"/>
<visible IMemento.internal.id="org.eclipse.ui.ide.pathField"/>
<visible IMemento.internal.id="org.eclipse.ui.ide.locationField"/>
<visible IMemento.internal.id="org.eclipse.ui.ide.markerType"/>
</view>"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
<menus xmi:id="_-Tj80AIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.ProblemView">
<tags>ViewMenu</tags>
<tags>menuContribution:menu</tags>
</menus>
<toolbar xmi:id="_-Tj80QIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.ProblemView"/>
</sharedElements>
<sharedElements xsi:type="basic:Part" xmi:id="_969PkAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.JavadocView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Javadoc" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/javadoc.png" tooltip="" closeable="true">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.infoviews.JavadocView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
<tags>View</tags>
<tags>categoryTag:Java</tags>
</sharedElements>
<sharedElements xsi:type="basic:Part" xmi:id="_969PkQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.SourceView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Declaration" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/source.png" tooltip="" closeable="true">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.infoviews.SourceView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
<tags>View</tags>
<tags>categoryTag:Java</tags>
</sharedElements>
<sharedElements xsi:type="basic:Part" xmi:id="_9692oAIOEemLqs7B_fibzg" elementId="org.eclipse.search.ui.views.SearchView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Search" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.png" tooltip="" closeable="true">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.search2.internal.ui.SearchView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.search"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</sharedElements>
<sharedElements xsi:type="basic:Part" xmi:id="_96-dsAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.console.ConsoleView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Console" iconURI="platform:/plugin/org.eclipse.ui.console/icons/full/cview16/console_view.png" tooltip="" closeable="true">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.console.ConsoleView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.console"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</sharedElements>
<sharedElements xsi:type="basic:Part" xmi:id="_96_EwAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.BookmarkView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Bookmarks" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/bkmrk_nav.png" tooltip="" closeable="true">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.BookmarksView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</sharedElements>
<sharedElements xsi:type="basic:Part" xmi:id="_96_EwQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.ProgressView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Progress" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/pview.png" tooltip="" closeable="true">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.progress.ProgressView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</sharedElements>
<sharedElements xsi:type="basic:Part" xmi:id="_96_EwgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.ContentOutline" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Outline" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/outline_co.png" tooltip="" closeable="true">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.contentoutline.ContentOutline"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.views"/>
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view/>"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
<menus xmi:id="_-RSr8AIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.ContentOutline">
<tags>ViewMenu</tags>
<tags>menuContribution:menu</tags>
</menus>
<toolbar xmi:id="_-RSr8QIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.ContentOutline"/>
</sharedElements>
<sharedElements xsi:type="basic:Part" xmi:id="_96_r0AIOEemLqs7B_fibzg" elementId="org.eclipse.ui.texteditor.TemplatesView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Templates" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/templates.png" tooltip="" closeable="true">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.texteditor.templates.TemplatesView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</sharedElements>
<sharedElements xsi:type="basic:Part" xmi:id="_97Jc0AIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Task List" iconURI="platform:/plugin/org.eclipse.mylyn.tasks.ui/icons/eview16/task-list.gif" tooltip="" closeable="true">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.tasks.ui.views.TaskListView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.tasks.ui"/>
<persistedState key="memento" value="<?xml version="1.0" encoding="UTF-8"?>
<view linkWithEditor="true" presentation="org.eclipse.mylyn.tasks.ui.categorized">
<sorter groupBy="CATEGORY_QUERY">
<sorter>
<sortorg.eclipse.mylyn.tasks.ui.scheduled0 sortDirection="1" sortKey="DUE_DATE"/>
<sortorg.eclipse.mylyn.tasks.ui.scheduled1 sortDirection="1" sortKey="SCHEDULED_DATE"/>
<sortorg.eclipse.mylyn.tasks.ui.scheduled2 sortDirection="1" sortKey="PRIORITY"/>
<sortorg.eclipse.mylyn.tasks.ui.scheduled3 sortDirection="1" sortKey="RANK"/>
<sortorg.eclipse.mylyn.tasks.ui.scheduled4 sortDirection="1" sortKey="DATE_CREATED"/>
<sortorg.eclipse.mylyn.tasks.ui.scheduled5 sortDirection="1" sortKey="NONE"/>
<sortorg.eclipse.mylyn.tasks.ui.scheduled6 sortDirection="1" sortKey="NONE"/>
<sortorg.eclipse.mylyn.tasks.ui.scheduled7 sortDirection="1" sortKey="NONE"/>
<sortorg.eclipse.mylyn.tasks.ui.scheduled8 sortDirection="1" sortKey="NONE"/>
<sortorg.eclipse.mylyn.tasks.ui.categorized0 sortDirection="1" sortKey="PRIORITY"/>
<sortorg.eclipse.mylyn.tasks.ui.categorized1 sortDirection="1" sortKey="RANK"/>
<sortorg.eclipse.mylyn.tasks.ui.categorized2 sortDirection="1" sortKey="DATE_CREATED"/>
<sortorg.eclipse.mylyn.tasks.ui.categorized3 sortDirection="1" sortKey="NONE"/>
<sortorg.eclipse.mylyn.tasks.ui.categorized4 sortDirection="1" sortKey="NONE"/>
<sortorg.eclipse.mylyn.tasks.ui.categorized5 sortDirection="1" sortKey="NONE"/>
<sortorg.eclipse.mylyn.tasks.ui.categorized6 sortDirection="1" sortKey="NONE"/>
<sortorg.eclipse.mylyn.tasks.ui.categorized7 sortDirection="1" sortKey="NONE"/>
<sortorg.eclipse.mylyn.tasks.ui.categorized8 sortDirection="1" sortKey="NONE"/>
</sorter>
</sorter>
<filteredTreeFindHistory/>
</view>"/>
<tags>View</tags>
<tags>categoryTag:Mylyn</tags>
<menus xmi:id="_-IIv8AIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks">
<tags>ViewMenu</tags>
<tags>menuContribution:menu</tags>
</menus>
<toolbar xmi:id="_-IJXAAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks"/>
</sharedElements>
<sharedElements xsi:type="basic:Part" xmi:id="_97LSAAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Git Repositories" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/repo_rep.png" tooltip="" closeable="true">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.repository.RepositoriesView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>
<tags>View</tags>
<tags>categoryTag:Git</tags>
</sharedElements>
<sharedElements xsi:type="basic:Part" xmi:id="_97LSAQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.junit.ResultView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="JUnit" iconURI="platform:/plugin/org.eclipse.jdt.junit/icons/full/eview16/junit.png" tooltip="" closeable="true">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.junit"/>
<tags>View</tags>
<tags>categoryTag:Java</tags>
</sharedElements>
<sharedElements xsi:type="basic:Part" xmi:id="_97L5EAIOEemLqs7B_fibzg" elementId="org.eclipse.ant.ui.views.AntView" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView" label="Ant" iconURI="platform:/plugin/org.eclipse.ant.ui/icons/full/eview16/ant_view.png" tooltip="" closeable="true">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ant.internal.ui.views.AntView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ant.ui"/>
<tags>View</tags>
<tags>categoryTag:Ant</tags>
</sharedElements>
<trimBars xmi:id="_9hBsoAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.main.toolbar">
<children xsi:type="menu:ToolBar" xmi:id="_9pfFEAIOEemLqs7B_fibzg" elementId="group.file" toBeRendered="false">
<tags>toolbarSeparator</tags>
<children xsi:type="menu:ToolBarSeparator" xmi:id="_9pfFEQIOEemLqs7B_fibzg" elementId="group.file" toBeRendered="false"/>
</children>
<children xsi:type="menu:ToolBar" xmi:id="_9pg6QAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.workbench.file">
<tags>Draggable</tags>
<children xsi:type="menu:HandledToolItem" xmi:id="__sBWkAKoEemSS7t39uzLEA" elementId="print" visible="false" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/print_edit.png" tooltip="Print" command="_89800wIOEemLqs7B_fibzg"/>
</children>
<children xsi:type="menu:ToolBar" xmi:id="_9phhUAIOEemLqs7B_fibzg" elementId="group.edit" toBeRendered="false">
<tags>toolbarSeparator</tags>
<children xsi:type="menu:ToolBarSeparator" xmi:id="_9phhUQIOEemLqs7B_fibzg" elementId="group.edit" toBeRendered="false"/>
</children>
<children xsi:type="menu:ToolBar" xmi:id="_9phhUgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.workbench.edit" visible="false">
<tags>Draggable</tags>
</children>
<children xsi:type="menu:ToolBar" xmi:id="_9piIYAIOEemLqs7B_fibzg" elementId="additions" toBeRendered="false">
<tags>toolbarSeparator</tags>
<children xsi:type="menu:ToolBarSeparator" xmi:id="_9piIYQIOEemLqs7B_fibzg" elementId="additions" toBeRendered="false"/>
</children>
<children xsi:type="menu:ToolBar" xmi:id="_99MrQAIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.launchActionSet">
<tags>Draggable</tags>
</children>
<children xsi:type="menu:ToolBar" xmi:id="_98kZIAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.JavaElementCreationActionSet">
<tags>Draggable</tags>
</children>
<children xsi:type="menu:ToolBar" xmi:id="_99AeAAIOEemLqs7B_fibzg" elementId="org.eclipse.search.searchActionSet">
<tags>Draggable</tags>
</children>
<children xsi:type="menu:ToolBar" xmi:id="_A8OoMAIPEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.actionSet.presentation">
<tags>Draggable</tags>
</children>
<children xsi:type="menu:ToolBar" xmi:id="_9piIYgIOEemLqs7B_fibzg" elementId="group.nav" toBeRendered="false">
<tags>toolbarSeparator</tags>
<children xsi:type="menu:ToolBarSeparator" xmi:id="_9piIYwIOEemLqs7B_fibzg" elementId="group.nav" toBeRendered="false"/>
</children>
<children xsi:type="menu:ToolBar" xmi:id="_9pivcAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.workbench.navigate">
<tags>Draggable</tags>
<children xsi:type="menu:HandledToolItem" xmi:id="__sFoAAKoEemSS7t39uzLEA" elementId="org.eclipse.ui.window.pinEditor" visible="false" iconURI="platform:/plugin/org.eclipse.ui/icons/full/etool16/pin_editor.png" tooltip="Pin Editor" type="Check" command="_895xdQIOEemLqs7B_fibzg"/>
</children>
<children xsi:type="menu:ToolBar" xmi:id="_9pivcQIOEemLqs7B_fibzg" elementId="group.editor" toBeRendered="false">
<tags>toolbarSeparator</tags>
<children xsi:type="menu:ToolBarSeparator" xmi:id="_9pivcgIOEemLqs7B_fibzg" elementId="group.editor" toBeRendered="false"/>
</children>
<children xsi:type="menu:ToolBar" xmi:id="_9pjWgAIOEemLqs7B_fibzg" elementId="group.help" toBeRendered="false">
<tags>toolbarSeparator</tags>
<children xsi:type="menu:ToolBarSeparator" xmi:id="_9pjWgQIOEemLqs7B_fibzg" elementId="group.help" toBeRendered="false"/>
</children>
<children xsi:type="menu:ToolBar" xmi:id="_9pjWggIOEemLqs7B_fibzg" elementId="org.eclipse.ui.workbench.help" visible="false">
<tags>Draggable</tags>
</children>
<children xsi:type="menu:ToolControl" xmi:id="_90v54AIOEemLqs7B_fibzg" elementId="PerspectiveSpacer" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl">
<tags>stretch</tags>
<tags>SHOW_RESTORE_MENU</tags>
</children>
<children xsi:type="menu:ToolControl" xmi:id="_90yWIAIOEemLqs7B_fibzg" elementId="PerspectiveSwitcher" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.e4.ui.workbench.addons.perspectiveswitcher.PerspectiveSwitcher">
<tags>Draggable</tags>
<tags>HIDEABLE</tags>
<tags>SHOW_RESTORE_MENU</tags>
</children>
</trimBars>
<trimBars xmi:id="_91JigAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.trim.status" side="Bottom">
<children xsi:type="menu:ToolControl" xmi:id="_92pXUAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.StatusLine" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim">
<tags>stretch</tags>
</children>
<children xsi:type="menu:ToolControl" xmi:id="_927EIAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.HeapStatus" toBeRendered="false" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim">
<tags>Draggable</tags>
</children>
<children xsi:type="menu:ToolControl" xmi:id="_93XwEAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.ProgressBar" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.StandardTrim">
<tags>Draggable</tags>
</children>
<children xsi:type="menu:ToolControl" xmi:id="_KDrG4AKpEemSS7t39uzLEA" elementId="org.eclipse.ui.internal.intro.impl.presentations.IntroLaunchBar" contributionURI="bundleclass://org.eclipse.ui.intro/org.eclipse.ui.internal.intro.impl.presentations.IntroLaunchBar">
<persistedState key="introConfigId" value="org.eclipse.ui.intro.universalConfig"/>
<persistedState key="lastPageId" value="qroot"/>
<tags>Draggable</tags>
</children>
</trimBars>
<trimBars xmi:id="_93x_wAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.trim.vertical1" toBeRendered="false" side="Left">
<children xsi:type="menu:ToolControl" xmi:id="_-dkNYAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.ide.perspectivestack(minimized)" toBeRendered="false" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.minmax.TrimStack">
<tags>TrimStack</tags>
<tags>Draggable</tags>
</children>
</trimBars>
<trimBars xmi:id="_93zN4AIOEemLqs7B_fibzg" elementId="org.eclipse.ui.trim.vertical2" side="Right">
<children xsi:type="menu:ToolControl" xmi:id="_Clg6MAIPEemLqs7B_fibzg" elementId="right(IDEWindow).(org.eclipse.jdt.ui.JavaPerspective)" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.minmax.TrimStack">
<tags>TrimStack</tags>
<tags>Draggable</tags>
</children>
<children xsi:type="menu:ToolControl" xmi:id="_CxQQIAIPEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.views.tasksMStack(IDEWindow).(org.eclipse.jdt.ui.JavaPerspective)" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.minmax.TrimStack">
<tags>TrimStack</tags>
<tags>Draggable</tags>
</children>
</trimBars>
</children>
<handlers xmi:id="_ldAk0OIIEeWDJvu3hU0AuQ" elementId="org.eclipse.recommenders.news.rcp.handler.pollNewsFeeds" contributorURI="platform:/plugin/org.eclipse.recommenders.news.rcp" contributionURI="bundleclass://org.eclipse.recommenders.news.rcp/org.eclipse.recommenders.internal.news.rcp.poll.PollNewsFeedsHandler" command="_b1nMwOIIEeWDJvu3hU0AuQ"/>
<handlers xmi:id="_3wSe0ORAEeWsxfI1gGpqQw" elementId="org.eclipse.recommenders.news.rcp.handler.readNewsItems" contributorURI="platform:/plugin/org.eclipse.recommenders.news.rcp" contributionURI="bundleclass://org.eclipse.recommenders.news.rcp/org.eclipse.recommenders.internal.news.rcp.read.ReadNewsItemsHandler" command="_cDk8oOQ_EeWsxfI1gGpqQw"/>
<bindingTables xmi:id="_88wh8QIOEemLqs7B_fibzg" contributorURI="platform:/plugin/org.eclipse.platform" bindingContext="_88wh8gIOEemLqs7B_fibzg">
<bindings xmi:id="_8-2zswIOEemLqs7B_fibzg" keySequence="ALT+F11" command="_8904_AIOEemLqs7B_fibzg">
<tags>platform:gtk</tags>
</bindings>
<bindings xmi:id="_8-2ztwIOEemLqs7B_fibzg" keySequence="SHIFT+INSERT" command="_89xOlwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-4o5QIOEemLqs7B_fibzg" keySequence="ALT+PAGE_UP" command="_8-BtUgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-4o5gIOEemLqs7B_fibzg" keySequence="ALT+PAGE_DOWN" command="_892uKAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-53AAIOEemLqs7B_fibzg" keySequence="SHIFT+DEL" command="_898NwwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-6eFAIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+SPACE" command="_896_kAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-7sMQIOEemLqs7B_fibzg" keySequence="CTRL+SPACE" command="_896_ogIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-86WAIOEemLqs7B_fibzg" keySequence="CTRL+A" command="_89_RHAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-_9pAIOEemLqs7B_fibzg" keySequence="CTRL+C" command="_89vZYAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_BLxgIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+Z" command="_8-BGPgIOEemLqs7B_fibzg">
<tags>platform:gtk</tags>
</bindings>
<bindings xmi:id="_8_CZ6AIOEemLqs7B_fibzg" keySequence="CTRL+1" command="_895KdAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_DoBgIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+I" command="_8938TAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_EPEwIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+L" command="_89-DAgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_FdMwIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+D" command="_89_RIQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_GERgIOEemLqs7B_fibzg" keySequence="CTRL+X" command="_898NwwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_GERwIOEemLqs7B_fibzg" keySequence="CTRL+Z" command="_898NuAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_H5eAIOEemLqs7B_fibzg" keySequence="CTRL+V" command="_89xOlwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_KVsgIOEemLqs7B_fibzg" keySequence="CTRL+INSERT" command="_89vZYAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_Lj1AIOEemLqs7B_fibzg" keySequence="CTRL+PAGE_UP" command="_899b5gIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_Lj1QIOEemLqs7B_fibzg" keySequence="CTRL+PAGE_DOWN" command="_895xdgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_Lj1wIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+F3" command="_899b0gIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_RqcgIOEemLqs7B_fibzg" keySequence="CTRL+F10" command="_89zDwAIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8-tpwAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.textEditorScope" bindingContext="_8-HM0gIOEemLqs7B_fibzg">
<bindings xmi:id="_8-0XcAIOEemLqs7B_fibzg" keySequence="END" command="_899b8wIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-1lkgIOEemLqs7B_fibzg" keySequence="INSERT" command="_89yctgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-2MoAIOEemLqs7B_fibzg" keySequence="F2" command="_895xeAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-2ztAIOEemLqs7B_fibzg" keySequence="HOME" command="_89-qBwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-2ztQIOEemLqs7B_fibzg" keySequence="SHIFT+END" command="_89-qAgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-3awgIOEemLqs7B_fibzg" keySequence="SHIFT+HOME" command="_89-C6wIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-4B0wIOEemLqs7B_fibzg" keySequence="ALT+ARROW_UP" command="_8-BtSwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-4o4AIOEemLqs7B_fibzg" keySequence="ALT+ARROW_DOWN" command="_893VNQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-53AwIOEemLqs7B_fibzg" keySequence="CTRL+BS" command="_89uyVwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-6eFQIOEemLqs7B_fibzg" keySequence="ALT+CTRL+SPACE" command="_89xOkAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-6eFgIOEemLqs7B_fibzg" keySequence="CTRL++" command="_89049QIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-7FIQIOEemLqs7B_fibzg" keySequence="CTRL+-" command="_89-p8QIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-7FIgIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+CR" command="_899b0AIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-8TQAIOEemLqs7B_fibzg" keySequence="CTRL+J" command="_89zDygIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-8TQQIOEemLqs7B_fibzg" keySequence="CTRL+K" command="_892uIAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-8TQgIOEemLqs7B_fibzg" keySequence="CTRL+L" command="_897mtAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_AksAIOEemLqs7B_fibzg" keySequence="CTRL+D" command="_89zq2wIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_BLwAIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+X" command="_89vZbwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_BLxAIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+Y" command="_89-DBAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_By1QIOEemLqs7B_fibzg" keySequence="CTRL+=" command="_89049QIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_CZ4AIOEemLqs7B_fibzg" keySequence="ALT+/" command="_89-qDgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_CZ5QIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+Q" command="_894jVwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_CZ6QIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+A" command="_89wniAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_DoBwIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+Y" command="_89tkMgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_EPEQIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+J" command="_8938RgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_EPEgIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+K" command="_891gCwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_EPFgIOEemLqs7B_fibzg" keySequence="SHIFT+CR" command="_89-qBgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_GESAIOEemLqs7B_fibzg" keySequence="ALT+CTRL+J" command="_895KaAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_IggwIOEemLqs7B_fibzg" keySequence="CTRL+DEL" command="_897mtgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_JHkQIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+DEL" command="_896_qgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_KVsQIOEemLqs7B_fibzg" keySequence="CTRL+END" command="_893VOwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_KVtAIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+NUMPAD_MULTIPLY" command="_895KZQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_K8xAIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+NUMPAD_DIVIDE" command="_89ycuQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_Lj0AIOEemLqs7B_fibzg" keySequence="CTRL+ARROW_UP" command="_891gFQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_Lj0QIOEemLqs7B_fibzg" keySequence="CTRL+ARROW_DOWN" command="_8-CUVgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_Lj0gIOEemLqs7B_fibzg" keySequence="CTRL+ARROW_LEFT" command="_89uyWAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_Lj0wIOEemLqs7B_fibzg" keySequence="CTRL+ARROW_RIGHT" command="_894jUgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_Lj1gIOEemLqs7B_fibzg" keySequence="CTRL+HOME" command="_89xOlQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_NZAwIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+INSERT" command="_892uNgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_OAEgIOEemLqs7B_fibzg" keySequence="CTRL+NUMPAD_MULTIPLY" command="_894jVQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_OAFQIOEemLqs7B_fibzg" keySequence="CTRL+NUMPAD_ADD" command="_89_4FAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_OnIQIOEemLqs7B_fibzg" keySequence="CTRL+NUMPAD_SUBTRACT" command="_89803QIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_OnIwIOEemLqs7B_fibzg" keySequence="CTRL+NUMPAD_DIVIDE" command="_892HFAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_P1QwIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+ARROW_LEFT" command="_89-qDAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_QcUAIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+ARROW_RIGHT" command="_893VNwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_RDYwIOEemLqs7B_fibzg" keySequence="ALT+CTRL+ARROW_UP" command="_8-AfJwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_RqcQIOEemLqs7B_fibzg" keySequence="ALT+CTRL+ARROW_DOWN" command="_89_4HwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_RqcwIOEemLqs7B_fibzg" keySequence="CTRL+F10" command="_89802AIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8-1lkAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" bindingContext="_8-HM4QIOEemLqs7B_fibzg">
<bindings xmi:id="_8-1lkQIOEemLqs7B_fibzg" keySequence="INSERT" command="_89-C-wIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-2MqQIOEemLqs7B_fibzg" keySequence="F4" command="_89ycxQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-2ztgIOEemLqs7B_fibzg" keySequence="SHIFT+INSERT" command="_891gAQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-4B0gIOEemLqs7B_fibzg" keySequence="ALT+ARROW_UP" command="_892HEwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-4B1AIOEemLqs7B_fibzg" keySequence="ALT+ARROW_DOWN" command="_897mqgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-53BgIOEemLqs7B_fibzg" keySequence="CTRL+CR" command="_897moAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_BLwgIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+I" command="_89-p8wIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_DA9QIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+C" command="_8-CUUQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_E2JgIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+R" command="_89-qBQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_FdNgIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+U" command="_8938TwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_MK4gIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+ARROW_UP" command="_896YkgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_Mx8gIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+ARROW_DOWN" command="_89-p_gIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8-1lkwIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.internal.wikitext.ui.editor.basicMarkupSourceContext" bindingContext="_8-HM4wIOEemLqs7B_fibzg">
<bindings xmi:id="_8-1llAIOEemLqs7B_fibzg" keySequence="F1" command="_89vZaAIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8-1llQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.contexts.window" bindingContext="_88wh8wIOEemLqs7B_fibzg">
<bindings xmi:id="_8-1llgIOEemLqs7B_fibzg" keySequence="F2" command="_89xOogIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-2MowIOEemLqs7B_fibzg" keySequence="F3" command="_895KagIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-2MqAIOEemLqs7B_fibzg" keySequence="F4" command="_89x1rAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-2zsAIOEemLqs7B_fibzg" keySequence="F5" command="_899b9AIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-2zsgIOEemLqs7B_fibzg" keySequence="ALT+F7" command="_89xOmAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-3awAIOEemLqs7B_fibzg" keySequence="SHIFT+F2" command="_89zq0QIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-3awQIOEemLqs7B_fibzg" keySequence="SHIFT+F5" command="_89_4JQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-3awwIOEemLqs7B_fibzg" keySequence="ALT+F5" command="_89_REgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-4o4QIOEemLqs7B_fibzg" keySequence="ALT+ARROW_LEFT" command="_89zDxgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-4o4gIOEemLqs7B_fibzg" keySequence="F11" command="_89_REQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-4o4wIOEemLqs7B_fibzg" keySequence="ALT+ARROW_RIGHT" command="_899b0QIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-4o5AIOEemLqs7B_fibzg" keySequence="F12" command="_896_pQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-5P8AIOEemLqs7B_fibzg" keySequence="DEL" command="_891gBAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-5P8QIOEemLqs7B_fibzg" keySequence="ALT+CTRL+X G" command="_89_RBwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-5P8gIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+X A" command="_89xOmwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-5P8wIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+X Q" command="_8938SgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-5P9AIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+X T" command="_89_RFwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-53AQIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+X J" command="_892uLgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-53AgIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+X M" command="_89_4FwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-6eFwIOEemLqs7B_fibzg" keySequence="CTRL+," command="_89xOngIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-7FIAIOEemLqs7B_fibzg" keySequence="CTRL+-" command="_89-p9QIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-7FIwIOEemLqs7B_fibzg" keySequence="CTRL+." command="_8-AfLAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-7sMgIOEemLqs7B_fibzg" keySequence="CTRL+#" command="_89zDwQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-7sMwIOEemLqs7B_fibzg" keySequence="CTRL+H" command="_896_oQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-7sNAIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+D J" command="_895KcAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-8TQwIOEemLqs7B_fibzg" keySequence="CTRL+M" command="_896_mwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-8TRAIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+D Q" command="_8-AfKwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-86UAIOEemLqs7B_fibzg" keySequence="CTRL+N" command="_8-BGRwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-86VwIOEemLqs7B_fibzg" keySequence="ALT+CTRL+P" command="_8905AAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-9hYAIOEemLqs7B_fibzg" keySequence="CTRL+B" command="_89xOpQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_AksQIOEemLqs7B_fibzg" keySequence="ALT+CTRL+U" command="_892uMgIOEemLqs7B_fibzg">
<tags>platform:gtk</tags>
</bindings>
<bindings xmi:id="_8_AksgIOEemLqs7B_fibzg" keySequence="CTRL+E" command="_897mswIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_AkswIOEemLqs7B_fibzg" keySequence="CTRL+F" command="_89049AIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_AktQIOEemLqs7B_fibzg" keySequence="CTRL+G" command="_89uyWQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_AktgIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+H" command="_897mowIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_BLwQIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+I" command="_89zDwgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_BLxQIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+J" command="_897mqwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_BLxwIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+L" command="_895KbQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_By0gIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+M" command="_89_4FgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_By0wIOEemLqs7B_fibzg" keySequence="ALT+-" command="_89wAegIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_By1AIOEemLqs7B_fibzg" keySequence="CTRL+=" command="_899b2wIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_By1gIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+N" command="_898NvQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_DA8QIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+R" command="_8-CUWwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_DA8gIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+D T" command="_89vZZwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_DA9AIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+C" command="_896_qQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_DA9wIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+S" command="_890R4wIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_DA-AIOEemLqs7B_fibzg" keySequence="CTRL+3" command="_895xdwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_DA-QIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+T" command="_898NwgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_DoAAIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+F" command="_899b4QIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_DoAQIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+V" command="_89-C6AIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_DoBAIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+W" command="_898NwQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_DoBQIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+H" command="_89uyUAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_EPEAIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+Z" command="_89uLQwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_EPFwIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+N" command="_89wAewIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_EPGAIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+O" command="_89_RGgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_E2IQIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+P" command="_891gDgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_E2IwIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+B" command="_891gDAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_E2JQIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+R" command="_8-BGRAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_FdMAIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+S" command="_8-CUUwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_FdMgIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+T" command="_89wnigIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_FdOAIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+E" command="_892uJgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_GEQQIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+V" command="_89-qCwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_GEQgIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+G" command="_8-BGPwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_GERAIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+W" command="_8-AfJgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_GERQIOEemLqs7B_fibzg" keySequence="ALT+CTRL+H" command="_89ycugIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_GrUQIOEemLqs7B_fibzg" keySequence="ALT+CR" command="_896YhgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_GrUwIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+D A" command="_898NsAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_HSYAIOEemLqs7B_fibzg" keySequence="CTRL+_" command="_896_lAIOEemLqs7B_fibzg">
<parameters xmi:id="_8_HSYQIOEemLqs7B_fibzg" elementId="Splitter.isHorizontal" name="Splitter.isHorizontal" value="true"/>
</bindings>
<bindings xmi:id="_8_HSYgIOEemLqs7B_fibzg" keySequence="CTRL+P" command="_89800wIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_H5cAIOEemLqs7B_fibzg" keySequence="CTRL+Q" command="_899b3QIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_H5cgIOEemLqs7B_fibzg" keySequence="ALT+CTRL+B" command="_892HIgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_H5cwIOEemLqs7B_fibzg" keySequence="CTRL+S" command="_89-p9AIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_H5dgIOEemLqs7B_fibzg" keySequence="CTRL+U" command="_8-BGNQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_H5eQIOEemLqs7B_fibzg" keySequence="ALT+CTRL+G" command="_891gBgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_IggAIOEemLqs7B_fibzg" keySequence="CTRL+W" command="_8-BtQQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_IggQIOEemLqs7B_fibzg" keySequence="CTRL+{" command="_896_lAIOEemLqs7B_fibzg">
<parameters xmi:id="_8_IgggIOEemLqs7B_fibzg" elementId="Splitter.isHorizontal" name="Splitter.isHorizontal" value="false"/>
</bindings>
<bindings xmi:id="_8_IghAIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+E L" command="_89xOnwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_IghQIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+E N" command="_8-AfOgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_IghgIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+E P" command="_89uLSgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_IghwIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+E R" command="_894jXAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_IgiAIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+E E" command="_89zDxwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_IgiQIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+E G" command="_8980wgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_JHkAIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+E J" command="_89xOlgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_JHkgIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+E T" command="_89ycxgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_JHkwIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+E S" command="_89_RHQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_JHlAIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+Q H" command="_892HGAIOEemLqs7B_fibzg">
<parameters xmi:id="_8_JHlQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.cheatsheets.views.CheatSheetView"/>
</bindings>
<bindings xmi:id="_8_JHlgIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+Q J" command="_892HGAIOEemLqs7B_fibzg">
<parameters xmi:id="_8_JHlwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.JavadocView"/>
</bindings>
<bindings xmi:id="_8_JHmAIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+Q L" command="_892HGAIOEemLqs7B_fibzg">
<parameters xmi:id="_8_JHmQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.pde.runtime.LogView"/>
</bindings>
<bindings xmi:id="_8_JHmgIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+Q K" command="_892HGAIOEemLqs7B_fibzg">
<parameters xmi:id="_8_JHmwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.mylyn.tasks.ui.views.tasks"/>
</bindings>
<bindings xmi:id="_8_JHnAIOEemLqs7B_fibzg" keySequence="ALT+CTRL+SHIFT+ARROW_UP" command="_89zDzQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_JuoAIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+Q B" command="_892HGAIOEemLqs7B_fibzg">
<parameters xmi:id="_8_JuoQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.debug.ui.BreakpointView"/>
</bindings>
<bindings xmi:id="_8_JuogIOEemLqs7B_fibzg" keySequence="ALT+CTRL+SHIFT+ARROW_DOWN" command="_8-BtRgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_JuowIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+Q D" command="_892HGAIOEemLqs7B_fibzg">
<parameters xmi:id="_8_JupAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.SourceView"/>
</bindings>
<bindings xmi:id="_8_JupQIOEemLqs7B_fibzg" keySequence="ALT+CTRL+SHIFT+ARROW_RIGHT" command="_89ycsAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_JupgIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+Q C" command="_892HGAIOEemLqs7B_fibzg">
<parameters xmi:id="_8_JupwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.console.ConsoleView"/>
</bindings>
<bindings xmi:id="_8_KVsAIOEemLqs7B_fibzg" keySequence="ALT+CTRL+SHIFT+F12" command="_89_4GQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_KVswIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+NUMPAD_MULTIPLY" command="_890R4gIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_K8wAIOEemLqs7B_fibzg" keySequence="CTRL+F4" command="_8-BtQQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_K8wgIOEemLqs7B_fibzg" keySequence="CTRL+F6" command="_8905AQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_K8wwIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+NUMPAD_DIVIDE" command="_896_lgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_MK4AIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+F7" command="_89_RFQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_MK5AIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+F8" command="_896_kwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_Mx8AIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+F9" command="_89_RDwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_Mx9gIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+F11" command="_8-CUXQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_NZAAIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+F12" command="_89wAeQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_NZAQIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+Q X" command="_892HGAIOEemLqs7B_fibzg">
<parameters xmi:id="_8_NZAgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.views.ProblemView"/>
</bindings>
<bindings xmi:id="_8_OAEAIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+Q Z" command="_892HGAIOEemLqs7B_fibzg">
<parameters xmi:id="_8_OAEQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.team.ui.GenericHistoryView"/>
</bindings>
<bindings xmi:id="_8_OAEwIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+Q Y" command="_892HGAIOEemLqs7B_fibzg">
<parameters xmi:id="_8_OAFAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.team.sync.views.SynchronizeView"/>
</bindings>
<bindings xmi:id="_8_OnIAIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+F4" command="_898NwQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_OnIgIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+F6" command="_89048QIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_POMAIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+Q P" command="_892HGAIOEemLqs7B_fibzg">
<parameters xmi:id="_8_POMQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.PackageExplorer"/>
</bindings>
<bindings xmi:id="_8_POMgIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+F7" command="_893VPwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_POMwIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+Q O" command="_892HGAIOEemLqs7B_fibzg">
<parameters xmi:id="_8_PONAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.ui.views.ContentOutline"/>
</bindings>
<bindings xmi:id="_8_P1QgIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+Q Q" command="_892HGAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_P1RAIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+Q T" command="_892HGAIOEemLqs7B_fibzg">
<parameters xmi:id="_8_P1RQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.jdt.ui.TypeHierarchy"/>
</bindings>
<bindings xmi:id="_8_QcUQIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+Q S" command="_892HGAIOEemLqs7B_fibzg">
<parameters xmi:id="_8_QcUgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.search.ui.views.SearchView"/>
</bindings>
<bindings xmi:id="_8_QcUwIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+Q V" command="_892HGAIOEemLqs7B_fibzg">
<parameters xmi:id="_8_QcVAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.showView.viewId" name="org.eclipse.ui.views.showView.viewId" value="org.eclipse.debug.ui.VariableView"/>
</bindings>
<bindings xmi:id="_8_RDYQIOEemLqs7B_fibzg" keySequence="CTRL+F7" command="_89vZYQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_RDYgIOEemLqs7B_fibzg" keySequence="CTRL+F8" command="_895KdwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_RqcAIOEemLqs7B_fibzg" keySequence="CTRL+F9" command="_892uLwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_RqdAIOEemLqs7B_fibzg" keySequence="CTRL+F11" command="_89-C5QIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_RqdQIOEemLqs7B_fibzg" keySequence="CTRL+F12" command="_891gEwIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8-2MoQIOEemLqs7B_fibzg" elementId="org.eclipse.ant.ui.AntEditorScope" bindingContext="_8-HM8AIOEemLqs7B_fibzg">
<bindings xmi:id="_8-2MogIOEemLqs7B_fibzg" keySequence="F3" command="_89vZagIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-2zuAIOEemLqs7B_fibzg" keySequence="SHIFT+F2" command="_89x1ogIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_By1wIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+O" command="_89vZYwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_E2JAIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+R" command="_89x1qgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_FdOQIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+F" command="_89-qBAIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8-2MpAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.genericeditor.genericEditorContext" bindingContext="_8-HM2QIOEemLqs7B_fibzg">
<bindings xmi:id="_8-2MpQIOEemLqs7B_fibzg" keySequence="F3" command="_899b3gIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_GEQwIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+G" command="_899b8gIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8-2MpgIOEemLqs7B_fibzg" elementId="org.eclipse.wst.sse.ui.structuredTextEditorScope" bindingContext="_8-HM5QIOEemLqs7B_fibzg">
<bindings xmi:id="_8-2MpwIOEemLqs7B_fibzg" keySequence="F3" command="_89wngQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-6eEwIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+/" command="_89wAdwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-7sNgIOEemLqs7B_fibzg" keySequence="CTRL+I" command="_89801wIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-86VgIOEemLqs7B_fibzg" keySequence="CTRL+O" command="_89xOpAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_By0QIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+\" command="_891gCgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_CZ5AIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+P" command="_89wniQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_E2IgIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+A" command="_8-CUVwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_E2KgIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+C" command="_89-p_QIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_GEQAIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+F" command="_8-BGQAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_GrVAIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+>" command="_898NsQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_MK4wIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+ARROW_UP" command="_892uNQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_Mx8wIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+ARROW_DOWN" command="_894jUAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_Mx9QIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+ARROW_LEFT" command="_89ycswIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_Mx-AIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_89zq0wIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_PONgIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+ARROW_UP" command="_8938QwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_P1QQIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_8-AfMAIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8-2MqgIOEemLqs7B_fibzg" elementId="org.eclipse.buildship.ui.contexts.taskview" bindingContext="_8-HM7QIOEemLqs7B_fibzg">
<bindings xmi:id="_8-2MqwIOEemLqs7B_fibzg" keySequence="F5" command="_89-p_AIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8-2MrAIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.debugging" bindingContext="_8-HM2wIOEemLqs7B_fibzg">
<bindings xmi:id="_8-2MrQIOEemLqs7B_fibzg" keySequence="F5" command="_89x1tAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-2zsQIOEemLqs7B_fibzg" keySequence="F6" command="_89_RAgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-4B0AIOEemLqs7B_fibzg" keySequence="F7" command="_8-AfOwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-4B0QIOEemLqs7B_fibzg" keySequence="F8" command="_89x1sgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_H5cQIOEemLqs7B_fibzg" keySequence="CTRL+R" command="_89vZZgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_KVtQIOEemLqs7B_fibzg" keySequence="CTRL+F2" command="_897mpQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_K8wQIOEemLqs7B_fibzg" keySequence="CTRL+F5" command="_89_RBgIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8-53BAIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.memory.abstractasynctablerendering" bindingContext="_8-HM3AIOEemLqs7B_fibzg">
<bindings xmi:id="_8-53BQIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+," command="_899b4AIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-6eEAIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+." command="_896_mAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_AktAIOEemLqs7B_fibzg" keySequence="CTRL+G" command="_896_mQIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8-6eEQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.javaEditorScope" bindingContext="_8-HM3wIOEemLqs7B_fibzg">
<bindings xmi:id="_8-6eEgIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+/" command="_8-BGNgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-7FJAIOEemLqs7B_fibzg" keySequence="CTRL+/" command="_89wAfQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-7sNQIOEemLqs7B_fibzg" keySequence="CTRL+I" command="_89802QIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8-86UQIOEemLqs7B_fibzg" keySequence="CTRL+O" command="_89_RIAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_By0AIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+\" command="_890R5AIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_By2AIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+O" command="_898NsgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_CZ4QIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+P" command="_893VPgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_CZ6gIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+B" command="_8-BtUQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_DA8wIOEemLqs7B_fibzg" keySequence="CTRL+2 R" command="_896YiQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_DoAgIOEemLqs7B_fibzg" keySequence="CTRL+7" command="_89wAfQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_EPFAIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+M" command="_895xeQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_E2KAIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+C" command="_89wAfQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_FdNQIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+U" command="_895xcQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_FdOgIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+F" command="_89-qBAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_H5dQIOEemLqs7B_fibzg" keySequence="CTRL+T" command="_89wngwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_KVtgIOEemLqs7B_fibzg" keySequence="CTRL+F3" command="_8-AfKQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_MK4QIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+ARROW_UP" command="_8-AfKgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_Mx8QIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+ARROW_DOWN" command="_892HEAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_Mx9AIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+ARROW_LEFT" command="_899b5wIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_Mx9wIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+ARROW_RIGHT" command="_89zq1gIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_OAFgIOEemLqs7B_fibzg" keySequence="CTRL+2 M" command="_89-C4wIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_OAFwIOEemLqs7B_fibzg" keySequence="CTRL+2 L" command="_89zDzgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_PONQIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+ARROW_UP" command="_8-BtSQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_P1QAIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+ARROW_DOWN" command="_89_4EAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_RDYAIOEemLqs7B_fibzg" keySequence="CTRL+2 F" command="_89_4EwIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8-7FJQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.propertiesEditorScope" bindingContext="_8-HM9gIOEemLqs7B_fibzg">
<bindings xmi:id="_8-7sMAIOEemLqs7B_fibzg" keySequence="CTRL+/" command="_89wAfQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_DoAwIOEemLqs7B_fibzg" keySequence="CTRL+7" command="_89wAfQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_E2KQIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+C" command="_89wAfQIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8-8TRQIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.memoryview" bindingContext="_8-HM2AIOEemLqs7B_fibzg">
<bindings xmi:id="_8-8TRgIOEemLqs7B_fibzg" keySequence="CTRL+N" command="_8904_QIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_GESQIOEemLqs7B_fibzg" keySequence="ALT+CTRL+M" command="_89_RFgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_GrUgIOEemLqs7B_fibzg" keySequence="ALT+CTRL+N" command="_89_4GgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_H5dAIOEemLqs7B_fibzg" keySequence="CTRL+T" command="_895xfwIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_H5egIOEemLqs7B_fibzg" keySequence="CTRL+W" command="_89ycwwIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8-86UgIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.editors.task" bindingContext="_8-HM4gIOEemLqs7B_fibzg">
<bindings xmi:id="_8-86UwIOEemLqs7B_fibzg" keySequence="CTRL+O" command="_89_4IgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_BLwwIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+I" command="_89-p8wIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_DA9gIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+C" command="_8-CUUQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_EPFQIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+M" command="_89wAhgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_E2JwIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+R" command="_89-qBQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_FdMQIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+S" command="_8980wAIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_FdNwIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+U" command="_8938TwIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8-86VAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.wikitext.ui.editor.markupSourceContext" bindingContext="_8-HM5AIOEemLqs7B_fibzg">
<bindings xmi:id="_8-86VQIOEemLqs7B_fibzg" keySequence="CTRL+O" command="_89wnkQIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8-_9oAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesView" bindingContext="_8-HM9wIOEemLqs7B_fibzg">
<bindings xmi:id="_8-_9oQIOEemLqs7B_fibzg" keySequence="CTRL+C" command="_895xhQIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_H5dwIOEemLqs7B_fibzg" keySequence="CTRL+V" command="_89vZawIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8-_9ogIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.ReflogView" bindingContext="_8-HM3QIOEemLqs7B_fibzg">
<bindings xmi:id="_8-_9owIOEemLqs7B_fibzg" keySequence="CTRL+C" command="_891gAAIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8-_9pQIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.console" bindingContext="_8-HM1AIOEemLqs7B_fibzg">
<bindings xmi:id="_8-_9pgIOEemLqs7B_fibzg" keySequence="CTRL+D" command="_8-AfIwIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8_CZ4gIOEemLqs7B_fibzg" elementId="org.eclipse.core.runtime.xml" bindingContext="_8-HM6QIOEemLqs7B_fibzg">
<bindings xmi:id="_8_CZ4wIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+P" command="_896_pgIOEemLqs7B_fibzg"/>
<bindings xmi:id="_8_FdNAIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+D" command="_8-BGNAIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8_CZ5gIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.classFileEditorScope" bindingContext="_8-HM2gIOEemLqs7B_fibzg">
<bindings xmi:id="_8_CZ5wIOEemLqs7B_fibzg" keySequence="CTRL+1" command="_8-BGOAIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8_CZ6wIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.breadcrumbEditorScope" bindingContext="_8-HM3gIOEemLqs7B_fibzg">
<bindings xmi:id="_8_DA8AIOEemLqs7B_fibzg" keySequence="ALT+SHIFT+B" command="_8-BtUQIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8_EPGQIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.wikitext.tasks.ui.markupSourceContext" bindingContext="_8-HM8QIOEemLqs7B_fibzg">
<bindings xmi:id="_8_E2IAIOEemLqs7B_fibzg" keySequence="CTRL+SHIFT+O" command="_89wnkQIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_8_GESgIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.BreakpointView" bindingContext="_8-HM0QIOEemLqs7B_fibzg">
<bindings xmi:id="_8_GrUAIOEemLqs7B_fibzg" keySequence="ALT+CR" command="_89uLSAIOEemLqs7B_fibzg"/>
</bindingTables>
<bindingTables xmi:id="_96fVgQIOEemLqs7B_fibzg" bindingContext="_96fVgAIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96f8kQIOEemLqs7B_fibzg" bindingContext="_96f8kAIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96f8kwIOEemLqs7B_fibzg" bindingContext="_96f8kgIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96gjoAIOEemLqs7B_fibzg" bindingContext="_96f8lAIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96gjogIOEemLqs7B_fibzg" bindingContext="_96gjoQIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96gjpAIOEemLqs7B_fibzg" bindingContext="_96gjowIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96hKsQIOEemLqs7B_fibzg" bindingContext="_96hKsAIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96hKswIOEemLqs7B_fibzg" bindingContext="_96hKsgIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96hKtQIOEemLqs7B_fibzg" bindingContext="_96hKtAIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96hxwQIOEemLqs7B_fibzg" bindingContext="_96hxwAIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96hxwwIOEemLqs7B_fibzg" bindingContext="_96hxwgIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96iY0QIOEemLqs7B_fibzg" bindingContext="_96iY0AIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96iY0wIOEemLqs7B_fibzg" bindingContext="_96iY0gIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96i_4QIOEemLqs7B_fibzg" bindingContext="_96i_4AIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96i_4wIOEemLqs7B_fibzg" bindingContext="_96i_4gIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96i_5QIOEemLqs7B_fibzg" bindingContext="_96i_5AIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96jm8QIOEemLqs7B_fibzg" bindingContext="_96jm8AIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96jm8wIOEemLqs7B_fibzg" bindingContext="_96jm8gIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96kOAQIOEemLqs7B_fibzg" bindingContext="_96kOAAIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96kOAwIOEemLqs7B_fibzg" bindingContext="_96kOAgIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96k1EQIOEemLqs7B_fibzg" bindingContext="_96k1EAIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96k1EwIOEemLqs7B_fibzg" bindingContext="_96k1EgIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96lcIQIOEemLqs7B_fibzg" bindingContext="_96lcIAIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96mDMAIOEemLqs7B_fibzg" bindingContext="_96lcIgIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96mDMgIOEemLqs7B_fibzg" bindingContext="_96mDMQIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96mqQAIOEemLqs7B_fibzg" bindingContext="_96mDMwIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96mqQgIOEemLqs7B_fibzg" bindingContext="_96mqQQIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96mqRAIOEemLqs7B_fibzg" bindingContext="_96mqQwIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96nRUQIOEemLqs7B_fibzg" bindingContext="_96nRUAIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96nRUwIOEemLqs7B_fibzg" bindingContext="_96nRUgIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96n4YQIOEemLqs7B_fibzg" bindingContext="_96n4YAIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96n4YwIOEemLqs7B_fibzg" bindingContext="_96n4YgIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96n4ZQIOEemLqs7B_fibzg" bindingContext="_96n4ZAIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96ofcQIOEemLqs7B_fibzg" bindingContext="_96ofcAIOEemLqs7B_fibzg"/>
<bindingTables xmi:id="_96ofcwIOEemLqs7B_fibzg" bindingContext="_96ofcgIOEemLqs7B_fibzg"/>
<rootContext xmi:id="_88wh8gIOEemLqs7B_fibzg" elementId="org.eclipse.ui.contexts.dialogAndWindow" contributorURI="platform:/plugin/org.eclipse.platform" name="In Dialogs and Windows" description="Either a dialog or a window is open">
<children xmi:id="_88wh8wIOEemLqs7B_fibzg" elementId="org.eclipse.ui.contexts.window" contributorURI="platform:/plugin/org.eclipse.platform" name="In Windows" description="A window is open">
<children xmi:id="_88wh9AIOEemLqs7B_fibzg" elementId="org.eclipse.e4.ui.contexts.views" contributorURI="platform:/plugin/org.eclipse.platform" name="%bindingcontext.name.bindingView"/>
<children xmi:id="_8-HM0QIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.BreakpointView" name="In Breakpoints View" description="The breakpoints view context"/>
<children xmi:id="_8-HM0gIOEemLqs7B_fibzg" elementId="org.eclipse.ui.textEditorScope" name="Editing Text" description="Editing Text Context">
<children xmi:id="_8-HM2QIOEemLqs7B_fibzg" elementId="org.eclipse.ui.genericeditor.genericEditorContext" name="in Generic Code Editor" description="When editing in the Generic Code Editor"/>
<children xmi:id="_8-HM2gIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.classFileEditorScope" name="Browsing attached Java Source" description="Browsing attached Java Source Context"/>
<children xmi:id="_8-HM3wIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.javaEditorScope" name="Editing Java Source" description="Editing Java Source Context"/>
<children xmi:id="_8-HM4AIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xsd.ui.text.editor.context" name="Editing XSD context"/>
<children xmi:id="_8-HM4gIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.editors.task" name="In Tasks Editor"/>
<children xmi:id="_8-HM4wIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.internal.wikitext.ui.editor.basicMarkupSourceContext" name="WikiText Markup Source Context" description="WikiText markup editing context">
<children xmi:id="_8-HM5AIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.wikitext.ui.editor.markupSourceContext" name="WikiText Markup Source Context" description="WikiText markup editing context"/>
<children xmi:id="_8-HM8QIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.wikitext.tasks.ui.markupSourceContext" name="Task Markup Editor Source Context"/>
</children>
<children xmi:id="_8-HM5QIOEemLqs7B_fibzg" elementId="org.eclipse.wst.sse.ui.structuredTextEditorScope" name="Editing in Structured Text Editors" description="Editing in Structured Text Editors">
<children xmi:id="_8-HM5gIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xml.navigation" name="XML Source Navigation" description="XML Source Navigation"/>
<children xmi:id="_8-HM5wIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xml.cleanup" name="XML Source Cleanup" description="XML Source Cleanup"/>
<children xmi:id="_8-HM6AIOEemLqs7B_fibzg" elementId="org.eclipse.wst.sse.comments" name="Source Comments in Structured Text Editors" description="Source Comments in Structured Text Editors"/>
<children xmi:id="_8-HM6QIOEemLqs7B_fibzg" elementId="org.eclipse.core.runtime.xml" name="Editing XML Source" description="Editing XML Source"/>
<children xmi:id="_8-HM6gIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xml.occurrences" name="XML Source Occurrences" description="XML Source Occurrences"/>
<children xmi:id="_8-HM6wIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xml.grammar" name="XML Source Grammar" description="XML Source Grammar"/>
<children xmi:id="_8-HM7AIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xml.comments" name="XML Source Comments" description="XML Source Comments"/>
<children xmi:id="_8-HM7wIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xml.expand" name="XML Source Expand/Collapse" description="XML Source Expand/Collapse"/>
<children xmi:id="_8-HM8gIOEemLqs7B_fibzg" elementId="org.eclipse.wst.sse.hideFormat" name="Editing in Structured Text Editors" description="Editing in Structured Text Editors"/>
<children xmi:id="_8-HM8wIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xml.selection" name="XML Source Selection" description="XML Source Selection"/>
<children xmi:id="_8-HM9QIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xml.dependencies" name="XML Source Dependencies" description="XML Source Dependencies"/>
</children>
<children xmi:id="_8-HM8AIOEemLqs7B_fibzg" elementId="org.eclipse.ant.ui.AntEditorScope" name="Editing Ant Buildfiles" description="Editing Ant Buildfiles Context"/>
<children xmi:id="_8-HM9gIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.propertiesEditorScope" name="Editing Properties Files" description="Editing Properties Files Context"/>
</children>
<children xmi:id="_8-HM1AIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.console" name="In I/O Console" description="In I/O console"/>
<children xmi:id="_8-HM1QIOEemLqs7B_fibzg" elementId="org.eclipse.compare.compareEditorScope" name="Comparing in an Editor" description="Comparing in an Editor"/>
<children xmi:id="_8-HM1wIOEemLqs7B_fibzg" elementId="org.eclipse.ui.console.ConsoleView" name="In Console View" description="In Console View"/>
<children xmi:id="_8-HM2AIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.memoryview" name="In Memory View" description="In memory view"/>
<children xmi:id="_8-HM2wIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.debugging" name="Debugging" description="Debugging programs">
<children xmi:id="_8-HM3AIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.memory.abstractasynctablerendering" name="In Table Memory Rendering" description="In Table Memory Rendering"/>
<children xmi:id="_8-HM9AIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.debug.ui.debugging" name="Debugging Java" description="Debugging Java programs"/>
</children>
<children xmi:id="_8-HM3QIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.ReflogView" name="In Git Reflog View"/>
<children xmi:id="_8-HM4QIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" name="In Tasks View"/>
<children xmi:id="_8-HM7QIOEemLqs7B_fibzg" elementId="org.eclipse.buildship.ui.contexts.taskview" name="In Gradle Tasks View" description="This context is activated when the Gradle Tasks view is in focus"/>
<children xmi:id="_8-HM9wIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesView" name="In Git Repositories View"/>
</children>
<children xmi:id="_88wh9QIOEemLqs7B_fibzg" elementId="org.eclipse.ui.contexts.dialog" contributorURI="platform:/plugin/org.eclipse.platform" name="In Dialogs" description="A dialog is open"/>
</rootContext>
<rootContext xmi:id="_8-HM0AIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xsd.ui.editor.designView" name="XSD Editor Design View" description="XSD Editor Design View"/>
<rootContext xmi:id="_8-HM0wIOEemLqs7B_fibzg" elementId="org.eclipse.ui.contexts.actionSet" name="Action Set" description="Parent context for action sets"/>
<rootContext xmi:id="_8-HM1gIOEemLqs7B_fibzg" elementId="org.eclipse.ui.contexts.workbenchMenu" name="Workbench Menu" description="When no Workbench windows are active"/>
<rootContext xmi:id="_8-HM3gIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.breadcrumbEditorScope" name="Editor Breadcrumb Navigation" description="Editor Breadcrumb Navigation Context"/>
<rootContext xmi:id="_8-HM7gIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xsd.ui.editor.sourceView" name="XSD Editor Source View" description="XSD Editor Source View"/>
<rootContext xmi:id="_96fVgAIOEemLqs7B_fibzg" elementId="org.eclipse.ant.ui.actionSet.presentation" name="Auto::org.eclipse.ant.ui.actionSet.presentation"/>
<rootContext xmi:id="_96f8kAIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.breakpointActionSet" name="Auto::org.eclipse.debug.ui.breakpointActionSet"/>
<rootContext xmi:id="_96f8kgIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.debugActionSet" name="Auto::org.eclipse.debug.ui.debugActionSet"/>
<rootContext xmi:id="_96f8lAIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.launchActionSet" name="Auto::org.eclipse.debug.ui.launchActionSet"/>
<rootContext xmi:id="_96gjoQIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.profileActionSet" name="Auto::org.eclipse.debug.ui.profileActionSet"/>
<rootContext xmi:id="_96gjowIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.CoverageActionSet" name="Auto::org.eclipse.eclemma.ui.CoverageActionSet"/>
<rootContext xmi:id="_96hKsAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.gitaction" name="Auto::org.eclipse.egit.ui.gitaction"/>
<rootContext xmi:id="_96hKsgIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.navigation" name="Auto::org.eclipse.egit.ui.navigation"/>
<rootContext xmi:id="_96hKtAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.debug.ui.JDTDebugActionSet" name="Auto::org.eclipse.jdt.debug.ui.JDTDebugActionSet"/>
<rootContext xmi:id="_96hxwAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.junit.JUnitActionSet" name="Auto::org.eclipse.jdt.junit.JUnitActionSet"/>
<rootContext xmi:id="_96hxwgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.text.java.actionSet.presentation" name="Auto::org.eclipse.jdt.ui.text.java.actionSet.presentation"/>
<rootContext xmi:id="_96iY0AIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.JavaElementCreationActionSet" name="Auto::org.eclipse.jdt.ui.JavaElementCreationActionSet"/>
<rootContext xmi:id="_96iY0gIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.JavaActionSet" name="Auto::org.eclipse.jdt.ui.JavaActionSet"/>
<rootContext xmi:id="_96i_4AIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.A_OpenActionSet" name="Auto::org.eclipse.jdt.ui.A_OpenActionSet"/>
<rootContext xmi:id="_96i_4gIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.CodingActionSet" name="Auto::org.eclipse.jdt.ui.CodingActionSet"/>
<rootContext xmi:id="_96i_5AIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.SearchActionSet" name="Auto::org.eclipse.jdt.ui.SearchActionSet"/>
<rootContext xmi:id="_96jm8AIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.context.ui.actionSet" name="Auto::org.eclipse.mylyn.context.ui.actionSet"/>
<rootContext xmi:id="_96jm8gIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.java.actionSet" name="Auto::org.eclipse.mylyn.java.actionSet"/>
<rootContext xmi:id="_96kOAAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.java.actionSet.browsing" name="Auto::org.eclipse.mylyn.java.actionSet.browsing"/>
<rootContext xmi:id="_96kOAgIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.doc.actionSet" name="Auto::org.eclipse.mylyn.doc.actionSet"/>
<rootContext xmi:id="_96k1EAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.navigation" name="Auto::org.eclipse.mylyn.tasks.ui.navigation"/>
<rootContext xmi:id="_96k1EgIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.navigation.additions" name="Auto::org.eclipse.mylyn.tasks.ui.navigation.additions"/>
<rootContext xmi:id="_96lcIAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.cheatsheets.actionSet" name="Auto::org.eclipse.ui.cheatsheets.actionSet"/>
<rootContext xmi:id="_96lcIgIOEemLqs7B_fibzg" elementId="org.eclipse.search.searchActionSet" name="Auto::org.eclipse.search.searchActionSet"/>
<rootContext xmi:id="_96mDMQIOEemLqs7B_fibzg" elementId="org.eclipse.team.ui.actionSet" name="Auto::org.eclipse.team.ui.actionSet"/>
<rootContext xmi:id="_96mDMwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.actionSet.annotationNavigation" name="Auto::org.eclipse.ui.edit.text.actionSet.annotationNavigation"/>
<rootContext xmi:id="_96mqQQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.actionSet.navigation" name="Auto::org.eclipse.ui.edit.text.actionSet.navigation"/>
<rootContext xmi:id="_96mqQwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo" name="Auto::org.eclipse.ui.edit.text.actionSet.convertLineDelimitersTo"/>
<rootContext xmi:id="_96nRUAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.externaltools.ExternalToolsSet" name="Auto::org.eclipse.ui.externaltools.ExternalToolsSet"/>
<rootContext xmi:id="_96nRUgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.NavigateActionSet" name="Auto::org.eclipse.ui.NavigateActionSet"/>
<rootContext xmi:id="_96n4YAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.actionSet.keyBindings" name="Auto::org.eclipse.ui.actionSet.keyBindings"/>
<rootContext xmi:id="_96n4YgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.WorkingSetModificationActionSet" name="Auto::org.eclipse.ui.WorkingSetModificationActionSet"/>
<rootContext xmi:id="_96n4ZAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.WorkingSetActionSet" name="Auto::org.eclipse.ui.WorkingSetActionSet"/>
<rootContext xmi:id="_96ofcAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.actionSet.openFiles" name="Auto::org.eclipse.ui.actionSet.openFiles"/>
<rootContext xmi:id="_96ofcgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.actionSet.presentation" name="Auto::org.eclipse.ui.edit.text.actionSet.presentation"/>
<descriptors xmi:id="_9D8vEAIOEemLqs7B_fibzg" elementId="org.eclipse.e4.ui.compatibility.editor" allowMultiple="true" category="org.eclipse.e4.primaryDataStack" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor">
<tags>Editor</tags>
</descriptors>
<descriptors xmi:id="_9ECOoAIOEemLqs7B_fibzg" elementId="org.eclipse.ant.ui.views.AntView" label="Ant" iconURI="platform:/plugin/org.eclipse.ant.ui/icons/full/eview16/ant_view.png" tooltip="" category="Ant" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ant.internal.ui.views.AntView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ant.ui"/>
<tags>View</tags>
<tags>categoryTag:Ant</tags>
</descriptors>
<descriptors xmi:id="_9ELYkAIOEemLqs7B_fibzg" elementId="org.eclipse.buildship.ui.views.taskview" label="Gradle Tasks" iconURI="platform:/plugin/org.eclipse.buildship.ui/icons/full/eview16/tasks_view.png" tooltip="" category="Gradle" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.buildship.ui.view.task.TaskView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.buildship.ui"/>
<tags>View</tags>
<tags>categoryTag:Gradle</tags>
</descriptors>
<descriptors xmi:id="_9ENNwAIOEemLqs7B_fibzg" elementId="org.eclipse.buildship.ui.views.executionview" label="Gradle Executions" iconURI="platform:/plugin/org.eclipse.buildship.ui/icons/full/eview16/executions_view.png" tooltip="" category="Gradle" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.buildship.ui.view.execution.ExecutionsView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.buildship.ui"/>
<tags>View</tags>
<tags>categoryTag:Gradle</tags>
</descriptors>
<descriptors xmi:id="_9EN00AIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.DebugView" label="Debug" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/debug_view.png" tooltip="" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.launch.LaunchView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
<tags>View</tags>
<tags>categoryTag:Debug</tags>
</descriptors>
<descriptors xmi:id="_9EPC8AIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.BreakpointView" label="Breakpoints" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/breakpoint_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.breakpoints.BreakpointsView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
<tags>View</tags>
<tags>categoryTag:Debug</tags>
</descriptors>
<descriptors xmi:id="_9EQREAIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.VariableView" label="Variables" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/variable_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.variables.VariablesView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
<tags>View</tags>
<tags>categoryTag:Debug</tags>
</descriptors>
<descriptors xmi:id="_9ERfMAIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.ExpressionView" label="Expressions" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/watchlist_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.expression.ExpressionView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
<tags>View</tags>
<tags>categoryTag:Debug</tags>
</descriptors>
<descriptors xmi:id="_9ESGQAIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.RegisterView" label="Registers" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/register_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.registers.RegistersView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
<tags>View</tags>
<tags>categoryTag:Debug</tags>
</descriptors>
<descriptors xmi:id="_9ET7cAIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.ModuleView" label="Modules" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/module_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.modules.ModulesView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
<tags>View</tags>
<tags>categoryTag:Debug</tags>
</descriptors>
<descriptors xmi:id="_9EVwoAIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.MemoryView" label="Memory" iconURI="platform:/plugin/org.eclipse.debug.ui/icons/full/eview16/memory_view.png" tooltip="" allowMultiple="true" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.debug.internal.ui.views.memory.MemoryView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.debug.ui"/>
<tags>View</tags>
<tags>categoryTag:Debug</tags>
</descriptors>
<descriptors xmi:id="_9EWXsAIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.CoverageView" label="Coverage" iconURI="platform:/plugin/org.eclipse.eclemma.ui/icons/full/eview16/coverage.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.eclemma.internal.ui.coverageview.CoverageView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.eclemma.ui"/>
<tags>View</tags>
<tags>categoryTag:Java</tags>
</descriptors>
<descriptors xmi:id="_9EXl0AIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesView" label="Git Repositories" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/repo_rep.png" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.repository.RepositoriesView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>
<tags>View</tags>
<tags>categoryTag:Git</tags>
</descriptors>
<descriptors xmi:id="_9EYz8AIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.StagingView" label="Git Staging" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/staging.png" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.staging.StagingView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>
<tags>View</tags>
<tags>categoryTag:Git</tags>
</descriptors>
<descriptors xmi:id="_9EaCEAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.InteractiveRebaseView" label="Git Interactive Rebase" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/rebase_interactive.png" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.rebase.RebaseInteractiveView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>
<tags>View</tags>
<tags>categoryTag:Git</tags>
</descriptors>
<descriptors xmi:id="_9EbQMAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.CompareTreeView" label="Git Tree Compare" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/obj16/gitrepository.png" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.dialogs.CompareTreeView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>
<tags>View</tags>
<tags>categoryTag:Git</tags>
<tags>NoRestore</tags>
</descriptors>
<descriptors xmi:id="_9Eb3QAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.ReflogView" label="Git Reflog" iconURI="platform:/plugin/org.eclipse.egit.ui/icons/eview16/reflog.png" tooltip="" category="Git" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.egit.ui.internal.reflog.ReflogView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.egit.ui"/>
<tags>View</tags>
<tags>categoryTag:Git</tags>
</descriptors>
<descriptors xmi:id="_9EdFYAIOEemLqs7B_fibzg" elementId="org.eclipse.gef.ui.palette_view" label="Palette" iconURI="platform:/plugin/org.eclipse.gef/icons/palette_view.gif" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.gef.ui.views.palette.PaletteView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.gef"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</descriptors>
<descriptors xmi:id="_9EeTgAIOEemLqs7B_fibzg" elementId="org.eclipse.help.ui.HelpView" label="Help" iconURI="platform:/plugin/org.eclipse.help.ui/icons/view16/help_view.gif" tooltip="" category="Help" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.help.ui.internal.views.HelpView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.help.ui"/>
<tags>View</tags>
<tags>categoryTag:Help</tags>
</descriptors>
<descriptors xmi:id="_9EfhoAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.debug.ui.DisplayView" label="Debug Shell" iconURI="platform:/plugin/org.eclipse.jdt.debug.ui/icons/full/etool16/disp_sbook.png" tooltip="" category="Debug" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.debug.ui.display.DisplayView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.debug.ui"/>
<tags>View</tags>
<tags>categoryTag:Debug</tags>
</descriptors>
<descriptors xmi:id="_9EgvwAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.junit.ResultView" label="JUnit" iconURI="platform:/plugin/org.eclipse.jdt.junit/icons/full/eview16/junit.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.junit.ui.TestRunnerViewPart"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.junit"/>
<tags>View</tags>
<tags>categoryTag:Java</tags>
</descriptors>
<descriptors xmi:id="_9Eh94AIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.PackageExplorer" label="Package Explorer" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/package.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
<tags>View</tags>
<tags>categoryTag:Java</tags>
</descriptors>
<descriptors xmi:id="_9EjzEAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.TypeHierarchy" label="Type Hierarchy" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/class_hi.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.typehierarchy.TypeHierarchyViewPart"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
<tags>View</tags>
<tags>categoryTag:Java</tags>
</descriptors>
<descriptors xmi:id="_9ElBMAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.ProjectsView" label="Projects" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/projects.png" tooltip="" category="Java Browsing" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.browsing.ProjectsView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
<tags>View</tags>
<tags>categoryTag:Java Browsing</tags>
</descriptors>
<descriptors xmi:id="_9EloQAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.PackagesView" label="Packages" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/packages.png" tooltip="" category="Java Browsing" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.browsing.PackagesView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
<tags>View</tags>
<tags>categoryTag:Java Browsing</tags>
</descriptors>
<descriptors xmi:id="_9Em2YAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.TypesView" label="Types" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/types.png" tooltip="" category="Java Browsing" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.browsing.TypesView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
<tags>View</tags>
<tags>categoryTag:Java Browsing</tags>
</descriptors>
<descriptors xmi:id="_9EndcAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.MembersView" label="Members" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/members.png" tooltip="" category="Java Browsing" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.browsing.MembersView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
<tags>View</tags>
<tags>categoryTag:Java Browsing</tags>
</descriptors>
<descriptors xmi:id="_9EoEgAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.callhierarchy.view" label="Call Hierarchy" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/call_hierarchy.png" tooltip="" allowMultiple="true" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.callhierarchy.CallHierarchyViewPart"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
<tags>View</tags>
<tags>categoryTag:Java</tags>
</descriptors>
<descriptors xmi:id="_9EpSoAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.texteditor.TemplatesView" label="Templates" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/templates.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.texteditor.templates.TemplatesView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</descriptors>
<descriptors xmi:id="_9Ep5sAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.SourceView" label="Declaration" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/source.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.infoviews.SourceView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
<tags>View</tags>
<tags>categoryTag:Java</tags>
</descriptors>
<descriptors xmi:id="_9ErH0AIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.JavadocView" label="Javadoc" iconURI="platform:/plugin/org.eclipse.jdt.ui/icons/full/eview16/javadoc.png" tooltip="" category="Java" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.jdt.internal.ui.infoviews.JavadocView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.jdt.ui"/>
<tags>View</tags>
<tags>categoryTag:Java</tags>
</descriptors>
<descriptors xmi:id="_9Eru4AIOEemLqs7B_fibzg" elementId="org.eclipse.m2e.core.views.MavenRepositoryView" label="Maven Repositories" iconURI="platform:/plugin/org.eclipse.m2e.core.ui/icons/maven_indexes.gif" tooltip="" category="Maven" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.m2e.core.ui.internal.views.MavenRepositoryView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.m2e.core.ui"/>
<tags>View</tags>
<tags>categoryTag:Maven</tags>
</descriptors>
<descriptors xmi:id="_9Es9AAIOEemLqs7B_fibzg" elementId="org.eclipse.m2e.core.views.MavenBuild" label="Maven Workspace Build" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="Maven" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.m2e.core.ui.internal.views.build.BuildDebugView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.m2e.core.ui"/>
<tags>View</tags>
<tags>categoryTag:Maven</tags>
</descriptors>
<descriptors xmi:id="_9EuLIAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.builds.navigator.builds" label="Builds" iconURI="platform:/plugin/org.eclipse.mylyn.builds.ui/icons/eview16/build-view.png" tooltip="" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.builds.ui.view.BuildsView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.builds.ui"/>
<tags>View</tags>
<tags>categoryTag:Mylyn</tags>
</descriptors>
<descriptors xmi:id="_9EvZQAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.commons.repositories.ui.navigator.Repositories" label="Team Repositories" iconURI="platform:/plugin/org.eclipse.mylyn.commons.repositories.ui/icons/eview16/repositories.gif" tooltip="" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.commons.repositories.ui.RepositoriesView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.commons.repositories.ui"/>
<tags>View</tags>
<tags>categoryTag:Mylyn</tags>
</descriptors>
<descriptors xmi:id="_9EwAUAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.views.tasks" label="Task List" iconURI="platform:/plugin/org.eclipse.mylyn.tasks.ui/icons/eview16/task-list.gif" tooltip="" allowMultiple="true" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.tasks.ui.views.TaskListView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.tasks.ui"/>
<tags>View</tags>
<tags>categoryTag:Mylyn</tags>
</descriptors>
<descriptors xmi:id="_9ExOcAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.views.repositories" label="Task Repositories" iconURI="platform:/plugin/org.eclipse.mylyn.tasks.ui/icons/eview16/repositories.gif" tooltip="" category="Mylyn" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.mylyn.internal.tasks.ui.views.TaskRepositoriesView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.mylyn.tasks.ui"/>
<tags>View</tags>
<tags>categoryTag:Mylyn</tags>
</descriptors>
<descriptors xmi:id="_9Ex1gAIOEemLqs7B_fibzg" elementId="org.eclipse.oomph.p2.ui.RepositoryExplorer" label="Repository Explorer" iconURI="platform:/plugin/org.eclipse.oomph.p2.ui/icons/obj16/repository.gif" tooltip="" category="Oomph" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.oomph.p2.internal.ui.RepositoryExplorer"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.oomph.p2.ui"/>
<tags>View</tags>
<tags>categoryTag:Oomph</tags>
</descriptors>
<descriptors xmi:id="_9EzDoAIOEemLqs7B_fibzg" elementId="org.eclipse.recommenders.apidocs.rcp.views.apidocs" label="Augmented Docs" iconURI="platform:/plugin/org.eclipse.recommenders.apidocs.rcp/icons/view16/apidocs.png" tooltip="" category="Code Recommenders" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.recommenders.injection.ExtensionFactory"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.recommenders.apidocs.rcp"/>
<tags>View</tags>
<tags>categoryTag:Code Recommenders</tags>
</descriptors>
<descriptors xmi:id="_9EzqsAIOEemLqs7B_fibzg" elementId="org.eclipse.recommenders.models.rcp.views.projectCoordinates" label="Project Coordinates" iconURI="platform:/plugin/org.eclipse.recommenders.coordinates.rcp/icons/view16/depinsp.gif" tooltip="" category="Code Recommenders" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.recommenders.injection.ExtensionFactory"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.recommenders.coordinates.rcp"/>
<tags>View</tags>
<tags>categoryTag:Code Recommenders</tags>
</descriptors>
<descriptors xmi:id="_9E040AIOEemLqs7B_fibzg" elementId="org.eclipse.recommenders.models.rcp.views.modelRepositories" label="Model Repositories" iconURI="platform:/plugin/org.eclipse.recommenders.models.rcp/icons/view16/depinsp.gif" tooltip="" category="Code Recommenders" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.recommenders.injection.ExtensionFactory"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.recommenders.models.rcp"/>
<tags>View</tags>
<tags>categoryTag:Code Recommenders</tags>
</descriptors>
<descriptors xmi:id="_9E1f4AIOEemLqs7B_fibzg" elementId="org.eclipse.recommenders.models.rcp.views.dependencyOverview" label="Dependency Overview" iconURI="platform:/plugin/org.eclipse.recommenders.models.rcp/icons/view16/depinsp.gif" tooltip="" category="Code Recommenders" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.recommenders.injection.ExtensionFactory"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.recommenders.models.rcp"/>
<tags>View</tags>
<tags>categoryTag:Code Recommenders</tags>
</descriptors>
<descriptors xmi:id="_9E2uAAIOEemLqs7B_fibzg" elementId="org.eclipse.recommenders.snipmatch.rcp.views.snippets" label="Snippets" iconURI="platform:/plugin/org.eclipse.recommenders.snipmatch.rcp/icons/view16/snippets.png" tooltip="" category="Code Recommenders" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.recommenders.injection.ExtensionFactory"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.recommenders.snipmatch.rcp"/>
<tags>View</tags>
<tags>categoryTag:Code Recommenders</tags>
</descriptors>
<descriptors xmi:id="_9E38IAIOEemLqs7B_fibzg" elementId="org.eclipse.search.SearchResultView" label="Classic Search" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.search.internal.ui.SearchResultView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.search"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</descriptors>
<descriptors xmi:id="_9E4jMAIOEemLqs7B_fibzg" elementId="org.eclipse.search.ui.views.SearchView" label="Search" iconURI="platform:/plugin/org.eclipse.search/icons/full/eview16/searchres.png" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.search2.internal.ui.SearchView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.search"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</descriptors>
<descriptors xmi:id="_9E5xUAIOEemLqs7B_fibzg" elementId="org.eclipse.team.sync.views.SynchronizeView" label="Synchronize" iconURI="platform:/plugin/org.eclipse.team.ui/icons/full/eview16/synch_synch.png" tooltip="" allowMultiple="true" category="Team" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.internal.ui.synchronize.SynchronizeView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.ui"/>
<tags>View</tags>
<tags>categoryTag:Team</tags>
</descriptors>
<descriptors xmi:id="_9E6_cAIOEemLqs7B_fibzg" elementId="org.eclipse.team.ui.GenericHistoryView" label="History" iconURI="platform:/plugin/org.eclipse.team.ui/icons/full/eview16/history_view.png" tooltip="" allowMultiple="true" category="Team" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.team.internal.ui.history.GenericHistoryView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.team.ui"/>
<tags>View</tags>
<tags>categoryTag:Team</tags>
</descriptors>
<descriptors xmi:id="_9E8NkAIOEemLqs7B_fibzg" elementId="org.eclipse.tips.ide.tipPart" label="Tip of the Day" iconURI="platform:/plugin/org.eclipse.tips.ui/icons/lightbulb.png" tooltip="" category="Help" closeable="true" contributionURI="bundleclass://org.eclipse.tips.ide/org.eclipse.tips.ide.internal.TipPart">
<tags>View</tags>
<tags>categoryTag:Help</tags>
</descriptors>
<descriptors xmi:id="_9E80oAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.internal.introview" label="Welcome" iconURI="platform:/plugin/org.eclipse.ui/icons/full/eview16/defaultview_misc.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.ViewIntroAdapterPart"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</descriptors>
<descriptors xmi:id="_9E9bsAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.browser.view" label="Internal Web Browser" iconURI="platform:/plugin/org.eclipse.ui.browser/icons/obj16/internal_browser.png" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.browser.WebBrowserView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.browser"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</descriptors>
<descriptors xmi:id="_9E-p0AIOEemLqs7B_fibzg" elementId="org.eclipse.ui.cheatsheets.views.CheatSheetView" label="Cheat Sheets" iconURI="platform:/plugin/org.eclipse.ui.cheatsheets/icons/view16/cheatsheet_view.gif" tooltip="" category="Help" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.cheatsheets.views.CheatSheetView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.cheatsheets"/>
<tags>View</tags>
<tags>categoryTag:Help</tags>
</descriptors>
<descriptors xmi:id="_9E_Q4AIOEemLqs7B_fibzg" elementId="org.eclipse.ui.console.ConsoleView" label="Console" iconURI="platform:/plugin/org.eclipse.ui.console/icons/full/cview16/console_view.png" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.console.ConsoleView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.console"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</descriptors>
<descriptors xmi:id="_9FAfAAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.ProgressView" label="Progress" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/pview.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.progress.ProgressView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</descriptors>
<descriptors xmi:id="_9FBGEAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.ResourceNavigator" label="Navigator" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/filenav_nav.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.navigator.ResourceNavigator"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</descriptors>
<descriptors xmi:id="_9FBtIAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.BookmarkView" label="Bookmarks" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/bkmrk_nav.png" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.BookmarksView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</descriptors>
<descriptors xmi:id="_9FCUMAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.TaskList" label="Tasks" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/tasks_tsk.png" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.TasksView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</descriptors>
<descriptors xmi:id="_9FC7QAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.ProblemView" label="Problems" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.png" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.ProblemsView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</descriptors>
<descriptors xmi:id="_9FDiUAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.AllMarkersView" label="Markers" iconURI="platform:/plugin/org.eclipse.ui.ide/icons/full/eview16/problems_view.png" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.markers.AllMarkersView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.ide"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</descriptors>
<descriptors xmi:id="_9FEJYAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigator.ProjectExplorer" label="Project Explorer" iconURI="platform:/plugin/org.eclipse.ui.navigator.resources/icons/full/eview16/resource_persp.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.navigator.resources.ProjectExplorer"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.navigator.resources"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</descriptors>
<descriptors xmi:id="_9FEwcAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.PropertySheet" label="Properties" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/prop_ps.png" tooltip="" allowMultiple="true" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.properties.PropertySheet"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.views"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</descriptors>
<descriptors xmi:id="_9FFXgAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.ContentOutline" label="Outline" iconURI="platform:/plugin/org.eclipse.ui.views/icons/full/eview16/outline_co.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.views.contentoutline.ContentOutline"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.views"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</descriptors>
<descriptors xmi:id="_9FF-kAIOEemLqs7B_fibzg" elementId="org.eclipse.pde.runtime.LogView" label="Error Log" iconURI="platform:/plugin/org.eclipse.ui.views.log/icons/eview16/error_log.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.log.LogView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.views.log"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</descriptors>
<descriptors xmi:id="_9FHMsAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.minimap.MinimapView" label="Minimap" iconURI="platform:/plugin/org.eclipse.ui.workbench.texteditor/icons/full/eview16/minimap.png" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.ui.internal.views.minimap.MinimapView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.ui.workbench.texteditor"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</descriptors>
<descriptors xmi:id="_9FHzwAIOEemLqs7B_fibzg" elementId="org.eclipse.wst.common.snippets.internal.ui.SnippetsView" label="Snippets" iconURI="platform:/plugin/org.eclipse.wst.common.snippets/icons/snippets_view.gif" tooltip="" category="General" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.common.snippets.internal.ui.SnippetsView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.common.snippets"/>
<tags>View</tags>
<tags>categoryTag:General</tags>
</descriptors>
<descriptors xmi:id="_9FJB4AIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xml.ui.views.annotations.XMLAnnotationsView" label="Documentation" iconURI="platform:/plugin/org.eclipse.wst.xml.ui/icons/full/obj16/comment_obj.gif" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.xml.ui.internal.views.annotations.XMLAnnotationsView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.xml.ui"/>
<tags>View</tags>
<tags>categoryTag:XML</tags>
</descriptors>
<descriptors xmi:id="_9FJo8AIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xml.ui.contentmodel.view" label="Content Model" iconURI="platform:/plugin/org.eclipse.wst.xml.ui/icons/full/view16/hierarchy.gif" tooltip="" category="XML" closeable="true" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.e4.compatibility.CompatibilityView">
<persistedState key="originalCompatibilityViewClass" value="org.eclipse.wst.xml.ui.internal.views.contentmodel.ContentModelView"/>
<persistedState key="originalCompatibilityViewBundle" value="org.eclipse.wst.xml.ui"/>
<tags>View</tags>
<tags>categoryTag:XML</tags>
</descriptors>
<menuContributions xmi:id="_88wh9gIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.customizePerspective" contributorURI="platform:/plugin/org.eclipse.platform" positionInParent="popup:toolbar">
<children xsi:type="menu:HandledMenuItem" xmi:id="_88wh9wIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.customizePerspective" contributorURI="platform:/plugin/org.eclipse.platform" label="%command.name.customize" command="_88wh-AIOEemLqs7B_fibzg"/>
</menuContributions>
<trimContributions xmi:id="_VJSd4NrlEeWx1NC92N4qRw" elementId="org.eclipse.recommenders.news.rcp.trimConstribution.news" contributorURI="platform:/plugin/org.eclipse.recommenders.news.rcp" parentId="org.eclipse.ui.trim.status">
<children xsi:type="menu:ToolControl" xmi:id="_ckfB0OFAEeWdb5xZgv0Dbw" elementId="org.eclipse.recommenders.news.rcp.toolControl.news" contributorURI="platform:/plugin/org.eclipse.recommenders.news.rcp" contributionURI="bundleclass://org.eclipse.recommenders.news.rcp/org.eclipse.recommenders.internal.news.rcp.toolbar.NewsToolControl"/>
</trimContributions>
<trimContributions xmi:id="_2r10UF9tEeO-yojH_y4TJA" elementId="org.eclipse.ui.ide.application.trimcontribution.QuickAccess" contributorURI="platform:/plugin/org.eclipse.ui.ide.application" toBeRendered="false" parentId="org.eclipse.ui.main.toolbar" positionInParent="last">
<children xsi:type="menu:ToolControl" xmi:id="_76uUAF9tEeO-yojH_y4TJA" elementId="Spacer Glue" contributorURI="platform:/plugin/org.eclipse.ui.ide.application" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl">
<tags>glue</tags>
<tags>move_after:PerspectiveSpacer</tags>
<tags>SHOW_RESTORE_MENU</tags>
</children>
<children xsi:type="menu:ToolControl" xmi:id="_8tJPcF9tEeO-yojH_y4TJA" elementId="SearchField" contributorURI="platform:/plugin/org.eclipse.ui.ide.application" contributionURI="bundleclass://org.eclipse.ui.workbench/org.eclipse.ui.internal.quickaccess.SearchField">
<tags>move_after:Spacer Glue</tags>
<tags>HIDEABLE</tags>
<tags>SHOW_RESTORE_MENU</tags>
</children>
<children xsi:type="menu:ToolControl" xmi:id="_9LgmcF9tEeO-yojH_y4TJA" elementId="Search-PS Glue" contributorURI="platform:/plugin/org.eclipse.ui.ide.application" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.renderers.swt/org.eclipse.e4.ui.workbench.renderers.swt.LayoutModifierToolControl">
<tags>glue</tags>
<tags>move_after:SearchField</tags>
<tags>SHOW_RESTORE_MENU</tags>
</children>
</trimContributions>
<commands xmi:id="_88wh-AIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.customizePerspective" contributorURI="platform:/plugin/org.eclipse.platform" commandName="Customize Perspective" description="Customize the current perspective"/>
<commands xmi:id="_89tkMAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.correction.inlineLocal.assist" commandName="Quick Assist - Inline local variable" description="Invokes quick assist and selects 'Inline local variable'" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89tkMQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.select.pageUp" commandName="Select Page Up" description="Select to the top of the page" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89tkMgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.toggleWordWrap" commandName="Toggle Word Wrap" description="Toggle word wrap in the current text editor" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uLQAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.ResetQuickdiffBaseline" commandName="Reset quickdiff baseline" category="_89sWEgIOEemLqs7B_fibzg">
<parameters xmi:id="_89uLQQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.ResetQuickdiffBaselineTarget" name="Reset target (HEAD, HEAD^1)" optional="false"/>
</commands>
<commands xmi:id="_89uLQgIOEemLqs7B_fibzg" elementId="org.eclipse.oomph.p2.ui.SearchRequirements" commandName="Search Requirements" category="_89rvEwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uLQwIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.quickMenu" commandName="Surround With Quick Menu" description="Shows the Surround With quick menu" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uLRAIOEemLqs7B_fibzg" elementId="org.eclipse.search.ui.openFileSearchPage" commandName="File Search" description="Open the Search dialog's file search page" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uLRQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.correction.convertLocalToField.assist" commandName="Quick Assist - Convert local variable to field" description="Invokes quick assist and selects 'Convert local variable to field'" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uLRgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.implementors.in.workspace" commandName="Implementors in Workspace" description="Search for implementors of the selected interface" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uLRwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesViewAddRepository" commandName="Add a Git Repository" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uLSAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.debug.ui.breakpoint.properties" commandName="Java Breakpoint Properties" description="View and edit the properties for a given Java breakpoint" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uLSQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.correction.addThrowsDecl" commandName="Quick Fix - Add throws declaration" description="Invokes quick assist and selects 'Add throws declaration'" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uLSgIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.junitPluginShortcut.coverage" commandName="Coverage JUnit Plug-in Test" description="Coverage JUnit Plug-in Test" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uyUAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.navigate.open.type.in.hierarchy" commandName="Open Type in Hierarchy" description="Open a type in the type hierarchy view" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uyUQIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.task.clearActiveTime" commandName="Clear Active Time" category="_89rvBQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uyUgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.ide.copyBuildIdCommand" commandName="Copy Build Id Information To Clipboard" description="Copies the build identification information to the clipboard." category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uyUwIOEemLqs7B_fibzg" elementId="org.eclipse.buildship.ui.commands.refreshproject" commandName="Refresh Gradle Project" description="Synchronizes the Gradle builds of the selected projects with the workspace" category="_89rH9QIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uyVAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.select.textEnd" commandName="Select Text End" description="Select to the end of the text" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uyVQIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.context.ui.commands.task.attachContext" commandName="Attach Context" category="_89rvBAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uyVgIOEemLqs7B_fibzg" elementId="org.eclipse.oomph.setup.editor.openDiscoveredType" commandName="Open Discovered Type" category="_89rvAgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uyVwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.deletePreviousWord" commandName="Delete Previous Word" description="Delete the previous word" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uyWAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.goto.wordPrevious" commandName="Previous Word" description="Go to the previous word" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uyWQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.workspace" commandName="Declaration in Workspace" description="Search for declarations of the selected element in the workspace" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uyWgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.preferences" commandName="Preferences" description="Open the preferences dialog" category="_89rvDAIOEemLqs7B_fibzg">
<parameters xmi:id="_89uyWwIOEemLqs7B_fibzg" elementId="preferencePageId" name="Preference Page"/>
</commands>
<commands xmi:id="_89uyXAIOEemLqs7B_fibzg" elementId="org.eclipse.m2e.sourcelookup.ui.openSourceLookupInfoDialog" commandName="Source Lookup Info" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uyXQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.delimiter.unix" commandName="Convert Line Delimiters to Unix (LF, \n, 0A, ¶)" description="Converts the line delimiters to Unix (LF, \n, 0A, ¶)" category="_89rvCgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uyXgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.working.set" commandName="Read Access in Working Set" description="Search for read references to the selected element in a working set" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uyXwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.commit.Squash" commandName="Squash Commits" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uyYAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.Edit" commandName="Edit Commit" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89uyYQIOEemLqs7B_fibzg" elementId="org.eclipse.epp.mpc.ui.command.showMarketplaceWizard" commandName="Eclipse Marketplace" description="Show the Eclipse Marketplace wizard" category="_89sWEgIOEemLqs7B_fibzg">
<parameters xmi:id="_89uyYgIOEemLqs7B_fibzg" elementId="trigger" name="trigger"/>
</commands>
<commands xmi:id="_89vZYAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.copy" commandName="Copy" description="Copy the selection to the clipboard" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89vZYQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.nextView" commandName="Next View" description="Switch to the next view" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89vZYgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.revertToSaved" commandName="Revert to Saved" description="Revert to the last saved state" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89vZYwIOEemLqs7B_fibzg" elementId="org.eclipse.ant.ui.toggleMarkOccurrences" commandName="Toggle Ant Mark Occurrences" description="Toggles mark occurrences in Ant editors" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89vZZAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.properties.NewPropertySheetCommand" commandName="Properties" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89vZZQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.addToWorkingSet" commandName="Add to Working Set" description="Adds the selected object to a working set." category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89vZZgIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.RunToLine" commandName="Run to Line" description="Resume and break when execution reaches the current line" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89vZZwIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.junit.junitShortcut.debug" commandName="Debug JUnit Test" description="Debug JUnit Test" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89vZaAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.wikitext.ui.editor.showCheatSheetCommand" commandName="Show Markup Cheat Sheet" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89vZaQIOEemLqs7B_fibzg" elementId="org.eclipse.team.ui.TeamSynchronizingPerspective" commandName="Team Synchronizing" description="Open the Team Synchronizing Perspective" category="_89rvFQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89vZagIOEemLqs7B_fibzg" elementId="org.eclipse.ant.ui.open.declaration.command" commandName="Open Declaration" description="Opens the Ant editor on the referenced element" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89vZawIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesViewPaste" commandName="Paste Repository Path or URI" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89vZbAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.showChangeRulerInformation" commandName="Show Quick Diff Ruler Tooltip" description="Displays quick diff or revision information for the caret line in a focused hover" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89vZbQIOEemLqs7B_fibzg" elementId="org.eclipse.recommenders.utils.rcp.commands.openBrowserDialog" commandName="Open a Web browser" category="_89sWEgIOEemLqs7B_fibzg">
<parameters xmi:id="_89vZbgIOEemLqs7B_fibzg" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/>
</commands>
<commands xmi:id="_89vZbwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.upperCase" commandName="To Upper Case" description="Changes the selection to upper case" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89vZcAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.ConfigureFetch" commandName="Configure Upstream Fetch" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89vZcQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.goInto" commandName="Go Into" description="Navigate into the selected item" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89vZcgIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.ConfigureUpstreamPush" commandName="Configure Upstream Push" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89vZcwIOEemLqs7B_fibzg" elementId="org.eclipse.epp.mpc.ui.command.showInstalled" commandName="Manage installed plug-ins" description="Update or uninstall plug-ins installed from the Marketplace" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89vZdAIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.OpenRunConfigurations" commandName="Run..." description="Open run launch configuration dialog" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAcAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.create.delegate.methods" commandName="Generate Delegate Methods" description="Add delegate methods for a type's fields" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAcQIOEemLqs7B_fibzg" elementId="org.eclipse.gef.ui.palette_view" commandName="Palette" category="_89rH8QIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAcgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.select.windowEnd" commandName="Select Window End" description="Select to the end of the window" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAcwIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.resetOnDump" commandName="Reset on Dump" category="_89rvCQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAdAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.minimizePart" commandName="Minimize Active View or Editor" description="Minimizes the active view or editor" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAdQIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.context.ui.commands.task.clearContext" commandName="Clear Context" category="_89rvBAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAdgIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.Untrack" commandName="Untrack" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAdwIOEemLqs7B_fibzg" elementId="org.eclipse.wst.sse.ui.add.block.comment" commandName="Add Block Comment" description="Add Block Comment" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAeAIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.ToggleLineBreakpoint" commandName="Toggle Line Breakpoint" description="Creates or removes a line breakpoint" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAeQIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.searchForTask" commandName="Search Repository for Task" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAegIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.showSystemMenu" commandName="Show System Menu" description="Show the system menu" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAewIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.debug.ui.commands.AllInstances" commandName="All Instances" description="View all instances of the selected type loaded in the target VM" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAfAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.OpenInCommitViewerCommand" commandName="Open in Commit Viewer" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAfQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.toggle.comment" commandName="Toggle Comment" description="Toggle comment the selected lines" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAfgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.correction.addImport" commandName="Quick Fix - Add import" description="Invokes quick assist and selects 'Add import'" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAfwIOEemLqs7B_fibzg" elementId="org.eclipse.m2e.actions.LifeCycleTest.run" commandName="Run Maven Test" description="Run Maven Test" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAgAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.savePerspective" commandName="Save Perspective As" description="Save the current perspective" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAgQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.internal.reflog.CheckoutCommand" commandName="Check Out" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAggIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.move" commandName="Move..." description="Move the selected item" category="_89rvCgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAgwIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.refactor.migrate.jar" commandName="Migrate JAR File" description="Migrate a JAR File to a new version" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAhAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.correction.assignParamToField.assist" commandName="Quick Assist - Assign parameter to field" description="Invokes quick assist and selects 'Assign parameter to field'" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAhQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.command.configureTrace" commandName="Configure Git Debug Trace" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAhgIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.maximizePart" commandName="Maximize Part" description="Maximize Part" category="_89rH9AIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wAhwIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.move.inner.to.top.level" commandName="Move Type to New File" description="Move Type to New File" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wngAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.linkWithEditor" commandName="Toggle Link with Editor" description="Toggles linking of a view's selection with the active editor's selection" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wngQIOEemLqs7B_fibzg" elementId="org.eclipse.wst.sse.ui.open.file.from.source" commandName="Open Selection" description="Open an editor on the selected link" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wnggIOEemLqs7B_fibzg" elementId="org.eclipse.compare.ignoreWhiteSpace" commandName="Ignore White Space" description="Ignore white space where applicable" category="_89rvCwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wngwIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.open.hierarchy" commandName="Quick Hierarchy" description="Show the quick hierarchy of the selected element" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wnhAIOEemLqs7B_fibzg" elementId="org.eclipse.oomph.setup.editor.importProjects" commandName="Import Projects" category="_89rvAgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wnhQIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.hideUnusedElements" commandName="Hide Unused Elements" category="_89rvCQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wnhgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.generate.constructor.using.fields" commandName="Generate Constructor using Fields" description="Choose fields to initialize and constructor from superclass to call " category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wnhwIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.builds.ui.command.ShowTestResults" commandName="Show Test Results" category="_89rvAAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wniAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.toggleBlockSelectionMode" commandName="Toggle Block Selection" description="Toggle block / column selection in the current text editor" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wniQIOEemLqs7B_fibzg" elementId="org.eclipse.wst.sse.ui.goto.matching.bracket" commandName="Matching Character" description="Go to Matching Character" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wnigIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.refactor.quickMenu" commandName="Show Refactor Quick Menu" description="Shows the refactor quick menu" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wniwIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xml.ui.disable.grammar.constraints" commandName="Turn off Grammar Constraints" description="Turn off grammar Constraints" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wnjAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.commands.showElementInTypeHierarchyView" commandName="Show Java Element Type Hierarchy" description="Show a Java element in the Type Hierarchy view" category="_89rvBgIOEemLqs7B_fibzg">
<parameters xmi:id="_89wnjQIOEemLqs7B_fibzg" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/>
</commands>
<commands xmi:id="_89wnjgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.goToResource" commandName="Go to" description="Go to a particular resource in the active view" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wnjwIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.open.super.implementation" commandName="Open Super Implementation" description="Open the Implementation in the Super Type" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wnkAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.resetPerspective" commandName="Reset Perspective" description="Reset the current perspective to its default state" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wnkQIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.wikitext.ui.quickOutlineCommand" commandName="Quick Outline" description="Open a popup dialog with a quick outline of the current document" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wnkgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.project.buildLast" commandName="Repeat Working Set Build" description="Repeat the last working set build" category="_89rvDwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wnkwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.project.buildProject" commandName="Build Project" description="Build the selected project" category="_89rvDwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wnlAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.CompareIndexWithHead" commandName="Compare File in Index with HEAD Revision" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89wnlQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.override.methods" commandName="Override/Implement Methods" description="Override or implement methods from super types" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89xOkAIOEemLqs7B_fibzg" elementId="org.eclipse.recommenders.snipmatch.rcp.commands.completion" commandName="Snipmatch Snippet Completion" description="Open a dialog to search for and insert code snippets" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89xOkQIOEemLqs7B_fibzg" elementId="org.eclipse.recommenders.utils.rcp.commands.openBrowser" commandName="Open a Web browser" category="_89sWEgIOEemLqs7B_fibzg">
<parameters xmi:id="_89xOkgIOEemLqs7B_fibzg" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/>
</commands>
<commands xmi:id="_89xOkwIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.discoveryWizardCommand" commandName="Discovery Wizard" description="shows the connector discovery wizard" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89xOlAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.wikitext.ui.convertToDocbookCommand" commandName="Generate Docbook" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89xOlQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.goto.textStart" commandName="Text Start" description="Go to the beginning of the text" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89xOlgIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.localJavaShortcut.coverage" commandName="Coverage Java Application" description="Coverage Java Application" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89xOlwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.paste" commandName="Paste" description="Paste from the clipboard" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89xOmAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.part.nextPage" commandName="Next Page" description="Switch to the next page" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89xOmQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.change.type" commandName="Generalize Declared Type" description="Change the declaration of a selected variable to a more general type consistent with usage" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89xOmgIOEemLqs7B_fibzg" elementId="org.eclipse.oomph.setup.editor.refreshCache" commandName="Refresh Remote Cache" category="_89rvAgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89xOmwIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.debug.ui.javaAppletShortcut.run" commandName="Run Java Applet" description="Run Java Applet" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89xOnAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.CreateBranch" commandName="Create Branch" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89xOnQIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.exportSession" commandName="Export Session..." category="_89rvCQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89xOngIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.previous" commandName="Previous" description="Navigate to the previous item" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89xOnwIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.scalaShortcut.coverage" commandName="Coverage Scala Application" description="Coverage Scala Application" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89xOoAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.clean" commandName="Clean..." category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89xOoQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesViewClone" commandName="Clone a Git Repository" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89xOogIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.rename" commandName="Rename" description="Rename the selected item" category="_89rvCgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89xOowIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.clear.mark" commandName="Clear Mark" description="Clear the mark" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89xOpAIOEemLqs7B_fibzg" elementId="org.eclipse.wst.sse.ui.quick_outline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89xOpQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.project.buildAll" commandName="Build All" description="Build all projects" category="_89rvDwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89xOpgIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.OpenInTextEditorCommand" commandName="Open in Text Editor" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89x1oAIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.dumpExecutionData" commandName="Dump Execution Data" category="_89rvCQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89x1oQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesViewRemove" commandName="Remove Repository" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89x1ogIOEemLqs7B_fibzg" elementId="org.eclipse.ant.ui.openExternalDoc" commandName="Open External Documentation" description="Open the External documentation for the current task in the Ant editor" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89x1owIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.cut.line.to.beginning" commandName="Cut to Beginning of Line" description="Cut to the beginning of a line of text" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89x1pAIOEemLqs7B_fibzg" elementId="org.eclipse.buildship.ui.commands.runtasks" commandName="Run Gradle Tasks" description="Runs all the selected Gradle tasks" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89x1pQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.toggleBreadcrumb" commandName="Toggle Java Editor Breadcrumb" description="Toggle the Java editor breadcrumb" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89x1pgIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesViewCreateRepository" commandName="Create a Repository" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89x1pwIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.hierarchy" commandName="Write Access in Hierarchy" description="Search for write references of the selected element in its hierarchy" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89x1qAIOEemLqs7B_fibzg" elementId="org.eclipse.recommenders.snipmatch.rcp.commands.createSnippet" commandName="Create Snippet..." description="Creates a new Snipmatch code snippet from the current editor’s text selection" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89x1qQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.editors.revisions.rendering.cycle" commandName="Cycle Revision Coloring Mode" description="Cycles through the available coloring modes for revisions" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89x1qgIOEemLqs7B_fibzg" elementId="org.eclipse.ant.ui.renameInFile" commandName="Rename In File" description="Renames all references within the same buildfile" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89x1qwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.PushTags" commandName="Push Tags..." category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89x1rAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.open.type.hierarchy" commandName="Open Type Hierarchy" description="Open a type hierarchy on the selected element" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89x1rQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.ContinueRebase" commandName="Continue Rebase" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89x1rgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.interface" commandName="Extract Interface" description="Extract a set of members into a new interface and try to use the new interface" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89x1rwIOEemLqs7B_fibzg" elementId="org.eclipse.help.ui.closeTray" commandName="Close User Assistance Tray" description="Close the user assistance tray containing context help information and cheat sheets." category="_89rvDgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89x1sAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.CreatePatch" commandName="Create Patch..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89x1sQIOEemLqs7B_fibzg" elementId="org.eclipse.ltk.ui.refactoring.commands.moveResources" commandName="Move Resources" description="Move the selected resources and notify LTK participants." category="_89rvFgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89x1sgIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.Resume" commandName="Resume" description="Resume" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89x1swIOEemLqs7B_fibzg" elementId="org.eclipse.m2e.actions.LifeCycleGenerateSources.run" commandName="Run Maven Generate Sources" description="Run Maven Generate Sources" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89x1tAIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.StepInto" commandName="Step Into" description="Step into" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89ycsAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.context.ui.commands.open.context.dialog" commandName="Show Context Quick View" description="Show Context Quick View" category="_89rvBAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89ycsQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.file.restartWorkbench" commandName="Restart" description="Restart the workbench" category="_89rvCgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89ycsgIOEemLqs7B_fibzg" elementId="org.eclipse.e4.ui.importer.openDirectory" commandName="Open Projects from File System..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89ycswIOEemLqs7B_fibzg" elementId="org.eclipse.wst.sse.ui.structure.select.previous" commandName="Select Previous Element" description="Expand selection to include previous sibling" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89yctAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.CompareWithRef" commandName="Compare with Branch, Tag or Reference..." category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89yctQIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.context.ui.commands.attachment.retrieveContext" commandName="Retrieve Context Attachment" category="_89rvBAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89yctgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.toggleOverwrite" commandName="Toggle Overwrite" description="Toggle overwrite mode" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89yctwIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.pull.up" commandName="Pull Up" description="Move members to a superclass" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89ycuAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.debug.ui.commands.AddExceptionBreakpoint" commandName="Add Java Exception Breakpoint" description="Add a Java exception breakpoint" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89ycuQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.folding.collapse_all" commandName="Collapse All" description="Collapses all folded regions" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89ycugIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.open.call.hierarchy" commandName="Open Call Hierarchy" description="Open a call hierarchy on the selected element" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89ycuwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesViewClearCredentials" commandName="Clear Credentials" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89ycvAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.debug.ui.commands.ToggleTracepoint" commandName="Toggle Tracepoint" description="Creates or removes a tracepoint " category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89ycvQIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.wikitext.ui.convertToMarkupCommand" commandName="Generate Markup" category="_89sWEgIOEemLqs7B_fibzg">
<parameters xmi:id="_89ycvgIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.wikitext.ui.targetLanguage" name="TargetLanguage" optional="false"/>
</commands>
<commands xmi:id="_89ycvwIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.RefreshRepositoryTasks" commandName="Synchronize Changed" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89ycwAIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.ToggleWatchpoint" commandName="Toggle Watchpoint" description="Creates or removes a watchpoint" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89ycwQIOEemLqs7B_fibzg" elementId="org.eclipse.equinox.p2.ui.discovery.commands.ShowRepositoryCatalog" commandName="Show Repository Catalog" category="_89sWEgIOEemLqs7B_fibzg">
<parameters xmi:id="_89ycwgIOEemLqs7B_fibzg" elementId="org.eclipse.equinox.p2.ui.discovery.commands.RepositoryParameter" name="P2 Repository URI"/>
</commands>
<commands xmi:id="_89ycwwIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.closeRendering" commandName="Close Rendering" description="Close the selected rendering." category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89ycxAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesViewOpenInEditor" commandName="Open in Editor" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89ycxQIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.showToolTip" commandName="Show Tooltip Description" category="_89rvBQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89ycxgIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.junitShortcut.coverage" commandName="Coverage JUnit Test" description="Coverage JUnit Test" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89ycxwIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.context.ui.commands.task.copyContext" commandName="Copy Context" category="_89rvBAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zDwAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.showViewMenu" commandName="Show View Menu" description="Show the view menu" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zDwQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.Commit" commandName="Commit..." category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zDwgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.inline" commandName="Inline" description="Inline a constant, local variable or method" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zDwwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.submodule.update" commandName="Update Submodule" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zDxAIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.ProfileLast" commandName="Profile" description="Launch in profile mode" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zDxQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.shiftRight" commandName="Shift Right" description="Shift a block of text to the right" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zDxgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.backwardHistory" commandName="Backward History" description="Move backward in the editor navigation history" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zDxwIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.workbenchShortcut.coverage" commandName="Coverage Eclipse Application" description="Coverage Eclipse Application" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zDyAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.Pull" commandName="Pull" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zDyQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.removeTrailingWhitespace" commandName="Remove Trailing Whitespace" description="Removes the trailing whitespace of each line" category="_89rvCgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zDygIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.findIncremental" commandName="Incremental Find" description="Incremental find" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zDywIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.swap.mark" commandName="Swap Mark" description="Swap the mark with the cursor position" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zDzAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.correction.addCast" commandName="Quick Fix - Add cast" description="Invokes quick assist and selects 'Add cast'" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zDzQIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.context.ui.commands.interest.increment" commandName="Make Landmark" description="Make Landmark" category="_89rvBAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zDzgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.correction.assignToLocal.assist" commandName="Quick Assist - Assign to local variable" description="Invokes quick assist and selects 'Assign to local variable'" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zDzwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.ImportChangedProjectsCommandId" commandName="Import Changed Projects" description="Import or create in local Git repository" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zD0AIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.commands.OpenCoverageConfiguration" commandName="Coverage Configurations..." description="Coverage Configurations..." category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zD0QIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.return.continue.targets" commandName="Search break/continue Target Occurrences in File" description="Search for break/continue target occurrences of a selected target name" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zD0gIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureFetch" commandName="Configure Fetch..." category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zq0AIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.create.getter.setter" commandName="Generate Getters and Setters" description="Generate Getter and Setter methods for type's fields" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zq0QIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.open.external.javadoc" commandName="Open Attached Javadoc" description="Open the attached Javadoc of the selected element in a browser" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zq0gIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.shiftLeft" commandName="Shift Left" description="Shift a block of text to the left" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zq0wIOEemLqs7B_fibzg" elementId="org.eclipse.wst.sse.ui.structure.select.next" commandName="Select Next Element" description="Expand selection to include next sibling" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zq1AIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.Push" commandName="Push..." category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zq1QIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.debug.ui.commands.AddClassPrepareBreakpoint" commandName="Add Class Load Breakpoint" description="Add a class load breakpoint" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zq1gIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.select.next" commandName="Select Next Element" description="Expand selection to include next sibling" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zq1wIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.builds.ui.command.ShowBuildOutput" commandName="Show Build Output" category="_89rvAAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zq2AIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesViewNewRemote" commandName="Create Remote..." category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zq2QIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.Restart" commandName="Restart" description="Restart a process or debug target without terminating and re-launching" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zq2gIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.stash.drop" commandName="Delete Stashed Commit..." category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zq2wIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.delete.line" commandName="Delete Line" description="Delete a line of text" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zq3AIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.DebugPerspective" commandName="Debug" description="Open the debug perspective" category="_89rvFQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zq3QIOEemLqs7B_fibzg" elementId="org.eclipse.tips.ide.command.open" commandName="Tip of the Day" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89zq3gIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.specific_content_assist.command" commandName="Content Assist" description="A parameterizable command that invokes content assist with a single completion proposal category" category="_89rH8gIOEemLqs7B_fibzg">
<parameters xmi:id="_890R4AIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.specific_content_assist.category_id" name="type" optional="false"/>
</commands>
<commands xmi:id="_890R4QIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.hierarchy" commandName="References in Hierarchy" description="Search for references of the selected element in its hierarchy" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_890R4gIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.expandAll" commandName="Expand All" description="Expand the current tree" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_890R4wIOEemLqs7B_fibzg" elementId="org.eclipse.ui.file.saveAll" commandName="Save All" description="Save all current contents" category="_89rvCgIOEemLqs7B_fibzg"/>
<commands xmi:id="_890R5AIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.remove.block.comment" commandName="Remove Block Comment" description="Remove the block comment enclosing the selection" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_890R5QIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.method.exits" commandName="Search Method Exit Occurrences in File" description="Search for method exit occurrences of a selected return type" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_890R5gIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.open.implementation" commandName="Open Implementation" description="Opens the Implementations of a method or a type in its hierarchy" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_890R5wIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.junit.gotoTest" commandName="Referring Tests" description="Referring Tests" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_890R6AIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.folding.collapseMembers" commandName="Collapse Members" description="Collapse all members" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_890R6QIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.find.broken.nls.keys" commandName="Find Broken Externalized Strings" description="Finds undefined, duplicate and unused externalized string keys in property files" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_890R6gIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.openSessionExecutionData" commandName="Open Execution Data" category="_89rvCQIOEemLqs7B_fibzg"/>
<commands xmi:id="_890R6wIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.commands.showElementInPackageView" commandName="Show Java Element in Package Explorer" description="Select Java element in the Package Explorer view" category="_89rvBgIOEemLqs7B_fibzg">
<parameters xmi:id="_890R7AIOEemLqs7B_fibzg" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/>
</commands>
<commands xmi:id="_890R7QIOEemLqs7B_fibzg" elementId="org.eclipse.ui.file.closeOthers" commandName="Close Others" description="Close all editors except the one that is active" category="_89rvCgIOEemLqs7B_fibzg"/>
<commands xmi:id="_890R7gIOEemLqs7B_fibzg" elementId="org.eclipse.ui.editors.quickdiff.revertLine" commandName="Revert Line" description="Revert the current line" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_890R7wIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.OpenDebugConfigurations" commandName="Debug..." description="Open debug launch configuration dialog" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_890R8AIOEemLqs7B_fibzg" elementId="org.eclipse.oomph.setup.editor.performDropdown" commandName="Perform Dropdown" category="_89rvAgIOEemLqs7B_fibzg"/>
<commands xmi:id="_890R8QIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.SimpleFetch" commandName="Fetch from Upstream" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_890R8gIOEemLqs7B_fibzg" elementId="org.eclipse.m2e.sourcelookup.ui.importBinaryProject" commandName="Import Binary Project" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89048AIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.debug.ui.commands.InstanceCount" commandName="Instance Count" description="View the instance count of the selected type loaded in the target VM" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89048QIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.previousEditor" commandName="Previous Editor" description="Switch to the previous editor" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89048gIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.copy.qualified.name" commandName="Copy Qualified Name" description="Copy a fully qualified name to the system clipboard" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89048wIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.promote.local.variable" commandName="Convert Local Variable to Field" description="Convert a local variable to a field" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89049AIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.findReplace" commandName="Find and Replace" description="Find and replace text" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89049QIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.zoomIn" commandName="Zoom In" description="Zoom in text, increase default font size for text editors" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89049gIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.MergeTool" commandName="Merge Tool" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89049wIOEemLqs7B_fibzg" elementId="org.eclipse.ui.ide.OpenMarkersView" commandName="Open Another" description="Open another view" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8904-AIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.command.shareProject" commandName="Share with Git" description="Share the project using Git" category="_89sWEgIOEemLqs7B_fibzg">
<parameters xmi:id="_8904-QIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.command.projectNameParameter" name="Project" optional="false"/>
</commands>
<commands xmi:id="_8904-gIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.convert.anonymous.to.nested" commandName="Convert Anonymous Class to Nested" description="Convert an anonymous class to a nested class" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8904-wIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.correction.changeToStatic" commandName="Quick Fix - Change to static access" description="Invokes quick assist and selects 'Change to static access'" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8904_AIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.fullscreenmode" commandName="Toggle Full Screen" description="Toggles the window between full screen and normal" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8904_QIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.newRendering" commandName="New Rendering" description="Add a new rendering." category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8904_gIOEemLqs7B_fibzg" elementId="org.eclipse.equinox.p2.ui.sdk.installationDetails" commandName="Installation Details" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8904_wIOEemLqs7B_fibzg" elementId="org.eclipse.team.ui.synchronizeAll" commandName="Synchronize..." description="Synchronize resources in the workspace with another location" category="_89rH8AIOEemLqs7B_fibzg"/>
<commands xmi:id="_8905AAIOEemLqs7B_fibzg" elementId="org.eclipse.m2e.profiles.ui.commands.selectMavenProfileCommand" commandName="Select Maven Profiles" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8905AQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.nextEditor" commandName="Next Editor" description="Switch to the next editor" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8905AgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.project.closeUnrelatedProjects" commandName="Close Unrelated Projects" description="Close unrelated projects" category="_89rvDwIOEemLqs7B_fibzg"/>
<commands xmi:id="_8905AwIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.self.encapsulate.field" commandName="Encapsulate Field" description="Create getting and setting methods for the field and use only those to access the field" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8905BAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.ide.markers.copyMarkerResourceQualifiedName" commandName="Copy Resource Qualified Name To Clipboard" description="Copies markers resource qualified name to the clipboard" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_891gAAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.internal.reflog.CopyCommand" commandName="Copy Commit Id" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_891gAQIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.new.subtask" commandName="New Subtask" category="_89rvBQIOEemLqs7B_fibzg"/>
<commands xmi:id="_891gAgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.help.helpContents" commandName="Help Contents" description="Open the help contents" category="_89rvDgIOEemLqs7B_fibzg"/>
<commands xmi:id="_891gAwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.Reset" commandName="Reset..." category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_891gBAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.delete" commandName="Delete" description="Delete the selection" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_891gBQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.delete.line.to.beginning" commandName="Delete to Beginning of Line" description="Delete to the beginning of a line of text" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_891gBgIOEemLqs7B_fibzg" elementId="org.eclipse.search.ui.performTextSearchWorkspace" commandName="Find Text in Workspace" description="Searches the files in the workspace for specific text." category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_891gBwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.RenameBranch" commandName="Rename Branch..." category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_891gCAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.Synchronize" commandName="Synchronize" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_891gCQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.working.set" commandName="Declaration in Working Set" description="Search for declarations of the selected element in a working set" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_891gCgIOEemLqs7B_fibzg" elementId="org.eclipse.wst.sse.ui.remove.block.comment" commandName="Remove Block Comment" description="Remove Block Comment" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_891gCwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.findPrevious" commandName="Find Previous" description="Find previous item" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_891gDAIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.ToggleBreakpoint" commandName="Toggle Breakpoint" description="Creates or removes a breakpoint" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_891gDQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.navigate.gototype" commandName="Go to Type" description="Go to Type" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_891gDgIOEemLqs7B_fibzg" elementId="org.eclipse.m2e.core.ui.command.openPom" commandName="Open Maven POM" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_891gDwIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.index.rebuild" commandName="Rebuild Java Index" description="Rebuilds the Java index database" category="_89rvDwIOEemLqs7B_fibzg"/>
<commands xmi:id="_891gEAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.addBookmark" commandName="Add Bookmark" description="Add a bookmark" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_891gEQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.commit.Revert" commandName="Revert Commit" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_891gEgIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.commit.StashDrop" commandName="Delete Stashed Commit..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_891gEwIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.openTask" commandName="Open Task" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_891gFAIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xsd.ui.refactor.rename.element" commandName="&Rename XSD element" description="Rename XSD element" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_891gFQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.scroll.lineUp" commandName="Scroll Line Up" description="Scroll up one line of text" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_892HEAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.select.last" commandName="Restore Last Selection" description="Restore last selection" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_892HEQIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.java.ui.editor.folding.auto" commandName="Toggle Active Folding" description="Toggle Active Folding" category="_89rvBwIOEemLqs7B_fibzg"/>
<commands xmi:id="_892HEgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.set.mark" commandName="Set Mark" description="Set the mark" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_892HEwIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.goToPreviousUnread" commandName="Go To Previous Unread Task" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_892HFAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.folding.toggle" commandName="Toggle Folding" description="Toggles folding in the current editor" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_892HFQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.toggleShowWhitespaceCharacters" commandName="Show Whitespace Characters" description="Shows whitespace characters in current text editor" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_892HFgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.correction.splitJoinVariableDeclaration.assist" commandName="Quick Assist - Split/Join variable declaration" description="Invokes quick assist and selects 'Split/Join variable declaration'" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_892HFwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.file.revert" commandName="Revert" description="Revert to the last saved state" category="_89rvCgIOEemLqs7B_fibzg"/>
<commands xmi:id="_892HGAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.showView" commandName="Show View" description="Shows a particular view" category="_89rH8QIOEemLqs7B_fibzg">
<parameters xmi:id="_892HGQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.showView.viewId" name="View"/>
<parameters xmi:id="_892HGgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.showView.secondaryId" name="Secondary Id"/>
<parameters xmi:id="_892HGwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.views.showView.makeFast" name="As FastView"/>
</commands>
<commands xmi:id="_892HHAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.Ignore" commandName="Ignore" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_892HHQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.commit.Edit" commandName="Edit Commit" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_892HHgIOEemLqs7B_fibzg" elementId="org.eclipse.oomph.ui.ToggleOfflineMode" commandName="Toggle Offline Mode" category="_89sWEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_892HHwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.showResourceByPath" commandName="Show Resource in Navigator" description="Show a resource in the Navigator given its path" category="_89rvBgIOEemLqs7B_fibzg">
<parameters xmi:id="_892HIAIOEemLqs7B_fibzg" elementId="resourcePath" name="Resource Path" typeId="org.eclipse.ui.ide.resourcePath" optional="false"/>
</commands>
<commands xmi:id="_892HIQIOEemLqs7B_fibzg" elementId="org.eclipse.oomph.setup.editor.openLog" commandName="Open Setup Log" category="_89rvAgIOEemLqs7B_fibzg"/>
<commands xmi:id="_892HIgIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.SkipAllBreakpoints" commandName="Skip All Breakpoints" description="Sets whether or not any breakpoint should suspend execution" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_892HIwIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.selectRootElements" commandName="Select Root Elements" category="_89rvCQIOEemLqs7B_fibzg">
<parameters xmi:id="_892HJAIOEemLqs7B_fibzg" elementId="type" name="type" optional="false"/>
</commands>
<commands xmi:id="_892HJQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.delimiter.windows" commandName="Convert Line Delimiters to Windows (CRLF, \r\n, 0D0A, ¤¶)" description="Converts the line delimiters to Windows (CRLF, \r\n, 0D0A, ¤¶)" category="_89rvCgIOEemLqs7B_fibzg"/>
<commands xmi:id="_892uIAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.findNext" commandName="Find Next" description="Find next item" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_892uIQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.hidetrimbars" commandName="Toggle visibility of the window toolbars" description="Toggle the visibility of the toolbars of the current window" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_892uIgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.project.buildAutomatically" commandName="Build Automatically" description="Toggle the workspace build automatically function" category="_89rvDwIOEemLqs7B_fibzg"/>
<commands xmi:id="_892uIwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.file.import" commandName="Import" description="Import" category="_89rvCgIOEemLqs7B_fibzg">
<parameters xmi:id="_892uJAIOEemLqs7B_fibzg" elementId="importWizardId" name="Import Wizard"/>
</commands>
<commands xmi:id="_892uJQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.Merge" commandName="Merge" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_892uJgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.switchToEditor" commandName="Switch to Editor" description="Switch to an editor" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_892uJwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.help.dynamicHelp" commandName="Show Contextual Help" description="Open the contextual help" category="_89rvDgIOEemLqs7B_fibzg"/>
<commands xmi:id="_892uKAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.nextSubTab" commandName="Next Sub-Tab" description="Switch to the next sub-tab" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_892uKQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.comment" commandName="Comment" description="Turn the selected lines into Java comments" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_892uKgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.parameter" commandName="Introduce Parameter" description="Introduce a new method parameter based on the selected expression" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_892uKwIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.addTaskRepository" commandName="Add Task Repository..." category="_89rvBQIOEemLqs7B_fibzg">
<parameters xmi:id="_892uLAIOEemLqs7B_fibzg" elementId="connectorKind" name="Repository Type"/>
</commands>
<commands xmi:id="_892uLQIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.removeAllSessions" commandName="Remove All Sessions" category="_89rvCQIOEemLqs7B_fibzg"/>
<commands xmi:id="_892uLgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.debug.ui.localJavaShortcut.run" commandName="Run Java Application" description="Run Java Application" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_892uLwIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.activateTask" commandName="Activate Task" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_892uMAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.CreateTag" commandName="Create Tag..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_892uMQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.addTask" commandName="Add Task..." description="Add a task" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_892uMgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file.quickMenu" commandName="Show Occurrences in File Quick Menu" description="Shows the Occurrences in File quick menu" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_892uMwIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.builds.ui.commands.OpenBuildElementWithBrowser" commandName="Open Build with Browser" category="_89rvAAIOEemLqs7B_fibzg">
<parameters xmi:id="_892uNAIOEemLqs7B_fibzg" elementId="element" name="Element"/>
</commands>
<commands xmi:id="_892uNQIOEemLqs7B_fibzg" elementId="org.eclipse.wst.sse.ui.structure.select.enclosing" commandName="Select Enclosing Element" description="Expand selection to include enclosing element" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_892uNgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.toggleInsertMode" commandName="Toggle Insert Mode" description="Toggle insert mode" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_892uNwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.cheatsheets.openCheatSheet" commandName="Open Cheat Sheet" description="Open a Cheat Sheet." category="_89rvDgIOEemLqs7B_fibzg">
<parameters xmi:id="_892uOAIOEemLqs7B_fibzg" elementId="cheatSheetId" name="Identifier"/>
</commands>
<commands xmi:id="_893VMAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesViewDelete" commandName="Delete Repository" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_893VMQIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.viewSource.command" commandName="View Unformatted Text" category="_89rvBQIOEemLqs7B_fibzg"/>
<commands xmi:id="_893VMgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.file.closePart" commandName="Close Part" description="Close the active workbench part" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_893VMwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.editors.revisions.id.toggle" commandName="Toggle Revision Id Display" description="Toggles the display of the revision id" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_893VNAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.project.cleanAction" commandName="Build Clean" description="Discard old built state" category="_89rvDwIOEemLqs7B_fibzg"/>
<commands xmi:id="_893VNQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.moveLineDown" commandName="Move Lines Down" description="Moves the selected lines down" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_893VNgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.back" commandName="Back" description="Navigate back" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_893VNwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.select.wordNext" commandName="Select Next Word" description="Select the next word" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_893VOAIOEemLqs7B_fibzg" elementId="org.eclipse.equinox.p2.ui.sdk.update" commandName="Check for Updates" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_893VOQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.JavaBrowsingPerspective" commandName="Java Browsing" description="Show the Java Browsing perspective" category="_89rvFQIOEemLqs7B_fibzg"/>
<commands xmi:id="_893VOgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.goto.pageDown" commandName="Page Down" description="Go down one page" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_893VOwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.goto.textEnd" commandName="Text End" description="Go to the end of the text" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_893VPAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.builds.ui.commands.OpenBuildElement" commandName="Open Build Element" category="_89rvAAIOEemLqs7B_fibzg">
<parameters xmi:id="_893VPQIOEemLqs7B_fibzg" elementId="element" name="Element"/>
</commands>
<commands xmi:id="_893VPgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.goto.matching.bracket" commandName="Go to Matching Bracket" description="Moves the cursor to the matching bracket" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_893VPwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.part.previousPage" commandName="Previous Page" description="Switch to the previous page" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_893VQAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.team.ui.commands.CopyCommitMessage" commandName="Copy Commit Message for Task" description="Copies a commit message for the currently selected task to the clipboard." category="_89rvBQIOEemLqs7B_fibzg"/>
<commands xmi:id="_893VQQIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.relaunchSession" commandName="Relaunch Coverage Session" category="_89rvCQIOEemLqs7B_fibzg"/>
<commands xmi:id="_893VQgIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.GarbageCollect" commandName="Collect Garbage" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8938QAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.CompareWithWorkingTree" commandName="Compare with Working Tree" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8938QQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.Branch" commandName="Branch" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8938QgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.project.closeProject" commandName="Close Project" description="Close the selected project" category="_89rvDwIOEemLqs7B_fibzg"/>
<commands xmi:id="_8938QwIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xml.ui.previousSibling" commandName="Previous Sibling" description="Go to Previous Sibling" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_8938RAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.PullWithOptions" commandName="Pull..." category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8938RQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesViewConfigurePush" commandName="Configure Push..." category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8938RgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.findIncrementalReverse" commandName="Incremental Find Reverse" description="Incremental find reverse" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_8938RwIOEemLqs7B_fibzg" elementId="org.eclipse.epp.mpc.ui.command.importFavoritesWizard" commandName="Import Marketplace Favorites" description="Import another user's Marketplace Favorites List" category="_89sWEgIOEemLqs7B_fibzg">
<parameters xmi:id="_8938SAIOEemLqs7B_fibzg" elementId="favoritesUrl" name="favoritesUrl"/>
</commands>
<commands xmi:id="_8938SQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.factory" commandName="Introduce Factory" description="Introduce a factory method to encapsulate invocation of the selected constructor" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8938SgIOEemLqs7B_fibzg" elementId="org.eclipse.ant.ui.antShortcut.run" commandName="Run Ant Build" description="Run Ant Build" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8938SwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.stash.apply" commandName="Apply Stashed Changes" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8938TAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.debug.ui.commands.Inspect" commandName="Inspect" description="Inspect result of evaluating selected text" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8938TQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.commit.CherryPick" commandName="Cherry Pick" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8938TgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.use.supertype" commandName="Use Supertype Where Possible" description="Change occurrences of a type to use a supertype instead" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8938TwIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskUnread" commandName="Mark Task Unread" category="_89rvBQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8938UAIOEemLqs7B_fibzg" elementId="org.eclipse.search.ui.performTextSearchFile" commandName="Find Text in File" description="Searches the files in the file for specific text." category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8938UQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.goto.columnNext" commandName="Next Column" description="Go to the next column" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_8938UgIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.Squash" commandName="Squash Commits" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_894jUAIOEemLqs7B_fibzg" elementId="org.eclipse.wst.sse.ui.structure.select.last" commandName="Restore Last Selection" description="Restore last selection" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_894jUQIOEemLqs7B_fibzg" elementId="org.eclipse.search.ui.performTextSearchWorkingSet" commandName="Find Text in Working Set" description="Searches the files in the working set for specific text." category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_894jUgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.goto.wordNext" commandName="Next Word" description="Go to the next word" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_894jUwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.cut.line" commandName="Cut Line" description="Cut a line of text, or multiple lines when invoked again without interruption" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_894jVAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.builds.ui.command.NewTaskFromBuild" commandName="New Task From Build" category="_89rvAAIOEemLqs7B_fibzg"/>
<commands xmi:id="_894jVQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.folding.expand_all" commandName="Expand All" description="Expands all folded regions" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_894jVgIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xsd.ui.refactor.makeElementGlobal" commandName="Make Local Element &Global" description="Promotes local element to global level and replaces its references" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_894jVwIOEemLqs7B_fibzg" elementId="org.eclipse.quickdiff.toggle" commandName="Quick Diff Toggle" description="Toggles quick diff information display on the line number ruler" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_894jWAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.deleteNext" commandName="Delete Next" description="Delete the next character" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_894jWQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.FetchGerritChange" commandName="Fetch From Gerrit" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_894jWgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.correction.encapsulateField.assist" commandName="Quick Assist - Create getter/setter for field" description="Invokes quick assist and selects 'Create getter/setter for field'" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_894jWwIOEemLqs7B_fibzg" elementId="org.eclipse.oomph.setup.editor.openEditorDropdown" commandName="Open Setup Editor" category="_89rvAgIOEemLqs7B_fibzg"/>
<commands xmi:id="_894jXAIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.junitRAPShortcut.coverage" commandName="Coverage RAP JUnit Test" description="Coverage RAP JUnit Test" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_894jXQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.help.quickStartAction" commandName="Welcome" description="Show help for beginning users" category="_89rvDgIOEemLqs7B_fibzg"/>
<commands xmi:id="_894jXgIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.SynchronizeAll" commandName="Synchronize Changed" category="_89rvBQIOEemLqs7B_fibzg"/>
<commands xmi:id="_894jXwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.ReplaceWithPrevious" commandName="Replace with Previous Revision" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_894jYAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.debug.ui.commands.Watch" commandName="Watch" description="Create new watch expression" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_894jYQIOEemLqs7B_fibzg" elementId="org.eclipse.m2e.sourcelookup.ui.openPom" commandName="Open Pom" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_894jYgIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.Reword" commandName="Reword Commit" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_894jYwIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.wikitext.context.ui.editor.folding.auto" commandName="Toggle Active Folding" description="Toggle Active Folding" category="_89rvCAIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KYAIOEemLqs7B_fibzg" elementId="org.eclipse.oomph.setup.ui.questionnaire" commandName="Configuration Questionnaire" description="Review the IDE's most fiercely contested preferences" category="_89rvAgIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KYQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.hideShowEditors" commandName="Toggle Shared Area Visibility" description="Toggles the visibility of the shared area" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KYgIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.OpenCommit" commandName="Open Git Commit" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KYwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.help.displayHelp" commandName="Display Help" description="Display a Help topic" category="_89rvDgIOEemLqs7B_fibzg">
<parameters xmi:id="_895KZAIOEemLqs7B_fibzg" elementId="href" name="Help topic href"/>
</commands>
<commands xmi:id="_895KZQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.folding.restore" commandName="Reset Structure" description="Resets the folding structure" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KZgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.select.pageDown" commandName="Select Page Down" description="Select to the bottom of the page" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KZwIOEemLqs7B_fibzg" elementId="org.eclipse.ltk.ui.refactor.create.refactoring.script" commandName="Create Script" description="Create a refactoring script from refactorings on the local workspace" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KaAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.join.lines" commandName="Join Lines" description="Join lines of text" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KaQIOEemLqs7B_fibzg" elementId="org.eclipse.help.ui.indexcommand" commandName="Index" description="Show Keyword Index" category="_89rvDgIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KagIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.open.editor" commandName="Open Declaration" description="Open an editor on the selected element" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KawIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.showContextMenu" commandName="Show Context Menu" description="Show the context menu" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KbAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.clean.up" commandName="Clean Up" description="Solve problems and improve code style on selected resources" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KbQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.local.variable" commandName="Extract Local Variable" description="Extracts an expression into a new local variable and uses the new local variable" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KbgIOEemLqs7B_fibzg" elementId="org.eclipse.oomph.p2.ui.ExploreRepository" commandName="Explore Repository" category="_89rvEwIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KbwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.InstallLfsLocal" commandName="Enable LFS locally" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KcAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.debug.ui.localJavaShortcut.debug" commandName="Debug Java Application" description="Debug Java Application" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KcQIOEemLqs7B_fibzg" elementId="org.eclipse.ltk.ui.refactor.show.refactoring.history" commandName="Open Refactoring History " description="Opens the refactoring history" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KcgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.hierarchy" commandName="Read Access in Hierarchy" description="Search for read references of the selected element in its hierarchy" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KcwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.forward" commandName="Forward" description="Navigate forward" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KdAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.correction.assist.proposals" commandName="Quick Fix" description="Suggest possible fixes for a problem" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KdQIOEemLqs7B_fibzg" elementId="org.eclipse.buildship.ui.commands.openbuildscript" commandName="Open Gradle Build Script" description="Opens the Gradle build script for the selected Gradle project" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KdgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.push.down" commandName="Push Down" description="Move members to subclasses" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KdwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.nextPerspective" commandName="Next Perspective" description="Switch to the next perspective" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KeAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.UpdateRepositoryConfiguration" commandName="Update Repository Configuration" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KeQIOEemLqs7B_fibzg" elementId="org.eclipse.buildship.ui.commands.openrunconfiguration" commandName="Open Gradle Run Configuration" description="Opens the Run Configuration for the selected Gradle tasks" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_895KegIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.commit.StashApply" commandName="Apply Stashed Changes" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_895xcAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.DeleteTag" commandName="&Delete Tag" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_895xcQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.remove.occurrence.annotations" commandName="Remove Occurrence Annotations" description="Removes the occurrence annotations from the current editor" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_895xcgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.working.set" commandName="Write Access in Working Set" description="Search for write references to the selected element in a working set" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_895xcwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.ShowVersions" commandName="Open this Version" category="_89sWEgIOEemLqs7B_fibzg">
<parameters xmi:id="_895xdAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.CompareMode" name="Compare mode"/>
</commands>
<commands xmi:id="_895xdQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.pinEditor" commandName="Pin Editor" description="Pin the current editor" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_895xdgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.nextTab" commandName="Next Tab" description="Switch to the next tab" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_895xdwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.quickAccess" commandName="Quick Access" description="Quickly access UI elements" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_895xeAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.showInformation" commandName="Show Tooltip Description" description="Displays information for the current caret location in a focused hover" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_895xeQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.add.import" commandName="Add Import" description="Create import statement on selection" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_895xegIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.attachment.open" commandName="Open Attachment" category="_89rH9AIOEemLqs7B_fibzg"/>
<commands xmi:id="_895xewIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.goto.pageUp" commandName="Page Up" description="Go up one page" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_895xfAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.submodule.sync" commandName="Sync Submodule" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_895xfQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.DeleteBranch" commandName="Delete Branch" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_895xfgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.goto.columnPrevious" commandName="Previous Column" description="Go to the previous column" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_895xfwIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.toggleMemoryMonitorsPane" commandName="Toggle Memory Monitors Pane" description="Toggle visibility of the Memory Monitors Pane" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_895xgAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.ConfigureUpstreamFetch" commandName="Configure Upstream Fetch" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_895xgQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.implementors.in.working.set" commandName="Implementors in Working Set" description="Search for implementors of the selected interface in a working set" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_895xggIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.Discard" commandName="Replace with File in Index" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_895xgwIOEemLqs7B_fibzg" elementId="org.eclipse.compare.selectNextChange" commandName="Select Next Change" description="Select Next Change" category="_89rvCwIOEemLqs7B_fibzg"/>
<commands xmi:id="_895xhAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesViewCreateBranch" commandName="Create Branch..." category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_895xhQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesViewCopyPath" commandName="Copy Path to Clipboard" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_896YgAIOEemLqs7B_fibzg" elementId="org.eclipse.ltk.ui.refactoring.commands.renameResource" commandName="Rename Resource" description="Rename the selected resource and notify LTK participants." category="_89rvFgIOEemLqs7B_fibzg"/>
<commands xmi:id="_896YgQIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.builds.ui.command.NewTaskFromTest" commandName="New Task From Test" category="_89rvAAIOEemLqs7B_fibzg"/>
<commands xmi:id="_896YggIOEemLqs7B_fibzg" elementId="org.eclipse.oomph.setup.editor.perform.startup" commandName="Perform Setup Tasks (Startup)" category="_89rvAgIOEemLqs7B_fibzg"/>
<commands xmi:id="_896YgwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.Rebase" commandName="Rebase on" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_896YhAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.commit.ShowInHistory" commandName="Show in History" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_896YhQIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.previousTask" commandName="Previous Task Command" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_896YhgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.file.properties" commandName="Properties" description="Display the properties of the selected item" category="_89rvCgIOEemLqs7B_fibzg"/>
<commands xmi:id="_896YhwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.showRulerAnnotationInformation" commandName="Show Ruler Annotation Tooltip" description="Displays annotation information for the caret line in a focused hover" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_896YiAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.ReplaceWithHead" commandName="Replace with HEAD revision" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_896YiQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.correction.renameInFile.assist" commandName="Quick Assist - Rename in file" description="Invokes quick assist and selects 'Rename in file'" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_896YigIOEemLqs7B_fibzg" elementId="org.eclipse.recommenders.utils.rcp.commands.openPreferences" commandName="Open the preferences dialog" category="_89sWEgIOEemLqs7B_fibzg">
<parameters xmi:id="_896YiwIOEemLqs7B_fibzg" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/>
</commands>
<commands xmi:id="_896YjAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.browser.openBrowser" commandName="Open Browser" description="Opens the default web browser." category="_89rvDAIOEemLqs7B_fibzg">
<parameters xmi:id="_896YjQIOEemLqs7B_fibzg" elementId="url" name="URL"/>
<parameters xmi:id="_896YjgIOEemLqs7B_fibzg" elementId="browserId" name="Browser Id"/>
<parameters xmi:id="_896YjwIOEemLqs7B_fibzg" elementId="name" name="Browser Name"/>
<parameters xmi:id="_896YkAIOEemLqs7B_fibzg" elementId="tooltip" name="Browser Tooltip"/>
</commands>
<commands xmi:id="_896YkQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.activeContextInfo" commandName="Show activeContext Info" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_896YkgIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskReadGoToPreviousUnread" commandName="Mark Task Read and Go To Previous Unread Task" category="_89rvBQIOEemLqs7B_fibzg"/>
<commands xmi:id="_896YkwIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.implement.occurrences" commandName="Search Implement Occurrences in File" description="Search for implement occurrences of a selected type" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_896YlAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.constant" commandName="Extract Constant" description="Extracts a constant into a new static field and uses the new static field" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_896YlQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.select.textStart" commandName="Select Text Start" description="Select to the beginning of the text" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_896YlgIOEemLqs7B_fibzg" elementId="org.eclipse.wst.sse.ui.cleanup.document" commandName="Cleanup Document..." description="Cleanup document" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_896YlwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.DeleteBranch" commandName="Delete Branch" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_896YmAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.builds.ui.command.ShowBuildOutput.url" commandName="Show Build Output" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_kAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.contentAssist.contextInformation" commandName="Context Information" description="Show Context Information" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_kQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.file.saveAs" commandName="Save As" description="Save the current contents to another location" category="_89rvCgIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_kgIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.ConfigurePush" commandName="Configure Upstream Push" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_kwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.previousPerspective" commandName="Previous Perspective" description="Switch to the previous perspective" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_lAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.splitEditor" commandName="Toggle Split Editor" description="Split or join the currently active editor." category="_89rvDAIOEemLqs7B_fibzg">
<parameters xmi:id="_896_lQIOEemLqs7B_fibzg" elementId="Splitter.isHorizontal" name="Orientation" optional="false"/>
</commands>
<commands xmi:id="_896_lgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.collapseAll" commandName="Collapse All" description="Collapse the current tree" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_lwIOEemLqs7B_fibzg" elementId="org.eclipse.compare.copyAllRightToLeft" commandName="Copy All from Right to Left" description="Copy All Changes from Right to Left" category="_89rvCwIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_mAIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.command.nextpage" commandName="Next Page of Memory" description="Load next page of memory" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_mQIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.command.gotoaddress" commandName="Go to Address" description="Go to Address" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_mgIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.deactivateSelectedTask" commandName="Deactivate Selected Task" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_mwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.maximizePart" commandName="Maximize Active View or Editor" description="Toggles maximize/restore state of active view or editor" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_nAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.lockToolBar" commandName="Toggle Lock Toolbars" description="Toggle the Lock on the Toolbars" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_nQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.correction.qualifyField" commandName="Quick Fix - Qualify field access" description="Invokes quick assist and selects 'Qualify field access'" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_ngIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.newEditor" commandName="Clone Editor" description="Open another editor on the active editor's input" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_nwIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.Disconnect" commandName="Disconnect" description="Disconnect" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_oAIOEemLqs7B_fibzg" elementId="org.eclipse.wst.sse.ui.format" commandName="Format" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_oQIOEemLqs7B_fibzg" elementId="org.eclipse.search.ui.openSearchDialog" commandName="Open Search Dialog" description="Open the Search dialog" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_ogIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.contentAssist.proposals" commandName="Content Assist" description="Content Assist" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_owIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.workspace" commandName="Write Access in Workspace" description="Search for write references to the selected element in the workspace" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_pAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.up" commandName="Up" description="Navigate up one level" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_pQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.activateEditor" commandName="Activate Editor" description="Activate the editor" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_pgIOEemLqs7B_fibzg" elementId="org.eclipse.m2e.core.ui.command.addPlugin" commandName="Add Maven Plugin" description="Add Maven Plugin" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_pwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.removeFromWorkingSet" commandName="Remove From Working Set" description="Removes the selected object from a working set." category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_qAIOEemLqs7B_fibzg" elementId="sed.tabletree.expandAll" commandName="Expand All" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_qQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.modify.method.parameters" commandName="Change Method Signature" description="Change method signature includes parameter names and parameter order" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_qgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.delete.line.to.end" commandName="Delete to End of Line" description="Delete to the end of a line of text" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_896_qwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.commit.CreateBranch" commandName="Create Branch..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_897moAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.openSelectedTask" commandName="Open Selected Task" category="_89rvBQIOEemLqs7B_fibzg"/>
<commands xmi:id="_897moQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesLinkWithSelection" commandName="Link with Selection" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_897mogIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.mergeSessions" commandName="Merge Sessions" category="_89rvCQIOEemLqs7B_fibzg"/>
<commands xmi:id="_897mowIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.context.ui.commands.toggle.focus.active.view" commandName="Focus on Active Task" description="Toggle the focus on active task for the active view" category="_89rvBAIOEemLqs7B_fibzg"/>
<commands xmi:id="_897mpAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.correction.extractLocal.assist" commandName="Quick Assist - Extract local variable (replace all occurrences)" description="Invokes quick assist and selects 'Extract local variable (replace all occurrences)'" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_897mpQIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.Terminate" commandName="Terminate" description="Terminate" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_897mpgIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.ShowRepositoriesView" commandName="Show Git Repositories View" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_897mpwIOEemLqs7B_fibzg" elementId="org.eclipse.help.ui.ignoreMissingPlaceholders" commandName="Do not warn of missing documentation" description="Sets the help preferences to no longer report a warning about the current set of missing documents." category="_89rvDgIOEemLqs7B_fibzg"/>
<commands xmi:id="_897mqAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.ide.deleteCompleted" commandName="Delete Completed Tasks" description="Delete the tasks marked as completed" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_897mqQIOEemLqs7B_fibzg" elementId="org.eclipse.compare.compareWithOther" commandName="Compare With Other Resource" description="Compare resources, clipboard contents or editors" category="_89rvCwIOEemLqs7B_fibzg"/>
<commands xmi:id="_897mqgIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.goToNextUnread" commandName="Go To Next Unread Task" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_897mqwIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.add.javadoc.comment" commandName="Add Javadoc Comment" description="Add a Javadoc comment stub to the member element" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_897mrAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.CreatePatch" commandName="Create Patch..." category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_897mrQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.editors.revisions.author.toggle" commandName="Toggle Revision Author Display" description="Toggles the display of the revision author" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_897mrgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.goto.windowEnd" commandName="Window End" description="Go to the end of the window" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_897mrwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RebaseInteractiveCurrent" commandName="Rebase Interactive" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_897msAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.perspectives.showPerspective" commandName="Show Perspective" description="Show a particular perspective" category="_89rvFQIOEemLqs7B_fibzg">
<parameters xmi:id="_897msQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.perspectives.showPerspective.perspectiveId" name="Parameter"/>
<parameters xmi:id="_897msgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.perspectives.showPerspective.newWindow" name="In New Window"/>
</commands>
<commands xmi:id="_897mswIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.openEditorDropDown" commandName="Quick Switch Editor" description="Open the editor drop down list" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_897mtAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.goto.line" commandName="Go to Line" description="Go to a specified line of text" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_897mtQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.editors.quickdiff.revert" commandName="Revert Lines" description="Revert the current selection, block or deleted lines" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_897mtgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.deleteNextWord" commandName="Delete Next Word" description="Delete the next word" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NsAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.debug.ui.javaAppletShortcut.debug" commandName="Debug Java Applet" description="Debug Java Applet" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NsQIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xml.ui.gotoMatchingTag" commandName="Matching Tag" description="Go to Matching Tag" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NsgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.toggleMarkOccurrences" commandName="Toggle Mark Occurrences" description="Toggles mark occurrences in Java editors" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NswIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.select.lineUp" commandName="Select Line Up" description="Extend the selection to the previous line of text" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NtAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.SkipRebase" commandName="Skip commit and continue" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NtQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.replace.invocations" commandName="Replace Invocations" description="Replace invocations of the selected method" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NtgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.hierarchy" commandName="Declaration in Hierarchy" description="Search for declarations of the selected element in its hierarchy" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NtwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.SetQuickdiffBaseline" commandName="Set quickdiff baseline" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NuAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.undo" commandName="Undo" description="Undo the last operation" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NuQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.submodule.add" commandName="Add Submodule" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NugIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.cut.line.to.end" commandName="Cut to End of Line" description="Cut to the end of a line of text" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NuwIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.correction.convertAnonymousToLocal.assist" commandName="Quick Assist - Convert anonymous to local class" description="Invokes quick assist and selects 'Convert anonymous to local class'" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NvAIOEemLqs7B_fibzg" elementId="org.eclipse.compare.copyLeftToRight" commandName="Copy from Left to Right" description="Copy Current Change from Left to Right" category="_89rvCwIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NvQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.file.newQuickMenu" commandName="New menu" description="Open the New menu" category="_89rvCgIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NvgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.project.openProject" commandName="Open Project" description="Open a project" category="_89rvDwIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NvwIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.actions.WatchCommand" commandName="Watch" description="Create a watch expression from the current selection and add it to the Expressions view" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NwAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.file.openWorkspace" commandName="Switch Workspace" description="Open the workspace selection dialog" category="_89rvCgIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NwQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.file.closeAll" commandName="Close All" description="Close all editors" category="_89rvCgIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NwgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.navigate.open.type" commandName="Open Type" description="Open a type in a Java editor" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NwwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.cut" commandName="Cut" description="Cut the selection to the clipboard" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NxAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.ShowBlame" commandName="Show Revision Information" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NxQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.indirection" commandName="Introduce Indirection" description="Introduce an indirection to encapsulate invocations of a selected method" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NxgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.correction.addSuppressWarnings" commandName="Quick Fix - Add @SuppressWarnings" description="Invokes quick fix and selects 'Add @SuppressWarnings' " category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NxwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.Merge" commandName="Merge" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NyAIOEemLqs7B_fibzg" elementId="org.eclipse.tips.ide.command.trim.open" commandName="Tip of the Day" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NyQIOEemLqs7B_fibzg" elementId="org.eclipse.ltk.ui.refactor.apply.refactoring.script" commandName="Apply Script" description="Perform refactorings from a refactoring script on the local workspace" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NygIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.ReplaceWithRef" commandName="Replace with branch, tag, or reference" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NywIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.write.access.in.project" commandName="Write Access in Project" description="Search for write references to the selected element in the enclosing project" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_898NzAIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.selectCounters" commandName="Select Counters" category="_89rvCQIOEemLqs7B_fibzg">
<parameters xmi:id="_898NzQIOEemLqs7B_fibzg" elementId="type" name="type" optional="false"/>
</commands>
<commands xmi:id="_8980wAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.submitTask" commandName="Submit Task" description="Submits the currently open task" category="_89rH9AIOEemLqs7B_fibzg"/>
<commands xmi:id="_8980wQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.project.properties" commandName="Properties" description="Display the properties of the selected item's project " category="_89rvDwIOEemLqs7B_fibzg"/>
<commands xmi:id="_8980wgIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.testNgSuiteShortcut.coverage" commandName="Coverage TestNG Suite" description="Coverage TestNG Suite" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8980wwIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.superclass" commandName="Extract Superclass" description="Extract a set of members into a new superclass and try to use the new superclass" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8980xAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.CompareVersionsInTree" commandName="Compare in Tree" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8980xQIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xml.ui.reload.dependencies" commandName="Reload Dependencies" description="Reload Dependencies" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8980xgIOEemLqs7B_fibzg" elementId="org.eclipse.wst.sse.ui.generate.xml" commandName="&XML File..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8980xwIOEemLqs7B_fibzg" elementId="org.eclipse.epp.package.common.contribute" commandName="Contribute" description="Contribute to the development and success of the Eclipse IDE!" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8980yAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.select.columnPrevious" commandName="Select Previous Column" description="Select the previous column" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_8980yQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.toggleShowSelectedElementOnly" commandName="Show Selected Element Only" description="Show Selected Element Only" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8980ygIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.junit.junitShortcut.rerunFailedFirst" commandName="Rerun JUnit Test - Failures First" description="Rerun JUnit Test - Failures First" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8980ywIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.correction.extractLocalNotReplaceOccurrences.assist" commandName="Quick Assist - Extract local variable" description="Invokes quick assist and selects 'Extract local variable'" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8980zAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.file.export" commandName="Export" description="Export" category="_89rvCgIOEemLqs7B_fibzg">
<parameters xmi:id="_8980zQIOEemLqs7B_fibzg" elementId="exportWizardId" name="Export Wizard"/>
</commands>
<commands xmi:id="_8980zgIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xsd.ui.refactor.makeTypeGlobal" commandName="Make &Anonymous Type Global" description="Promotes anonymous type to global level and replaces its references" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_8980zwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesToggleBranchHierarchy" commandName="Toggle Branch Representation" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89800AIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.implementors.in.project" commandName="Implementors in Project" description="Search for implementors of the selected interface in the enclosing project" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89800QIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.ApplyPatch" commandName="Apply Patch" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89800gIOEemLqs7B_fibzg" elementId="org.eclipse.ltk.ui.refactoring.commands.deleteResources" commandName="Delete Resources" description="Delete the selected resources and notify LTK participants." category="_89rvFgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89800wIOEemLqs7B_fibzg" elementId="org.eclipse.ui.file.print" commandName="Print" description="Print" category="_89rvCgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89801AIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.debug.ui.commands.AllReferences" commandName="All References" description="Inspect all references to the selected object" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89801QIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.junit.junitShortcut.rerunLast" commandName="Rerun JUnit Test" description="Rerun JUnit Test" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89801gIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.JavaPerspective" commandName="Java" description="Show the Java perspective" category="_89rvFQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89801wIOEemLqs7B_fibzg" elementId="org.eclipse.wst.sse.ui.format.active.elements" commandName="Format Active Elements" description="Format active elements" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89802AIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.showRulerContextMenu" commandName="Show Ruler Context Menu" description="Show the context menu for the ruler" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89802QIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.indent" commandName="Correct Indentation" description="Corrects the indentation of the selected lines" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89802gIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.working.set" commandName="References in Working Set" description="Search for references to the selected element in a working set" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89802wIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.task.clearOutgoing" commandName="Clear Outgoing Changes" category="_89rvBQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89803AIOEemLqs7B_fibzg" elementId="org.eclipse.ui.ide.copyConfigCommand" commandName="Copy Configuration Data To Clipboard" description="Copies the configuration data (system properties, installed bundles, etc) to the clipboard." category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89803QIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.folding.collapse" commandName="Collapse" description="Collapses the folded region at the current selection" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89803gIOEemLqs7B_fibzg" elementId="org.eclipse.epp.mpc.ui.command.showFavorites" commandName="Eclipse Marketplace Favorites" description="Open Marketplace Favorites" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b0AIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.smartEnterInverse" commandName="Insert Line Above Current Line" description="Adds a new line above the current line" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b0QIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.forwardHistory" commandName="Forward History" description="Move forward in the editor navigation history" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b0gIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.spy" commandName="Show Contributing Plug-in" description="Shows contribution information for the currently selected element" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b0wIOEemLqs7B_fibzg" elementId="org.eclipse.ui.help.helpSearch" commandName="Help Search" description="Open the help search" category="_89rvDgIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b1AIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.infer.type.arguments" commandName="Infer Generic Type Arguments" description="Infer type arguments for references to generic classes and remove unnecessary casts" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b1QIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.builds.ui.command.ShowTestResults.url" commandName="Show Test Results" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b1gIOEemLqs7B_fibzg" elementId="org.eclipse.search.ui.performTextSearchProject" commandName="Find Text in Project" description="Searches the files in the project for specific text." category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b1wIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.goto.lineDown" commandName="Line Down" description="Go down one line of text" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b2AIOEemLqs7B_fibzg" elementId="org.eclipse.ui.project.rebuildAll" commandName="Rebuild All" description="Rebuild all projects" category="_89rvDwIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b2QIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.commit.Checkout" commandName="Check Out" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b2gIOEemLqs7B_fibzg" elementId="org.eclipse.m2e.actions.LifeCycleClean.run" commandName="Run Maven Clean" description="Run Maven Clean" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b2wIOEemLqs7B_fibzg" elementId="org.eclipse.gef.zoom_in" commandName="Zoom In" description="Zoom In" category="_89rvFwIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b3AIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.quick.format" commandName="Format Element" description="Format enclosing text element" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b3QIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.gotoLastEditPosition" commandName="Last Edit Location" description="Last edit location" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b3gIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.open.hyperlink" commandName="Open Hyperlink" description="Opens the hyperlink at the caret location or opens a chooser if more than one hyperlink is available" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b3wIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.wikitext.ui.convertToEclipseHelpCommand" commandName="Generate Eclipse Help (*.html and *-toc.xml)" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b4AIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.command.prevpage" commandName="Previous Page of Memory" description="Load previous page of memory" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b4QIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.debug.ui.commands.ForceReturn" commandName="Force Return" description="Forces return from method with value of selected expression " category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b4gIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.openLocalFile" commandName="Open File..." description="Open a file" category="_89rvCgIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b4wIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.Disconnect" commandName="Disconnect" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b5AIOEemLqs7B_fibzg" elementId="org.eclipse.ui.ide.configureFilters" commandName="Filters..." description="Configure the filters to apply to the markers view" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b5QIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.importSession" commandName="Import Session..." category="_89rvCQIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b5gIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.previousTab" commandName="Previous Tab" description="Switch to the previous tab" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b5wIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.select.previous" commandName="Select Previous Element" description="Expand selection to include previous sibling" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b6AIOEemLqs7B_fibzg" elementId="org.eclipse.ui.dialogs.openMessageDialog" commandName="Open Message Dialog" description="Open a Message Dialog" category="_89rvEgIOEemLqs7B_fibzg">
<parameters xmi:id="_899b6QIOEemLqs7B_fibzg" elementId="title" name="Title"/>
<parameters xmi:id="_899b6gIOEemLqs7B_fibzg" elementId="message" name="Message"/>
<parameters xmi:id="_899b6wIOEemLqs7B_fibzg" elementId="imageType" name="Image Type Constant" typeId="org.eclipse.ui.dialogs.Integer"/>
<parameters xmi:id="_899b7AIOEemLqs7B_fibzg" elementId="defaultIndex" name="Default Button Index" typeId="org.eclipse.ui.dialogs.Integer"/>
<parameters xmi:id="_899b7QIOEemLqs7B_fibzg" elementId="buttonLabel0" name="First Button Label"/>
<parameters xmi:id="_899b7gIOEemLqs7B_fibzg" elementId="buttonLabel1" name="Second Button Label"/>
<parameters xmi:id="_899b7wIOEemLqs7B_fibzg" elementId="buttonLabel2" name="Third Button Label"/>
<parameters xmi:id="_899b8AIOEemLqs7B_fibzg" elementId="buttonLabel3" name="Fourth Button Label"/>
<parameters xmi:id="_899b8QIOEemLqs7B_fibzg" elementId="cancelReturns" name="Return Value on Cancel"/>
</commands>
<commands xmi:id="_899b8gIOEemLqs7B_fibzg" elementId="org.eclipse.ui.genericeditor.findReferences" commandName="Find References" description="Find other code items referencing the current selected item." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b8wIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.goto.lineEnd" commandName="Line End" description="Go to the end of the line of text" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_899b9AIOEemLqs7B_fibzg" elementId="org.eclipse.ui.file.refresh" commandName="Refresh" description="Refresh the selected items" category="_89rvCgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C4AIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.commit.CreateTag" commandName="Create Tag..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C4QIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesViewChangeCredentials" commandName="Change Credentials" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C4gIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xml.ui.referencedFileErrors" commandName="Show Details..." description="Show Details..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C4wIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.correction.extractMethodInplace.assist" commandName="Quick Assist - Extract method" description="Invokes quick assist and selects 'Extract to method'" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C5AIOEemLqs7B_fibzg" elementId="org.eclipse.oomph.p2.ui.SearchRepositories" commandName="Search Repositories" category="_89rvEwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C5QIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.RunLast" commandName="Run" description="Launch in run mode" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C5gIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.closeAllPerspectives" commandName="Close All Perspectives" description="Close all open perspectives" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C5wIOEemLqs7B_fibzg" elementId="org.eclipse.ui.externalTools.commands.OpenExternalToolsConfigurations" commandName="External Tools..." description="Open external tools launch configuration dialog" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C6AIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.debug.ui.command.OpenFromClipboard" commandName="Open from Clipboard" description="Opens a Java element or a Java stack trace from clipboard" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C6QIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.deletePrevious" commandName="Delete Previous" description="Delete the previous character" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C6gIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.disconnected" commandName="Disconnected" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C6wIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.select.lineStart" commandName="Select Line Start" description="Select to the beginning of the line of text" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C7AIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.commit.Reword" commandName="Reword Commit" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C7QIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.CompareWithPrevious" commandName="Compare with Previous Revision" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C7gIOEemLqs7B_fibzg" elementId="org.eclipse.ui.editors.lineNumberToggle" commandName="Show Line Numbers" description="Toggle display of line numbers" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C7wIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.select.columnNext" commandName="Select Next Column" description="Select the next column" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C8AIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.workspace" commandName="Read Access in Workspace" description="Search for read references to the selected element in the workspace" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C8QIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.index.ui.command.ResetIndex" commandName="Refresh Search Index" category="_89rvBQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C8gIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.TerminateAndRelaunch" commandName="Terminate and Relaunch" description="Terminate and Relaunch" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C8wIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.JavaHierarchyPerspective" commandName="Java Type Hierarchy" description="Show the Java Type Hierarchy perspective" category="_89rvFQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C9AIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesToggleBranchCommit" commandName="Toggle Latest Branch Commit" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C9QIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.PushCommit" commandName="Push Commit..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C9gIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.try.multicatch" commandName="Surround with try/multi-catch Block" description="Surround the selected text with a try/multi-catch block" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C9wIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.Tag" commandName="Tag" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C-AIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.NoAssumeUnchanged" commandName="No Assume Unchanged" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C-QIOEemLqs7B_fibzg" elementId="org.eclipse.ui.ide.showInSystemExplorer" commandName="Show In (System Explorer)" description="Show in system's explorer (file manager)" category="_89rvBgIOEemLqs7B_fibzg">
<parameters xmi:id="_89-C-gIOEemLqs7B_fibzg" elementId="org.eclipse.ui.ide.showInSystemExplorer.path" name="Resource System Path Parameter"/>
</commands>
<commands xmi:id="_89-C-wIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.new.local.task" commandName="New Local Task" category="_89rvBQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C_AIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.select.lineDown" commandName="Select Line Down" description="Extend the selection to the next line of text" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C_QIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.RemoveAllBreakpoints" commandName="Remove All Breakpoints" description="Removes all breakpoints" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C_gIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.sort.members" commandName="Sort Members" description="Sort all members using the member order preference" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-C_wIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigator.resources.nested.changeProjectPresentation" commandName="P&rojects Presentation" category="_89sWEgIOEemLqs7B_fibzg">
<parameters xmi:id="_89-DAAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigator.resources.nested.enabled" name="&Hierarchical"/>
<parameters xmi:id="_89-DAQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.commands.radioStateParameter" name="Nested Project view - Radio State" optional="false"/>
</commands>
<commands xmi:id="_89-DAgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.showKeyAssist" commandName="Show Key Assist" description="Show the key assist dialog" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-DAwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.genericeditor.togglehighlight" commandName="Toggle Highlight" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-DBAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.lowerCase" commandName="To Lower Case" description="Changes the selection to lower case" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-DBQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.CompareWithIndex" commandName="Compare with Index" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-p8AIOEemLqs7B_fibzg" elementId="org.eclipse.m2e.discovery.ui" commandName="m2e Marketplace" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-p8QIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.zoomOut" commandName="Zoom Out" description="Zoom out text, decrease default font size for text editors" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-p8gIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.introduce.parameter.object" commandName="Introduce Parameter Object" description="Introduce a parameter object to a selected method" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-p8wIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskIncomplete" commandName="Mark Task Incomplete" category="_89rvBQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-p9AIOEemLqs7B_fibzg" elementId="org.eclipse.ui.file.save" commandName="Save" description="Save the current contents" category="_89rvCgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-p9QIOEemLqs7B_fibzg" elementId="org.eclipse.gef.zoom_out" commandName="Zoom Out" description="Zoom Out" category="_89rvFwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-p9gIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.commands.openElementInEditor" commandName="Open Java Element" description="Open a Java element in its editor" category="_89rvBgIOEemLqs7B_fibzg">
<parameters xmi:id="_89-p9wIOEemLqs7B_fibzg" elementId="elementRef" name="Java element reference" typeId="org.eclipse.jdt.ui.commands.javaElementReference" optional="false"/>
</commands>
<commands xmi:id="_89-p-AIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.correction.assignAllParamsToNewFields.assist" commandName="Quick Assist - Assign all parameters to new fields" description="Invokes quick assist and selects 'Assign all parameters to new fields'" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-p-QIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.project" commandName="References in Project" description="Search for references to the selected element in the enclosing project" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-p-gIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.AddToIndex" commandName="Add to Index" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-p-wIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.discovery.ui.discoveryWizardCommand" commandName="Discovery Wizard" description="shows the connector discovery wizard" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-p_AIOEemLqs7B_fibzg" elementId="org.eclipse.buildship.ui.commands.refreshtaskview" commandName="Refresh View (Gradle Tasks)" description="Refreshes the Gradle Tasks view" category="_89rH8QIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-p_QIOEemLqs7B_fibzg" elementId="org.eclipse.wst.sse.ui.toggle.comment" commandName="Toggle Comment" description="Toggle Comment" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-p_gIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskReadGoToNextUnread" commandName="Mark Task Read and Go To Next Unread Task" category="_89rvBQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-p_wIOEemLqs7B_fibzg" elementId="org.eclipse.team.ui.applyPatch" commandName="Apply Patch..." description="Apply a patch to one or more workspace projects." category="_89rH8AIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-qAAIOEemLqs7B_fibzg" elementId="org.eclipse.buildship.ui.commands.rundefaulttasks" commandName="Run Gradle Default Tasks" description="Runs the default tasks of the selected Gradle project" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-qAQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.help.tipsAndTricksAction" commandName="Tips and Tricks" description="Open the tips and tricks help page" category="_89rvDgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-qAgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.select.lineEnd" commandName="Select Line End" description="Select to the end of the line of text" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-qAwIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.removeActiveSession" commandName="Remove Active Session" category="_89rvCQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-qBAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.format" commandName="Format" description="Format the selected text" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-qBQIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskRead" commandName="Mark Task Read" category="_89rvBQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-qBgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.smartEnter" commandName="Insert Line Below Current Line" description="Adds a new line below the current line" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-qBwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.goto.lineStart" commandName="Line Start" description="Go to the start of the line of text" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-qCAIOEemLqs7B_fibzg" elementId="org.eclipse.oomph.setup.editor.synchronizePreferences" commandName="Synchronize Preferences" category="_89rvAgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-qCQIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xml.ui.cmnd.contentmodel.sych" commandName="Synch" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-qCgIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureBranch" commandName="Configure Branch" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-qCwIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.move.element" commandName="Move - Refactoring " description="Move the selected element to a new location" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-qDAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.select.wordPrevious" commandName="Select Previous Word" description="Select the previous word" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-qDQIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.Suspend" commandName="Suspend" description="Suspend" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-qDgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.hippieCompletion" commandName="Word Completion" description="Context insensitive completion" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-qDwIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xsd.ui.refactor.renameTargetNamespace" commandName="Rename Target Namespace" description="Changes the target namespace of the schema" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89-qEAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.builds.ui.command.AbortBuild" commandName="Abort Build" category="_89rvAAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RAAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.folding.collapseComments" commandName="Collapse Comments" description="Collapse all comments" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RAQIOEemLqs7B_fibzg" elementId="org.eclipse.team.ui.synchronizeLast" commandName="Repeat last synchronization" description="Repeat the last synchronization" category="_89rH8AIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RAgIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.StepOver" commandName="Step Over" description="Step over" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RAwIOEemLqs7B_fibzg" elementId="org.eclipse.compare.selectPreviousChange" commandName="Select Previous Change" description="Select Previous Change" category="_89rvCwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RBAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.generate.javadoc" commandName="Generate Javadoc" description="Generates Javadoc for a selectable set of Java resources" category="_89rvDwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RBQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesViewConfigureGerritRemote" commandName="Gerrit Configuration..." category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RBgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.debug.ui.commands.StepIntoSelection" commandName="Step Into Selection" description="Step into the current selected statement" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RBwIOEemLqs7B_fibzg" elementId="org.eclipse.buildship.ui.shortcut.test.run" commandName="Run Gradle Test" description="Run Gradle test based on the current selection" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RCAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.ide.configureColumns" commandName="Configure Columns..." description="Configure the columns in the markers view" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RCQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.ReplaceWithCommit" commandName="Replace with commit" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RCgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.file.exit" commandName="Exit" description="Exit the application" category="_89rvCgIOEemLqs7B_fibzg">
<parameters xmi:id="_89_RCwIOEemLqs7B_fibzg" elementId="mayPrompt" name="may prompt"/>
</commands>
<commands xmi:id="_89_RDAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.CompareWithHead" commandName="Compare with HEAD Revision" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RDQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.CompareWithCommit" commandName="Compare with Commit..." category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RDgIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesViewOpen" commandName="Open" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RDwIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.deactivateAllTasks" commandName="Deactivate Task" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_REAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.ShowHistory" commandName="Show in History" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_REQIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.DebugLast" commandName="Debug" description="Launch in debug mode" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_REgIOEemLqs7B_fibzg" elementId="org.eclipse.m2e.core.ui.command.updateProject" commandName="Update Project" description="Update Maven Project configuration and dependencies" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_REwIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.wikitext.ui.convertToHtmlCommand" commandName="Generate HTML" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RFAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.SimplePush" commandName="Push to Upstream" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RFQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.previousView" commandName="Previous View" description="Switch to the previous view" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RFgIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.addMemoryMonitor" commandName="Add Memory Block" description="Add memory block" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RFwIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.junit.junitShortcut.run" commandName="Run JUnit Test" description="Run JUnit Test" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RGAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.generate.tostring" commandName="Generate toString()" description="Generates the toString() method for the type" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RGQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.CompareWithHead" commandName="Compare with HEAD Revision" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RGgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.organize.imports" commandName="Organize Imports" description="Evaluate all required imports and replace the current imports" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RGwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.PushHeadToGerrit" commandName="Push Current Head to Gerrit" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RHAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.selectAll" commandName="Select All" description="Select all" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RHQIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.swtBotJunitShortcut.coverage" commandName="Coverage SWTBot Test" description="Coverage SWTBot Test" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RHgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.ide.markers.copyDescription" commandName="Copy Description To Clipboard" description="Copies markers description field to the clipboard" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RHwIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.DropToFrame" commandName="Drop to Frame" description="Drop to Frame" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RIAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.show.outline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_RIQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.debug.ui.commands.Display" commandName="Display" description="Display result of evaluating selected text" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4EAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.goto.next.member" commandName="Go to Next Member" description="Move the caret to the next member of the compilation unit" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4EQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.exception.occurrences" commandName="Search Exception Occurrences in File" description="Search for exception occurrences of a selected exception type" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4EgIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.ShowBlame" commandName="Show Revision Information" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4EwIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.correction.assignToField.assist" commandName="Quick Assist - Assign to field" description="Invokes quick assist and selects 'Assign to field'" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4FAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.folding.expand" commandName="Expand" description="Expands the folded region at the current selection" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4FQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.project.rebuildProject" commandName="Rebuild Project" description="Rebuild the selected projects" category="_89rvDwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4FgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.method" commandName="Extract Method" description="Extract a set of statements or an expression into a new method and use the new method" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4FwIOEemLqs7B_fibzg" elementId="org.eclipse.m2e.core.pomFileAction.run" commandName="Run Maven Build" description="Run Maven Build" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4GAIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.linkWithSelection" commandName="Link with Current Selection" category="_89rvCQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4GQIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.openRemoteTask" commandName="Open Remote Task" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4GgIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.nextMemoryBlock" commandName="Next Memory Monitor" description="Show renderings from next memory monitor." category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4GwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.internal.reflog.OpenInCommitViewerCommand" commandName="Open in Commit Viewer" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4HAIOEemLqs7B_fibzg" elementId="org.eclipse.m2e.actions.LifeCycleInstall.run" commandName="Run Maven Install" description="Run Maven Install" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4HQIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.context.ui.commands.task.retrieveContext" commandName="Retrieve Context" category="_89rvBAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4HgIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.Fetch" commandName="Fetch" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4HwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.copyLineDown" commandName="Copy Lines" description="Duplicates the selected lines and moves the selection to the copy" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4IAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.navigate.gotopackage" commandName="Go to Package" description="Go to Package" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4IQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.togglestatusbar" commandName="Toggle Statusbar" description="Toggle the visibility of the bottom status bar" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4IgIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.task.ui.editor.QuickOutline" commandName="Quick Outline" description="Show the quick outline for the editor input" category="_89rvBQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4IwIOEemLqs7B_fibzg" elementId="org.eclipse.oomph.setup.editor.perform" commandName="Perform Setup Tasks" category="_89rvAgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4JAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.help.installationDialog" commandName="Installation Information" description="Open the installation dialog" category="_89rvDgIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4JQIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.ToggleStepFilters" commandName="Use Step Filters" description="Toggles enablement of debug step filters" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_89_4JgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.goto.lineUp" commandName="Line Up" description="Go up one line of text" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-AfIAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.goto.windowStart" commandName="Window Start" description="Go to the start of the window" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-AfIQIOEemLqs7B_fibzg" elementId="org.eclipse.buildship.ui.commands.addbuildshipnature" commandName="Add Gradle Nature" description="Adds the Gradle nature and synchronizes this project as if the Gradle Import wizard had been run on its location." category="_89rH9QIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-AfIgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.correction.addBlock.assist" commandName="Quick Assist - Replace statement with block" description="Invokes quick assist and selects 'Replace statement with block'" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-AfIwIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.eof" commandName="EOF" description="Send end of file" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-AfJAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.commons.ui.command.AddRepository" commandName="Add Repository" category="_89sWEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-AfJQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.AbortRebase" commandName="Abort Rebase" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-AfJgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.showInQuickMenu" commandName="Show In..." description="Open the Show In menu" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-AfJwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.copyLineUp" commandName="Duplicate Lines" description="Duplicates the selected lines and leaves the selection unchanged" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-AfKAIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.ToggleMethodBreakpoint" commandName="Toggle Method Breakpoint" description="Creates or removes a method breakpoint" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-AfKQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.navigate.java.open.structure" commandName="Open Structure" description="Show the structure of the selected element" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-AfKgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.select.enclosing" commandName="Select Enclosing Element" description="Expand selection to include enclosing element" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-AfKwIOEemLqs7B_fibzg" elementId="org.eclipse.ant.ui.antShortcut.debug" commandName="Debug Ant Build" description="Debug Ant Build" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-AfLAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.next" commandName="Next" description="Navigate to the next item" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-AfLQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.AssumeUnchanged" commandName="Assume Unchanged" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-AfLgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.closePerspective" commandName="Close Perspective" description="Close the current perspective" category="_89rvDAIOEemLqs7B_fibzg">
<parameters xmi:id="_8-AfLwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.closePerspective.perspectiveId" name="Perspective Id"/>
</commands>
<commands xmi:id="_8-AfMAIOEemLqs7B_fibzg" elementId="org.eclipse.wst.xml.ui.nextSibling" commandName="Next Sibling" description="Go to Next Sibling" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-AfMQIOEemLqs7B_fibzg" elementId="org.eclipse.recommenders.utils.rcp.commands.openHelp" commandName="Open a help page resource" category="_89sWEgIOEemLqs7B_fibzg">
<parameters xmi:id="_8-AfMgIOEemLqs7B_fibzg" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/>
</commands>
<commands xmi:id="_8-AfMwIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.bugs.commands.newTaskFromMarker" commandName="New Task from Marker..." description="Report as Bug from Marker" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-AfNAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.cheatsheets.openCheatSheetURL" commandName="Open Cheat Sheet from URL" description="Open a Cheat Sheet from file at a specified URL." category="_89rvDgIOEemLqs7B_fibzg">
<parameters xmi:id="_8-AfNQIOEemLqs7B_fibzg" elementId="cheatSheetId" name="Identifier" optional="false"/>
<parameters xmi:id="_8-AfNgIOEemLqs7B_fibzg" elementId="name" name="Name" optional="false"/>
<parameters xmi:id="_8-AfNwIOEemLqs7B_fibzg" elementId="url" name="URL" optional="false"/>
</commands>
<commands xmi:id="_8-AfOAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.context.ui.commands.focus.view" commandName="Focus View" category="_89sWEgIOEemLqs7B_fibzg">
<parameters xmi:id="_8-AfOQIOEemLqs7B_fibzg" elementId="viewId" name="View ID to Focus" optional="false"/>
</commands>
<commands xmi:id="_8-AfOgIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.testNgShortcut.coverage" commandName="Coverage TestNG Test" description="Coverage TestNG Test" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-AfOwIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.StepReturn" commandName="Step Return" description="Step return" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGMAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.browser.openBundleResource" commandName="Open Resource in Browser" description="Opens a bundle resource in the default web browser." category="_89rvDAIOEemLqs7B_fibzg">
<parameters xmi:id="_8-BGMQIOEemLqs7B_fibzg" elementId="plugin" name="Plugin"/>
<parameters xmi:id="_8-BGMgIOEemLqs7B_fibzg" elementId="path" name="Path"/>
</commands>
<commands xmi:id="_8-BGMwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.PushBranch" commandName="Push Branch..." category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGNAIOEemLqs7B_fibzg" elementId="org.eclipse.m2e.core.ui.command.addDependency" commandName="Add Maven Dependency" description="Add Maven Dependency" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGNQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.debug.ui.commands.Execute" commandName="Execute" description="Evaluate selected text" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGNgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.add.block.comment" commandName="Add Block Comment" description="Enclose the selection with a block comment" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGNwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.help.aboutAction" commandName="About" description="Open the about dialog" category="_89rvDgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGOAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.annotate.classFile" commandName="Annotate Class File" description="Externally add Annotations to a Class File." category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGOQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.stash.create" commandName="Stash Changes..." category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGOgIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.CheckoutCommand" commandName="Check Out" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGOwIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.read.access.in.project" commandName="Read Access in Project" description="Search for read references to the selected element in the enclosing project" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGPAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.activateSelectedTask" commandName="Activate Selected Task" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGPQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.file.closeAllSaved" commandName="Close All Saved" description="Close all saved editors" category="_89rvCgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGPgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.redo" commandName="Redo" description="Redo the last operation" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGPwIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.references.in.workspace" commandName="References in Workspace" description="Search for references to the selected element in the workspace" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGQAIOEemLqs7B_fibzg" elementId="org.eclipse.wst.sse.ui.format.document" commandName="Format" description="Format selection" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGQQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.correction.addNonNLS" commandName="Quick Fix - Add non-NLS tag" description="Invokes quick assist and selects 'Add non-NLS tag'" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGQgIOEemLqs7B_fibzg" elementId="org.eclipse.m2e.editor.RenameArtifactAction" commandName="Rename Maven Artifact..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGQwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.selectWorkingSets" commandName="Select Working Sets" description="Select the working sets that are applicable for this window." category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGRAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.rename.element" commandName="Rename - Refactoring " description="Rename the selected element" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGRQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.team.RemoveFromIndex" commandName="Remove from Index" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGRgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.externalize.strings" commandName="Externalize Strings" description="Finds all strings that are not externalized and moves them into a separate property file" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGRwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.newWizard" commandName="New" description="Open the New item wizard" category="_89rvCgIOEemLqs7B_fibzg">
<parameters xmi:id="_8-BGSAIOEemLqs7B_fibzg" elementId="newWizardId" name="New Wizard"/>
</commands>
<commands xmi:id="_8-BGSQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.window.newWindow" commandName="New Window" description="Open another window" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGSgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.uncomment" commandName="Uncomment" description="Uncomment the selected Java comment lines" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGSwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.CherryPick" commandName="Cherry Pick" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BGTAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.builds.ui.commands.CopyDetails" commandName="Copy Details" category="_89rvAAIOEemLqs7B_fibzg">
<parameters xmi:id="_8-BGTQIOEemLqs7B_fibzg" elementId="kind" name="Kind"/>
<parameters xmi:id="_8-BGTgIOEemLqs7B_fibzg" elementId="element" name="Element"/>
</commands>
<commands xmi:id="_8-BGTwIOEemLqs7B_fibzg" elementId="org.eclipse.e4.ui.importer.configureProject" commandName="Configure and Detect Nested Projects..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtQAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.builds.ui.command.RunBuild" commandName="Run Build" category="_89rvAAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtQQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.file.close" commandName="Close" description="Close the active editor" category="_89rvCgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtQgIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.selectActiveSession" commandName="Select Active Session..." category="_89rvCQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtQwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.CompareVersions" commandName="Compare with each other" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtRAIOEemLqs7B_fibzg" elementId="org.eclipse.equinox.p2.ui.sdk.install" commandName="Install New Software..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtRQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.surround.with.try.catch" commandName="Surround with try/catch Block" description="Surround the selected text with a try/catch block" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtRgIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.context.ui.commands.interest.decrement" commandName="Make Less Interesting" description="Make Less Interesting" category="_89rvBAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtRwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.externaltools.ExternalToolMenuDelegateToolbar" commandName="Run Last Launched External Tool" description="Runs the last launched external Tool" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtSAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.CheckoutCommand" commandName="Check Out" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtSQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.goto.previous.member" commandName="Go to Previous Member" description="Move the caret to the previous member of the compilation unit" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtSgIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.occurrences.in.file" commandName="Search All Occurrences in File" description="Search for all occurrences of the selected element in its declaring file" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtSwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.moveLineUp" commandName="Move Lines Up" description="Moves the selected lines up" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtTAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.Reset" commandName="Reset..." category="_89sWEgIOEemLqs7B_fibzg">
<parameters xmi:id="_8-BtTQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.ResetMode" name="Reset mode" optional="false"/>
</commands>
<commands xmi:id="_8-BtTgIOEemLqs7B_fibzg" elementId="org.eclipse.equinox.p2.ui.discovery.commands.ShowBundleCatalog" commandName="Show Bundle Catalog" category="_89sWEgIOEemLqs7B_fibzg">
<parameters xmi:id="_8-BtTwIOEemLqs7B_fibzg" elementId="org.eclipse.equinox.p2.ui.discovery.commands.DirectoryParameter" name="Directory URL"/>
<parameters xmi:id="_8-BtUAIOEemLqs7B_fibzg" elementId="org.eclipse.equinox.p2.ui.discovery.commands.TagsParameter" name="Tags"/>
</commands>
<commands xmi:id="_8-BtUQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.gotoBreadcrumb" commandName="Show In Breadcrumb" description="Shows the Java editor breadcrumb and sets the keyboard focus into it" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtUgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.previousSubTab" commandName="Previous Sub-Tab" description="Switch to the previous sub-tab" category="_89rvBgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtUwIOEemLqs7B_fibzg" elementId="org.eclipse.userstorage.ui.showPullDown" commandName="Show Pull Down Menu" category="_89rvDgIOEemLqs7B_fibzg">
<parameters xmi:id="_8-BtVAIOEemLqs7B_fibzg" elementId="intoolbar" name="In Tool Bar" optional="false"/>
</commands>
<commands xmi:id="_8-BtVQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.generate.hashcode.equals" commandName="Generate hashCode() and equals()" description="Generates hashCode() and equals() methods for the type" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtVgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.showIn" commandName="Show In" category="_89rvBgIOEemLqs7B_fibzg">
<parameters xmi:id="_8-BtVwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.showIn.targetId" name="Show In Target Id" optional="false"/>
</commands>
<commands xmi:id="_8-BtWAIOEemLqs7B_fibzg" elementId="sed.tabletree.collapseAll" commandName="Collapse All" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtWQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesViewRemoveRemote" commandName="Delete Remote" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtWgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.dialogs.openInputDialog" commandName="Open Input Dialog" description="Open an Input Dialog" category="_89rvEgIOEemLqs7B_fibzg">
<parameters xmi:id="_8-BtWwIOEemLqs7B_fibzg" elementId="title" name="Title"/>
<parameters xmi:id="_8-BtXAIOEemLqs7B_fibzg" elementId="message" name="Message"/>
<parameters xmi:id="_8-BtXQIOEemLqs7B_fibzg" elementId="initialValue" name="Initial Value"/>
<parameters xmi:id="_8-BtXgIOEemLqs7B_fibzg" elementId="cancelReturns" name="Return Value on Cancel"/>
</commands>
<commands xmi:id="_8-BtXwIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RebaseCurrent" commandName="Rebase" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtYAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.extract.class" commandName="Extract Class..." description="Extracts fields into a new class" category="_89rvDQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtYQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.correction.extractConstant.assist" commandName="Quick Assist - Extract constant" description="Invokes quick assist and selects 'Extract constant'" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtYgIOEemLqs7B_fibzg" elementId="org.eclipse.recommenders.rcp.commands.extensionDiscovery" commandName="Discover New Extensions" category="_89sWEgIOEemLqs7B_fibzg">
<parameters xmi:id="_8-BtYwIOEemLqs7B_fibzg" elementId="org.eclipse.recommenders.utils.rcp.linkContribution.href" name="URI" optional="false"/>
</commands>
<commands xmi:id="_8-BtZAIOEemLqs7B_fibzg" elementId="org.eclipse.compare.copyRightToLeft" commandName="Copy from Right to Left" description="Copy Current Change from Right to Left" category="_89rvCwIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtZQIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.commands.OpenProfileConfigurations" commandName="Profile..." description="Open profile launch configuration dialog" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtZgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.ide.markCompleted" commandName="Mark Completed" description="Mark the selected tasks as completed" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtZwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.recenter" commandName="Recenter" description="Scroll cursor line to center, top and bottom" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-BtaAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.add.unimplemented.constructors" commandName="Generate Constructors from Superclass" description="Evaluate and add constructors from superclass" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-CUUAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.builds.ui.commands.OpenBuildElementWithBrowser.url" commandName="Open Build with Browser" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-CUUQIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.command.markTaskComplete" commandName="Mark Task Complete" category="_89rvBQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-CUUgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.select.windowStart" commandName="Select Window Start" description="Select to the start of the window" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-CUUwIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.source.quickMenu" commandName="Show Source Quick Menu" description="Shows the source quick menu" category="_89rvGAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-CUVAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.edit.text.java.search.declarations.in.project" commandName="Declaration in Project" description="Search for declarations of the selected element in the enclosing project" category="_89rvEAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-CUVQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.history.Revert" commandName="Revert Commit" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-CUVgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.edit.text.scroll.lineDown" commandName="Scroll Line Down" description="Scroll down one line of text" category="_89rvAwIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-CUVwIOEemLqs7B_fibzg" elementId="org.eclipse.wst.sse.ui.search.find.occurrences" commandName="Occurrences in File" description="Find occurrences of the selection in the file" category="_89rH8gIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-CUWAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.ToggleCoolbarAction" commandName="Toggle Main Toolbar Visibility" description="Toggles the visibility of the window toolbar" category="_89rvDAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-CUWQIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.RepositoriesViewImportProjects" commandName="Import Projects..." description="Import or create in local Git repository" category="_89rvFAIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-CUWgIOEemLqs7B_fibzg" elementId="org.eclipse.wst.sse.ui.outline.customFilter" commandName="&Filters" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-CUWwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.navigate.openResource" commandName="Open Resource" description="Open an editor on a particular resource" category="_89rvBgIOEemLqs7B_fibzg">
<parameters xmi:id="_8-CUXAIOEemLqs7B_fibzg" elementId="filePath" name="File Path" typeId="org.eclipse.ui.ide.resourcePath"/>
</commands>
<commands xmi:id="_8-CUXQIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui.commands.CoverageLast" commandName="Coverage" description="Coverage" category="_89rvEQIOEemLqs7B_fibzg"/>
<commands xmi:id="_8-CUXgIOEemLqs7B_fibzg" elementId="org.eclipse.compare.copyAllLeftToRight" commandName="Copy All from Left to Right" description="Copy All Changes from Left to Right" category="_89rvCwIOEemLqs7B_fibzg"/>
<commands xmi:id="_b1nMwOIIEeWDJvu3hU0AuQ" elementId="org.eclipse.recommenders.news.rcp.command.pollNewsFeeds" contributorURI="platform:/plugin/org.eclipse.recommenders.news.rcp" commandName="%command.name.pollNewsFeeds" category="_DbsAQOIjEeWDJvu3hU0AuQ"/>
<commands xmi:id="_cDk8oOQ_EeWsxfI1gGpqQw" elementId="org.eclipse.recommenders.news.rcp.command.readNewsItems" contributorURI="platform:/plugin/org.eclipse.recommenders.news.rcp" commandName="%command.name.readNewsItems" category="_DbsAQOIjEeWDJvu3hU0AuQ">
<parameters xmi:id="_ieGwEOQ_EeWsxfI1gGpqQw" elementId="org.eclipse.recommenders.news.rcp.commandParameter.newsItems" contributorURI="platform:/plugin/org.eclipse.recommenders.news.rcp" name="News Items" typeId="org.eclipse.recommenders.news.rcp.commandParameterType.newsItems" optional="false"/>
<parameters xmi:id="_OMzuMORMEeWsxfI1gGpqQw" elementId="org.eclipse.recommenders.news.rcp.commandParameter.openBrowser" contributorURI="platform:/plugin/org.eclipse.recommenders.news.rcp" name="Open Browser" typeId="org.eclipse.recommenders.news.rcp.commandParameterType.boolean"/>
</commands>
<commands xmi:id="_9doaYAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.ant.ui.actionSet.presentation/org.eclipse.ant.ui.toggleAutoReconcile" commandName="Toggle Ant Editor Auto Reconcile" description="Toggle Ant Editor Auto Reconcile" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9dyycAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunWithConfigurationAction" commandName="Run As" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9dzZgAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunHistoryMenuAction" commandName="Run History" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9d45EAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.RunDropDownAction" commandName="Run" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9d5gIAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugWithConfigurationAction" commandName="Debug As" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9d6HMAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugHistoryMenuAction" commandName="Debug History" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9d6uQAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.launchActionSet/org.eclipse.debug.internal.ui.actions.DebugDropDownAction" commandName="Debug" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9d6uQQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileDropDownAction" commandName="Profile" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9d7VUAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileWithConfigurationAction" commandName="Profile As" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9d7VUQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.profileActionSet/org.eclipse.debug.internal.ui.actions.ProfileHistoryMenuAction" commandName="Profile History" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9d-YoAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.eclemma.ui.CoverageActionSet/org.eclipse.eclemma.ui.actions.CoverageDropDownAction" commandName="Coverage" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9d-_sAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.eclemma.ui.CoverageActionSet/org.eclipse.eclemma.ui.actions.CoverageAsAction" commandName="Coverage As" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9d_mwAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.eclemma.ui.CoverageActionSet/org.eclipse.eclemma.ui.actions.CoverageHistoryAction" commandName="Coverage History" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eFGUAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.NewTypeDropDown" commandName="Class..." description="New Java Class" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eFtYAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.OpenPackageWizard" commandName="Package..." description="New Java Package" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eFtYQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.ui.JavaElementCreationActionSet/org.eclipse.jdt.ui.actions.OpenProjectWizard" commandName="Java Project..." description="New Java Project" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eG7gAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.ui.SearchActionSet/org.eclipse.jdt.ui.actions.OpenJavaSearchPage" commandName="Java..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eIJoAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.mylyn.java.actionSet.browsing/org.eclipse.mylyn.java.ui.actions.ApplyMylynToBrowsingPerspectiveAction" commandName="Focus Browsing Perspective" description="Focus Java Browsing Views on Active Task" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eIwsAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.mylyn.doc.actionSet/org.eclipse.mylyn.tasks.ui.bug.report" commandName="Report Bug or Enhancement..." description="Report Bug or Enhancement" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eIwsQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.navigation.additions/org.eclipse.mylyn.tasks.ui.navigate.task.history" commandName="Activate Previous Task" description="Activate Previous Task" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eL0AAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.ui.cheatsheets.actionSet/org.eclipse.ui.cheatsheets.actions.CheatSheetHelpMenuAction" commandName="Cheat Sheets..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eL0AQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.search.searchActionSet/org.eclipse.search.OpenSearchDialogPage" commandName="Search..." description="Search" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eNpMAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.team.ui.actionSet/org.eclipse.team.ui.synchronizeAll" commandName="Synchronize..." description="Synchronize..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eOQQAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.team.ui.actionSet/org.eclipse.team.ui.ConfigureProject" commandName="Share Project..." description="Share the project with others using a version and configuration management system." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eO3UAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.ui.externaltools.ExternalToolsSet/org.eclipse.ui.externaltools.ExternalToolMenuDelegateMenu" commandName="External Tools" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ePeYAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.ant.ui.BreakpointRulerActions/org.eclipse.ant.ui.actions.ManageBreakpointRulerAction" commandName="Toggle Breakpoint" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eQFcAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.CompilationUnitEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="Toggle Breakpoint" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eQsgAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ClassFileEditor.BreakpointRulerActions/org.eclipse.jdt.debug.ui.actions.ManageBreakpointRulerAction" commandName="Toggle Breakpoint" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eRTkAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetExecute" commandName="Execute" description="Execute the Selected Text" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eRTkQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetDisplay" commandName="Display" description="Display Result of Evaluating Selected Text" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eR6oAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.JavaSnippetToolbarActions/org.eclipse.jdt.debug.ui.SnippetInspect" commandName="Inspect" description="Inspect Result of Evaluating Selected Text" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eShsAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.BookmarkRulerAction" commandName="Java Editor Bookmark Ruler Action" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eShsQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.CompilationUnitEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="Java Editor Ruler Single-Click" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eTIwAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.ClassFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.javaeditor.JavaSelectRulerAction" commandName="Java Editor Ruler Single-Click" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eTv0AIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.propertiesfileeditor.BookmarkRulerAction" commandName="Java Editor Bookmark Ruler Action" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eTv0QIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.internal.ui.PropertiesFileEditor.ruler.actions/org.eclipse.jdt.internal.ui.propertiesfileeditor.SelectRulerAction" commandName="Java Editor Ruler Single-Click" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eUW4AIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.m2e.jdt.ui.downloadSourcesContribution/org.eclipse.m2e.jdt.ui.downloadSourcesAction" commandName="label" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eUW4QIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.m2e.jdt.ui.downloadSourcesContribution_38/org.eclipse.m2e.jdt.ui.downloadSourcesAction_38" commandName="label" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eU98AIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Text Editor Bookmark Ruler Action" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eVlAAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.ui.texteditor.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Text Editor Ruler Single-Click" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eVlAQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.wst.dtd.core.dtdsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eWMEAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.wst.dtd.core.dtdsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eWzIAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.core.runtime.xml.source.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eWzIQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.core.runtime.xml.source.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eXaMAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.wst.xsd.core.xsdsource.ruler.actions/org.eclipse.ui.texteditor.BookmarkRulerAction" commandName="Add Bookmark..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eXaMQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.wst.xsd.core.xsdsource.ruler.actions/org.eclipse.ui.texteditor.SelectRulerAction" commandName="Select Ruler" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eYBQAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.PulldownActions/org.eclipse.debug.ui.debugview.pulldown.ViewManagementAction" commandName="View Management..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eYoUAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.debugview.toolbar/org.eclipse.debug.ui.debugview.toolbar.removeAllTerminated" commandName="Remove All Terminated" description="Remove All Terminated Launches" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eZPYAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.removeAll" commandName="Remove All" description="Remove All Breakpoints" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eZPYQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.linkWithDebugView" commandName="Link with Debug View" description="Link with Debug View" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eZ2cAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.workingSets" commandName="Working Sets..." description="Manage Working Sets" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eadgAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.clearDefaultBreakpointGroup" commandName="Deselect Default Working Set" description="Deselect Default Working Set" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ebEkAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.setDefaultBreakpointGroup" commandName="Select Default Working Set..." description="Select Default Working Set" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ebEkQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.sortByAction" commandName="Sort By" description="Sort By" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ebroAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.breakpointsview.toolbar/org.eclipse.debug.ui.breakpointsView.toolbar.groupByAction" commandName="Group By" description="Show" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ecSsAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.expressionsView.toolbar/org.eclipse.debug.ui.expresssionsView.toolbar.removeAll" commandName="Remove All" description="Remove All Expressions" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ecSsQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.expressionsView.toolbar/org.eclipse.debug.ui.expresssionsView.toolbar.AddWatchExpression" commandName="Add Watch Expression..." description="Create a new watch expression" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ec5wAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.PinMemoryBlockAction" commandName="Pin Memory Monitor" description="Pin Memory Monitor" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9edg0AIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.NewMemoryViewAction" commandName="New Memory View" description="New Memory View" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9edg0QIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.togglemonitors" commandName="Toggle Memory Monitors Pane" description="Toggle Memory Monitors Pane" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eeH4AIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.linkrenderingpanes" commandName="Link Memory Rendering Panes" description="Link Memory Rendering Panes" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eeu8AIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.tablerendering.preferencesaction" commandName="Table Renderings Preferences..." description="&Table Renderings Preferences..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eeu8QIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.togglesplitpane" commandName="Toggle Split Pane" description="Toggle Split Pane" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9efWAAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.switchMemoryBlock" commandName="Switch Memory Monitor" description="Switch Memory Monitor" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ef9EAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.debug.ui.memoryView.toolbar/org.eclipse.debug.ui.memoryViewPreferencesAction" commandName="Preferences..." description="&Preferences..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ef9EQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.Preferences" commandName="Java Preferences..." description="Opens preferences for Java variables" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9egkIAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variablesViewActions.AllReferencesInView" commandName="Show References" description="Shows references to each object in the variables view as an array of objects." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ehLMAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowNullEntries" commandName="Show Null Array Entries" description="Show Null Array Entries" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ehLMQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ehyQAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowStatic" commandName="Show Static Variables" description="Show Static Variables" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eiZUAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.VariableViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowConstants" commandName="Show Constants" description="Show Constants" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eiZUQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.variableViewActions.Preferences" commandName="Java Preferences..." description="Opens preferences for Java variables" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ejAYAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.AllReferencesInView" commandName="Show References" description="Show &References" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ejAYQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.variableViewActions.ShowNullEntries" commandName="Show Null Array Entries" description="Show Null Array Entries" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ejncAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ekOgAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowStatic" commandName="Show Static Variables" description="Show Static Variables" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ekOgQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.ExpressionViewActions/org.eclipse.jdt.debug.ui.expressionViewActions.ShowConstants" commandName="Show Constants" description="Show Constants" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ek1kAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.BreakpointViewActions/org.eclipse.jdt.debug.ui.actions.AddException" commandName="Add Java Exception Breakpoint" description="Add Java Exception Breakpoint" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ek1kQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.BreakpointViewActions/org.eclipse.jdt.debug.ui.breakpointViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9en44AIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowThreadGroups" commandName="Show Thread Groups" description="Show Thread Groups" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eof8AIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowQualified" commandName="Show Qualified Names" description="Show Qualified Names" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9epHAAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowSystemThreads" commandName="Show System Threads" description="Show System Threads" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eq8MAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowRunningThreads" commandName="Show Running Threads" description="Show Running Threads" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9erjQAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.LaunchViewActions/org.eclipse.jdt.debug.ui.launchViewActions.ShowMonitorThreadInfo" commandName="Show Monitors" description="Show the Thread & Monitor Information" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9erjQQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Watch" commandName="Watch" description="Create a Watch Expression from the Selected Text" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9esKUAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Execute" commandName="Execute" description="Execute the Selected Text" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9esxYAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Display" commandName="Display" description="Display Result of Evaluating Selected Text" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9etYcAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.jdt.debug.ui.DisplayViewActions/org.eclipse.jdt.debug.ui.displayViewToolbar.Inspect" commandName="Inspect" description="Inspect Result of Evaluating Selected Text" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ewbwAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.mylyn.context.ui.outline.contribution/org.eclipse.mylyn.context.ui.contentOutline.focus" commandName="Focus on Active Task" description="Focus on Active Task (Alt+click to reveal filtered elements)" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9exC0AIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.mylyn.java.ui.markers.breakpoints.contribution/org.eclipse.mylyn.java.ui.actions.focus.markers.breakpoints" commandName="Focus on Active Task" description="Focus on Active Task" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9exp4AIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.mylyn.ui.debug.view.contribution/org.eclipse.mylyn.ui.actions.FilterResourceNavigatorAction" commandName="Focus on Active Task (Experimental)" description="Focus on Active Task (Experimental)" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9exp4QIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.mylyn.ui.projectexplorer.filter/org.eclipse.mylyn.ide.ui.actions.focus.projectExplorer" commandName="Focus on Active Task" description="Focus on Active Task (Alt+click to reveal filtered elements)" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eyQ8AIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.mylyn.ui.search.contribution/org.eclipse.mylyn.ide.ui.actions.focus.search.results" commandName="Focus on Active Task" description="Focus on Active Task (Alt+click to reveal filtered elements)" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9eyQ8QIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.mylyn.ui.resource.navigator.filter/org.eclipse.mylyn.ide.ui.actions.focus.resourceNavigator" commandName="Focus on Active Task" description="Focus on Active Task (Alt+click to reveal filtered elements)" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ey4AAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.mylyn.problems.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.problems" commandName="Focus on Active Task" description="Focus on Active Task" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ezfEAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.mylyn.markers.all.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.all" commandName="Focus on Active Task" description="Focus on Active Task" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9ezfEQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.mylyn.markers.tasks.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.tasks" commandName="Focus on Active Task" description="Focus on Active Task" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9e0GIAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.mylyn.markers.bookmarks.contribution/org.eclipse.mylyn.ide.ui.actions.focus.markers.bookmarks" commandName="Focus on Active Task" description="Focus on Active Task" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9e0tMAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.mylyn.java.explorer.contribution/org.eclipse.mylyn.java.actions.focus.packageExplorer" commandName="Focus on Active Task" description="Focus on Active Task (Alt+click to reveal filtered elements)" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9e0tMQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.search.open" commandName="Search Repository..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9e8B8AIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.synchronize.changed" commandName="Synchronize Changed" description="Synchronize Changed" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9e8pAAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.tasks.restore" commandName="Restore Tasks from History..." category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9e9QEAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.tasks.ui.open.repositories.view" commandName="Show Task Repositories View" description="Show Task Repositories View" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9e9QEQIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.doc.legend.show.action" commandName="Show UI Legend" description="Show Tasks UI Legend" category="_89sWEgIOEemLqs7B_fibzg"/>
<commands xmi:id="_9e93IAIOEemLqs7B_fibzg" elementId="AUTOGEN:::org.eclipse.mylyn.tasks.ui.actions.view/org.eclipse.mylyn.context.ui.actions.tasklist.focus" commandName="Focus on Workweek" description="Focus on Workweek" category="_89sWEgIOEemLqs7B_fibzg"/>
<addons xmi:id="_88wh-QIOEemLqs7B_fibzg" elementId="org.eclipse.e4.core.commands.service" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.core.commands/org.eclipse.e4.core.commands.CommandServiceAddon"/>
<addons xmi:id="_88wh-gIOEemLqs7B_fibzg" elementId="org.eclipse.e4.ui.contexts.service" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.services/org.eclipse.e4.ui.services.ContextServiceAddon"/>
<addons xmi:id="_88wh-wIOEemLqs7B_fibzg" elementId="org.eclipse.e4.ui.bindings.service" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.bindings/org.eclipse.e4.ui.bindings.BindingServiceAddon"/>
<addons xmi:id="_88wh_AIOEemLqs7B_fibzg" elementId="org.eclipse.e4.ui.workbench.commands.model" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.addons.CommandProcessingAddon"/>
<addons xmi:id="_88wh_QIOEemLqs7B_fibzg" elementId="org.eclipse.e4.ui.workbench.contexts.model" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.addons.ContextProcessingAddon"/>
<addons xmi:id="_88wh_gIOEemLqs7B_fibzg" elementId="org.eclipse.e4.ui.workbench.bindings.model" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.swt/org.eclipse.e4.ui.workbench.swt.util.BindingProcessingAddon"/>
<addons xmi:id="_88wh_wIOEemLqs7B_fibzg" elementId="Cleanup Addon" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.cleanupaddon.CleanupAddon"/>
<addons xmi:id="_88wiAAIOEemLqs7B_fibzg" elementId="DnD Addon" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.dndaddon.DnDAddon"/>
<addons xmi:id="_88wiAQIOEemLqs7B_fibzg" elementId="MinMax Addon" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon"/>
<addons xmi:id="_88wiAgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.workbench.addon.0" contributorURI="platform:/plugin/org.eclipse.platform" contributionURI="bundleclass://org.eclipse.e4.ui.workbench/org.eclipse.e4.ui.internal.workbench.addons.HandlerProcessingAddon"/>
<addons xmi:id="_89ErAAIOEemLqs7B_fibzg" elementId="SplitterAddon" contributionURI="bundleclass://org.eclipse.e4.ui.workbench.addons.swt/org.eclipse.e4.ui.workbench.addons.splitteraddon.SplitterAddon"/>
<addons xmi:id="_IYS0IKimEeS11vbz3f9ezw" elementId="org.eclipse.ui.ide.addon.0" contributorURI="platform:/plugin/org.eclipse.ui.ide" contributionURI="bundleclass://org.eclipse.ui.ide/org.eclipse.ui.internal.ide.addons.SaveAllDirtyPartsAddon"/>
<addons xmi:id="_dz0JgGOlEeSMMaPQU2nlzw" elementId="org.eclipse.ui.ide.application.addon.0" contributorURI="platform:/plugin/org.eclipse.ui.ide.application" contributionURI="bundleclass://org.eclipse.ui.ide.application/org.eclipse.ui.internal.ide.application.addons.ModelCleanupAddon"/>
<categories xmi:id="_89rH8AIOEemLqs7B_fibzg" elementId="org.eclipse.team.ui.category.team" name="Team" description="Actions that apply when working with a Team"/>
<categories xmi:id="_89rH8QIOEemLqs7B_fibzg" elementId="org.eclipse.ui.category.views" name="Views" description="Commands for opening views"/>
<categories xmi:id="_89rH8gIOEemLqs7B_fibzg" elementId="org.eclipse.ui.category.edit" name="Edit"/>
<categories xmi:id="_89rH8wIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.wikitext.ui.editor.category" name="WikiText Markup Editing Commands" description="commands for editing lightweight markup"/>
<categories xmi:id="_89rH9AIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.category.editor" name="Task Editor"/>
<categories xmi:id="_89rH9QIOEemLqs7B_fibzg" elementId="org.eclipse.buildship.ui.project" name="Buildship" description="Contains the Buildship specific commands"/>
<categories xmi:id="_89rvAAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.builds.ui.category.Commands" name="Builds"/>
<categories xmi:id="_89rvAQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.ide.markerContents" name="Contents" description="The category for menu contents"/>
<categories xmi:id="_89rvAgIOEemLqs7B_fibzg" elementId="org.eclipse.oomph.setup.category" name="Oomph Setup"/>
<categories xmi:id="_89rvAwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.category.textEditor" name="Text Editing" description="Text Editing Commands"/>
<categories xmi:id="_89rvBAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.context.ui.commands" name="Focused UI" description="Task-Focused Interface"/>
<categories xmi:id="_89rvBQIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.tasks.ui.commands" name="Task Repositories"/>
<categories xmi:id="_89rvBgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.category.navigate" name="Navigate"/>
<categories xmi:id="_89rvBwIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.java.ui.commands" name="Java Context" description="Java Task-Focused Interface Commands"/>
<categories xmi:id="_89rvCAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.wikitext.context.ui.commands" name="Mylyn WikiText" description="Commands used for Mylyn WikiText"/>
<categories xmi:id="_89rvCQIOEemLqs7B_fibzg" elementId="org.eclipse.eclemma.ui" name="EclEmma Code Coverage"/>
<categories xmi:id="_89rvCgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.category.file" name="File"/>
<categories xmi:id="_89rvCwIOEemLqs7B_fibzg" elementId="org.eclipse.compare.ui.category.compare" name="Compare" description="Compare command category"/>
<categories xmi:id="_89rvDAIOEemLqs7B_fibzg" elementId="org.eclipse.ui.category.window" name="Window"/>
<categories xmi:id="_89rvDQIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.category.refactoring" name="Refactor - Java" description="Java Refactoring Actions"/>
<categories xmi:id="_89rvDgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.category.help" name="Help"/>
<categories xmi:id="_89rvDwIOEemLqs7B_fibzg" elementId="org.eclipse.ui.category.project" name="Project"/>
<categories xmi:id="_89rvEAIOEemLqs7B_fibzg" elementId="org.eclipse.search.ui.category.search" name="Search" description="Search command category"/>
<categories xmi:id="_89rvEQIOEemLqs7B_fibzg" elementId="org.eclipse.debug.ui.category.run" name="Run/Debug" description="Run/Debug command category"/>
<categories xmi:id="_89rvEgIOEemLqs7B_fibzg" elementId="org.eclipse.ui.category.dialogs" name="Dialogs" description="Commands for opening dialogs"/>
<categories xmi:id="_89rvEwIOEemLqs7B_fibzg" elementId="org.eclipse.oomph" name="Oomph"/>
<categories xmi:id="_89rvFAIOEemLqs7B_fibzg" elementId="org.eclipse.egit.ui.commandCategory" name="Git"/>
<categories xmi:id="_89rvFQIOEemLqs7B_fibzg" elementId="org.eclipse.ui.category.perspectives" name="Perspectives" description="Commands for opening perspectives"/>
<categories xmi:id="_89rvFgIOEemLqs7B_fibzg" elementId="org.eclipse.ltk.ui.category.refactoring" name="Refactoring"/>
<categories xmi:id="_89rvFwIOEemLqs7B_fibzg" elementId="org.eclipse.gef.category.view" name="View" description="View"/>
<categories xmi:id="_89rvGAIOEemLqs7B_fibzg" elementId="org.eclipse.jdt.ui.category.source" name="Source" description="Java Source Actions"/>
<categories xmi:id="_89sWEAIOEemLqs7B_fibzg" elementId="org.eclipse.mylyn.commons.repositories.ui.category.Team" name="Team"/>
<categories xmi:id="_89sWEQIOEemLqs7B_fibzg" elementId="org.eclipse.oomph.commands" name="Oomph"/>
<categories xmi:id="_89sWEgIOEemLqs7B_fibzg" elementId="org.eclipse.core.commands.categories.autogenerated" name="Uncategorized" description="Commands that were either auto-generated or have no category"/>
<categories xmi:id="_DbsAQOIjEeWDJvu3hU0AuQ" elementId="org.eclipse.recommenders.news.rcp.category.news" contributorURI="platform:/plugin/org.eclipse.recommenders.news.rcp" name="%category.name.news" description="%category.description.news"/>
</application:Application>
| 147.585204 | 3,351 | 0.798767 |
486d28edd63bd99e495d03c656d19932eb3a9702 | 1,581 | xml | XML | Botigueta/app/src/main/res/layout/product_item.xml | natanverdes/Botigueta | ff40f280ad8312b1f8fe0794048aa00aa8c0066e | [
"MIT"
] | null | null | null | Botigueta/app/src/main/res/layout/product_item.xml | natanverdes/Botigueta | ff40f280ad8312b1f8fe0794048aa00aa8c0066e | [
"MIT"
] | null | null | null | Botigueta/app/src/main/res/layout/product_item.xml | natanverdes/Botigueta | ff40f280ad8312b1f8fe0794048aa00aa8c0066e | [
"MIT"
] | null | null | null | <?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:id="@+id/linearLayout1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal" >
<ImageView
android:id="@+id/product_image"
android:layout_width="64dp"
android:layout_height="64dp"
android:contentDescription="asd"
android:src="@android:drawable/alert_dark_frame" />
<LinearLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:orientation="vertical"
android:padding="6dp" >
<TextView
android:id="@+id/product_name"
android:layout_width="wrap_content"
android:layout_height="0dp"
android:layout_weight="1"
android:text="product_name"
android:textSize="24sp"
tools:ignore="NestedWeights" />
<TextView
android:id="@+id/product_price"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left|bottom"
android:text="product_price"
android:drawablePadding="4dp" />
</LinearLayout>
<Button
android:layout_width="64dp"
android:layout_height="64dp"
android:background="@android:drawable/ic_menu_delete"
android:id="@+id/deleteButton"/>
</LinearLayout> | 33.638298 | 72 | 0.635674 |
d9b79421f541a68e1fa6a962da974f759464e675 | 407 | csproj | XML | src/BlazorCashier/BlazorCashier.Services/BlazorCashier.Services.csproj | aksoftware98/Blazor_Cashier | 4a4a577900492fd2fbe00f59deb08c56a88a294f | [
"MIT"
] | 16 | 2020-05-13T14:37:10.000Z | 2022-03-18T10:38:03.000Z | src/BlazorCashier/BlazorCashier.Services/BlazorCashier.Services.csproj | BlazorHub/Blazor_Cashier | 45df408beb4652cc8aa2233a1bb90ba8817b7b5e | [
"MIT"
] | 1 | 2020-06-24T10:02:10.000Z | 2021-12-10T11:19:03.000Z | src/BlazorCashier/BlazorCashier.Services/BlazorCashier.Services.csproj | aksoftware98/Blazor_Cashier | 4a4a577900492fd2fbe00f59deb08c56a88a294f | [
"MIT"
] | 3 | 2020-04-20T15:03:40.000Z | 2021-05-17T07:34:48.000Z | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>netstandard2.1</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Remove="IService.txt" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BlazorCashier.Models\BlazorCashier.Models.csproj" />
<ProjectReference Include="..\BlazorCashier.Shared\BlazorCashier.Shared.csproj" />
</ItemGroup>
</Project>
| 23.941176 | 86 | 0.717445 |
b9bedd27d9ccfce3c8312ded12bc4f08b4805680 | 2,111 | xml | XML | iap-ba-platform-extensions/uber-kjar-maven-archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/kie-deployment-descriptor.xml | RHIAP/iap-ba-platform | 5a8e66cda55371d9cd20f039b3e8022916cb4c9c | [
"Apache-2.0"
] | null | null | null | iap-ba-platform-extensions/uber-kjar-maven-archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/kie-deployment-descriptor.xml | RHIAP/iap-ba-platform | 5a8e66cda55371d9cd20f039b3e8022916cb4c9c | [
"Apache-2.0"
] | null | null | null | iap-ba-platform-extensions/uber-kjar-maven-archetype/src/main/resources/archetype-resources/src/main/resources/META-INF/kie-deployment-descriptor.xml | RHIAP/iap-ba-platform | 5a8e66cda55371d9cd20f039b3e8022916cb4c9c | [
"Apache-2.0"
] | null | null | null | <!-- Please note: The order in which tags show up in this file is extremely important to preserve! -->
<deployment-descriptor xsi:schemaLocation="http://www.jboss.org/jbpm deployment-descriptor.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- Shared properties for the uber kjar -->
<persistence-unit>${kiePersistenceUnit}</persistence-unit>
<audit-persistence-unit>${kieAuditPersistenceUnit}</audit-persistence-unit>
<audit-mode>${kieAuditMode}</audit-mode>
<persistence-mode>${kiePersistenceMode}</persistence-mode>
<runtime-strategy>${kieRuntimeStrategy}</runtime-strategy>
<!-- Shared marshalling strategies -->
<marshalling-strategies>
#if (${usesCustomMarshalling} == 'true')
<marshalling-strategy>
<resolver>mvel</resolver>
<identifier>new org.drools.persistence.jpa.marshaller.JPAPlaceholderResolverStrategy("${groupId}:${artifactId}:${version}", classLoader)</identifier>
<parameters/>
</marshalling-strategy>
#end
</marshalling-strategies>
<!-- Shared event listeners -->
<event-listeners>
</event-listeners>
<!-- Shared task event listeners -->
<task-event-listeners>
</task-event-listeners>
<!-- Shared globals -->
<globals>
</globals>
<!-- Shared work item handlers -->
<work-item-handlers>
</work-item-handlers>
<!-- Sshared environment entries -->
<environment-entries>
</environment-entries>
<!-- Shared configurations -->
<configurations>
</configurations>
<!-- This section has been added in order to provide security access control to KIE containers -->
<required-roles>
#if (${kieSecureREST} == 'true')
<required-role>kie-admin</required-role>
<required-role>${kieCustomTeamRole}</required-role>
#end
</required-roles>
<!-- Shared remotable classesr -->
<remoteable-classes>
</remoteable-classes>
<!-- Additional Shared properties -->
<limit-serialization-classes>${kieLimitSerializationClasses}</limit-serialization-classes>
</deployment-descriptor>
| 34.606557 | 161 | 0.675036 |
5c61dd85226f2809831c56cacde7549018674201 | 874 | xml | XML | .run/WarehouseProductsApplication.run.xml | PixelCatalyst/WarehouseProductsApp | 8a4200d7b2c2f087f2c0d056fa949faadc625ada | [
"MIT"
] | null | null | null | .run/WarehouseProductsApplication.run.xml | PixelCatalyst/WarehouseProductsApp | 8a4200d7b2c2f087f2c0d056fa949faadc625ada | [
"MIT"
] | null | null | null | .run/WarehouseProductsApplication.run.xml | PixelCatalyst/WarehouseProductsApp | 8a4200d7b2c2f087f2c0d056fa949faadc625ada | [
"MIT"
] | null | null | null | <component name="ProjectRunConfigurationManager">
<configuration default="false" name="WarehouseProductsApplication" type="SpringBootApplicationConfigurationType" factoryName="Spring Boot">
<module name="warehouseproducts.backend.main" />
<option name="SPRING_BOOT_MAIN_CLASS" value="com.pixcat.warehouseproducts.WarehouseProductsApplication" />
<option name="ALTERNATIVE_JRE_PATH" />
<option name="SHORTEN_COMMAND_LINE" value="NONE" />
<envs>
<env name="POSTGRES_USERNAME" value="warehouseproducts" />
<env name="POSTGRES_PASSWORD" value="warehouseproducts" />
<env name="POSTGRES_HOST" value="localhost" />
<env name="POSTGRES_PORT" value="9000" />
<env name="POSTGRES_DB" value="product_details" />
</envs>
<method v="2">
<option name="Make" enabled="true" />
</method>
</configuration>
</component> | 48.555556 | 141 | 0.712815 |
3ab72d8e0521520b9dff44e081772b4446ab6ef8 | 7,895 | storyboard | XML | Fit for India iOS/Fit for India/Base.lproj/Main.storyboard | Shashankjain12/Fit_for_India | 02200c2ea772c5d07c5a48c88eb5a9a121e77425 | [
"Apache-2.0"
] | null | null | null | Fit for India iOS/Fit for India/Base.lproj/Main.storyboard | Shashankjain12/Fit_for_India | 02200c2ea772c5d07c5a48c88eb5a9a121e77425 | [
"Apache-2.0"
] | null | null | null | Fit for India iOS/Fit for India/Base.lproj/Main.storyboard | Shashankjain12/Fit_for_India | 02200c2ea772c5d07c5a48c88eb5a9a121e77425 | [
"Apache-2.0"
] | null | null | null | <?xml version="1.0" encoding="UTF-8"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.Storyboard.XIB" version="3.0" toolsVersion="14460.31" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES" useSafeAreas="YES" colorMatched="YES" initialViewController="BYZ-38-t0r">
<device id="ipad9_7" orientation="portrait">
<adaptation id="fullscreen"/>
</device>
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="14460.20"/>
<capability name="Safe area layout guides" minToolsVersion="9.0"/>
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
</dependencies>
<scenes>
<!--View Controller-->
<scene sceneID="tne-QT-ifu">
<objects>
<viewController id="BYZ-38-t0r" customClass="ViewController" customModule="Fit_for_India" customModuleProvider="target" sceneMemberID="viewController">
<view key="view" contentMode="scaleToFill" id="8bC-Xf-vdC">
<rect key="frame" x="0.0" y="0.0" width="768" height="1024"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews>
<view contentMode="scaleToFill" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="2rb-Ys-yus" customClass="UICircularProgressRing" customModule="UICircularProgressRing">
<rect key="frame" x="265" y="417" width="238" height="153"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<color key="backgroundColor" white="1" alpha="1" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
<userDefinedRuntimeAttributes>
<userDefinedRuntimeAttribute type="number" keyPath="ibRingStyle">
<integer key="value" value="4"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="boolean" keyPath="showsValueKnob" value="YES"/>
<userDefinedRuntimeAttribute type="number" keyPath="valueKnobSize">
<real key="value" value="1"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="boolean" keyPath="rightToLeft" value="NO"/>
<userDefinedRuntimeAttribute type="boolean" keyPath="showFloatingPoint" value="NO"/>
<userDefinedRuntimeAttribute type="boolean" keyPath="isClockwise" value="YES"/>
<userDefinedRuntimeAttribute type="number" keyPath="outerRingWidth">
<real key="value" value="6"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="number" keyPath="outerRingCapStyle">
<integer key="value" value="2"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="number" keyPath="innerRingWidth">
<real key="value" value="2"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="number" keyPath="innerRingSpacing">
<real key="value" value="1"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="number" keyPath="innerRingCapStyle">
<integer key="value" value="-1"/>
</userDefinedRuntimeAttribute>
<userDefinedRuntimeAttribute type="boolean" keyPath="fullCircle" value="YES"/>
</userDefinedRuntimeAttributes>
</view>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Activity Status" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="UhR-EO-4LV">
<rect key="frame" x="254" y="686" width="260" height="36"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" pointSize="25"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="Steps" textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="HWV-3o-DCj">
<rect key="frame" x="313" y="753" width="141" height="30"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" pointSize="25"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
<label opaque="NO" userInteractionEnabled="NO" contentMode="left" horizontalHuggingPriority="251" verticalHuggingPriority="251" fixedFrame="YES" text="FitCoin : " textAlignment="center" lineBreakMode="tailTruncation" baselineAdjustment="alignBaselines" adjustsFontSizeToFit="NO" translatesAutoresizingMaskIntoConstraints="NO" id="Ugk-Px-5iA">
<rect key="frame" x="282" y="307" width="204" height="21"/>
<autoresizingMask key="autoresizingMask" flexibleMaxX="YES" flexibleMaxY="YES"/>
<fontDescription key="fontDescription" type="system" pointSize="25"/>
<nil key="textColor"/>
<nil key="highlightedColor"/>
</label>
</subviews>
<color key="backgroundColor" red="1" green="1" blue="1" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
<viewLayoutGuide key="safeArea" id="6Tk-OE-BBY"/>
</view>
<connections>
<outlet property="Steps" destination="2rb-Ys-yus" id="ayC-ge-fUQ"/>
<outlet property="activityTypeLabel" destination="UhR-EO-4LV" id="ike-nm-NV8"/>
<outlet property="fitCoinCounter" destination="Ugk-Px-5iA" id="sUk-gj-AwD"/>
<outlet property="stepsCounter" destination="HWV-3o-DCj" id="AmG-aV-1eu"/>
</connections>
</viewController>
<placeholder placeholderIdentifier="IBFirstResponder" id="dkx-z0-nzr" sceneMemberID="firstResponder"/>
</objects>
<point key="canvasLocation" x="137.5" y="133.59375"/>
</scene>
</scenes>
</document>
| 85.815217 | 375 | 0.548828 |
71df4bac72fe516e0d607f279a1d2351bdbe0de9 | 3,716 | xml | XML | laymanmall-common/pom.xml | liuyang19900520/layman-cloud | 2dfe3f09cc272da7a3134fd4defe0a7ecfdd63a8 | [
"Apache-2.0"
] | null | null | null | laymanmall-common/pom.xml | liuyang19900520/layman-cloud | 2dfe3f09cc272da7a3134fd4defe0a7ecfdd63a8 | [
"Apache-2.0"
] | null | null | null | laymanmall-common/pom.xml | liuyang19900520/layman-cloud | 2dfe3f09cc272da7a3134fd4defe0a7ecfdd63a8 | [
"Apache-2.0"
] | null | null | null | <?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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.2.6.RELEASE</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.liuyang19900520</groupId>
<artifactId>laymanmall-common</artifactId>
<version>0.0.1-SNAPSHOT</version>
<name>laymanmall-common</name>
<description>laymanmall-common</description>
<properties>
<java.version>1.8</java.version>
<spring-cloud.version>Hoxton.SR3</spring-cloud.version>
</properties>
<dependencies>
<!-- https://mvnrepository.com/artifact/javax.validation/validation-api -->
<dependency>
<groupId>javax.validation</groupId>
<artifactId>validation-api</artifactId>
<version>2.0.1.Final</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpcore</artifactId>
<version>4.4.13</version>
</dependency>
<dependency>
<groupId>com.baomidou</groupId>
<artifactId>mybatis-plus-boot-starter</artifactId>
<version>3.3.1.tmp</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.12</version>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.6</version>
</dependency>
<!-- https://mvnrepository.com/artifact/javax.servlet/javax.servlet-api -->
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<version>4.0.1</version>
<scope>provided</scope>
</dependency>
<!-- https://mvnrepository.com/artifact/mysql/mysql-connector-java -->
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
<version>8.0.19</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-api -->
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<version>5.6.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
</dependency>
</dependencies>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>2.2.1.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<version>${project.parent.version}</version>
<configuration>
<excludes>
<exclude>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
</project>
| 30.966667 | 102 | 0.653122 |
ff4b58dc2352d5a343b864d221f0a6349acdea58 | 12,903 | xml | XML | B03190.xml | textcreationpartnership/B03190 | 470b968bd9528db6b4638618b763a36fdeabb61b | [
"CC0-1.0"
] | null | null | null | B03190.xml | textcreationpartnership/B03190 | 470b968bd9528db6b4638618b763a36fdeabb61b | [
"CC0-1.0"
] | null | null | null | B03190.xml | textcreationpartnership/B03190 | 470b968bd9528db6b4638618b763a36fdeabb61b | [
"CC0-1.0"
] | null | null | null | <TEI xmlns="http://www.tei-c.org/ns/1.0">
<teiHeader>
<fileDesc>
<titleStmt>
<title>An excellent new song, intituled, Valiant Jockie His ladies resolution. To be sung to its own proper tune.</title>
</titleStmt>
<editionStmt>
<edition>
<date>1700</date>
</edition>
</editionStmt>
<extent>Approx. 3 KB of XML-encoded text transcribed from 1 1-bit group-IV TIFF page image.</extent>
<publicationStmt>
<publisher>Text Creation Partnership,</publisher>
<pubPlace>Ann Arbor, MI ; Oxford (UK) :</pubPlace>
<date when="2011-04">2011-04 (EEBO-TCP Phase 2).</date>
<idno type="DLPS">B03190</idno>
<idno type="STC">Wing E3828A</idno>
<idno type="STC">ESTC R176876</idno>
<idno type="EEBO-CITATION">52614668</idno>
<idno type="OCLC">ocm 52614668</idno>
<idno type="VID">175879</idno>
<availability>
<p>To the extent possible under law, the Text Creation Partnership has waived all copyright and related or neighboring rights to this keyboarded and encoded edition of the work described above, according to the terms of the CC0 1.0 Public Domain Dedication (http://creativecommons.org/publicdomain/zero/1.0/). This waiver does not extend to any page images or other supplementary files associated with this work, which may be protected by copyright or other license restrictions. Please go to https://www.textcreationpartnership.org/ for more information about the project.</p>
</availability>
</publicationStmt>
<seriesStmt>
<title>Early English books online.</title>
</seriesStmt>
<notesStmt>
<note>(EEBO-TCP ; phase 2, no. B03190)</note>
<note>Transcribed from: (Early English Books Online ; image set 175879)</note>
<note>Images scanned from microfilm: (Early English Books, 1641-1700 ; 2753:22)</note>
</notesStmt>
<sourceDesc>
<biblFull>
<titleStmt>
<title>An excellent new song, intituled, Valiant Jockie His ladies resolution. To be sung to its own proper tune.</title>
</titleStmt>
<extent>1 sheet ([1] p.) : ill. </extent>
<publicationStmt>
<publisher>s.n.,</publisher>
<pubPlace>[Edinburgh? :</pubPlace>
<date>1700?]</date>
</publicationStmt>
<notesStmt>
<note>Caption title.</note>
<note>Contains one woodcut illustration at head of sheet.</note>
<note>Place and date of publication suggested by National Library of Scotland.</note>
<note>Reproduction of original in: National Library of Scotland.</note>
</notesStmt>
</biblFull>
</sourceDesc>
</fileDesc>
<encodingDesc>
<projectDesc>
<p>Created by converting TCP files to TEI P5 using tcp2tei.xsl,
TEI @ Oxford.
</p>
</projectDesc>
<editorialDecl>
<p>EEBO-TCP is a partnership between the Universities of Michigan and Oxford and the publisher ProQuest to create accurately transcribed and encoded texts based on the image sets published by ProQuest via their Early English Books Online (EEBO) database (http://eebo.chadwyck.com). The general aim of EEBO-TCP is to encode one copy (usually the first edition) of every monographic English-language title published between 1473 and 1700 available in EEBO.</p>
<p>EEBO-TCP aimed to produce large quantities of textual data within the usual project restraints of time and funding, and therefore chose to create diplomatic transcriptions (as opposed to critical editions) with light-touch, mainly structural encoding based on the Text Encoding Initiative (http://www.tei-c.org).</p>
<p>The EEBO-TCP project was divided into two phases. The 25,368 texts created during Phase 1 of the project (2000-2009), initially available only to institutions that contributed to their creation, were released into the public domain on 1 January 2015. The approximately 40,000 texts produced during Phase 2 (2009- ), of which 34,963 had been released as of 2020, originally similarly restricted, were similarly freed from all restrictions on 1 August 2020. As of that date anyone is free to take and use these texts for any purpose (modify them, annotate them, distribute them, etc.). But we do respectfully request that due credit and attribution be given to their original source.</p>
<p>Users should be aware of the process of creating the TCP texts, and therefore of any assumptions that can be made about the data.</p>
<p>Text selection was based on the New Cambridge Bibliography of English Literature (NCBEL). If an author (or for an anonymous work, the title) appears in NCBEL, then their works are eligible for inclusion. Selection was intended to range over a wide variety of subject areas, to reflect the true nature of the print record of the period. In general, first editions of a works in English were prioritized, although there are a number of works in other languages, notably Latin and Welsh, included and sometimes a second or later edition of a work was chosen if there was a compelling reason to do so.</p>
<p>Image sets were sent to external keying companies for transcription and basic encoding. Quality assurance was then carried out by editorial teams in Oxford and Michigan. 5% (or 5 pages, whichever is the greater) of each text was proofread for accuracy and those which did not meet QA standards were returned to the keyers to be redone. After proofreading, the encoding was enhanced and/or corrected and characters marked as illegible were corrected where possible up to a limit of 100 instances per text. Any remaining illegibles were encoded as <gap>s. Understanding these processes should make clear that, while the overall quality of TCP data is very good, some errors will remain and some readable characters will be marked as illegible. Users should bear in mind that in all likelihood such instances will never have been looked at by a TCP editor.</p>
<p>The texts were encoded and linked to page images in accordance with level 4 of the TEI in Libraries guidelines.</p>
<p>Copies of the texts have been issued variously as SGML (TCP schema; ASCII text with mnemonic sdata character entities); displayable XML (TCP schema; characters represented either as UTF-8 Unicode or text strings within braces); or lossless XML (TEI P5, characters represented either as UTF-8 Unicode or TEI g elements).</p>
<p>Keying and markup guidelines are available at the <ref target="http://www.textcreationpartnership.org/docs/.">Text Creation Partnership web site</ref>.</p>
</editorialDecl>
<listPrefixDef>
<prefixDef ident="tcp"
matchPattern="([0-9\-]+):([0-9IVX]+)"
replacementPattern="http://eebo.chadwyck.com/downloadtiff?vid=$1&page=$2"/>
<prefixDef ident="char"
matchPattern="(.+)"
replacementPattern="https://raw.githubusercontent.com/textcreationpartnership/Texts/master/tcpchars.xml#$1"/>
</listPrefixDef>
</encodingDesc>
<profileDesc>
<langUsage>
<language ident="eng">eng</language>
</langUsage>
<textClass>
<keywords scheme="http://authorities.loc.gov/">
<term>Ballads, Scots -- 17th century.</term>
<term>Broadsides -- Scotland -- 17th century.</term>
</keywords>
</textClass>
</profileDesc>
<revisionDesc>
<change>
<date>2008-09</date>
<label>TCP</label>Assigned for keying and markup</change>
<change>
<date>2008-11</date>
<label>SPi Global</label>Keyed and coded from ProQuest page images</change>
<change>
<date>2009-02</date>
<label>Mona Logarbo</label>Sampled and proofread</change>
<change>
<date>2009-02</date>
<label>Mona Logarbo</label>Text and markup reviewed and edited</change>
<change>
<date>2009-09</date>
<label>pfs</label>Batch review (QC) and XML conversion</change>
</revisionDesc>
</teiHeader>
<text xml:lang="eng">
<body>
<div type="ballad">
<pb facs="tcp:175879:1"/>
<!-- PDF PAGE 2 -->
<head>
<figure/>
</head>
<head>An Excellent New SONG, Intituled, <hi>Valiant Iockie</hi>
</head>
<head type="sub">His LADIES Reſolution.</head>
<opener>To be ſung to its own proper Tune.</opener>
<lg>
<l>VAliant <hi>Jockie,</hi>s march'd away,</l>
<l>To fight a Battle with great <hi>Mackay;</hi>
</l>
<l>Leaving me poor Soul alas! forlorne,</l>
<l>To curſe the hour that ever I was born</l>
<l>But I ſwear I'll follow too,</l>
<l>And deareſt <hi>Jockie,</hi>s Fate purſue;</l>
<l>Near him be, to guard his precious Life,</l>
<l>Never <hi>Scot</hi> had ſuch a Loyal Wife.</l>
<l>Sword I'le wear, I'le cut my hair;</l>
<l>Tane my Cheeks that was ſo fair;</l>
<l>In Souldiers weed to him I'le ſpeed,</l>
<l>Never ſuch a Trooper croſt the Tweide.</l>
</lg>
<lg>
<l>Trumpet ſound rhe victory,</l>
<l>Sure I'le be kil'd, the nixt <hi>Dundee;</hi>
</l>
<l>Loves raging Fate doth all agree,</l>
<l>To do ſome glorious act for me:</l>
<l>Great <hi>Bellonia</hi> take my part,</l>
<l>Fame and honour guard my Heart;</l>
<l>That for poor old <hi>Scotlands</hi> good,</l>
<l>Some brave Action may deſerve my blood</l>
<l>Nought ſhall appear, from all Fame I fear,</l>
<l>Fighting by his ſide I lov'd ſo dear;</l>
<l>All the World ſhal own that ne're was known</l>
<l>Such a Loyal Laſs this Thouſand year.</l>
</lg>
<lg>
<l>Now in Noble Armour bright,</l>
<l>I with coragious Heart will fight;</l>
<l>Fear of death ſhall ne're my courage ſtain,</l>
<l>Our King's Right I will maintain:</l>
<l>For the glory of our Sex,</l>
<l>We all our Rebells ſhall perplex,</l>
<l>And let them find that Women kind,</l>
<l>Sometimes venture with a warlike mind,</l>
<l>Age of old, our Fame has told,</l>
<l>Therefore I ſhall never be controul'd;</l>
<l>By Friend, or Foe, I'le freely go;</l>
<l>Never was a Trooper Armed ſo.</l>
</lg>
<lg>
<l>I ſhall a helmet then put on,</l>
<l>Armed like a valiant warlike Man;</l>
<l>Plats of ſteel ſhall guard my Back and Breaſt,</l>
<l>Carabines and Piſtols I'le proteſt,</l>
<l>In my Hand, I'le cock and prime,</l>
<l>Now and for ever is the time;</l>
<l>While I am mounted thus <hi>Cappa pi;</hi>
</l>
<l>Warlike Thunder ſhall my Muſick be:</l>
<l>Let ſmoak ariſe and dim the Skies,</l>
<l>While we purſue the warlik prize;</l>
<l>Lauralls ſhall us crown, with true renown,</l>
<l>The Victory, in City, Court and Town.</l>
</lg>
<lg>
<l>
<hi>Mars</hi> the God of war ſhall lead</l>
<l>Our Army, that ſhall fight and Bleed;</l>
<l>Or e're our Foes ſhall hope to win the day</l>
<l>Therefore let us march with ſpeed away</l>
<l>Hark, I hear the Ttumpets ſound,</l>
<l>We ſhall be all with Conqueſts Crown'd;</l>
<l>Let all my Foes brag and boaſt,</l>
<l>Victory and Triumph ſhall ride through the Hoſt</l>
<l>Glory and Fame ſhall then proclaim</l>
<l>The Actions of a warlik valiant Dame;</l>
<l>If Foes draw nigh, I'le ſcorn't to Fly,</l>
<l>But with my deareſt Love I'le live and dye.</l>
</lg>
<trailer>FINIS</trailer>
</div>
</body>
</text>
</TEI>
| 64.19403 | 878 | 0.600016 |
827eafe6fa0053b1a4d0a710117b4607d1c48985 | 10,769 | xaml | XML | BiliUPDesktopTool/Style/SelectPanel_ScrollViewer.xaml | yahch/BiliUPDesktopTool | 1d6921b31619a504440607819a4c00d92caf5445 | [
"MIT"
] | null | null | null | BiliUPDesktopTool/Style/SelectPanel_ScrollViewer.xaml | yahch/BiliUPDesktopTool | 1d6921b31619a504440607819a4c00d92caf5445 | [
"MIT"
] | null | null | null | BiliUPDesktopTool/Style/SelectPanel_ScrollViewer.xaml | yahch/BiliUPDesktopTool | 1d6921b31619a504440607819a4c00d92caf5445 | [
"MIT"
] | null | null | null | <ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="clr-namespace:BiliUPDesktopTool">
<SolidColorBrush x:Key="ScrollBarDisabledBackground" Color="#F4F4F4" />
<Style x:Key="FilletScrollViewer" TargetType="ScrollViewer">
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ScrollViewer}">
<Grid x:Name="Grid" Background="{TemplateBinding Background}">
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
<ColumnDefinition Width="Auto" />
</Grid.ColumnDefinitions>
<Grid.RowDefinitions>
<RowDefinition Height="*" />
<RowDefinition Height="Auto" />
</Grid.RowDefinitions>
<Rectangle x:Name="Corner" Grid.Column="1" Fill="White" Grid.Row="1" />
<ScrollContentPresenter
x:Name="PART_ScrollContentPresenter"
CanContentScroll="{TemplateBinding CanContentScroll}"
CanHorizontallyScroll="False"
CanVerticallyScroll="False"
ContentTemplate="{TemplateBinding ContentTemplate}"
Content="{TemplateBinding Content}"
Grid.Column="0"
Margin="{TemplateBinding Padding}"
Grid.Row="0" />
<ScrollBar
x:Name="PART_VerticalScrollBar"
AutomationProperties.AutomationId="VerticalScrollBar"
Cursor="Arrow" Grid.Column="1"
Maximum="{TemplateBinding ScrollableHeight}"
Minimum="0" Grid.Row="0"
Visibility="{TemplateBinding ComputedVerticalScrollBarVisibility}"
Value="{Binding VerticalOffset, Mode=OneWay,
RelativeSource={RelativeSource TemplatedParent}}"
ViewportSize="{TemplateBinding ViewportHeight}"
Style="{DynamicResource MyScrollBarStyle}" />
<ScrollBar
x:Name="PART_HorizontalScrollBar"
AutomationProperties.AutomationId="HorizontalScrollBar"
Cursor="Arrow"
Grid.Column="0"
Maximum="{TemplateBinding ScrollableWidth}"
Minimum="0"
Orientation="Horizontal"
Grid.Row="1"
Visibility="{TemplateBinding ComputedHorizontalScrollBarVisibility}"
Value="{Binding HorizontalOffset, Mode=OneWay,
RelativeSource={RelativeSource TemplatedParent}}"
ViewportSize="{TemplateBinding ViewportWidth}"
Style="{DynamicResource MyScrollBarStyle}" />
</Grid>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="VerticalScrollBarPageButton" TargetType="{x:Type RepeatButton}">
<Setter Property="OverridesDefaultStyle" Value="true" />
<Setter Property="Background" Value="Transparent" />
<Setter Property="Focusable" Value="false" />
<Setter Property="IsTabStop" Value="false" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type RepeatButton}">
<Rectangle Fill="{TemplateBinding Background}"
Height="{TemplateBinding Height}"
Width="{TemplateBinding Width}" />
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="ScrollBarThumb" TargetType="{x:Type Thumb}">
<Setter Property="OverridesDefaultStyle" Value="true" />
<Setter Property="IsTabStop" Value="false" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type Thumb}">
<Rectangle Name="thumbRect"
Fill="#FF00A1D6" RadiusX="4" RadiusY="4" />
<ControlTemplate.Triggers>
<Trigger Property="IsMouseOver" Value="True">
<Setter Property="Fill" Value="#FF007BA3" TargetName="thumbRect" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="HorizontalScrollBarPageButton" TargetType="{x:Type RepeatButton}">
<Setter Property="OverridesDefaultStyle" Value="true" />
<Setter Property="Background" Value="Transparent" />
<Setter Property="Focusable" Value="false" />
<Setter Property="IsTabStop" Value="false" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type RepeatButton}">
<Rectangle Fill="{TemplateBinding Background}"
Height="{TemplateBinding Height}"
Width="{TemplateBinding Width}" />
</ControlTemplate>
</Setter.Value>
</Setter>
</Style>
<Style x:Key="MyScrollBarStyle" TargetType="{x:Type ScrollBar}">
<Setter Property="Background" Value="AliceBlue" />
<Setter Property="Stylus.IsPressAndHoldEnabled" Value="false" />
<Setter Property="Stylus.IsFlicksEnabled" Value="false" />
<Setter Property="Width" Value="8" />
<Setter Property="MinWidth" Value="8" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate TargetType="{x:Type ScrollBar}">
<Grid x:Name="Bg" Background="AliceBlue"
SnapsToDevicePixels="true"
Width="8">
<Grid.RowDefinitions>
<RowDefinition />
</Grid.RowDefinitions>
<Track x:Name="PART_Track" IsDirectionReversed="true"
IsEnabled="{TemplateBinding IsMouseOver}">
<Track.DecreaseRepeatButton>
<RepeatButton
Command="{x:Static ScrollBar.PageUpCommand}"
Style="{StaticResource VerticalScrollBarPageButton}" />
</Track.DecreaseRepeatButton>
<Track.IncreaseRepeatButton>
<RepeatButton
Command="{x:Static ScrollBar.PageDownCommand}"
Style="{StaticResource VerticalScrollBarPageButton}" />
</Track.IncreaseRepeatButton>
<Track.Thumb>
<Thumb Style="{StaticResource ScrollBarThumb}" />
</Track.Thumb>
</Track>
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Background" TargetName="Bg"
Value="{StaticResource ScrollBarDisabledBackground}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
<Style.Triggers>
<Trigger Property="Orientation" Value="Horizontal">
<Setter Property="Width" Value="Auto" />
<Setter Property="MinWidth" Value="0" />
<Setter Property="Height" Value="8" />
<Setter Property="MinHeight" Value="8" />
<Setter Property="Background" Value="AliceBlue" />
<Setter Property="Template">
<Setter.Value>
<ControlTemplate
TargetType="{x:Type ScrollBar}">
<Grid x:Name="Bg"
Background="#9942B7DD"
SnapsToDevicePixels="true">
<Grid.ColumnDefinitions>
<ColumnDefinition />
</Grid.ColumnDefinitions>
<Track x:Name="PART_Track"
IsEnabled="{TemplateBinding IsMouseOver}">
<Track.DecreaseRepeatButton>
<RepeatButton
Command="{x:Static ScrollBar.PageLeftCommand}"
Style="{StaticResource HorizontalScrollBarPageButton}" />
</Track.DecreaseRepeatButton>
<Track.IncreaseRepeatButton>
<RepeatButton
Command="{x:Static ScrollBar.PageRightCommand}"
Style="{StaticResource HorizontalScrollBarPageButton}" />
</Track.IncreaseRepeatButton>
<Track.Thumb>
<Thumb Style="{StaticResource ScrollBarThumb}" />
</Track.Thumb>
</Track>
</Grid>
<ControlTemplate.Triggers>
<Trigger Property="IsEnabled" Value="false">
<Setter Property="Background"
TargetName="Bg"
Value="{StaticResource ScrollBarDisabledBackground}" />
</Trigger>
</ControlTemplate.Triggers>
</ControlTemplate>
</Setter.Value>
</Setter>
</Trigger>
</Style.Triggers>
</Style>
</ResourceDictionary> | 55.225641 | 101 | 0.467453 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.