commit stringlengths 40 40 | old_file stringlengths 4 264 | new_file stringlengths 4 264 | old_contents stringlengths 0 4.24k | new_contents stringlengths 1 5.44k | subject stringlengths 14 778 | message stringlengths 15 9.92k | lang stringclasses 277
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
7f4a8b02b019dc30ae68d865c72e9780e9bfe630 | src/main/docs/common-howto.adoc | src/main/docs/common-howto.adoc | To complete this guide you will need to checkout the source from Github and work through the steps presented by the guide.
To get started do the following:
* link:https://github.com/{githubSlug}/archive/master.zip[Download] and unzip the source or if you already have https://git-scm.com/[Git]: `git clone https://gith... | To complete this guide you will need to checkout the source from Github and work through the steps presented by the guide.
To get started do the following:
* link:https://github.com/{githubSlug}/archive/master.zip[Download] and unzip the source or if you already have https://git-scm.com/[Git]: `git clone https://gith... | Add a note about completed example | Add a note about completed example
| AsciiDoc | apache-2.0 | grails/grails-guides,grails/grails-guides,grails/grails-guides |
175299ab37f3784e04b30551a1695e4adda7e95a | doc/index.adoc | doc/index.adoc | :source-highlighter: pygments
= Muon Clojure
Muon Clojure is just awesome and clojurific
| ---
---
:title: Muon Clojure
:layout: documentation
:source-highlighter: pygments
:toc: right
= Muon Clojure docs
Muon Clojure is just awesome and clojurific
| Add doc push on snapshot release | Add doc push on snapshot release
| AsciiDoc | apache-2.0 | microserviceux/muon-clojure |
cc4bc7d57d4e2adaaefb53752df9a7944365e3e3 | docs/reference/analysis/analyzers/standard-analyzer.asciidoc | docs/reference/analysis/analyzers/standard-analyzer.asciidoc | [[analysis-standard-analyzer]]
=== Standard Analyzer
An analyzer of type `standard` that is built of using
<<analysis-standard-tokenizer,Standard
Tokenizer>>, with
<<analysis-standard-tokenfilter,Standard
Token Filter>>,
<<analysis-lowercase-tokenfilter,Lower
Case Token Filter>>, and
<<analysis-stop-tokenfilter,Stop
T... | [[analysis-standard-analyzer]]
=== Standard Analyzer
An analyzer of type `standard` is built using the
<<analysis-standard-tokenizer,Standard
Tokenizer>> with the
<<analysis-standard-tokenfilter,Standard
Token Filter>>,
<<analysis-lowercase-tokenfilter,Lower
Case Token Filter>>, and
<<analysis-stop-tokenfilter,Stop
To... | Fix nonsensical sentence in standard analyzer documentation so that it is more understandable | Fix nonsensical sentence in standard analyzer documentation so that it is more understandable
| AsciiDoc | apache-2.0 | sneivandt/elasticsearch,nezirus/elasticsearch,mjhennig/elasticsearch,pranavraman/elasticsearch,zhiqinghuang/elasticsearch,hydro2k/elasticsearch,acchen97/elasticsearch,chirilo/elasticsearch,Brijeshrpatel9/elasticsearch,himanshuag/elasticsearch,polyfractal/elasticsearch,s1monw/elasticsearch,hafkensite/elasticsearch,weipi... |
268f2a549363cf916464d54cbda473e6aa890d1d | modules/serverless-create-func-kn.adoc | modules/serverless-create-func-kn.adoc | [id="serverless-create-func-kn_{context}"]
= Creating functions
You can create a basic serverless function using the `kn` CLI.
You can specify the path, runtime, and template as flags on the command line, or use the `-c` flag to start the interactive experience in the terminal.
.Procedure
* Create a function projec... | [id="serverless-create-func-kn_{context}"]
= Creating functions
You can create a basic serverless function using the `kn` CLI.
You can specify the path, runtime, template, and repository with the template as flags on the command line, or use the `-c` flag to start the interactive experience in the terminal.
.Procedu... | Document the -r <repository> option of the `kn func create` command | Document the -r <repository> option of the `kn func create` command
Change argument order in a command
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
dd4869f19714fb089499fbb436c12145c4839acb | README.asciidoc | README.asciidoc | libframetime
============
A preloadable library, able to dump the frame times of any OpenGL application on Linux, on
any driver.
By default, the timing is written into /tmp/libframetime.out, but you can specify an
alternate file with the LIBFRAMETIME_FILE env var.
Usage
-----
----
LD_PRELOAD=path/to/libframetime.... | libframetime
============
A preloadable library, able to dump the frame times of any OpenGL application on Linux, on
any driver.
By default, the timing is written into /tmp/libframetime.out, but you can specify an
alternate file with the LIBFRAMETIME_FILE env var.
Usage
-----
----
LD_PRELOAD=path/to/libframetime.... | Update readme with latest stats output | Update readme with latest stats output
| AsciiDoc | agpl-3.0 | clbr/libframetime |
7165877edede63fe0b363c4b8865a3106820edcf | revapi-site/src/site/asciidoc/news/20180406-new-check-and-2-fixes.adoc | revapi-site/src/site/asciidoc/news/20180406-new-check-and-2-fixes.adoc | == New Check and 2 Fixes
:docname: 20180406-new-check-and-2-fixes
I fixed 3 issues for which there are releases of the following components:
* `revapi-basic-features-0.7.1` that contains a fix for https://github.com/revapi/revapi/issues/119[#119] which means
that the semver transform should no longer crash when there... | == New Check and 2 Fixes
:docname: 20180406-new-check-and-2-fixes
I fixed 3 issues for which there are releases of the following components:
* `revapi-basic-features-0.7.1` that contains a fix for https://github.com/revapi/revapi/issues/119[#119] which means
that the semver transform should no longer crash when there... | Add a link to the docs in the release announcement | Add a link to the docs in the release announcement
| AsciiDoc | apache-2.0 | revapi/revapi,revapi/revapi,revapi/revapi |
ad17ab80d4861187b698b10dbe52104870fa8d14 | grpc-examples/README.adoc | grpc-examples/README.adoc | = Vert.x Unit examples
Here you'll find some examples of how to use Vert.x unit to test your asynchronous applications.
Tests are located in the link:src/test/java/io/vertx/example/unit/test directory.
Examples can be run directly from the IDE.
== Vertx Unit Test
The link:src/test/java/io/vertx/example/unit/test/V... | = Vert.x gRPC examples
todo
| Update readme with blank info | Update readme with blank info
| AsciiDoc | apache-2.0 | vert-x3/vertx-examples,vert-x3/vertx-examples,vert-x3/vertx-examples,vert-x3/vertx-examples,vert-x3/vertx-examples |
abe47adcb9d4356ff3f392fe069c25436804f170 | README.adoc | README.adoc | = SpringBoot WebApp Demo
SpringBoot looks like a nice way to get started.
This is a trivial webapp created using SpringBoot.
== HowTo
mvn spring-boot:run
then connect to http://localhost:8000/notaservlet
Note that is 8000 not the usual 8080 to avoid conflicts.
Change this in application.properties if y... | = SpringBoot WebApp Demo
SpringBoot looks like a nice way to get started.
This is a trivial webapp created using SpringBoot.
== HowTo
mvn spring-boot:run
then connect to
http://localhost:8000/notaservlet?name=Robin Smith
Note that is 8000 not the usual 8080 to avoid conflicts.
Change this in applic... | Add required "name" parameter in example | Add required "name" parameter in example | AsciiDoc | bsd-2-clause | IanDarwin/springbootdemo,IanDarwin/springbootdemo |
c7e49140fb80d06fc9a4326213634a940987a993 | CHANGES.adoc | CHANGES.adoc | = Changelog
== Version 0.4.0
Date: unreleased
- Add encode/decode functions to JWS/JWT implementation. Them instead of return
plain value, return a monadic either. That allows granular error reporting
instead something like nil that not very useful. The previous sign/unsign
are conserved for backward compatibi... | = Changelog
== Version 0.4.0
Date: unreleased
- Add encode/decode functions to JWS/JWT implementation. Them instead of return
plain value, return a monadic either. That allows granular error reporting
instead something like nil that not very useful. The previous sign/unsign
are conserved for backward compatibi... | Add deprecatio not on changelog. | Add deprecatio not on changelog.
| AsciiDoc | apache-2.0 | funcool/buddy-sign |
2eef28f860661fdb788a488b260c7ed188c90aaa | src/main/docs/common-testApp.adoc | src/main/docs/common-testApp.adoc | To run the tests:
[source, bash]
----
./grailsw
grails> test-app
grails> open test-report
----
| To run the tests:
[source, bash]
----
./grailsw
grails> test-app
grails> open test-report
----
or
[source, bash]
----
./gradlew check
open build/reports/tests/index.html
----
| Add Gradle check to testApp snippet | Add Gradle check to testApp snippet | AsciiDoc | apache-2.0 | grails/grails-guides,grails/grails-guides,grails/grails-guides |
facba36fab9cfa760ff142b9b275af37a6f4929d | README.adoc | README.adoc | = Spring Boot and Two DataSources
This project demonstrates how to use two `DataSource` s with Spring Boot.
It utilizes:
* Spring Data JPA/REST
* Flyway migrations for the two `DataSource` s
* Separate Hibernate properties for each `DataSource`
* Application properties with YAML
* Thymeleaf
* Unit tests for compon... | = Spring Boot and Two DataSources
This project demonstrates how to use two `DataSource` s with Spring Boot.
It utilizes:
* Spring Data https://github.com/spring-projects/spring-data-jpa[JPA] / https://github.com/spring-projects/spring-data-rest[REST]
* https://github.com/flyway/flyway[Flyway] migrations for the tw... | Add DataTables and links to readme | Add DataTables and links to readme
| AsciiDoc | unlicense | drumonii/SpringBootTwoDataSources |
76b8742d77b52284247e1fafa372a066279254f0 | README.adoc | README.adoc | = Database Table Replicator (DbShadow)
:Author: David Thompson, Matt Conroy
:Email: <dthompsn1@gmail.com> <matt@conroy.cc>
:Revision: 0.0.1 2017-02-08
== Description
Have you ever had the need to copy data from one database to another? How about between to different types of
databases? How about just verifying that yo... | = Database Table Replicator (DbShadow)
:Author: David Thompson, Matt Conroy
:Email: <dthompsn1@gmail.com> <matt@conroy.cc>
:Revision: 0.0.1 2017-02-08
== Description
Have you ever had the need to copy data from one database to another? How about between to different types of
databases? How about just verifying that yo... | Add a little more docs. More to come. | Add a little more docs. More to come.
| AsciiDoc | apache-2.0 | applitect/DbShadow |
e839a8cfe221c79c1e0e42b07d5fb92b3494bfc3 | CHANGELOG.pending.adoc | CHANGELOG.pending.adoc | icon:plus[] GraphQL: Nodes can now be loaded in the context of a schema. This will return all nodes which use the schema.
| CAUTION: GraphQL: The root field releases has been removed. The root field release now takes no parameters and loads the active release.
icon:plus[] GraphQL: Nodes can now be loaded in the context of a schema. This will return all nodes which use the schema.
| Add breaking GraphQL change to changelog | Add breaking GraphQL change to changelog
| AsciiDoc | apache-2.0 | gentics/mesh,gentics/mesh,gentics/mesh,gentics/mesh |
40f3ea747b22d0e7da2d38867a1e3adfbc49ff20 | CHANGELOG.asciidoc | CHANGELOG.asciidoc | === Apm-Server version HEAD
https://github.com/elastic/apm-server/compare/x...master[View commits]
==== Breaking changes
==== Bugfixes
==== Added
==== Deprecated
==== Known Issue
| === Apm-Server version HEAD
https://github.com/elastic/apm-server/compare/x...master[View commits]
==== Breaking changes
==== Bugfixes
*Bugfixes in fields.yml leading to ES schema changes*
- changed `context.system.title` to `context.system.process_title`, removed `transaction.context`, `trace.context` (already avai... | Add minor schema changes to Changelog. | Add minor schema changes to Changelog.
| AsciiDoc | apache-2.0 | roncohen/apm-server,roncohen/apm-server,roncohen/apm-server,roncohen/apm-server |
09f33bf8eb82cc714e4d21b695841a2a527e22ee | components/camel-johnzon/src/main/docs/johnzon.adoc | components/camel-johnzon/src/main/docs/johnzon.adoc | [[Johnzon-Johnzon]]
Johnzon
~~~~~~~
*Available as of Camel 2.18*
Johnzon is a link:data-format.html[Data Format] which uses the
http://johnzon.apache.org/[Johnzon Library]
[source,java]
-------------------------------
from("activemq:My.Queue").
marshal().json(JsonLibrary.Johnzon).
to("mqseries:Another.Queue");
-... | [[Johnzon-Johnzon]]
Johnzon
~~~~~~~
*Available as of Camel 2.18*
Johnzon is a link:data-format.html[Data Format] which uses the
http://johnzon.apache.org/[Johnzon Library]
[source,java]
-------------------------------
from("activemq:My.Queue").
marshal().json(JsonLibrary.Johnzon).
to("mqseries:Another.Queue");
-... | Fix paragraph name in Johnzon docs for Gitbook | Fix paragraph name in Johnzon docs for Gitbook
| AsciiDoc | apache-2.0 | gnodet/camel,anton-k11/camel,anoordover/camel,zregvart/camel,hqstevenson/camel,YoshikiHigo/camel,bgaudaen/camel,pmoerenhout/camel,Thopap/camel,NickCis/camel,cunningt/camel,davidkarlsen/camel,bhaveshdt/camel,w4tson/camel,anoordover/camel,sabre1041/camel,pax95/camel,nikhilvibhav/camel,pmoerenhout/camel,tkopczynski/camel,... |
55d94c359a02ab87dd9e18a95894b4133be20452 | doc/release-process.adoc | doc/release-process.adoc | = bitcoinj-addons Release Process
== Main Release Process
. Update `CHANGELOG.adoc`
. Set versions
.. `README.adoc` (check/set bitcoinj version variable, too)
.. bitcoinj-dsl `ExtensionModule`
.. `gradle.properties`
. Commit version bump and changelog.
. Full build, test
.. `./gradlew clean jenkinsBuild install regTe... | = bitcoinj-addons Release Process
== Main Release Process
. Update `CHANGELOG.adoc`
. Set versions
.. `README.adoc` (check/set bitcoinj version variable, too)
.. bitcoinj-dsl `ExtensionModule`
.. `gradle.properties`
. Commit version bump and changelog.
. Full build, test
.. `./gradlew clean buildCI install regTest`
.... | Update build-process (use `buildCI` target) | Update build-process (use `buildCI` target) | AsciiDoc | apache-2.0 | msgilligan/bitcoinj-addons,msgilligan/bitcoinj-addons,msgilligan/bitcoinj-addons,msgilligan/bitcoinj-addons |
813c9fe040a2c275e2970b99cf712625d7971a7f | docs/reference/fleet/index.asciidoc | docs/reference/fleet/index.asciidoc | [role="xpack"]
[[fleet-apis]]
TIP: For the {kib} {fleet} APIs, see the
{fleet-guide}/fleet-api-docs.html[`Fleet API Documentation`].
== Fleet APIs
The following APIs support {fleet}'s use of {es} as a data store for internal
agent and action data. These APIs are experimental and for internal use by
{fleet} only.
* ... | [role="xpack"]
[[fleet-apis]]
== Fleet APIs
TIP: For the {kib} {fleet} APIs, see the
{fleet-guide}/fleet-api-docs.html[Fleet API Documentation].
The following APIs support {fleet}'s use of {es} as a data store for internal
agent and action data. These APIs are experimental and for internal use by
{fleet} only.
* <<g... | Relocate tip for Fleet APIs | [DOCS] Relocate tip for Fleet APIs
| AsciiDoc | apache-2.0 | GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch,GlenRSmith/elasticsearch |
95cef8af4de8ecf33d9af6916ed8d1e32223bcd4 | code/issueTracker.adoc | code/issueTracker.adoc | = Report an issue
:awestruct-layout: normalBase
:showtitle:
== Issue tracker
We welcome issue reports (bugs, improvements, new feature requests, ...) in our issue tracker:
*Show https://issues.jboss.org/browse/drools[the JIRA issue tracker].*
Log in and click on the button _Create Issue_ to report a bug, improvemen... | = Report an issue
:awestruct-layout: normalBase
:showtitle:
== Issue tracker
We welcome issue reports (bugs, improvements, new feature requests, ...) in our issue tracker:
*Show https://issues.jboss.org/browse/drools[the JIRA issue tracker].*
Log in and click on the button _Create Issue_ to report a bug, improvemen... | Add the known kanban boards | Add the known kanban boards
| AsciiDoc | apache-2.0 | droolsjbpm/drools-website,droolsjbpm/drools-website,droolsjbpm/drools-website |
4345beb8fb142c531790946689e8a22e11e02dfe | documentation/modules/ROOT/pages/_attributes.adoc | documentation/modules/ROOT/pages/_attributes.adoc | // set attributes usually set by Antora
ifndef::site-gen-antora[]
:moduledir: ..
:attachmentsdir: {moduledir}/assets/attachments
:examplesdir: {moduledir}/examples
:imagesdir: {moduledir}/assets/images
:partialsdir: {moduledir}/pages/_partials
endif::[]
:ProductName: Debezium
:debezium-version: 1.0.0.Final
:debezium-d... | // set attributes usually set by Antora
ifndef::site-gen-antora[]
:moduledir: ..
:attachmentsdir: {moduledir}/assets/attachments
:examplesdir: {moduledir}/examples
:imagesdir: {moduledir}/assets/images
:partialsdir: {moduledir}/pages/_partials
endif::[]
:debezium-version: 1.0.0.Final
:debezium-dev-version: 1.1
:debezi... | Remove definition of unnecessary ProductName attribute in docs | Remove definition of unnecessary ProductName attribute in docs
| AsciiDoc | apache-2.0 | debezium/debezium,debezium/debezium,jpechane/debezium,debezium/debezium,jpechane/debezium,debezium/debezium,jpechane/debezium,jpechane/debezium |
a930fd60c1d212f27a7603ece45fe49d05594d8b | docs/src/main/asciidoc/_templates/attributes.adoc | docs/src/main/asciidoc/_templates/attributes.adoc | // Allow examples to render correctly in previews despite being
// a nested directory
:idprefix:
:idseparator: -
:icons: font
:doc-guides: ../
:doc-examples: ../_examples
:imagesdir: ../../asciidoc/images
:includes: ../includes
:root: ../../asciidoc/
| // Allow examples to render correctly in previews despite being
// a nested directory
:idprefix:
:idseparator: -
:icons: font
:doc-guides: ..
:doc-examples: ../_examples
:imagesdir: ../../asciidoc/images
:includes: ../includes
:root: ../../asciidoc/
| Fix broken xrefs that use the doc-guides attribute | Fix broken xrefs that use the doc-guides attribute
| AsciiDoc | apache-2.0 | quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus,quarkusio/quarkus |
27c56611eee7315ffa85f9eeace52a38763ad5da | security/container_security/security-container-content.adoc | security/container_security/security-container-content.adoc | [id="security-container-content"]
= Securing container content
include::modules/common-attributes.adoc[]
:context: security-container-content
toc::[]
To ensure the security of the content inside your containers
you need to start with trusted base images, such as Red Hat
Universal Base Images, and add trusted software... | [id="security-container-content"]
= Securing container content
include::modules/common-attributes.adoc[]
:context: security-container-content
toc::[]
To ensure the security of the content inside your containers
you need to start with trusted base images, such as Red Hat
Universal Base Images, and add trusted software... | Comment out ref to API reference page | Comment out ref to API reference page
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
fe4aa4cf2d3eec83b7b07ee08b2d776ff43d1671 | doc/src/guide/external_plugins_list.asciidoc | doc/src/guide/external_plugins_list.asciidoc | [[plugins_list]]
== List of plugins
This is a non-exhaustive list of Erlang.mk plugins, sorted
alphabetically.
=== elixir.mk
An https://github.com/botsunit/elixir.mk[Elixir plugin] for
Erlang.mk. http://elixir-lang.org/[Elixir] is an alternative
language for the BEAM.
=== elvis.mk
An https://github.com/inaka/elvis... | [[plugins_list]]
== List of plugins
This is a non-exhaustive list of Erlang.mk plugins, sorted
alphabetically.
=== efene.mk
An https://github.com/ninenines/efene.mk[Efene plugin] for Erlang.mk.
http://efene.org/[Efene] is an alternative language for the BEAM.
=== elixir.mk
An https://github.com/botsunit/elixir.mk[... | Add the Efene plugin to the list | Add the Efene plugin to the list
| AsciiDoc | isc | crownedgrouse/erlang.mk,ingwinlu/erlang.mk,nevar/erlang.mk,jj1bdx/erlang.mk,ninenines/erlang.mk,rabbitmq/erlang.mk,hairyhum/erlang.mk |
67f01bda3071611217dea3f5dc9b944dec51f564 | modules/registry-change-management-state.adoc | modules/registry-change-management-state.adoc | // Module included in the following assemblies:
//
// * installing/installing_bare_metal/installing-bare-metal.adoc
// * installing/installing_bare_metal/installing-restricted-networks-bare-metal.adoc
// * installing/installing_vsphere/installing-restricted-networks-vsphere.adoc
// * installing/installing_vsphere/insta... | // Module included in the following assemblies:
//
// * installing/installing_bare_metal/installing-bare-metal.adoc
// * installing/installing_bare_metal/installing-restricted-networks-bare-metal.adoc
// * installing/installing_vsphere/installing-restricted-networks-vsphere.adoc
// * installing/installing_vsphere/insta... | Simplify command to change managementState | Simplify command to change managementState
The working example shows the image registry operator config object, but the command to change the ManagementState by editing it is not provided. As a reference, this would suffice: `oc edit configs.imageregistry.operator.openshift.io`. However, a simpler instruction for th... | AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
74113ec3255f28393ac473c7fa0af7bf4f297e1e | doc/resources/doc/sources/deployment-packed.adoc | doc/resources/doc/sources/deployment-packed.adoc | = Packed deployments
We use the term 'packed deployment' to mean that everything required at runtime is built (if necessary) and packed into an archive, ready for deployment and execution in the target operating environment.
It is common to create 'uberjars' containing pre-compiled Clojure code, togther with dependen... | = Packed deployments
We use the term 'packed deployment' to mean that everything required at runtime is built (if necessary) and packed into an archive, ready for deployment and execution in the target operating environment.
It is common to create 'uberjars' containing pre-compiled Clojure code, togther with dependen... | Add documentation on building uberjars | Add documentation on building uberjars
| AsciiDoc | mit | juxt/edge,juxt/edge |
5ffec06e862f2de80f864b50cf18e0df102041be | src/docs/asciidoc/30-spring-boot-application-plugin.adoc | src/docs/asciidoc/30-spring-boot-application-plugin.adoc | == Spring Boot Application Plugin
The plugin `com.bmuschko.docker-spring-boot-application` is a highly opinionated plugin for projects applying the https://docs.spring.io/spring-boot/docs/current/reference/html/build-tool-plugins-gradle-plugin.html[Spring Boot plugin].
Under the covers the plugin preconfigures tasks f... | == Spring Boot Application Plugin
The plugin `com.bmuschko.docker-spring-boot-application` is a highly opinionated plugin for projects applying the https://docs.spring.io/spring-boot/docs/current/reference/html/build-tool-plugins-gradle-plugin.html[Spring Boot plugin].
Under the covers the plugin preconfigures tasks f... | Add note about supported Spring Boot plugin version | Add note about supported Spring Boot plugin version
| AsciiDoc | apache-2.0 | bmuschko/gradle-docker-plugin,bmuschko/gradle-docker-plugin,bmuschko/gradle-docker-plugin |
f09507a8b420618b19b63e8110c7562e9a7d6031 | documentation/src/docs/asciidoc/release-notes-5.0.0-M1.adoc | documentation/src/docs/asciidoc/release-notes-5.0.0-M1.adoc | === 5.0.0-M1
*Date of Release:* June 30, 2016
*Scope:* First milestone release of JUnit 5
==== Summary of Changes
===== JUnit Platform
- `org.junit.platform.console.ConsoleRunner` has been renamed to `ConsoleLauncher`
===== JUnit Jupiter
- `ExtensionContext.getElement()` now returns `Optional<AnnotatedElement>`.... | === 5.0.0-M1
*Date of Release:* June 30, 2016
*Scope:* First milestone release of JUnit 5
==== Summary of Changes
The following is a list of global changes. For details regarding changes specific to the
Platform, Jupiter, and Vintage, consult the dedicated subsections.
.Package Migration
[cols="20,80"]
|===
| Old ... | Document package migration in release notes | Document package migration in release notes
Issue: #311
| AsciiDoc | epl-1.0 | junit-team/junit-lambda,sbrannen/junit-lambda |
bc14df0bd8b80bd9cbd0c57ca8b461647e395ae0 | docs/reference-manual/ironbee-reference-manual.adoc | docs/reference-manual/ironbee-reference-manual.adoc | IronBee Reference Manual
========================
Brian Rectanus, Ivan Ristic
v0.9.0, 2010-2014
:doctype: book
:encoding: utf-8
:toc2:
:toclevels: 3
include::ch-preface.adoc[]
include::ch-introduction.adoc[]
include::ch-server-configuration.adoc[]
include::ch-ironbee-configuration.adoc[]
include::ch-diagnostics-de... | IronBee Reference Manual
========================
Brian Rectanus
v0.9.0, 2010-2014
:doctype: book
:encoding: utf-8
:toc2:
:toclevels: 3
include::ch-preface.adoc[]
include::ch-introduction.adoc[]
include::ch-server-configuration.adoc[]
include::ch-ironbee-configuration.adoc[]
include::ch-diagnostics-devel-tools.ado... | Remove Ivan as doc author (sorry Ivan, old asciidoc only supports one author). | docs: Remove Ivan as doc author (sorry Ivan, old asciidoc only supports one author). | AsciiDoc | apache-2.0 | b1v1r/ironbee,ironbee/ironbee,b1v1r/ironbee,ironbee/ironbee,ironbee/ironbee,b1v1r/ironbee,ironbee/ironbee,ironbee/ironbee,b1v1r/ironbee,ironbee/ironbee,ironbee/ironbee,ironbee/ironbee,b1v1r/ironbee,b1v1r/ironbee,b1v1r/ironbee,ironbee/ironbee,b1v1r/ironbee,b1v1r/ironbee,b1v1r/ironbee,ironbee/ironbee,ironbee/ironbee,b1v1... |
bf59d7c374a33c54753b738c976153f3e76de027 | docs/modules/ROOT/pages/whats-new.adoc | docs/modules/ROOT/pages/whats-new.adoc | [[new]]
= What's New in Spring Security 5.8
Spring Security 5.8 provides a number of new features.
Below are the highlights of the release.
* https://github.com/spring-projects/spring-security/pull/11638[gh-11638] - Refresh remote JWK when unknown KID error occurs
* https://github.com/spring-projects/spring-security/... | [[new]]
= What's New in Spring Security 5.8
Spring Security 5.8 provides a number of new features.
Below are the highlights of the release.
* https://github.com/spring-projects/spring-security/pull/11638[gh-11638] - Refresh remote JWK when unknown KID error occurs
* https://github.com/spring-projects/spring-security/... | Update What's New for 5.8 | Update What's New for 5.8
| AsciiDoc | apache-2.0 | spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security |
d6d844df720d63952508f1a02942c5fb35940bcc | docs/void-chroot-ergodox-ez.adoc | docs/void-chroot-ergodox-ez.adoc | = Full Ergodox EZ build environment for Void Linux
Create a chroot like so:
[source]
xbps-install -S -R https://repo.voidlinux.eu/current -r /tmp/foo base-voidstrap
Then you can run.
INFO: /tmp/foo here must be absolute. Limitation of xbps-uunshare.
[source]
xbps-uunshare /tmp/foo xbps-install -- -S gcc wget unzip... | = Full Ergodox EZ build environment for Void Linux
Create a chroot like so:
[source]
xbps-install -S -R https://repo.voidlinux.eu/current -r /tmp/foo base-voidstrap
Then you can run.
INFO: /tmp/foo here must be absolute. Limitation of xbps-uunshare.
[source]
xbps-uunshare /tmp/foo xbps-install -- -S gcc wget unzip... | Remove reference to git, prefer -b in further statement | Remove reference to git, prefer -b in further statement
| AsciiDoc | mit | SevereOverfl0w/.files,SevereOverfl0w/.files,SevereOverfl0w/.files |
709be15f55ac801b64fd05360787f75b013f4a89 | documentation/src/docs/asciidoc/release-notes/release-notes-5.3.0-M1.adoc | documentation/src/docs/asciidoc/release-notes/release-notes-5.3.0-M1.adoc | [[release-notes-5.3.0-M1]]
== 5.3.0-M1
*Date of Release:* ❓
*Scope:* ❓
For a complete list of all _closed_ issues and pull requests for this release, consult the
link:{junit5-repo}+/milestone/23?closed=1+[5.3 M1] milestone page in the JUnit repository
on GitHub.
[[release-notes-5.3.0-M1-junit-platform]]
=== JUnit ... | [[release-notes-5.3.0-M1]]
== 5.3.0-M1
*Date of Release:* ❓
*Scope:* ❓
For a complete list of all _closed_ issues and pull requests for this release, consult the
link:{junit5-repo}+/milestone/23?closed=1+[5.3 M1] milestone page in the JUnit repository
on GitHub.
[[release-notes-5.3.0-M1-junit-platform]]
=== JUnit ... | Document `--details verbose` stacktrace emission fix | Document `--details verbose` stacktrace emission fix
| AsciiDoc | epl-1.0 | junit-team/junit-lambda,sbrannen/junit-lambda |
3267a1e96ed5cda10998989a1ab05d86e7c83a2b | docs/src/docs/asciidoc/introduction/upgradeNotes.adoc | docs/src/docs/asciidoc/introduction/upgradeNotes.adoc | ==== Changes to Configuration Model
In preparation for Hibernate 5.2 support the previous "SessionFactoryBean" notion has been removed. Now if you wish to customize `SessionFactory` creation you should instead register a custom `org.grails.orm.hibernate.connections.HibernateConnectionSourceFactory` in Spring.
| ==== Changes to Configuration Model
In preparation for Hibernate 5.2 support the previous "SessionFactoryBean" notion has been removed. Now if you wish to customize `SessionFactory` creation you should instead register a custom `org.grails.orm.hibernate.connections.HibernateConnectionSourceFactory` in Spring.
==== Id... | Update upgrade notes regarding Hibernate 5.2 | Update upgrade notes regarding Hibernate 5.2
| AsciiDoc | apache-2.0 | grails/gorm-hibernate5 |
57e8b9ee29ce90c773479115a775663e7d3cf431 | docs/reference/setup/sysconfig/virtual-memory.asciidoc | docs/reference/setup/sysconfig/virtual-memory.asciidoc | [[vm-max-map-count]]
=== Virtual memory
Elasticsearch uses a <<default_fs,`mmapfs`>> directory by
default for 64bit systems to store its indices. The default operating system limits on mmap
counts is likely to be too low, which may result in out of memory exceptions.
On Linux, you can increase the limits by running ... | [[vm-max-map-count]]
=== Virtual memory
Elasticsearch uses a <<default_fs,`mmapfs`>> directory by
default to store its indices. The default operating system limits on mmap
counts is likely to be too low, which may result in out of memory exceptions.
On Linux, you can increase the limits by running the following comm... | Remove another reference to 64-bit systems. | Remove another reference to 64-bit systems.
| AsciiDoc | apache-2.0 | masaruh/elasticsearch,fred84/elasticsearch,mjason3/elasticsearch,markwalkom/elasticsearch,coding0011/elasticsearch,rajanm/elasticsearch,s1monw/elasticsearch,Stacey-Gammon/elasticsearch,rajanm/elasticsearch,mohit/elasticsearch,masaruh/elasticsearch,kalimatas/elasticsearch,wenpos/elasticsearch,gfyoung/elasticsearch,nkniz... |
3e2552e4d9f5a9eda4603dfc52459cfc04401582 | docs/reference/setup/sysconfig/virtual-memory.asciidoc | docs/reference/setup/sysconfig/virtual-memory.asciidoc | [[vm-max-map-count]]
=== Virtual memory
Elasticsearch uses a <<default_fs,`mmapfs`>> directory by
default for 64bit systems to store its indices. The default operating system limits on mmap
counts is likely to be too low, which may result in out of memory exceptions.
On Linux, you can increase the limits by running ... | [[vm-max-map-count]]
=== Virtual memory
Elasticsearch uses a <<default_fs,`mmapfs`>> directory by
default to store its indices. The default operating system limits on mmap
counts is likely to be too low, which may result in out of memory exceptions.
On Linux, you can increase the limits by running the following comm... | Remove another reference to 64-bit systems. | Remove another reference to 64-bit systems.
| AsciiDoc | apache-2.0 | vroyer/elassandra,vroyer/elassandra,vroyer/elassandra,vroyer/elasticassandra,strapdata/elassandra,strapdata/elassandra,strapdata/elassandra,vroyer/elasticassandra,strapdata/elassandra,strapdata/elassandra,vroyer/elasticassandra |
8787608d2c1362ca143e9babb258f8f42d29b928 | gate-manual/src/asciidoc/deleteAmazonLoadBalancer.adoc | gate-manual/src/asciidoc/deleteAmazonLoadBalancer.adoc | ===== Delete Amazon Load Balancer
====== Type
+deleteAmazonLoadBalancer+
====== Description
This stage provides orchestration for deleting an Amazon Elastic Load Balancer. This is a destructive process, which cannot be reversed. If the provided +loadBalancerName+ is not found for _all_ provided +regions+, the opera... | ===== Delete Amazon Load Balancer
====== Type
+deleteAmazonLoadBalancer+
====== Description
This stage provides orchestration for deleting an Amazon Elastic Load Balancer. This is a destructive process, which cannot be reversed.
CAUTION: This operation marks the end of a Load Balancer's life. The process cannot be... | Update and fix errors in delete ELB docs | Update and fix errors in delete ELB docs
| AsciiDoc | apache-2.0 | cfieber/gate,spinnaker/gate,cfieber/gate,cfieber/gate,spinnaker/gate,spinnaker/gate |
74474e99d6c1b879578c004d602313849b5b7e70 | docs/reference/migration/migrate_7_0/plugins.asciidoc | docs/reference/migration/migrate_7_0/plugins.asciidoc | [[breaking_70_plugins_changes]]
=== Plugins changes
==== Azure Repository plugin
* The legacy azure settings which where starting with `cloud.azure.storage.` prefix have been removed.
This includes `account`, `key`, `default` and `timeout`.
You need to use settings which are starting with `azure.client.` prefix inste... | [[breaking_70_plugins_changes]]
=== Plugins changes
==== Azure Repository plugin
* The legacy azure settings which where starting with `cloud.azure.storage.` prefix have been removed.
This includes `account`, `key`, `default` and `timeout`.
You need to use settings which are starting with `azure.client.` prefix inste... | Fix broken cross link in documentation | [Docs] Fix broken cross link in documentation
| AsciiDoc | apache-2.0 | robin13/elasticsearch,gfyoung/elasticsearch,coding0011/elasticsearch,HonzaKral/elasticsearch,scorpionvicky/elasticsearch,nknize/elasticsearch,GlenRSmith/elasticsearch,robin13/elasticsearch,coding0011/elasticsearch,HonzaKral/elasticsearch,uschindler/elasticsearch,HonzaKral/elasticsearch,uschindler/elasticsearch,robin13/... |
57d2893b78b2a05a705cadb311385e894273a066 | spring-cloud-dataflow-docs/src/main/asciidoc/index.adoc | spring-cloud-dataflow-docs/src/main/asciidoc/index.adoc | = Spring Cloud Data Flow Reference Guide
Sabby Anandan; Marius Bogoevici; Eric Bottard; Mark Fisher; Ilayaperumal Gopinathan; Gunnar Hillert; Mark Pollack; Patrick Peralta; Glenn Renfro; Thomas Risberg; Dave Syer; David Turanski; Janne Valkealahti
:doctype: book
:toc:
:toclevels: 4
:source-highlighter: prettify
:number... | = Spring Cloud Data Flow Reference Guide
Sabby Anandan; Marius Bogoevici; Eric Bottard; Mark Fisher; Ilayaperumal Gopinathan; Gunnar Hillert; Mark Pollack; Patrick Peralta; Glenn Renfro; Thomas Risberg; Dave Syer; David Turanski; Janne Valkealahti
:doctype: book
:toc:
:toclevels: 4
:source-highlighter: prettify
:number... | Fix GitHub repo url in adoc files | Fix GitHub repo url in adoc files
| AsciiDoc | apache-2.0 | markfisher/spring-cloud-data,jvalkeal/spring-cloud-dataflow,sabbyanandan/spring-cloud-dataflow,spring-cloud/spring-cloud-dataflow,cppwfs/spring-cloud-dataflow,cppwfs/spring-cloud-dataflow,jvalkeal/spring-cloud-dataflow,ghillert/spring-cloud-dataflow,spring-cloud/spring-cloud-data,spring-cloud/spring-cloud-data,ericbott... |
416b0834ff878c8df7a86d2896c8282129df396c | spec/src/main/asciidoc/microprofile-jwt-auth-spec.asciidoc | spec/src/main/asciidoc/microprofile-jwt-auth-spec.asciidoc | //
// Copyright (c) 2016-2017 Eclipse Microprofile Contributors:
// Red Hat
//
// 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
//
// Unle... | //
// Copyright (c) 2016-2017 Eclipse Microprofile Contributors:
// Red Hat
//
// 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
//
// Unle... | Update title and email. Add section numbers. | Update title and email. Add section numbers.
| AsciiDoc | apache-2.0 | MicroProfileJWT/microprofile-jwt-auth,MicroProfileJWT/microprofile-jwt-auth |
85ef44fd73a1fe5f77ec0c2d97896c7b451ad10f | docs/reference/search/aggregations/metrics/geobounds-aggregation.asciidoc | docs/reference/search/aggregations/metrics/geobounds-aggregation.asciidoc | [[search-aggregations-metrics-geobounds-aggregation]]
=== Geo Bounds Aggregation
A metric aggregation that computes the bounding box containing all geo_point values for a field.
.Experimental!
[IMPORTANT]
=====
This feature is marked as experimental, and may be subject to change in the
future. If you use this featur... | [[search-aggregations-metrics-geobounds-aggregation]]
=== Geo Bounds Aggregation
A metric aggregation that computes the bounding box containing all geo_point values for a field.
.Experimental!
[IMPORTANT]
=====
This feature is marked as experimental, and may be subject to change in the
future. If you use this featur... | Fix missing comma and boolean true | Docs: Fix missing comma and boolean true
Closes #9350
| AsciiDoc | apache-2.0 | socialrank/elasticsearch,sreeramjayan/elasticsearch,adrianbk/elasticsearch,rhoml/elasticsearch,gfyoung/elasticsearch,abibell/elasticsearch,mbrukman/elasticsearch,lchennup/elasticsearch,szroland/elasticsearch,wuranbo/elasticsearch,fred84/elasticsearch,mapr/elasticsearch,yuy168/elasticsearch,markllama/elasticsearch,eason... |
7ebf39fb4e8639d1e488872978056fa5cc18fbf7 | docs/reference/search/aggregations/metrics/geobounds-aggregation.asciidoc | docs/reference/search/aggregations/metrics/geobounds-aggregation.asciidoc | [[search-aggregations-metrics-geobounds-aggregation]]
=== Geo Bounds Aggregation
A metric aggregation that computes the bounding box containing all geo_point values for a field.
.Experimental!
[IMPORTANT]
=====
This feature is marked as experimental, and may be subject to change in the
future. If you use this featur... | [[search-aggregations-metrics-geobounds-aggregation]]
=== Geo Bounds Aggregation
A metric aggregation that computes the bounding box containing all geo_point values for a field.
.Experimental!
[IMPORTANT]
=====
This feature is marked as experimental, and may be subject to change in the
future. If you use this featur... | Fix missing comma and boolean true | Docs: Fix missing comma and boolean true
Closes #9350
| AsciiDoc | apache-2.0 | fubuki/elasticsearch,aparo/elasticsearch,fubuki/elasticsearch,aparo/elasticsearch,aparo/elasticsearch,fubuki/elasticsearch,aparo/elasticsearch,aparo/elasticsearch,fubuki/elasticsearch,fubuki/elasticsearch,aparo/elasticsearch,fubuki/elasticsearch |
8d62473d599ba9753eadb66dc13d00ffd1c5e783 | README.adoc | README.adoc | :libVersion: 0.1.7
# ADAL
image:https://api.bintray.com/packages/jmspt/maven/adal/images/download.svg[Build Status,link=https://bintray.com/jmspt/maven/adal/_latestVersion]
Android Development Accelaration Library
Add the dependency in the form:
[source, groovy, subs='attributes']
dependencies {
/* Include all mo... | :libVersion: 0.1.7
# ADAL
image:https://api.bintray.com/packages/jmspt/maven/adal/images/download.svg[Build Status,link=https://bintray.com/jmspt/maven/adal/_latestVersion]
Android Development Accelaration Library
Add the dependency in the form:
[source, groovy, subs='attributes']
dependencies {
/* Include all mo... | Add readme reference to license. | Add readme reference to license.
| AsciiDoc | mit | massivedisaster/ADAL |
7df3acd7217e17f7ee1214e967907d963fd0d42a | content/events/2017/clojutre.adoc | content/events/2017/clojutre.adoc | = clojuTRE
clojuTRE
2017-09-02
:jbake-type: event
:jbake-edition: 2017
:jbake-link: http://clojutre.org/2017/
:jbake-location: Tampere, Finland
:jbake-start: 2017-09-92
:jbake-end: 2017-09-02
clojuTRE is a free Clojure conference organized by http://www.metosin.fi/[Metosin]. The event has single track, late start, sho... | = clojuTRE
clojuTRE
2017-09-02
:jbake-type: event
:jbake-edition: 2017
:jbake-link: http://clojutre.org/2017/
:jbake-location: Tampere, Finland
:jbake-start: 2017-09-02
:jbake-end: 2017-09-02
clojuTRE is a Clojure conference organized by http://www.metosin.fi/[Metosin]. The event has single track, late start, short ta... | Fix type on Clojutre start date | Fix type on Clojutre start date
| AsciiDoc | epl-1.0 | clojure/clojure-site |
dda5c64f9eb289784635586e0f133ed57742170d | R7.Epsilon/Skins/Controls/AdminPageInfo.ascx | R7.Epsilon/Skins/Controls/AdminPageInfo.ascx | <%@ Control Language="C#" AutoEventWireup="false" EnableViewState="false" Inherits="R7.Epsilon.AdminPageInfo" %>
<%@ Import Namespace="DotNetNuke.Security" %>
<% if (PortalSecurity.IsInRole ("Administrators")) { %>
<div class="skin-admin-page-info alert alert-warning">
<a class="skin-page-permalink" hr... | <%@ Control Language="C#" AutoEventWireup="false" EnableViewState="false" Inherits="R7.Epsilon.AdminPageInfo" %>
<%@ Import Namespace="DotNetNuke.Security" %>
<% if (PortalSecurity.IsInRole ("Administrators")) { %>
<div class="skin-admin-page-info alert alert-info alert-dismissible">
<button type="butt... | Make admin page info panel dismissible | Make admin page info panel dismissible | ASP | agpl-3.0 | roman-yagodin/R7.Epsilon,roman-yagodin/R7.Epsilon,roman-yagodin/R7.Epsilon |
9ebbaec55160fcfeb3472f429dec08c2c23115d5 | R7.Epsilon/Application/Global.asax | R7.Epsilon/Application/Global.asax | <%@ Application Inherits="DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication" Language="C#" %>
<%@ Import Namespace="DotNetNuke.Entities.Portals" %>
<%@ Import Namespace="DotNetNuke.Entities.Users" %>
<%@ Import Namespace="R7.Epsilon.Components" %>
<script runat="server">
public override string GetVaryByCus... | <%@ Application Inherits="DotNetNuke.Web.Common.Internal.DotNetNukeHttpApplication" Language="C#" %>
<%@ Import Namespace="DotNetNuke.Entities.Portals" %>
<%@ Import Namespace="DotNetNuke.Entities.Users" %>
<%@ Import Namespace="R7.Epsilon.Components" %>
<script runat="server">
public override string GetVaryByCus... | Use UserController.Instance, rename formal parameter | Use UserController.Instance, rename formal parameter
| ASP | agpl-3.0 | roman-yagodin/R7.Epsilon,roman-yagodin/R7.Epsilon,roman-yagodin/R7.Epsilon |
fbf0d0ac12f506d5888b20e30d02a528d73911ae | PeepStat/Default.aspx | PeepStat/Default.aspx | <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Refresh" content="60" />
<title>TeamTracker</title>
<link rel="icon" href="team.png">
</head>
<body>
<b>... | <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<meta http-equiv="Refresh" content="60" />
<title>TeamTracker</title>
<link rel="icon" href="team.png">
</head>
<body>
<im... | Add logo option, header font type, size, color | Add logo option, header font type, size, color | ASP | mit | grae22/TeamTracker |
0c6e7660306a32f77106342305ddbd5586ed11d1 | src/Umbraco.Web/umbraco.presentation/umbraco/settings/editLanguage.aspx | src/Umbraco.Web/umbraco.presentation/umbraco/settings/editLanguage.aspx | <%@ Page Language="c#" CodeBehind="editLanguage.aspx.cs" AutoEventWireup="True" MasterPageFile="../masterpages/umbracoPage.Master"
Inherits="umbraco.settings.editLanguage" %>
<%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %>
<asp:Content ContentPlaceHolderID="body" runat="serve... | <%@ Page Language="c#" CodeBehind="editLanguage.aspx.cs" AutoEventWireup="True" MasterPageFile="../masterpages/umbracoPage.Master"
Inherits="umbraco.settings.editLanguage" %>
<%@ Register TagPrefix="cc1" Namespace="umbraco.uicontrols" Assembly="controls" %>
<asp:Content ContentPlaceHolderID="body" runat="serve... | Fix for U4-4026 Inline styling affect header text | Fix for U4-4026 Inline styling affect header text
Inline styling on container affect header text and dropdown with
text-align:center on language in settings section.
| ASP | mit | gkonings/Umbraco-CMS,madsoulswe/Umbraco-CMS,robertjf/Umbraco-CMS,bjarnef/Umbraco-CMS,marcemarc/Umbraco-CMS,abryukhov/Umbraco-CMS,nvisage-gf/Umbraco-CMS,marcemarc/Umbraco-CMS,Nicholas-Westby/Umbraco-CMS,Nicholas-Westby/Umbraco-CMS,umbraco/Umbraco-CMS,christopherbauer/Umbraco-CMS,m0wo/Umbraco-CMS,hfloyd/Umbraco-CMS,Spijk... |
705d3f51b5997acad922266113e524bfdb628761 | CRP/Views/Shared/ItemBrowse.ascx | CRP/Views/Shared/ItemBrowse.ascx | <%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<IQueryable<CRP.Core.Domain.Item>>" %>
<%@ Import Namespace="CRP.Core.Resources"%>
<%@ Import Namespace="CRP.Controllers"%>
<table class="itembrowsetable">
<thead>
</thead>
<tbody>
<% // ... | <%@ Control Language="C#" Inherits="System.Web.Mvc.ViewUserControl<IQueryable<CRP.Core.Domain.Item>>" %>
<%@ Import Namespace="CRP.Core.Resources"%>
<%@ Import Namespace="CRP.Controllers"%>
<table class="itembrowsetable">
<thead>
</thead>
<tbody>
<% // ... | Change the paragraph tag to an anchor tag linked to the item. Also added specific blue text "Click here to register." | Change the paragraph tag to an anchor tag linked to the item. Also added specific blue text "Click here to register."
git-tfs-id: [https://tfs.caes.ucdavis.edu:8088/tfs/DefaultCollection]$/CRP/Trunk/CRP;C7802
| ASP | mit | ucdavis/CRP,ucdavis/CRP,ucdavis/CRP |
e3bd60945e4b3376c4f174b52c8798dfc91bdce9 | R7.Epsilon/Skins/Layouts/_main.ascx | R7.Epsilon/Skins/Layouts/_main.ascx | <div class="container">
<div class="row">
<div id="ContentTopPane" runat="server" class="col" />
</div>
<div class="row">
<main id="ContentPane" runat="server" class="col-md-9 col-sm-7 skin-autoexpand-pane" />
<aside id="AsidePane" runat="server" class="col-md-3 col-sm-5" containertype="G" containername="R7.Ep... | <div class="container">
<div class="row">
<div id="ContentTopPane" runat="server" class="col" />
</div>
<div class="row">
<main id="ContentPane" runat="server" class="col-md-8 col-sm-7 skin-autoexpand-pane" />
<aside id="AsidePane" runat="server" class="col-md-4 col-sm-5" containertype="G" containername="R7.Ep... | Make aside panes wider GH-79 | Make aside panes wider GH-79
| ASP | agpl-3.0 | roman-yagodin/R7.Epsilon,roman-yagodin/R7.Epsilon,roman-yagodin/R7.Epsilon |
8f23d1d04d45d852a0a3db183a002c727c3f3c9a | default.aspx | default.aspx | <%@ Page Language="C#" AutoEventWireup="true" CodeFile="default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Test Form</title>
<link rel="icon" href="favicon.ico"/>
</head>
<body>
<form id="form1" runat="server">
<div>
... | <%@ Page Language="C#" AutoEventWireup="true" CodeFile="default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Test Form</title>
<link rel="icon" href="favicon.ico"/>
</head>
<body>
<form id="form1" runat="server">
<div>
... | Revert "Added a very special div" | Revert "Added a very special div"
This reverts commit 9b4d3671c0576c8af205f1f76b1d5b3497efabea.
| ASP | apache-2.0 | ngpitt/CAPPamari,ngpitt/CAPPamari |
16d534f59b760888269a0b8ad7b68449c1f82db1 | src/ng-sharepoint-widgets/DocumentLibraryPicker/DocumentLibraryPicker.aspx | src/ng-sharepoint-widgets/DocumentLibraryPicker/DocumentLibraryPicker.aspx | <div>
<ui-select ng-model="ctrl.documentLibrary.selected" theme="bootstrap">
<ui-select-match placeholder="Select or search for a document library...">
<div ng-if="$select.selected">
<img ng-src="{{ctrl.siteUrl + $select.selected.ImageUrl}}" style="vertical-align: baseline"/>
... | <div>
<ui-select ng-model="ctrl.documentLibrary.selected" theme="bootstrap">
<ui-select-match placeholder="Select or search for a document library...">
<div ng-if="$select.selected">
<img ng-src="{{ctrl.siteUrl + $select.selected.ImageUrl}}" style="vertical-align: baseline"/>
... | Document Library Picker - Fix Search Highlighting | Document Library Picker - Fix Search Highlighting
| ASP | mit | beyond-sharepoint/sp-angular-webpack |
abe86943531a0af8ec689b32dc8437cb8988113c | download/bootstrapper/packages/index.aspx | download/bootstrapper/packages/index.aspx | <% Response.Redirect("https://raw.githubusercontent.com/cake-build/example/master/tools/packages.config") %> | <% Response.Redirect("https://raw.githubusercontent.com/cake-build/resources/master/packages.config") %> | Adjust so packages.config points to resources repo | Adjust so packages.config points to resources repo
Currently points to example repo
| ASP | mit | cake-build-bot/website,cake-build/website,devlead/website,devlead/website,cake-build/website,cake-build-bot/website,cake-build/website,devlead/website |
cb040a779f2b261761cf6614f7c3938eaa52198f | TeamTracker/Settings.aspx | TeamTracker/Settings.aspx | <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Settings.aspx.cs" Inherits="Settings" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Settings</title>
</head>
<body>
<a href="Default.aspx">Back</a>
<form id="SettingsForm" runat="server">
<di... | <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Settings.aspx.cs" Inherits="Settings" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>Settings</title>
</head>
<body>
<a href="Default.aspx">Back</a>
<form id="SettingsForm" runat="server">
<di... | Fix for setting value update after key was made read-only. | Fix for setting value update after key was made read-only.
| ASP | mit | grae22/TeamTracker |
9ce71115dad6e7a1b5ff23f91123659dd097fdde | R7.Epsilon/Skins/Layouts/_one_pane.ascx | R7.Epsilon/Skins/Layouts/_one_pane.ascx | <div class="container">
<div class="row">
<div id="ContentPane" runat="server" class="col-12" />
</div>
</div>
| <div class="container">
<div class="row">
<main id="ContentPane" runat="server" class="col-12" />
</div>
</div>
| Use MAIN tag for content pane | Use MAIN tag for content pane
| ASP | agpl-3.0 | roman-yagodin/R7.Epsilon,roman-yagodin/R7.Epsilon,roman-yagodin/R7.Epsilon |
81937075f066ef2f560eae7ba6075af64acad8f4 | R7.News.Agent/ViewAgent.ascx | R7.News.Agent/ViewAgent.ascx | <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ViewAgent.ascx.cs" Inherits="R7.News.Agent.ViewAgent" %>
<%@ Import Namespace="System.Web" %>
<asp:ListView id="listAgent" DataKeyNames="EntryId" runat="server" OnItemDataBound="listAgent_ItemDataBound">
<LayoutTemplate>
<div runat="server">
... | <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="ViewAgent.ascx.cs" Inherits="R7.News.Agent.ViewAgent" %>
<%@ Import Namespace="System.Web" %>
<asp:ListView id="listAgent" DataKeyNames="EntryId" runat="server" OnItemDataBound="listAgent_ItemDataBound">
<LayoutTemplate>
<div runat="server">
... | Fix agent module shouldn't use news entry visibility | Fix agent module shouldn't use news entry visibility
| ASP | agpl-3.0 | roman-yagodin/R7.News,roman-yagodin/R7.News,roman-yagodin/R7.News |
132e4236e3639f37f0d0c214e3a50cfbcb570943 | src/Orchard.Web/Themes/Contoso/Views/LogOn.ascx | src/Orchard.Web/Themes/Contoso/Views/LogOn.ascx | <%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<LogOnViewModel>" %>
<%@ Import Namespace="Orchard.Users.ViewModels"%>
<h1 class="page-title"><%=Html.TitleForPage(Model.Title)%></h1>
<p><%=_Encoded("Please enter your username and password.")%> <%= Html.ActionLink("Register", "Register")%><%=_Encode... | <%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<LogOnViewModel>" %>
<%@ Import Namespace="Orchard.Users.ViewModels"%>
<h1 class="page-title"><%=Html.TitleForPage(Model.Title)%></h1>
<p><%=_Encoded("Please enter your username and password.")%> <%= Html.ActionLink("Register", "Register")%><%=_Encode... | Fix typo from previous merge | Fix typo from previous merge
--HG--
branch : dev
| ASP | bsd-3-clause | omidnasri/Orchard,Praggie/Orchard,bedegaming-aleksej/Orchard,infofromca/Orchard,vairam-svs/Orchard,RoyalVeterinaryCollege/Orchard,tobydodds/folklife,caoxk/orchard,angelapper/Orchard,TalaveraTechnologySolutions/Orchard,AdvantageCS/Orchard,hhland/Orchard,Inner89/Orchard,OrchardCMS/Orchard-Harvest-Website,MetSystem/Orchar... |
7f08f898828544516356a2431e71be1729873487 | R7.Epsilon/Skins/Layouts/_bottom-grid-2cols.ascx | R7.Epsilon/Skins/Layouts/_bottom-grid-2cols.ascx | <div class="container">
<div class="row">
<div id="BottomPane1" runat="server" class="col-md-6" />
<div id="BottomPane2" runat="server" class="col-md-6" />
<div id="BottomPane3" runat="server" class="col-md-6" />
<div id="BottomPane4" runat="server" class="col-md-6" />
<div id="BottomPane5" runat="server" cl... | <div class="container">
<div class="row">
<div id="BottomPane1" runat="server" class="col-md-6" />
<div id="BottomPane2" runat="server" class="col-md-6" />
<div id="BottomPane3" runat="server" class="col-md-6" />
<div id="BottomPane4" runat="server" class="col-md-6" />
<div id="BottomPane5" runat="server" cl... | Fix BottomPane is missing in 2cols layout | Fix BottomPane is missing in 2cols layout
| ASP | agpl-3.0 | roman-yagodin/R7.Epsilon,roman-yagodin/R7.Epsilon,roman-yagodin/R7.Epsilon |
ee6ee571de0df902d983282d695eb189f307ed96 | src/Orchard.Web/Core/Localization/Views/DisplayTemplates/Parts/Localization.ContentTranslations.ascx | src/Orchard.Web/Core/Localization/Views/DisplayTemplates/Parts/Localization.ContentTranslations.ascx | <%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<Orchard.Core.Localization.ViewModels.ContentLocalizationsViewModel>" %>
<%
Html.RegisterStyle("base.css"); %>
<div class="content-localization"><%
if (Model.Localizations.Count() > 0) { %>
<%--//todo: need this info in the view model--%>
... | <%@ Control Language="C#" Inherits="Orchard.Mvc.ViewUserControl<Orchard.Core.Localization.ViewModels.ContentLocalizationsViewModel>" %>
| Remove "+New Translation" link on the front-end (keep in "Manage Content" though). | Remove "+New Translation" link on the front-end (keep in "Manage Content" though).
--HG--
branch : dev
| ASP | bsd-3-clause | bigfont/orchard-cms-modules-and-themes,hhland/Orchard,patricmutwiri/Orchard,phillipsj/Orchard,Codinlab/Orchard,sfmskywalker/Orchard,Ermesx/Orchard,Dolphinsimon/Orchard,kgacova/Orchard,AndreVolksdorf/Orchard,Morgma/valleyviewknolls,abhishekluv/Orchard,luchaoshuai/Orchard,ericschultz/outercurve-orchard,dburriss/Orchard,O... |
f6bcbfb6b5c4734b0080eb539d1615391ef07bbf | yafsrc/YetAnotherForum.NET/default.aspx | yafsrc/YetAnotherForum.NET/default.aspx | <%@ Page Language="C#" AutoEventWireup="true" ValidateRequest="false" %>
<script runat="server">
public void Page_Error( object sender, System.EventArgs e )
{
Exception x = Server.GetLastError();
YAF.Classes.Data.DB.eventlog_create( forum.PageUserID, this, x );
YAF.Classes.Utils.CreateMa... | <%@ Page Language="C#" AutoEventWireup="true" ValidateRequest="false" %>
<script runat="server">
public void Page_Error( object sender, System.EventArgs e )
{
Exception x = Server.GetLastError();
YAF.Classes.Data.DB.eventlog_create( YafContext.Current.PageUserID, this, x );
YAF.Classes.U... | Fix for a rare problem that could occur if there was an exception very early in the ASP.NET page life-cycle (before the "forum" control was instantiated) | Fix for a rare problem that could occur if there was an exception very early in the ASP.NET page life-cycle (before the "forum" control was instantiated)
| ASP | apache-2.0 | moorehojer/YAFNET,mexxanit/YAFNET,Pathfinder-Fr/YAFNET,YAFNET/YAFNET,moorehojer/YAFNET,YAFNET/YAFNET,Pathfinder-Fr/YAFNET,Pathfinder-Fr/YAFNET,YAFNET/YAFNET,moorehojer/YAFNET,mexxanit/YAFNET,mexxanit/YAFNET,YAFNET/YAFNET |
b488573c8a0bbe661417909f15c2effa36acf429 | R7.News/Controls/TermLinks.ascx | R7.News/Controls/TermLinks.ascx | <%@ Control Language="C#" AutoEventWireup="false" CodeBehind="TermLinks.ascx.cs" Inherits="R7.News.Controls.TermLinks" %>
<asp:ListView id="listTermLinks" runat="server" DataKeyNames="TermId">
<LayoutTemplate>
<ul runat="server">
<li runat="server" id="itemPlaceholder"></li>
</ul>
<... | <%@ Control Language="C#" AutoEventWireup="false" CodeBehind="TermLinks.ascx.cs" Inherits="R7.News.Controls.TermLinks" %>
<asp:ListView id="listTermLinks" runat="server" DataKeyNames="TermId">
<LayoutTemplate>
<ul runat="server" class="list-inline small" style="margin-left:inherit">
<li runat="... | Add missing li to term list, adjust visual style | Add missing li to term list, adjust visual style
| ASP | agpl-3.0 | roman-yagodin/R7.News,roman-yagodin/R7.News,roman-yagodin/R7.News |
168b38b2a3e375c619711e94ed57be3cc8626191 | src/Umbraco.Web.UI/config/splashes/booting.aspx | src/Umbraco.Web.UI/config/splashes/booting.aspx | <%@ Page Language="C#" AutoEventWireup="true" Inherits="System.Web.UI.Page" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
<title>The website is restarting</title>
<META HTTP-... | <%@ Page Language="C#" AutoEventWireup="true" Inherits="System.Web.UI.Page" %>
<%
// NH: Adds this inline check to avoid a simple codebehind file in the legacy project!
if (!umbraco.cms.helpers.url.ValidateProxyUrl(Request["url"], Request.Url.AbsoluteUri))
{
throw new ArgumentException("Can't redirect to the... | Update to U4-1485 for 4.11.4 | Update to U4-1485 for 4.11.4
| ASP | mit | dawoe/Umbraco-CMS,timothyleerussell/Umbraco-CMS,VDBBjorn/Umbraco-CMS,zidad/Umbraco-CMS,rustyswayne/Umbraco-CMS,Phosworks/Umbraco-CMS,engern/Umbraco-CMS,VDBBjorn/Umbraco-CMS,MicrosoftEdge/Umbraco-CMS,jchurchley/Umbraco-CMS,rasmuseeg/Umbraco-CMS,nvisage-gf/Umbraco-CMS,markoliver288/Umbraco-CMS,gavinfaux/Umbraco-CMS,Myste... |
4bc8b86863bf4f8814ddafc20c1ac9dcc9be22ae | test/bugs/map-path.aspx | test/bugs/map-path.aspx | <%@ PAGE LANGUAGE = C# %>
<%--
-- Test calling map path on a relative path. This should print
-- the full path of map-path.aspx
--%>
<html>
<script runat=server>
void Page_Load()
{
Response.Write (Server.MapPath ("map-path.aspx"));
}
</script>
<body>
</body>
</html>
| Test MapPath on relative paths | Test MapPath on relative paths
svn path=/trunk/xsp/; revision=20545
| ASP | mit | murador/xsp,arthot/xsp,arthot/xsp,stormleoxia/xsp,murador/xsp,murador/xsp,stormleoxia/xsp,arthot/xsp,murador/xsp,arthot/xsp,stormleoxia/xsp,stormleoxia/xsp | |
cfa30d03de945f1a529f7c265827513c33f8485e | yafsrc/YetAnotherForum.NET/error.aspx | yafsrc/YetAnotherForum.NET/error.aspx | <%@ Page Language="c#" CodeFile="error.aspx.cs" AutoEventWireup="True" Inherits="YAF.error" %>
<html>
<head>
<title>Forum Error</title>
<link type="text/css" rel="stylesheet" href="resources/forum.css" />
<link type="text/css" rel="stylesheet" href="themes/yafpro/theme.css" />
</head>
<body>
<br />
<table class="conten... | <%@ Page Language="c#" CodeFile="error.aspx.cs" AutoEventWireup="True" Inherits="YAF.error" %>
<html>
<head>
<title>Forum Error</title>
<link type="text/css" rel="stylesheet" href="resources/forum.css" />
<link type="text/css" rel="stylesheet" href="themes/yafpro/theme.css" />
</head>
<body>
<div class="yafnet">
<table... | Fix for lack of formatting. | Fix for lack of formatting.
| ASP | apache-2.0 | Pathfinder-Fr/YAFNET,YAFNET/YAFNET,mexxanit/YAFNET,YAFNET/YAFNET,moorehojer/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET,moorehojer/YAFNET,Pathfinder-Fr/YAFNET,moorehojer/YAFNET,Pathfinder-Fr/YAFNET,mexxanit/YAFNET,mexxanit/YAFNET |
e6dfb0941015f0fe981cb15ad86e879fc1215a81 | test/1.1/webcontrols/web_comparevalidator.aspx | test/1.1/webcontrols/web_comparevalidator.aspx | <%@ Page Language="C#" %>
<html>
<script runat="server">
void Check_Click(Object src, EventArgs E) {
message.Text = "Entered data is " + (Page.IsValid ? "valid." : "invalid!");
}
</script>
<head>
<title>CompareValidator</title>
</head>
<body>
<form runat="server">
<asp:Label text="Enter twice the same string:" runat... | Add test page for the CompareValidator control. | Add test page for the CompareValidator control.
svn path=/trunk/xsp/; revision=89984
| ASP | mit | stormleoxia/xsp,murador/xsp,murador/xsp,stormleoxia/xsp,murador/xsp,arthot/xsp,stormleoxia/xsp,stormleoxia/xsp,arthot/xsp,arthot/xsp,murador/xsp,arthot/xsp | |
cc63d75413d55984f8217a81d4c278930f7d8fbc | yafsrc/YetAnotherForum.NET/controls/ForumSubForumList.ascx | yafsrc/YetAnotherForum.NET/controls/ForumSubForumList.ascx | <%@ Control Language="C#" AutoEventWireup="true" EnableViewState="false" CodeFile="ForumSubForumList.ascx.cs"
Inherits="YAF.Controls.ForumSubForumList" %>
<asp:Repeater ID="SubforumList" runat="server" OnItemCreated="SubforumList_ItemCreated">
<HeaderTemplate>
<div class="subForumList"><span... | <%@ Control Language="C#" AutoEventWireup="true" EnableViewState="false" CodeFile="ForumSubForumList.ascx.cs"
Inherits="YAF.Controls.ForumSubForumList" %>
<asp:Repeater ID="SubforumList" runat="server" OnItemCreated="SubforumList_ItemCreated">
<HeaderTemplate>
<div class="subForumList"><span... | Fix for rendering bug... Div was no longer containing the subForums messing up theming. | Fix for rendering bug... Div was no longer containing the subForums messing up theming.
| ASP | apache-2.0 | YAFNET/YAFNET,mexxanit/YAFNET,moorehojer/YAFNET,mexxanit/YAFNET,Pathfinder-Fr/YAFNET,YAFNET/YAFNET,mexxanit/YAFNET,YAFNET/YAFNET,YAFNET/YAFNET,moorehojer/YAFNET,moorehojer/YAFNET,Pathfinder-Fr/YAFNET,Pathfinder-Fr/YAFNET |
2315d130464fa56ee970161e179e9d688d77886a | tlatools/src-aj/tlc2/tool/distributed/RMIMethodMonitorAspect.aj | tlatools/src-aj/tlc2/tool/distributed/RMIMethodMonitorAspect.aj | package tlc2.tool.distributed;
public aspect RMIMethodMonitorAspect {
// catch all method calls to RMI methods
pointcut callToRemoteMethod() :
execution(* tlc2.tool.distributed.InternRMI.*(..))
|| execution(* tlc2.tool.distributed.TLCServerRMI.*(..))
|| execution(* tlc2.tool.distributed.TLCWorkerRMI.*(..... | package tlc2.tool.distributed;
public aspect RMIMethodMonitorAspect {
// catch all method calls to RMI methods
pointcut callToRemoteMethod() :
execution(* tlc2.tool.distributed.InternRMI.*(..))
|| execution(* tlc2.tool.distributed.TLCServerRMI.*(..))
|| execution(* tlc2.tool.distributed.TLCWorkerRMI.*(..... | Fix syntax error due to missing semicolon | Fix syntax error due to missing semicolon | AspectJ | mit | tlaplus/tlaplus,lemmy/tlaplus,lemmy/tlaplus,tlaplus/tlaplus,lemmy/tlaplus,lemmy/tlaplus,tlaplus/tlaplus,tlaplus/tlaplus |
d809e567440a5f6e1bd2d1e97926ec7e64fd7b21 | org.scala-ide.sdt.aspects/src/scala/tools/eclipse/contribution/weaving/jdt/core/CompilationUnitNameAspect.aj | org.scala-ide.sdt.aspects/src/scala/tools/eclipse/contribution/weaving/jdt/core/CompilationUnitNameAspect.aj | package scala.tools.eclipse.contribution.weaving.jdt.core;
import org.eclipse.jdt.internal.core.util.Util;
/**
* We override the behaviour of isValidCompilationUnitName() for .scala files.
* The standard implementation applies Java identifier rules on the prefix of
* the file name, so that, for example, "package.s... | package scala.tools.eclipse.contribution.weaving.jdt.core;
import org.eclipse.jdt.internal.core.util.Util;
import org.eclipse.jdt.core.JavaConventions;
import org.eclipse.core.runtime.IStatus;
import org.eclipse.jdt.internal.core.JavaModelStatus;
/**
* We override the behaviour of isValidCompilationUnitName() for .s... | Add a 2nd pointcut to handle files named "package.scala". | Add a 2nd pointcut to handle files named "package.scala".
| AspectJ | bsd-3-clause | romanowski/scala-ide,dragos/scala-ide,Kwestor/scala-ide,wpopielarski/scala-ide,dragos/scala-ide,wpopielarski/scala-ide,andrey-ilinykh/scala-ide,mlangc/scala-ide,stephenh/scala-ide,Duhemm/scala-ide,pilipolio/scala-ide,romanowski/scala-ide,mlangc/scala-ide,dragos/scala-ide,sschaef/scala-ide,romanowski/scala-ide,aleksi-lu... |
eb095b3b613e7435ab36361377c49a26fddecf4e | tlatools/src-aj/tlc2/tool/distributed/RMIMethodMonitorAspect.aj | tlatools/src-aj/tlc2/tool/distributed/RMIMethodMonitorAspect.aj | package tlc2.tool.distributed;
public aspect RMIMethodMonitorAspect {
// catch all method calls to RMI methods
pointcut callToRemoteMethod() :
execution(* tlc2.tool.distributed.InternRMI.*(..))
|| execution(* tlc2.tool.distributed.TLCServerRMI.*(..))
|| execution(* tlc2.tool.distributed.TLCWorkerRMI.*(..... | package tlc2.tool.distributed;
public aspect RMIMethodMonitorAspect {
// catch all method calls to RMI methods
pointcut callToRemoteMethod() :
execution(* tlc2.tool.distributed.InternRMI.*(..))
|| execution(* tlc2.tool.distributed.TLCServerRMI.*(..))
|| execution(* tlc2.tool.distributed.TLCWorkerRMI.*(..... | Fix syntax error due to missing semicolon | Fix syntax error due to missing semicolon | AspectJ | mit | lemmy/tlaplus,tlaplus/tlaplus,tlaplus/tlaplus,tlaplus/tlaplus,lemmy/tlaplus,lemmy/tlaplus,tlaplus/tlaplus,lemmy/tlaplus |
98ef6c6ee72660f6887e5ce648b5b3f369043ea2 | retro/aspects/src/main/aspect/edu/brown/cs/systems/retro/aspects/cpu/XTraceAPICalls.aj | retro/aspects/src/main/aspect/edu/brown/cs/systems/retro/aspects/cpu/XTraceAPICalls.aj | package edu.brown.cs.systems.retro.aspects.cpu;
import edu.brown.cs.systems.baggage.Baggage;
import edu.brown.cs.systems.baggage.DetachedBaggage;
import edu.brown.cs.systems.retro.resources.CPUTracking;
import edu.brown.cs.systems.retro.resources.Execution;
import edu.brown.cs.systems.retro.throttling.ThrottlingPoint;... | package edu.brown.cs.systems.retro.aspects.cpu;
import edu.brown.cs.systems.baggage.Baggage;
import edu.brown.cs.systems.baggage.DetachedBaggage;
import edu.brown.cs.systems.retro.resources.CPUTracking;
import edu.brown.cs.systems.retro.resources.Execution;
import edu.brown.cs.systems.retro.throttling.ThrottlingPoint;... | Tweak X-Trace API call logging | Tweak X-Trace API call logging
| AspectJ | bsd-3-clause | brownsys/tracing-framework,brownsys/tracing-framework,brownsys/tracing-framework,brownsys/tracing-framework,brownsys/tracing-framework,brownsys/tracing-framework,brownsys/tracing-framework |
4c328973e9e7203e63dc573aa555e4bf35e438e3 | src/DubyBootstrap.aj | src/DubyBootstrap.aj | import java.util.ArrayList;
import java.util.List;
import mirah.lang.ast.Node;
import mirah.lang.ast.NodeScanner;
import mirah.lang.ast.NodeImpl;
class ChildCollector extends NodeScanner {
private ArrayList<Node> children = new ArrayList<Node>();
@Override
public boolean enterDefault(Node node, Object arg) {
... | import java.util.ArrayList;
import java.util.List;
import mirah.lang.ast.Node;
import mirah.lang.ast.NodeScanner;
import mirah.lang.ast.NodeImpl;
/* To compile the new AST with duby extensions:
* ajc -1.5 -inpath dist/mirah-parser.jar \
* -outjar dist/mirah-parser_with_duby.jar \
* -classpath ../mirah/javal... | Add compilation instructions for mirah-parser_with_duby.jar | Add compilation instructions for mirah-parser_with_duby.jar
| AspectJ | apache-2.0 | mirah/mirah,mirah/mirah-parser,uujava/mirah-parser,felixvf/mirah,mirah/mirah,mirah/mirah-parser,felixvf/mirah-parser,uujava/mirah-parser,uujava/mirah-parser,felixvf/mirah,mirah/mirah,felixvf/mirah,mirah/mirah,mirah/mirah-parser,felixvf/mirah,felixvf/mirah-parser,felixvf/mirah-parser |
ffee28b2b42fdb7528430b69d2965302ca85469e | tlatools/src-aj/tlc2/tool/distributed/RMIMethodMonitorAspect.aj | tlatools/src-aj/tlc2/tool/distributed/RMIMethodMonitorAspect.aj | package tlc2.tool.distributed;
public aspect RMIMethodMonitorAspect {
// catch all method calls to RMI methods
pointcut callToRemoteMethod() :
execution(* tlc2.tool.distributed.InternRMI.*(..))
|| execution(* tlc2.tool.distributed.TLCServerRMI.*(..))
|| execution(* tlc2.tool.distributed.TLCWorkerRMI.*(..... | package tlc2.tool.distributed;
public aspect RMIMethodMonitorAspect {
// catch all method calls to RMI methods
pointcut callToRemoteMethod() :
execution(* tlc2.tool.distributed.InternRMI.*(..))
|| execution(* tlc2.tool.distributed.TLCServerRMI.*(..))
|| execution(* tlc2.tool.distributed.TLCWorkerRMI.*(..... | Fix syntax error due to missing semicolon | Fix syntax error due to missing semicolon
git-svn-id: 7acc490bd371dbc82047a939b87dc892fdc31f59@28620 76a6fc44-f60b-0410-a9a8-e67b0e8fc65c
| AspectJ | mit | lemmy/tlaplus,tlaplus/tlaplus,lemmy/tlaplus,tlaplus/tlaplus,lemmy/tlaplus,lemmy/tlaplus,tlaplus/tlaplus,tlaplus/tlaplus |
4e8b44b98f74ed9d331a1a9f07810ec5ce6b1ada | org.lamport.tla.toolbox.uitest/src/org/lamport/tla/toolbox/test/threading/MonitorAspect.aj | org.lamport.tla.toolbox.uitest/src/org/lamport/tla/toolbox/test/threading/MonitorAspect.aj | package org.lamport.tla.toolbox.test.threading;
import org.aspectj.lang.annotation.SuppressAjWarnings;
/**
* The purpose of this advice is to intercept method execution in the backend
* code - namely all code in the packages tlc2, tla2sany, tla2tex, pcal and util.
*
* It notifies the {@link MonitorAdaptor} about... | package org.lamport.tla.toolbox.test.threading;
import org.aspectj.lang.annotation.SuppressAjWarnings;
/**
* The purpose of this advice is to intercept method execution in the backend
* code - namely all code in the packages tlc2, tla2sany, tla2tex, pcal and util.
*
* It notifies the {@link MonitorAdaptor} about... | Remove annotation to remove java5 dependency | Remove annotation to remove java5 dependency
git-svn-id: 7acc490bd371dbc82047a939b87dc892fdc31f59@22179 76a6fc44-f60b-0410-a9a8-e67b0e8fc65c
| AspectJ | mit | tlaplus/tlaplus,tlaplus/tlaplus,lemmy/tlaplus,lemmy/tlaplus,lemmy/tlaplus,lemmy/tlaplus,tlaplus/tlaplus,tlaplus/tlaplus |
f405a6e97b7c3063a2fcaeab1e782eac33765689 | tracingplane/aspects/src/main/aspect/edu/brown/cs/systems/tracing/aspects/TracingPlaneInit.aj | tracingplane/aspects/src/main/aspect/edu/brown/cs/systems/tracing/aspects/TracingPlaneInit.aj | package edu.brown.cs.systems.tracing.aspects;
import edu.brown.cs.systems.baggage.BaggageUtils;
/**
* Instruments all main methods
*/
public aspect TracingPlaneInit {
declare precedence: TracingPlaneInit, *;
before(): execution(public static void main(String[])) {
BaggageUtils.checkEnvironment... | Add aspect to check environment variables for Baggage from main method | Add aspect to check environment variables for Baggage from main method
| AspectJ | bsd-3-clause | brownsys/tracing-framework,brownsys/tracing-framework,brownsys/tracing-framework,brownsys/tracing-framework,brownsys/tracing-framework,brownsys/tracing-framework,brownsys/tracing-framework | |
eb6f7758565616762bf1b7143f5f336abadb6d16 | MdePkg/Library/BaseLib/X64/FlushCacheLine.asm | MdePkg/Library/BaseLib/X64/FlushCacheLine.asm | ;------------------------------------------------------------------------------
;
; Copyright (c) 2006, Intel Corporation
; All rights reserved. This program and the accompanying materials
; are licensed and made available under the terms and conditions of the BSD License
; which accompanies this distribution. Th... | ;------------------------------------------------------------------------------
;
; Copyright (c) 2006, Intel Corporation
; All rights reserved. This program and the accompanying materials
; are licensed and made available under the terms and conditions of the BSD License
; which accompanies this distribution. Th... | Change VOID into VOID * in function header | Change VOID into VOID * in function header
git-svn-id: 5648d1bec6962b0a6d1d1b40eba8cf5cdb62da3d@650 6f19259b-4bc3-4df7-8a09-765794883524
| Assembly | bsd-2-clause | MattDevo/edk2,MattDevo/edk2,MattDevo/edk2,MattDevo/edk2,MattDevo/edk2,MattDevo/edk2,MattDevo/edk2,MattDevo/edk2 |
c75084cf2544ff35a00446c0194a3c6491bc700d | Linear_Search/x86_Asm/mike168m/linear_search.asm | Linear_Search/x86_Asm/mike168m/linear_search.asm | TITLE Linear/Sequential search implemented in x86 assembly (MASM)
; Search for a value in an array of bytes by comparing each value with a key
; return the position of the key
; O(n) time complexity
; the address of the first element in the array must be in the edx
; and the arrays length in the ecx register
; the inde... | Add linear search in x86 assembly lang | Add linear search in x86 assembly lang
| Assembly | mit | n1ghtmare/Algorithm-Implementations,kennyledet/Algorithm-Implementations,kennyledet/Algorithm-Implementations,n1ghtmare/Algorithm-Implementations,kennyledet/Algorithm-Implementations,kennyledet/Algorithm-Implementations,n1ghtmare/Algorithm-Implementations,kennyledet/Algorithm-Implementations,kennyledet/Algorithm-Implem... | |
9977d42a1448dacc6dc606b06e9359987af24651 | asm/por_show_popup_for_locked_portrait.asm | asm/por_show_popup_for_locked_portrait.asm | .nds
.relativeinclude on
.erroronwarning on
; This patch adds a text popup if the player tries to enter the Forest of Doom portrait before it's unlocked.
; This is necessary for portrait randomizer when the Forest of Doom portrait isn't in the normal location, since the normal event only works in that sector.
@Overla... | Add patch to display popup when attempting to enter forest portrait | Add patch to display popup when attempting to enter forest portrait
| Assembly | mit | LagoLunatic/DSVEdit | |
035ef2688027a8374313b6aba29171f6648b6c87 | benchmarks/copy/copy2.asm | benchmarks/copy/copy2.asm |
.regalias count s1
.regalias source s2
.regalias dest s3
.regalias temp s4
_start temp = 0xf
cr30 = temp ; start all strands
count = mem_l[length]
source = &dataStart
dest = source + count
count = count >> 2 ; divide by 4
temp = cr0 ; get strand ID
temp = temp * count ; com... |
.regalias count s1
.regalias source s2
.regalias dest s3
.regalias temp s4
_start temp = 0xf
cr30 = temp ; start all strands
count = mem_l[length]
source = &dataStart
dest = source + count
count = count >> 2 ; divide by 4
temp = cr0 ; get strand ID
temp = temp * count ; com... | Add synchronization at the end of the copy test. | Add synchronization at the end of the copy test.
| Assembly | apache-2.0 | jbush001/NyuziProcessor,jbush001/NyuziProcessor,FulcronZ/NyuziProcessor,hoangt/NyuziProcessor,jbush001/NyuziProcessor,jbush001/NyuziProcessor,FulcronZ/NyuziProcessor,jbush001/NyuziProcessor,FulcronZ/NyuziProcessor,hoangt/NyuziProcessor,jbush001/NyuziProcessor,FulcronZ/NyuziProcessor,hoangt/NyuziProcessor,hoangt/NyuziPr... |
b3e0996cfd7d38b0cfa7789b26edcc694f8f5045 | ex_mov_string.asm | ex_mov_string.asm | ; Sandbox asm file template to start experimenting from
SECTION .data
SECTION .text
global _start
_start:
nop
mov eax,'WXYZ' ; You can use a string as an immediate value
; in a soure operand. Debugger will show 0x5A595857
; which is the binary ascii equivalent.
mov eax,1 ; Code for Exi... | Add experiment showing use of string as immediate value in source operand. | Add experiment showing use of string as immediate value in source operand.
| Assembly | mit | inothnagel/asm | |
5c0ee972183a493fe1135feb5d7f9b28c5e54cd3 | Assembly/textbox/menu_rupe.asm | Assembly/textbox/menu_rupe.asm | ;;----------------------------------------------------------------------------;;
;; Move images in rupe (zoom) menu.
;; Copyright 2014 Benito Palacios (aka pleonex)
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; You may o... | ;;----------------------------------------------------------------------------;;
;; Move images in rupe (zoom) menu.
;; Copyright 2014 Benito Palacios (aka pleonex)
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License.
;; You may o... | Move familiar type image in zoom menu | Hack: Move familiar type image in zoom menu
| Assembly | apache-2.0 | pleonex/Ninokuni,pleonex/Ninokuni,pleonex/Ninokuni |
fb43463750411823d9b42afb011b90e9ed4e7211 | asm/por_fix_infinite_quest_rewards.asm | asm/por_fix_infinite_quest_rewards.asm | .nds
.relativeinclude on
.erroronwarning on
.open "ftc/arm9.bin", 02000000h
; Disables the start button exiting the quests menu.
; The B button can be used to exit the quest menu instead.
; This prevents taking quest rewards over and over by exiting before the quest is marked as complete.
; Changes how the quest men... | Add patch to fix infinite quest rewards bug in PoR | Add patch to fix infinite quest rewards bug in PoR
| Assembly | mit | LagoLunatic/DSVEdit | |
f857501c0db771e503d6268e702252f72e352a12 | kangaroo.asm | kangaroo.asm | ; Sandbox asm file template to start experimenting from
; converts the Snippet string in memory to lowercase by looping and
; adding 32 to each byte in the string
SECTION .data
Snippet db "KANGAROO"
SECTION .text
global _start
_start:
nop
mov ebx,Snippet
mov eax,8
DoMore: add byte [ebx],32
... | Convert a string from uppercase to lowercase. | Convert a string from uppercase to lowercase.
| Assembly | mit | inothnagel/asm | |
5b15eb24eae8da072a347989ca608c26aaa7d818 | examples/sertest.asm | examples/sertest.asm | ; Test program to bit-bang a single character out SOD as serial async data
org 00000H
BITTIME equ 0113h ; Time delay for a single bit
OUTBITS equ 00Bh
START:
mvi c,'T' ; Send a test character
COUT:
di
mvi b,OUTBITS ; Number of output... | Add example asm files for testing | Add example asm files for testing
| Assembly | mit | TomNisbet/asm85,TomNisbet/asm85 | |
3a6dfd0e5dfe9fc531f5802b1aa68215f92e352e | sandbox_template.asm | sandbox_template.asm | ; Sandbox asm file template to start experimenting from
SECTION .data
SECTION .text
global _start
_start:
nop
mov eax,1 ; Code for Exit Syscall
mov ebx,0 ; Return a code of zero
int 80H ; Make kernel call
SECTION .bss
| ; Sandbox asm file template to start experimenting from
SECTION .data
SECTION .text
global _start
_start:
nop
mov eax,1 ; Code for Exit Syscall
mov ebx,0 ; Return a code of zero
int 80H ; Make kernel call
SECTION .bss
| Add tabs to sandbox template. | Add tabs to sandbox template.
| Assembly | mit | inothnagel/asm |
1a7da5d4ea1be1222075e564c28fdeed261d0ac7 | asm/dos_allow_changing_total_map_tiles.asm | asm/dos_allow_changing_total_map_tiles.asm | .nds
.relativeinclude on
.erroronwarning on
; This patch slightly changes the code that calculates what percentage of the map you have explored so that the total number of tiles can be easily changed, allowing the percentage to be correct with modded maps.
.open "ftc/arm9.bin", 02000000h
.org 0x02026B54
mul r0, r0... | Add patch to change number of map tiles in DoS | Add patch to change number of map tiles in DoS
| Assembly | mit | LagoLunatic/DSVEdit | |
c65797d89f167747f0087fbbb0395fe45502a9c7 | src/arch/x86_64/long_mode_init.asm | src/arch/x86_64/long_mode_init.asm | ; Copyright 2015 Philipp Oppermann
;
; 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 writ... | ; Copyright 2015 Philipp Oppermann
;
; 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 writ... | Add an 64-bit error function | Add an 64-bit error function
| Assembly | apache-2.0 | phil-opp/blog_os,phil-opp/blogOS,rafalmiel/blog_os,phil-opp/blogOS,phil-opp/blog_os,phil-opp/blog_os,phil-opp/blog_os,rafalmiel/blog_os |
4bde0ced091e7938a8dc059d03fd4aa680813f4d | asm/por_nerf_enemy_resistances.asm | asm/por_nerf_enemy_resistances.asm | .nds
.relativeinclude on
.erroronwarning on
; This patch makes resistances in PoR act like resistances in DoS and OoE.
; In vanilla PoR, if an enemy resists even one element of an attack, it will resist the attack.
; This changes it so the enemy must resist all elements of the attack to resist the attack.
.open "ftc/... | Add patch to make PoR enemy resistances behave like DoS and OoE | Add patch to make PoR enemy resistances behave like DoS and OoE
| Assembly | mit | LagoLunatic/DSVEdit | |
00c11c600c619b732aeef28730ea0869f243c23b | Assembly/textbox/casino_blackjack.asm | Assembly/textbox/casino_blackjack.asm | ;;----------------------------------------------------------------------------;;
;; Align the position of the numbers in blackjack minigame of casino.
;; Copyright 2015 Benito Palacios (aka pleonex)
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in complian... | ;;----------------------------------------------------------------------------;;
;; Align the position of the numbers in blackjack minigame of casino.
;; Copyright 2015 Benito Palacios (aka pleonex)
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in complian... | Fix position of blackjack player plays | Fix position of blackjack player plays
| Assembly | apache-2.0 | pleonex/Ninokuni,pleonex/Ninokuni,pleonex/Ninokuni |
e9105af647970037aba1b132e24526a6997253ad | asm/por_allow_changing_starting_room.asm | asm/por_allow_changing_starting_room.asm | .nds
.relativeinclude on
.erroronwarning on
.open "ftc/arm9.bin", 02000000h
.org 0x02051F90 ; Where the original game's code for loading area/sector/room indexes is.
b 020BFC00h ; Jump to some free space, where we will put our own code for loading the area/sector/room indexes.
.org 0x020BFC00 ; Free space.
mov r... | .nds
.relativeinclude on
.erroronwarning on
.open "ftc/arm9.bin", 02000000h
.org 0x02051F90 ; Where the original game's code for loading area/sector/room indexes is.
b 020BFC00h ; Jump to some free space, where we will put our own code for loading the area/sector/room indexes.
.org 0x020BFC00 ; Free space.
mov r... | Fix bug when changing PoR starting area | Fix bug when changing PoR starting area
| Assembly | mit | LagoLunatic/DSVEdit |
baedf83b569fcfebfd1fd560fb80e551584d0d35 | rootdir.asm | rootdir.asm | ; Volume Label
db 'BOOTDISK' ; File Name
db ' ' ; File Extension
db 0x08 ; Attribute
db 0x00 ; Reserved for NT
db 0x01 ; Creation
dw 0x0000 ; Creation Time
dw 0x0000 ; Creation Date
dw 0x0000 ; Last Access Data
dw 0x0000 ; FAT32 Upper Half
dw 0x8000 ; Last Write Time
dw 0x47... | ; Volume Label
db 'BOOTDISK' ; File Name
db ' ' ; File Extension
db 0x08 ; Attribute
db 0x00 ; Reserved for NT
db 0x01 ; Creation
dw 0x0000 ; Creation Time
dw 0x0000 ; Creation Date
dw 0x0000 ; Last Access Data
dw 0x0000 ; FAT32 Upper Half
dw 0x8000 ; Last Write Time
dw 0x47... | Fix error with root directory entry for STAGE2.BIN | Fix error with root directory entry for STAGE2.BIN
| Assembly | apache-2.0 | vdamewood/Petrichor,vendu/Ukko,vdamewood/Petrichor,vendu/Ukko,vdamewood/Petrichor,vendu/Ukko |
553ed5210de3d342cf161c9f0bd3c0114808c46c | asm/aos_enable_cutscene_skip.asm | asm/aos_enable_cutscene_skip.asm | .gba
.relativeinclude on
.erroronwarning on
.open "ftc/rom.gba", 08000000h
; Allow skipping events with start, even if you haven't beaten the game once yet.
.org 0x0805B56C
mov r0, 3h
.close
| Add patch to enable skipping AoS cutscenes on first playthrough | Add patch to enable skipping AoS cutscenes on first playthrough
| Assembly | mit | LagoLunatic/DSVEdit | |
8ca311b8396c9ed269688b579f4d5810f7ece2df | Patches/z_cancel_flash.asm | Patches/z_cancel_flash.asm | // Super Smash Bros. flash on Z cancel demonstration
arch n64.cpu
endian msb
//output "", create
include "LIB\N64.inc"
include "LIB\macros.inc"
origin 0x0
insert "LIB\Super Smash Bros. (U) [!].z64"
origin 0x0CB528
base 0x80150AE8 // Z cancel
jal Flash
origin 0x33204
base 0x80032604
scope Flash: {
addiu sp, -0x18... | Add flash on Z cancel demo | Add flash on Z cancel demo
| Assembly | mit | abitalive/SuperSmashBros,abitalive/SuperSmashBros | |
2ee54dd3ec8711c403fa85f081628dd27e84614a | asm/por_fix_the_creature_boss_death_flag.asm | asm/por_fix_the_creature_boss_death_flag.asm | .nds
.relativeinclude on
.erroronwarning on
; This patch fixes the bug where the common enemy version of The Creature sets his boss death flag.
.open "ftc/overlay9_60", 022D7900h
.org 0x022D7D14
; Check if Var A is 0 (common enemy/boss rush version) and skip setting the boss death flag if so.
; This code already... | Add patch to fix bug where common enemy creature sets boss death flag | Add patch to fix bug where common enemy creature sets boss death flag
| Assembly | mit | LagoLunatic/DSVEdit | |
1fabca85e73341a2865201648c84db9d7143a9a4 | print/print_string_32bit.asm | print/print_string_32bit.asm | ; =============================================================================
; Copyright (C) 2015 Manolis Fragkiskos Ragkousis -- see LICENSE.TXT
; =============================================================================
;;; Print routine
;;; ebx contains a null terminated string
%ifndef PRINT_STRING_PM
%defi... | Add routine for 32bit print. | Add routine for 32bit print.
* print/print_string_32bit.asm: New file.
| Assembly | mit | Phant0mas/MaRagOS | |
14fb22a5f6a3a61ded6847e8f06e7d4c4c3b7e82 | asm/dos_balore_face_player.asm | asm/dos_balore_face_player.asm | .nds
.relativeinclude on
.erroronwarning on
; This patch makes Balore detect which side of the room the player enters from, and if it's from the left, he moves himself to face left.
.open "ftc/overlay9_23", 022FF9C0h
@Overlay41Start equ 0x02308920
@FreeSpace equ @Overlay41Start + 0x140
.org 0x022FFD44
b @BaloreFa... | Add patch to make Balore face left if player enters from left | DoS: Add patch to make Balore face left if player enters from left
| Assembly | mit | LagoLunatic/DSVEdit | |
957e37e48f0289e52e2504006aaab9698b14824b | Assembly/textbox/menu_equip.asm | Assembly/textbox/menu_equip.asm | ;;----------------------------------------------------------------------------;;
;; Align the position of the textbox in equip menu
;; Copyright 2014 Benito Palacios (aka pleonex)
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License... | ;;----------------------------------------------------------------------------;;
;; Align the position of the textbox in equip menu
;; Copyright 2014 Benito Palacios (aka pleonex)
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in compliance with the License... | Move level number in equip menu | Move level number in equip menu
| Assembly | apache-2.0 | pleonex/Ninokuni,pleonex/Ninokuni,pleonex/Ninokuni |
c5e6351643c5647d88971273cc873082e3b9133e | src/00/header.asm | src/00/header.asm | ; 0x0000
; RST 0x00
jp boot
; Magic Number
; 0x0003
.db "KK"
; 0x0008
; RST 0x08
.fill 0x08-$
rkcall:
jp kcall
.fill 0x10-$
; 0x0010
; RST 0x10
rlcall:
jp lcall
.fill 0x18-$
; 0x0018
; RST 0x18
jp reboot
.fill 0x20-$
; 0x0020
; RST 0x20
jp pcall
.fill 0x28-$
; 0x0028
; RST 0x28
jp bcall
.fill 0... | ; 0x0000
; RST 0x00
jp boot
; Magic Number
; 0x0003
.db "KK"
; 0x0008
; RST 0x08
.fill 0x08-$
rkcall:
jp kcall
.fill 0x10-$
; 0x0010
; RST 0x10
rlcall:
jp lcall
.fill 0x18-$
; 0x0018
; RST 0x18
jp reboot
.fill 0x20-$
; 0x0020
; RST 0x20
jp pcall
.fill 0x28-$
; 0x0028
; RST 0x28
jp bcall
.fill 0... | Modify version string to be more concise | Modify version string to be more concise
Swap "-dirty" with "+"
| Assembly | mit | calcdude84se/knightos-kernel,KnightOS/kernel,unlimitedbacon/kernel,KnightOS/kernel |
f7ee5cfaa9bad36fda61284591f800fa564c7386 | asm/por_skip_emblem_drawing.asm | asm/por_skip_emblem_drawing.asm | .nds
.relativeinclude on
.erroronwarning on
.open "ftc/overlay9_25", 022D7900h
; Skip the screen where the player has to draw an emblem and press OK when starting a new game.
.org 0x022DAAB0 ; Code in the name entry menu after you finished typing in your name that would normally take you to the emblem drawing screen... | Add patch to skip emblem drawing screen in PoR | Add patch to skip emblem drawing screen in PoR
| Assembly | mit | LagoLunatic/DSVEdit | |
28905ca6ff363e80934e392f4b441c6c34bcbd8d | asm/ooe_fix_gravedorcus_from_left_entrance.asm | asm/ooe_fix_gravedorcus_from_left_entrance.asm | .nds
.relativeinclude on
.erroronwarning on
; This patch makes Gravedorcus not immediately damage the player if they enter from the left door.
.open "ftc/overlay9_33", 022B73A0h
.org 0x022BA230
; Remove branch that would make Gravedorcus's intro cutscene play if you enter the room from the right.
nop
.org 0x022... | Add patch to fix Gravedorcus from left entrance | Add patch to fix Gravedorcus from left entrance
| Assembly | mit | LagoLunatic/DSVEdit | |
b51564a9167966e925b9ae3c8b7b754a5fc0cd94 | Assembly/textbox/casino_military.asm | Assembly/textbox/casino_military.asm | ;;----------------------------------------------------------------------------;;
;; Align the position of the numbers in military minigame of casino.
;; Copyright 2015 Benito Palacios (aka pleonex)
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in complianc... | ;;----------------------------------------------------------------------------;;
;; Align the position of the numbers in military minigame of casino.
;; Copyright 2015 Benito Palacios (aka pleonex)
;;
;; Licensed under the Apache License, Version 2.0 (the "License");
;; you may not use this file except in complianc... | Move up the number of military games | Move up the number of military games
| Assembly | apache-2.0 | pleonex/Ninokuni,pleonex/Ninokuni,pleonex/Ninokuni |
774397a78afa3fa2959f864b866b8450798b6f28 | asm/ooe_always_dowsing.asm | asm/ooe_always_dowsing.asm | .nds
.relativeinclude on
.erroronwarning on
; Always have the Dowsing Hat effect of beeping when there's a hidden blue chest, even if you don't have Dowsing Hat equipped.
.open "ftc/overlay9_19", 021FFFC0h
.org 0x0221AE30 ; Where the blue chest loads your currently equipped head armor.
mov r0, 7h ; Dowsing Hat
.c... | Add patch to always enable dowsing hat effect | Add patch to always enable dowsing hat effect
| Assembly | mit | LagoLunatic/DSVEdit | |
f985ec43daee34242e7bad5b3619430aeec92748 | asm/dos_magical_ticket.asm | asm/dos_magical_ticket.asm | .nds
.relativeinclude on
.erroronwarning on
@Overlay41Start equ 0x023E0100
@FreeSpace equ 0x023E0100
.open "ftc/overlay9_0", 0219E3E0h
.org 0x021EEF00
b @FreeSpace
.close
.open "ftc/overlay9_41", @Overlay41Start
.org @FreeSpace
; TODO: Don't allow using during boss fights.
mov r0, 0h ; Sector index
mov... | Add asm patch to implement magical tickets in DoS | Add asm patch to implement magical tickets in DoS
| Assembly | mit | LagoLunatic/DSVEdit | |
9830cfae4a3f7356d9460194e55ee2e8af5f3fad | asm/por_fix_bosses_not_playing_music.asm | asm/por_fix_bosses_not_playing_music.asm | .nds
.relativeinclude on
.erroronwarning on
; Fixes the boss rush versions of certain bosses so they play the boss music when they're created.
; This is for the boss randomizer.
@Overlay119Start equ 0x02308EC0
@FreeSpace equ @Overlay119Start + 0x4C0
.open "ftc/overlay9_119", @Overlay119Start
.org @FreeSpace
@Initia... | Add patch to fix some PoR bosses not playing music in boss rando | Add patch to fix some PoR bosses not playing music in boss rando
| Assembly | mit | LagoLunatic/DSVEdit |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.