Home
last modified time | relevance | path

Searched refs:input (Results 451 – 475 of 1436) sorted by last modified time

1...<<11121314151617181920>>...58

/plugin/quickstats/
H A Dstyle.css62 div.quick__stats td.padded input { background-color: #ffffaa; }
63 div.quick__stats th.padded input { background-color: #ffffaa; }
H A Dstyle.wide.css63 div.quick__stats td.padded input { background-color: #ffffaa; }
64 div.quick__stats th.padded input { background-color: #ffffaa; }
/plugin/csv/_test/
H A DCSVTest.php136 * @param string $input
140 public function testOptions($input, $expect) argument
146 $result = \helper_plugin_csv::parseOptions($input);
/plugin/phosphor/
H A Dphblock.php89 function render($mode, Doku_Renderer $renderer, $input) { argument
95 list($instr, $data, $pos) = $input;
H A Dphitem.php84 function render($mode, Doku_Renderer $renderer, $input) { argument
90 list($instr, $data) = $input;
/plugin/multiorphan/action/
H A Dmultiorphan.php276 private function _plugin_input_to_header( &$input, &$data ) { argument
279 switch( $input[1][0] ) {
281 if ( $input[1][1][0] == 'title' ) {
282 $input = array( 'header', array( $input[1][1][1]) );
289 $plugin->render($this->renderer->getFormat(), $this->renderer, $input[1][1]);
311 $result = array_filter($instructions, function( $input ) use ( $data, $renderer ) {
314 if ( $input[0] == 'plugin' ) {
315 $this->_plugin_input_to_header( $input, $data );
318 if ( $input[0] != 'header' ) {
322 $hid = $renderer->_headerToLink( $input[1][0] );
/plugin/multiorphan/
H A Dstyle.less17 input, select {
23 input[type=checkbox] {
/plugin/imageflow/syntax/
H A Dimageflow.php107 function render($mode, Doku_Renderer $renderer, $input) { argument
110 list($instr, $data) = $input;
/plugin/strata/
H A Dmanual.txt417 * ''text'': a text input field. It filters rows that have a value that contains the filter string (substring matching). E.g.: filtering for //David// will match //10 David Street//.
H A Dscript.js161 var input = createFilterTextField(containerElement, filterId, caption);
163 jQuery(input).css('min-width', minWidth + 'px');
165 jQuery(filterElement).append(input);
173 // Returns a text input which filters the field belonging to the given filterId
175 var input = document.createElement('input');
176 input.type = 'text';
177 input.size = 1;
178 input.title = 'Filter on ' + caption;
179 jQuery(input)
553 AnonymousFunctionb1c4c91b1e00(_, input) global() argument
[all...]
H A Dstyle.css63 .strata-container-table tr.filter input {
105 .strata-container-table thead tr input,
170 .strata-container .filter li input,
/plugin/minical/
H A Dstyle.css96 div.dokuwiki table.plugin_minical input.btn_next_month,
97 div.dokuwiki table.plugin_minical input.btn_prev_month {
/plugin/diagramsnet/lib/mxgraph/css/
H A Dcommon.css71 td.mxWindowPane input, td.mxWindowPane select, td.mxWindowPane textarea, td.mxWindowPane radio {
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dpusher-http-java-1.0.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/pusher/ com/ ...
/plugin/diagramsnet/lib/resources/
H A Ddia_fa.txt420 invalidInput=Invalid input
H A Ddia_ja.txt420 invalidInput=Invalid input
H A Ddia_kn.txt420 invalidInput=Invalid input
H A Ddia_si.txt420 invalidInput=Invalid input
H A Ddia_sl.txt420 invalidInput=Invalid input
H A Ddia_ta.txt420 invalidInput=Invalid input
H A Ddia_vi.txt420 invalidInput=Invalid input
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1input) {\n return (typeof input === 'string') ? new Request(input) : input;\n}\n/**\n * A class…
/plugin/diagramsnet/lib/math/jax/input/AsciiMath/
H A Djax.js19input:ab,tag:"mo",output:ac,tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uD… property in k
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js33 input.style.marginBottom = '10px';
38 input.style.marginTop = '10px';
46 var color = input.value;
70 input.focus();
154 input.value = 'none';
197 div.appendChild(input);
201 input.style.width = '182px';
218 input.focus();
234 input.style.width = '216px';
284 input.value = 'none';
[all …]

1...<<11121314151617181920>>...58