commit stringlengths 40 40 | old_file stringlengths 4 237 | new_file stringlengths 4 237 | old_contents stringlengths 1 4.24k | new_contents stringlengths 1 4.87k | subject stringlengths 15 778 | message stringlengths 15 8.75k | lang stringclasses 266
values | license stringclasses 13
values | repos stringlengths 5 127k |
|---|---|---|---|---|---|---|---|---|---|
5fbdb8f69abbfd5bcc6e4e300a68bc28b0fd8634 | storage/persistent-storage/persistent-storage-flexvolume.adoc | storage/persistent-storage/persistent-storage-flexvolume.adoc | [id="persistent-storage-using-flexvolume"]
= Persistent storage using FlexVolume
include::modules/common-attributes.adoc[]
:context: persistent-storage-flexvolume
toc::[]
{product-title} supports FlexVolume, an out-of-tree plug-in that uses an executable model to interface with drivers.
To use storage from a back-en... | [id="persistent-storage-using-flexvolume"]
= Persistent storage using FlexVolume
include::modules/common-attributes.adoc[]
:context: persistent-storage-flexvolume
toc::[]
{product-title} supports FlexVolume, an out-of-tree plug-in that uses an executable model to interface with drivers.
To use storage from a back-en... | Fix cross link in 4.3 and master | Fix cross link in 4.3 and master
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
23d596e949e691ea852606c9a49c988138e87ffd | README.adoc | README.adoc | # Garage Client
## TODO
- Smarter upload process
- Handle trailing slash on URLs correctly
## Developing
Getting started:
sudo apt-get install build-essential cmake g++ libboost-dev libboost-program-options-dev libboost-filesystem-dev libboost-system-dev libcurl4-gnutls-dev clang clang-format-3.6 ninja-build... | # Garage Client
## TODO
- Smarter upload process
- Handle trailing slash on URLs correctly
## Developing
Getting started:
sudo apt-get install build-essential cmake g++ libboost-dev libboost-program-options-dev libboost-filesystem-dev libboost-system-dev libcurl4-gnutls-dev clang clang-format-3.6 ninja-build... | Add missing cd into build. | Add missing cd into build.
| AsciiDoc | mpl-2.0 | advancedtelematic/sota_client_cpp,advancedtelematic/aktualizr,advancedtelematic/aktualizr,advancedtelematic/aktualizr,advancedtelematic/sota_client_cpp,advancedtelematic/aktualizr |
4d7feb89b3494a34b0a29ed47505e391fceb643d | opennms-doc/releasenotes/src/asciidoc/releasenotes/whatsnew-19.adoc | opennms-doc/releasenotes/src/asciidoc/releasenotes/whatsnew-19.adoc | [[releasenotes-19]]
== OpenNMS 19
=== Important Upgrade Notes
* *Simple Topology Provider*: The Simple Topology Provider has been removed. A new GraphML Topology Provider is introduced and should be used instead.
=== New Features
* GraphML Topology Provider: A new Topology Provider which reads GraphML formatted gra... | [[releasenotes-19]]
== OpenNMS 19
=== Important Upgrade Notes
* *Simple Topology Provider*: The Simple Topology Provider has been removed. A new GraphML Topology Provider is introduced and should be used instead.
* *Cassandra JMX Metrics*: The default value for the `friendly-name` attribute on the `JMX-Cassandra` col... | Add addtional upgrade notes for 19.0.0. | Add addtional upgrade notes for 19.0.0.
| AsciiDoc | agpl-3.0 | aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms,aihua/opennms |
4754673cf2cc675045a6db42a5eccfbe0125a6b3 | lsaddr.adoc | lsaddr.adoc | lsaddr(1)
=======
:doctype: manpage
NAME
----
lsaddr - list active IP addresses
SYNOPSIS
--------
*lsaddr* [ *-46* ] [*--include-loopback*] [*--include-ipv6-link-local]* [ _interface_ ... ]
DESCRIPTION
-----------
List IP addresses of the specified __interface__s. By default, lists all IPv4
and IPv6 addresses, with ... | lsaddr(1)
=======
:doctype: manpage
NAME
----
lsaddr - list active IP addresses
SYNOPSIS
--------
*lsaddr* [ *-46* ] [*--include-loopback*] [*--include-ipv6-link-local]* [ _interface_ ... ]
DESCRIPTION
-----------
List IP addresses of the specified __interface__s. By default, lists all IPv4
and IPv6 addresses, with ... | Add comma after eg in manpage | Add comma after eg in manpage
| AsciiDoc | mit | kamalmarhubi/lsaddr |
17307b4e73d77fa9008ef4b2141dbea6c7cf3bdb | adoc/include/format_option.adoc | adoc/include/format_option.adoc | *-F, --format* '[json|text]'::
Set the output format for stdout. Defaults to "text". | *-F, --format* '[json|text|unix]'::
Set the output format for stdout. Defaults to "text".
+
*TEXT* output is human-friendly textual output, usually in table or
record-oriented format.
In some cases, *TEXT* format is intentionally kept simple to support naive use
of commands within a subshell, but it is not generally g... | Update format docs to cover the UNIX format | Update format docs to cover the UNIX format
Sections for each output format with basic description. Include mention
of UNIX and recommend using `--jmespath` with it.
| AsciiDoc | apache-2.0 | globus/globus-cli,globus/globus-cli |
d207d03bf7f0fda4bd191de327935a85dda558e6 | docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc | docs/manual/src/docs/asciidoc/_includes/about/whats-new.adoc | [[new]]
== What's New in Spring Security 5.6
Spring Security 5.6 provides a number of new features.
Below are the highlights of the release.
[[whats-new-servlet]]
=== Servlet
* Configuration
** Introduced https://github.com/spring-projects/spring-security/pull/9630[`AuthorizationManager`] for method security
* SAML... | [[new]]
== What's New in Spring Security 5.6
Spring Security 5.6 provides a number of new features.
Below are the highlights of the release.
[[whats-new-servlet]]
=== Servlet
* Configuration
** Introduced https://github.com/spring-projects/spring-security/pull/9630[`AuthorizationManager`] for method security
* SAML... | Update What's New for 5.6 | Update What's New for 5.6
| AsciiDoc | apache-2.0 | rwinch/spring-security,rwinch/spring-security,spring-projects/spring-security,rwinch/spring-security,rwinch/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,spring-projects/spring-security,rwinch/spring-security,rwinch/spring-security,spring-projects/spring... |
20279a255674d826d07ecbb1f729d913b06cd7b3 | docs/reference/index.asciidoc | docs/reference/index.asciidoc | [[elasticsearch-reference]]
= Reference
:version: 1.5.2
:branch: 1.5
:jdk: 1.8.0_25
:defguide: https://www.elastic.co/guide/en/elasticsearch/guide/current
include::getting-started.asciidoc[]
include::setup.asciidoc[]
include::migration/index.asciidoc[]
include::api-conventions.asciidoc[]
include::docs... | [[elasticsearch-reference]]
= Elasticsearch Reference
:version: 1.5.2
:branch: 1.5
:jdk: 1.8.0_25
:defguide: https://www.elastic.co/guide/en/elasticsearch/guide/current
include::getting-started.asciidoc[]
include::setup.asciidoc[]
include::migration/index.asciidoc[]
include::api-conventions.asciidoc[]
... | Rename reference docs to Elasticsearch Reference | Docs: Rename reference docs to Elasticsearch Reference
| AsciiDoc | apache-2.0 | btiernay/elasticsearch,fred84/elasticsearch,polyfractal/elasticsearch,NBSW/elasticsearch,javachengwc/elasticsearch,hafkensite/elasticsearch,schonfeld/elasticsearch,palecur/elasticsearch,schonfeld/elasticsearch,markllama/elasticsearch,Helen-Zhao/elasticsearch,avikurapati/elasticsearch,HonzaKral/elasticsearch,trangvh/ela... |
06fdb83fb89840c511b2bc46f72b7c49229c9dab | docs/manual/src/docs/asciidoc/_includes/servlet/integrations/jackson.adoc | docs/manual/src/docs/asciidoc/_includes/servlet/integrations/jackson.adoc | [[jackson]]
== Jackson Support
Spring Security has added Jackson Support for persisting Spring Security related classes.
This can improve the performance of serializing Spring Security related classes when working with distributed sessions (i.e. session replication, Spring Session, etc).
To use it, register the `Secu... | [[jackson]]
== Jackson Support
Spring Security provides Jackson support for persisting Spring Security related classes.
This can improve the performance of serializing Spring Security related classes when working with distributed sessions (i.e. session replication, Spring Session, etc).
To use it, register the `Secur... | Document Jackson serialization support for OAuth 2.0 Client | Document Jackson serialization support for OAuth 2.0 Client
Fixes gh-8075
| AsciiDoc | apache-2.0 | fhanik/spring-security,jgrandja/spring-security,djechelon/spring-security,jgrandja/spring-security,jgrandja/spring-security,rwinch/spring-security,djechelon/spring-security,fhanik/spring-security,rwinch/spring-security,spring-projects/spring-security,fhanik/spring-security,rwinch/spring-security,djechelon/spring-securi... |
05f1cad013319d200d04b93a4dc056f73294eca4 | CHANGES.adoc | CHANGES.adoc | = Changelog
== Version 0.4.2
- Bug fix related to :iat param validating on jws. (thanks to @tvanhens)
== Version 0.4.1
Date: 2015-03-14
- Update nippy version from 2.7.1 to 2.8.0
- Update buddy-core from 0.4.0 to 0.4.2
- Update cats from 0.3.2 to 0.3.4
== Version 0.4.0
Date: 2015-02-22
- Add encode/decode fun... | = Changelog
== Version 0.4.2
Date: 2015-03-29
- Bug fix related to :iat param validating on jws. (thanks to @tvanhens)
== Version 0.4.1
Date: 2015-03-14
- Update nippy version from 2.7.1 to 2.8.0
- Update buddy-core from 0.4.0 to 0.4.2
- Update cats from 0.3.2 to 0.3.4
== Version 0.4.0
Date: 2015-02-22
- Add... | Add date to the changelog entry. | Add date to the changelog entry.
| AsciiDoc | apache-2.0 | funcool/buddy-sign |
0c741c2a1102b04e1ea436b1b2ef7367ebf62bcd | pages/apim/3.x/user-guide/publisher/sme/using-kafka-controller.adoc | pages/apim/3.x/user-guide/publisher/sme/using-kafka-controller.adoc | = Using the Kafka controller
:page-sidebar: apim_3_x_sidebar
:page-permalink: apim/3.x/apim_publishersme_using_kafka.html
:page-folder: apim/user-guide/publisher
:page-layout: apim3x
== Overview
This section describes the basic usage of the Kafka controller - producing and consuming messages.
=== Producing messages
... | = Using the Kafka controller
:page-sidebar: apim_3_x_sidebar
:page-permalink: apim/3.x/apim_publisherguide_using_kafka.html
:page-folder: apim/user-guide/publisher
:page-layout: apim3x
== Overview
This section describes the basic usage of the Kafka controller - producing and consuming messages.
=== Producing message... | Fix link and snippet url | Fix link and snippet url
| AsciiDoc | apache-2.0 | gravitee-io/gravitee-docs,gravitee-io/gravitee-docs,gravitee-io/gravitee-docs |
0011648728f6aa93a4e7a9d90ff4f6345be7ed75 | modules/cluster-cloud-controller-manager-operator.adoc | modules/cluster-cloud-controller-manager-operator.adoc | // Module included in the following assemblies:
//
// * operators/operator-reference.adoc
[id="cluster-cloud-controller-manager-operator_{context}"]
= Cluster Cloud Controller Manager Operator
[discrete]
== Purpose
[NOTE]
====
This Operator is only fully supported for Alibaba Cloud, Microsoft Azure Stack Hub, and IB... | // Module included in the following assemblies:
//
// * operators/operator-reference.adoc
[id="cluster-cloud-controller-manager-operator_{context}"]
= Cluster Cloud Controller Manager Operator
[discrete]
== Purpose
[NOTE]
====
This Operator is only fully supported for Microsoft Azure Stack Hub and IBM Cloud.
It is ... | Update to reflect Ali Cloud TP status in 4.10 | Update to reflect Ali Cloud TP status in 4.10
| AsciiDoc | apache-2.0 | vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs,vikram-redhat/openshift-docs |
c2f461da1037bc17a2bff1a268475f1384e30a2d | doc/todo.adoc | doc/todo.adoc | = To-Do List
- mock_cone_detector creates infinite area and overflows h
- (*DONE*) new waypoints shorter than old don't delete existing waypoints
- adjust waypoints for start position and cone position
- cone area goes down when very close to cone
- (*DONE*) parameterize throttle and steering PWM values
- (*DONE*) tou... | = To-Do List
- shouldn't need intermediate waypoint to trigger EXPECTING_CONE
- have to handle case where cone waypoint is achieved before seeing cone
- need to limit time of reverse
- have to handle case where in MANUAL mode and don't see cone
- mock_cone_detector creates infinite area and overflows h
- (*DONE*) new ... | Add new to-do items based on field testing from 04-14 | Add new to-do items based on field testing from 04-14
| AsciiDoc | apache-2.0 | ProgrammingRobotsStudyGroup/robo_magellan,ProgrammingRobotsStudyGroup/robo_magellan,ProgrammingRobotsStudyGroup/robo_magellan,ProgrammingRobotsStudyGroup/robo_magellan |
4978b60d4835e22a87097e0de582482c56020254 | README.adoc | README.adoc | [[ivy-plugin]]
= ivy-plugin
image:https://img.shields.io/jenkins/plugin/v/ivy.svg[Jenkins Plugin,link=https://plugins.jenkins.io/ivy]
image:https://img.shields.io/github/release/jenkinsci/ivy-plugin.svg?label=release[GitHub release,link=https://github.com/jenkinsci/ivy-plugin/releases/latest]
image:https://img.shields... | [[ivy-plugin]]
= ivy-plugin
image:https://img.shields.io/jenkins/plugin/v/ivy.svg[Jenkins Plugin,link=https://plugins.jenkins.io/ivy]
image:https://img.shields.io/github/release/jenkinsci/ivy-plugin.svg?label=release[GitHub release,link=https://github.com/jenkinsci/ivy-plugin/releases/latest]
image:https://img.shields... | Convert wiki link to jenkinsio plugin link | Convert wiki link to jenkinsio plugin link
| AsciiDoc | mit | jenkinsci/ivy-plugin,jenkinsci/ivy-plugin |
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... |
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 |
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 |
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 |
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... |
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 |
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 |
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 |
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 |
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 |
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 |
ef0001ec536c48a83eee27d382fab48218c888ee | vm/safeseh.asm | vm/safeseh.asm | .386
.model flat
exception_handler proto
.safeseh exception_handler
end
| .386
.model flat
exception_handler proto c
.safeseh exception_handler
end
| Fix Windows compileation for VS 2010 | Fix Windows compileation for VS 2010
| Assembly | bsd-2-clause | sarvex/factor-lang,mrjbq7/factor,tgunr/factor,dch/factor,dch/factor,tgunr/factor,factor/factor,slavapestov/factor,bpollack/factor,AlexIljin/factor,bjourne/factor,bpollack/factor,slavapestov/factor,bpollack/factor,bjourne/factor,bpollack/factor,nicolas-p/factor,AlexIljin/factor,AlexIljin/factor,factor/factor,AlexIljin/f... |
e918bf8dc9129eb3d83808b816fa66be02aa112d | src/arch/i686/arch_start.asm | src/arch/i686/arch_start.asm | ; This file is a part of the IncludeOS unikernel - www.includeos.org
;
; Copyright 2015 Oslo and Akershus University College of Applied Sciences
; and Alfred Bratterud
;
; 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 ... | ; This file is a part of the IncludeOS unikernel - www.includeos.org
;
; Copyright 2015 Oslo and Akershus University College of Applied Sciences
; and Alfred Bratterud
;
; 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 ... | Remove unused sentinel table for i686 | i686: Remove unused sentinel table for i686
| Assembly | apache-2.0 | AndreasAakesson/IncludeOS,mnordsletten/IncludeOS,alfred-bratterud/IncludeOS,mnordsletten/IncludeOS,AnnikaH/IncludeOS,mnordsletten/IncludeOS,alfred-bratterud/IncludeOS,hioa-cs/IncludeOS,mnordsletten/IncludeOS,hioa-cs/IncludeOS,hioa-cs/IncludeOS,AndreasAakesson/IncludeOS,hioa-cs/IncludeOS,AndreasAakesson/IncludeOS,alfred... |
6d283a283402f70e545e92b5d43b80be1b54a905 | 3/src/vasm/m1.asm | 3/src/vasm/m1.asm | \ This software is the Kestrel-3's first milestone: print a bunch of "A"
\ characters to the console.
$2000 ORG ( RISC-V ISA spec says we boot here. )
0 x31 auipc ( X31 = address of next insn )
assume-gp ( This lets us load big constants )
x31 gl> uart-port x2 ld ( X2 = uart transmit port )
x0 65 x3 addi ( ... | \ This software is the Kestrel-3's first milestone: print a bunch of "A"
\ characters to the console.
$2000 ORG ( RISC-V ISA spec says we boot here. )
0 x31 auipc ( X31 = address of next insn )
assume-gp ( This lets us load big constants )
x31 gl> uart-port x2 ld ( X2 = uart transmit port )
x0 65 x3 addi ( ... | Test source update to test both gl> and gs> | Test source update to test both gl> and gs>
| Assembly | mpl-2.0 | 8l/kestrel,KestrelComputer/kestrel,sam-falvo/kestrel,8l/kestrel,8l/kestrel,8l/kestrel,KestrelComputer/kestrel,sam-falvo/kestrel,KestrelComputer/kestrel,8l/kestrel,8l/kestrel,sam-falvo/kestrel,KestrelComputer/kestrel,sam-falvo/kestrel |
7e82e985f87357625cf9d7ce8763f56eee8d8dbc | Assembly/textbox/menu_request.asm | Assembly/textbox/menu_request.asm | ;;----------------------------------------------------------------------------;;
;; Increase textbox size in request 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 ... | ;;----------------------------------------------------------------------------;;
;; Increase textbox size in request 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 ... | Fix the bold effect for stamps in request menu | Fix the bold effect for stamps in request menu
| Assembly | apache-2.0 | pleonex/Ninokuni,pleonex/Ninokuni,pleonex/Ninokuni |
1e8ed6381b3841935694d170fa442c91672d2160 | src/boot.asm | src/boot.asm | # multiboot config and setup
.set ALIGN, 1<<0 # align modules on page boundaries
.set MEMINFO, 1<<1 # provide memory map
.set FLAGS, ALIGN | MEMINFO # flags
.set MAGIC, 0x1BADB002 # header magic
.set CHECKSUM, -(MAGIC + FLAGS) # checksum to prove multi
.secti... | # multiboot config and setup
.set ALIGN, 1 << 0 # align modules on page boundaries
.set MEMINFO, 1 << 1 # provide memory map
.set FLAGS, ALIGN | MEMINFO # flags
.set MAGIC, 0x1BADB002 # header magic
.set CHECKSUM, -(MAGIC + FLAGS) # checksum to prove multi
.sect... | Add call for load_gdt, but disabled because it triple faults | Add call for load_gdt, but disabled because it triple faults
| Assembly | mit | Magical-Chicken/simple-x86-kernel,Magical-Chicken/simple-x86-kernel |
4e81f31ed4d81d5f5516417aa3850167e2d0a4d7 | src/isr_wrapper.asm | src/isr_wrapper.asm | use32
global _interrupt_handler_kbd_wrapper
global int_handler
global test1
global run_interrupt
align 4
extern _interrupt_handler_kbd
_interrupt_handler_kbd_wrapper:
pushad
call _interrupt_handler_kbd
popad
iret
run_interrupt:
int 33
ret
int_handler:
pushad
... | use32
global _interrupt_handler_kbd_wrapper
global int_handler
global test1
global run_interrupt
align 4
extern _interrupt_handler_kbd
_interrupt_handler_kbd_wrapper:
pushad
call _interrupt_handler_kbd
popad
iret
run_interrupt:
int 33
ret
int_handler:
pushad
... | Remove unnecessary entry from IDT | Remove unnecessary entry from IDT
| Assembly | mit | jvns/puddle,jvns/puddle |
acdebe5146277e14eef32d28755e413a9df837ba | runtime.asm | runtime.asm | use32
global _GLOBAL_OFFSET_TABLE_
global __morestack
global abort
global memcmp
global memcpy
global malloc
global free
global start
extern main
start:
; rust functions compare esp against [gs:0x30] as a sort of stack guard thing
; as long as we set [gs:0x30] to dword 0, it should be ok
mov [gs:0x30], d... | use32
global __morestack
global abort
global memcmp
global memcpy
global malloc
global free
global start
global _GLOBAL_OFFSET_TABLE_
_GLOBAL_OFFSET_TABLE_ equ 0
extern main
start:
; rust functions compare esp against [gs:0x30] as a sort of stack guard thing
; as long as we set [gs:0x30] to dword 0, it shou... | Set global GOT at 0 and merge infinite loops | Set global GOT at 0 and merge infinite loops
| Assembly | mit | pczarn/rustboot,alexchandel/rustboot,perlun/rustboot,wbthomason/ironkernel |
55f2dd180fb1f6207f05d1e1a53cb43d1f68a178 | client/c64/ifo.asm | client/c64/ifo.asm | BasicUpstart2(start)
* = $0810 "Main"
start:
rts
| BasicUpstart2(start)
* = $0810 "Main"
start:
jsr loadmap
rts
loadmap:
lda #fname_end-fname
ldx #<fname
ldy #>fname
jsr $FFBD //; call SETNAM
lda #$01
ldx $BA
//#; last used dev number
bne skip
ldx #$08 //; default to device 8
skip: ldy #$0... | Add optimistic disk loading code to get the map into 000 | Add optimistic disk loading code to get the map into 000
| Assembly | bsd-2-clause | icepic/IFO-c64 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.