Home
last modified time | relevance | path

Searched full:input (Results 3026 – 3050 of 4846) sorted by relevance

1...<<121122123124125126127128129130>>...194

/plugin/diagramsnet/lib/math/jax/input/MathML/entities/
H A Dh.js2 * /MathJax-v2/jax/input/MathML/entities/h.js
/plugin/advanced/
H A Dscript.js28 var $pages = $advanced_forms.find('table.pages tbody input[type=checkbox]');
/plugin/bureaucracy/helper/
H A Dfielddate.php30 * Validate field input
H A Dfieldtime.php30 * Validate field input
/template/stm/stm/css/
H A D_admin.css61 .dokuwiki #config__manager tr.default .input {
/template/pinkberrynight/css/
H A D_dwstyles.css23 input, textarea, button, select, optgroup, option, keygen, output, meter, progress { selector
/template/pinkberrynight/css/css/
H A D_dwstyles.css23 input, textarea, button, select, optgroup, option, keygen, output, meter, progress { selector
/template/bootstrap3/css/
H A Dmobile.less15 label.block input.edit {
/plugin/dokumicrobugtracker/
H A Dstyle.css261 tfoot input {
267 tfoot input.search_init {
849 tfoot input {
855 tfoot input.search_init {
/plugin/move/helper/
H A Dhandler.php201 * @param int $pos The position in the input
229 * @param int $pos The position in the input
316 * @param int $pos The position in the input
352 * @param int $pos The position in the input
/plugin/tagfilter/syntax/
H A Dfilter.php155 global $INFO, $ID, $conf, $INPUT;
205 $htmlPerUserCacheKey = 'plugin_tagfilter_' . $ID . '_' . $opt['id'] . '_' . $INPUT->server->str('REMOTE_USER')
206 . $INPUT->server->str('HTTP_HOST') . $INPUT->server->str('SERVER_PORT');
/template/typowiki/typowiki/scss/
H A D_sanitize.scss265 input,
305 input {
383 ::-webkit-input-placeholder {
507 input,
/template/klean/bootstrap/js/
H A Dbootstrap.js204 var val = $el.is('input') ? 'val' : 'html'
230 var $input = this.$element.find('input')
231 if ($input.prop('type') == 'radio') {
232 if ($input.prop('checked')) changed = false
235 } else if ($input.prop('type') == 'checkbox') {
239 $input.prop('checked', this.$element.hasClass('active'))
240 if (changed) $input.trigger('change')
286 if (!($(e.target).is('input[type="radio"], input[type="checkbox"]'))) {
290 if ($btn.is('input,button')) $btn.trigger('focus')
291 else $btn.find('input:visible,button:visible').first().trigger('focus')
[all …]
/template/kajukkk/bs/
H A Dbootstrap.js147 var val = $el.is('input') ? 'val' : 'html'
173 var $input = this.$element.find('input')
174 if ($input.prop('type') == 'radio') {
175 if ($input.prop('checked')) changed = false
178 } else if ($input.prop('type') == 'checkbox') {
182 $input.prop('checked', this.$element.hasClass('active'))
183 if (changed) $input.trigger('change')
229 if (!($(e.target).is('input[type="radio"], input[type="checkbox"]'))) {
233 if ($btn.is('input,button')) $btn.trigger('focus')
234 else $btn.find('input:visible,button:visible').first().trigger('focus')
[all …]
/template/mywiki/
H A Dbootstrap.js204 var val = $el.is('input') ? 'val' : 'html'
230 var $input = this.$element.find('input')
231 if ($input.prop('type') == 'radio') {
232 if ($input.prop('checked')) changed = false
235 } else if ($input.prop('type') == 'checkbox') {
239 $input.prop('checked', this.$element.hasClass('active'))
240 if (changed) $input.trigger('change')
286 if (!($(e.target).is('input[type="radio"], input[type="checkbox"]'))) {
290 if ($btn.is('input,button')) $btn.trigger('focus')
291 else $btn.find('input:visible,button:visible').first().trigger('focus')
[all …]
/template/ospyramid/js/libs/
H A Djquery-1.6.1.js1145 input,
1172 input = div.getElementsByTagName( "input" )[ 0 ];
1206 checkOn: ( input.value === "on" ),
1227 input.checked = true;
1255 input = document.createElement("input");
1256 input.value = "t";
1257 input.setAttribute("type", "radio");
1261 div.appendChild( input );
1292 support.appendChecked = input.checked;
1881 rtype = /^(?:button|input)$/i,
[all …]
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/authucenter/lib/uc_client/
H A Dclient.php119 $input = uc_api_input($arg);
120 …$post = "m=$module&a=$action&inajax=2&release=".UC_CLIENT_RELEASE."&input=$input&appid=".UC_APPID.…
149 $uc_controls[$model]->input = $args;
592 …$uc_avatarflash = UC_API.'/images/camera.swf?inajax=1&appid='.UC_APPID.'&input='.$uc_input.'&agent…
/plugin/freechat/phpfreechat/lib/json/
H A DJSON.php111 * $input = file_get_contents('php://input', 1000000);
112 * $value = $json->decode($input);
234 * @return mixed JSON string representation of input var or an error if a problem occurs
478 * corresponding to given JSON input string.
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DCli.php81 * Input format (one of json or mimedir)
259 while($input = $this->readInput()) {
261 $returnCode = $this->$command($input);
293 …$this->log($this->colorize('green', ' --inputformat ') . "If the input format cannot be guessed f…
722 * Reads the input file
/plugin/davcal/vendor/sabre/vobject/lib/
H A DCli.php81 * Input format (one of json or mimedir)
259 while($input = $this->readInput()) {
261 $returnCode = $this->$command($input);
293 …$this->log($this->colorize('green', ' --inputformat ') . "If the input format cannot be guessed f…
722 * Reads the input file
/template/congrid/
H A Dtpl_functions.php58 global $INPUT;
73 if ($INPUT->str('do') == $value) {
79 if ($INPUT->str('do') != $value) {
97 if ($INPUT->str('page') == $value) {
103 if ($INPUT->str('page') != $value) {
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js600 function AVBuffer(input) { argument
602 if (input instanceof Uint8Array) {
603 this.data = input;
604 …se if (input instanceof ArrayBuffer || Array.isArray(input) || typeof input === 'number' || ((_ref…
605 this.data = new Uint8Array(input);
607 …this.data = new Uint8Array(input.buffer, input.byteOffset, input.length * input.BYTES_PER_ELEMENT);
608 } else if (input instanceof AVBuffer) {
609 this.data = input.data;
3880 function BufferSource(input) { argument
3882 if (input instanceof AV.BufferList) {
[all …]
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushPython.js17 'getattr globals hasattr hash help hex id input int intern ' +
/plugin/bureaucracy-au/script/
H A Duser.js80 // remove the current input

1...<<121122123124125126127128129130>>...194