Home
last modified time | relevance | path

Searched full:inputs (Results 1 – 25 of 38) sorted by relevance

12

/template/strap/.github/workflows/
H A Dphp-test-on-manual.yml5 # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs
6 inputs:
25 versions: ${{ github.event.inputs.versions }}
H A Dscratch-env.yml13 …# https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#defining-inputs-for-man…
15 # https://docs.github.com/en/actions/learn-github-actions/contexts#inputs-context
17 inputs:
55 version: ${{ fromJson(github.event.inputs.versions) }}
96 run: echo '${{ toJSON(inputs) }}'
H A Dphp-test-reusable.yml7 # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs
8 inputs:
40 php: ${{ fromJson(github.event.inputs.versions) }}
/template/bootstrap3/js/plugins/
Ddata.js26 $inputs = $dataplugin_table.find('th input'),
34 $inputs.each(function () {
/template/templar/less/
Dforms.less92 // Reset appearance properties for textual inputs and textarea
154 // Set the height of select and file controls to match text inputs
184 // Uneditable inputs
187 // Make uneditable inputs look inactive
297 // GRID SIZING FOR INPUTS
303 // Control row for multiple inputs per line
310 // Redeclare the fluid grid collapse since we undo the float for inputs
326 // Disabled and read-only inputs
512 // Remove all border-radius for inputs with both prepend and append
548 margin-bottom: 0; // Remove the default margin on all inputs
[all …]
Dresponsive-767px-max.less61 .uneditable-input[class*="span"], // Makes uneditable inputs full-width when using grid sizing
90 // But don't let it screw up prepend/append inputs
Dmodals.less85 …n-bottom: 0; // account for input[type="submit"] which gets the bottom margin like all other inputs
Dmixins.less153 // Block level inputs
157 …min-height: @inputHeight; // Make inputs at least the height of their button counterpart (base lin…
158 .box-sizing(border-box); // Makes inputs behave like true block-level elements
171 // Style inputs accordingly
/template/h6e-minimal/h6e-minimal/
Dh6e-forms.css7 /* Inputs
/template/parallax/lib/js/
Djquery.placeholder.js2 * Allows text inputs to display a placeholder message until it gets focus, at which point the input
/template/strap/.github/
H A Dbootstrap.sh39 …s://docs.github.com/en/actions/using-workflows/reusing-workflows#passing-inputs-and-secrets-to-a-r…
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DPredictionMode.php41 * behavior for syntactically-incorrect inputs.
50 * inputs.
58 * behavior for syntactically-incorrect inputs.
75 * behavior for syntactically-incorrect inputs.
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/Listeners/
H A DDiagnosticErrorListener.php29 * a truly viable alternative. Two-stage parsing cannot be used for inputs where
/template/strap/ComboStrap/
H A DFetcherMarkupBuilder.php215 …xceptionRuntimeInternal("Only one input should be given, we have found 2 inputs ($foundInput and m…
222 …xceptionRuntimeInternal("Only one input should be given, we have found 2 inputs ($foundInput and i…
/template/twentyfifteen/css/
Dbasic.less326 …ient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
/template/sprintdoc/css/
H A Dbase_vars.less38 @fix_border-radius: 3px; // inputs, editbox (textarea), buttons, content, code, qu…
H A Dbase.less39 @fix_border-radius: 3px; // inputs, editbox (textarea), buttons, content, code, qu…
/template/ospyramid/css/
Dstyle.css109 /* 1) Make inputs and buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-…
/template/daily/css/
Dpure-min.css901 /* May be able to remove this tweak as color inputs become more standardized across browsers. */
1083 /* Rounded Inputs */
1090 /* Grouped Inputs */
/template/a_new_day/js/
Dprototype.js1915 var inputs = form.getElementsByTagName('input');
1917 if (!typeName && !name) return $A(inputs).map(Element.extend);
1919 for (var i = 0, matchingInputs = [], length = inputs.length; i < length; i++) {
1920 var input = inputs[i];
/template/battlehorse/js/
Dprototype.js1915 var inputs = form.getElementsByTagName('input');
1917 if (!typeName && !name) return $A(inputs).map(Element.extend);
1919 for (var i = 0, matchingInputs = [], length = inputs.length; i < length; i++) {
1920 var input = inputs[i];
/template/starterpjax/
Djquery.pjax.js551 // Internal: Find container element for a variety of inputs.
/template/starterbootstrap/css/
Dbootstrap.css.map1inputs\ninput[type=\"file\"] {\n display: block;\n}\n\n// Make range inputs behave like textual f…
/template/klean/bootstrap/css/
Dbootstrap.css.map1inputs behave like textual form controls\ninput[type=\"range\"] {\n display: block;\n width: 100…
/template/breeze/
Dindex.html262 <h4 class="lead">Text Inputs</h4>
279 <h4 class="lead">Conjoined Inputs</h4>

12