Searched full:inputs (Results 1 – 25 of 38) sorted by relevance
12
| /template/strap/.github/workflows/ |
| H A D | php-test-on-manual.yml | 5 # https://docs.github.com/en/actions/creating-actions/metadata-syntax-for-github-actions#inputs 6 inputs: 25 versions: ${{ github.event.inputs.versions }}
|
| H A D | scratch-env.yml | 13 …# 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 D | php-test-reusable.yml | 7 # 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/ |
| D | data.js | 26 $inputs = $dataplugin_table.find('th input'), 34 $inputs.each(function () {
|
| /template/templar/less/ |
| D | forms.less | 92 // 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 …]
|
| D | responsive-767px-max.less | 61 .uneditable-input[class*="span"], // Makes uneditable inputs full-width when using grid sizing 90 // But don't let it screw up prepend/append inputs
|
| D | modals.less | 85 …n-bottom: 0; // account for input[type="submit"] which gets the bottom margin like all other inputs
|
| D | mixins.less | 153 // 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/ |
| D | h6e-forms.css | 7 /* Inputs
|
| /template/parallax/lib/js/ |
| D | jquery.placeholder.js | 2 * Allows text inputs to display a placeholder message until it gets focus, at which point the input
|
| /template/strap/.github/ |
| H A D | bootstrap.sh | 39 …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 D | PredictionMode.php | 41 * 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 D | DiagnosticErrorListener.php | 29 * a truly viable alternative. Two-stage parsing cannot be used for inputs where
|
| /template/strap/ComboStrap/ |
| H A D | FetcherMarkupBuilder.php | 215 …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/ |
| D | basic.less | 326 …ient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0)); /* Removing the inner shadow on iOS inputs */
|
| /template/sprintdoc/css/ |
| H A D | base_vars.less | 38 @fix_border-radius: 3px; // inputs, editbox (textarea), buttons, content, code, qu…
|
| H A D | base.less | 39 @fix_border-radius: 3px; // inputs, editbox (textarea), buttons, content, code, qu…
|
| /template/ospyramid/css/ |
| D | style.css | 109 /* 1) Make inputs and buttons play nice in IE: www.viget.com/inspire/styling-the-button-element-in-…
|
| /template/daily/css/ |
| D | pure-min.css | 901 /* 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/ |
| D | prototype.js | 1915 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/ |
| D | prototype.js | 1915 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/ |
| D | jquery.pjax.js | 551 // Internal: Find container element for a variety of inputs.
|
| /template/starterbootstrap/css/ |
| D | bootstrap.css.map | 1 …inputs\ninput[type=\"file\"] {\n display: block;\n}\n\n// Make range inputs behave like textual f…
|
| /template/klean/bootstrap/css/ |
| D | bootstrap.css.map | 1 …inputs behave like textual form controls\ninput[type=\"range\"] {\n display: block;\n width: 100…
|
| /template/breeze/ |
| D | index.html | 262 <h4 class="lead">Text Inputs</h4> 279 <h4 class="lead">Conjoined Inputs</h4>
|
12