This feature contains the bundles required for Input HTTP Event Adaptor functionality
This feature contains the bundles required for Email Event Adaptor functionality
This feature contains the bundles required for Back-end Input Event Adaptor functionality
This feature contains the bundles required for input MQTT Event Adaptor functionality
This feature contains the bundles required for Input File Event Adaptor functionality
This feature contains the core bundles required for Back-end Event Adaptor Manager functionality
This is a Carbon bundle that represent the input event adaptor ui module.
This feature contains the bundles required for Input WSO2Event Event Adaptor functionality
org.wso2.carbon.event.input.adaptor.websocket.local provides the back-end functionality of input websocket adaptor
WebJar for react-input-range
Input forms for mobile (android & ios) Kotlin Multiplatform development
Input forms for mobile (android & ios) Kotlin Multiplatform development
Input forms for mobile (android & ios) Kotlin Multiplatform development
Remark is a library for taking (X)HTML input and outputting clean Markdown, Markdown Extra, or MultiMarkdown compatible text.
See the child project "multi-text-input" for a more complete description. This is the parent for the actual project and the examples.
Standalone replayer for crashing inputs found with Jazzer
WebJar for input-moment
WebJar for bootstrap-input-spinner
The Qt 3D Input module provides classes for handling user input in applications using Qt3D.
A text and input validation library in Kotlin for Android.
Input forms for mobile (android & ios) Kotlin Multiplatform development
WebJar for iron-input
WebJar for vue-input-tag
This is a collection of input helpers and field constructors for Play Framework to render Bootstrap HTML code.
This is a collection of input helpers and field constructors for Play Framework to render Bootstrap HTML code.
A Java library that parses HTML as input and returns clean, easy-to-read text.
MapReduce input and output formats for use with BigQuery
Input forms for mobile (android & ios) Kotlin Multiplatform development
WebJar for react-intl-tel-input
WebJar for ng-tags-input
WebJar for @fooloomanzoo/input-picker-pattern
Android library for validating user input easily
Android library for validating user input easily
WebJar for react-telephone-input
Parser and writer for RDF in Turtle Quads (TQL) format. TQL is N-Quads with the more permissive (and efficient!) Turtle encoding. TQL is used in DBpedia exports and is supported in input by the Virtuoso triple store.
WebJar for custom-input
Implements a kind of auto-complete text input field
UI test automation library
An example GWT Angular module demonstrating the use of text input field.
Collection of utilities and service calls to convert from various input formats to MathML
A module for generating (mail-merging) .stringinterpolator files based on a template .stringinterpolator and an input XML file. Designed for use within Apache Isis.
TextInput components with Vitamin design
This module contains a more general approach to construct AlignmentAlgorithms by relying on the theoretical concept of Algebraic Dynamic Programming (ADP) as developed by Giegerich et al. ADP defines four ingredients for an alignment algorithm: 1.) A signature that defines the permitted alignment operations. Operations are just function templates with an associated arity, meaning the number of arguments it takes from the left sequence and from the right sequence. In the TCSAlignmentToolbox we have a fixed signature with the following operations: REPLACEMENT(1, 1), DELETION(1, 0), INSERTION(0, 1), SKIPDELETION(1, 0) and SKIPINSERTION(0, 1) 2.) A regular tree grammar that produces alignments, that is: sequences of operations, in a restricted fashion. 3.) An algebra that can translate such trees to a cost. In the TCSAlignmentToolbox this is a Comparator. 4.) A choice function, in case of the TCSAlignmentToolbox: the strict minimum or the soft minimum. An alignment algorithm in the TCSAlignmentToolbox sense of the word then is the combination of choice function and grammar. While we provide hardcoded versions of these combinations in the main package, the adp package allows you to create your own grammars. You can combine them with a choice function by instantiating one of the Algorithm classes provided in this package with a grammar of your choice. For example: AlignmentAlgorithm algo = new SoftADPScoreAlgorithm(my_grammar, comparator); creates an alignment algorithm that implicitly produces all possible alignments your grammar can construct with the given input, translates them to a cost using the algebra/comparator you provided and applies the soft minimum to return the score. This all gets efficient by dynamic programming. Note that there is runtime overhead when using this method in comparison with the hardcoded algorithms. But for complicated grammars this is a much easier way to go. For more information on the theory, please refer to my master's thesis: "Adaptive Affine Sequence Alignment using Algebraic Dynamic Programming"
This module defines the interfaces for Comparators in the TCS Alignment Toolbox. A Comparator has the purpose of defining the dissimilarity between elements in the input sequences of an Alignment. More specific information on Comparators can be found in the 'Comparator' interface. You can find a lot of helpful standard implementations of Comparators in the comparators-lib module. In the TCS Alignment Toolbox we require the output values of Comparators to lie in the range [0,1]. Many natural dissimilarities on value sets do not meet this criterion, such that additional normalization has to be applied. To that end this package also contains a Normalizer interface for functions that map real values from the range [0, infinity) to the range [0,1]. This package also provides a few convenience implementations of the Comparator interface to make the implementation of custom Comparators simpler, namely: SkipExtendedComparator, ParameterLessSkipExtendedComparator, ComparisonBasedSkipExtendedComparator, and ParameterLessComparisonBasedSkipExtendedComparator. Finally the TCS Alignment Toolbox also provides the means to learn parameters of Comparators. To enable that Comparators must implement the DerivableComparator interface to properly define the parameters that can be learned and the gradient of the dissimilarity with respect to these parameters. Gradients are stored using the Gradient interface as well as some convenience implementations of said interface, namely EmptyGradient, SingletonGradient, ArrayGradient and ListGradient.
The JWebSwing implementation for Bootstrap Tags Input
WebJar for @polymer/iron-input
Provides the back-end functionality of Input adaptor
essential is a lightweight framework for realizing REST in Java with focus on processing and delivering XML and JSON while keeping the flexibility to support any kind of input and output formats. Therefore, avoiding redundant code and providing an intuitive way of consuming and producing different formats are essential's most important features.
WebJar for text-input
essential is a lightweight framework for realizing REST in Java with focus on processing and delivering XML and JSON while keeping the flexibility to support any kind of input and output formats. Therefore, avoiding redundant code and providing an intuitive way of consuming and producing different formats are essential's most important features.