Home
last modified time | relevance | path

Searched full:input (Results 1551 – 1575 of 4846) sorted by relevance

1...<<61626364656667686970>>...194

/plugin/groupmail/
H A Dstyle.css20 form[id^="groupmail-"] fieldset input {
26 input.error_field, textarea.error_field {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMaxInstancesTest.php16 $input = <<<ICS
32 $vcal = Reader::read($input);
H A DNoInstancesTest.php15 $input = <<<ICS
33 $vcal = Reader::read($input);
/plugin/elasticsearch/lang/en/
H A Dconfmanager_description.txt5 Define parsers for each file extension that should be processed. Use ''%in%'' to specify the input file for CLI tools. Web services must accept the input file as POST data.
/template/breeze/bower_components/gumby/sass/functions/
H A D_forms.scss1 @mixin input-size($size) {
12 @mixin input-sizes-list() {
/dokuwiki/lib/plugins/authad/
H A Dauth.php79 global $INPUT;
103 if (!empty($INPUT->server->str('REMOTE_USER'))) {
106 $INPUT->server->set(
108 iconv($this->getConf('sso_charset'), 'UTF-8', $INPUT->server->str('REMOTE_USER'))
110 } elseif (!Clean::isUtf8($INPUT->server->str('REMOTE_USER'))) {
111 $INPUT->server->set('REMOTE_USER', utf8_encode($INPUT->server->str('REMOTE_USER')));
116 $INPUT->server->set('REMOTE_USER', $this->cleanUser($INPUT->server->str('REMOTE_USER')));
120 $INPUT
[all...]
/plugin/diagramsnet/lib/math/config/
H A DAM_HTMLorMML-full.js18 "[MathJax]/jax/input/AsciiMath/config.js",
29 "[MathJax]/jax/input/AsciiMath/jax.js",
51Input Jax v%2"]);g.About.GetJax(u,MathJax.OutputJax,["OutputJax","%1 Output Jax v%2"]);g.About.Get…
52 …ACTIONTYPE:{TOGGLE:"toggle",STATUSLINE:"statusline",TOOLTIP:"tooltip",INPUT:"input"},LENGTH:{VERYV…
54input: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/telleveryone/
H A Dapi.php17 if ($sqlite->res2single($res) != $INPUT->str('token')) {
23 ORDER BY timestamp DESC LIMIT ?', $INPUT->int('limit', -1));
/template/templar/less/
H A Dresponsive-1200px-min.less14 // Input grid
15 #grid > .input(@gridColumnWidth1200, @gridGutterWidth1200);
/template/breeze/sass/
H A D_confighack.scss28 input.edit, select.edit, .input, fieldset td.value {
/plugin/mediarename/
H A Daction.php35 global $INPUT;
37 $ns = cleanID($INPUT->str('ns'));
40 $recurse=($INPUT->str('rename')=='recv') ? true : false;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DGssFilter.php114 $pb->add('--input-orientation')->add($this->inputOrientation);
125 $pb->add($cleanup[] = $input = FilesystemUtils::createTemporaryFile('gss'));
126 file_put_contents($input, $asset->getContent());
/plugin/new_page_dialog/
H A Dstyle.css11 div.npd input.text {
17 div.npd input.button {
23 div.npd input.default {
/plugin/dirtylittlehelper/syntax/
H A Dsidebar.php17 var $togglesb_html = '<input type="hidden" id="dlh_left_tmp_sb" value="x">'
18 .'<input type="hidden" id="dlh_left_tmp_content" value="x">'
19 .'<input type="hidden" id="dlh_left_tmp_status" value="show">'
/plugin/paypal/
H A Dsyntax.php108 $renderer->doc .= '<input type="hidden" name="cmd" value="_s-xclick">';
109 $renderer->doc .= '<input type="hidden" name="encrypted" value="'.$encrypted_value.'">';
110 …$renderer->doc .= '<input type="image" src="https://www.paypal.com/en_US/CH/i/btn/btn_donateCC_LG.…
/plugin/npd/
H A Dstyle.css11 div.npd input.text {
17 div.npd input.button {
23 div.npd input.default {
/template/starterbootstrap/css/
H A D_edit.css95 /* summary input and minor changes checkbox */
111 .dokuwiki #wiki__editbar .summary input.missing, /* old, until 2012-01-25 */
112 .dokuwiki div.editBar .summary input.missing /* new */ {
/template/varicolored/css/
H A Dvapicolored-responsive.css47 div.input { display: flex; } select { width: 100%; flex-shrink: 1; }
51 #config__manager td .input,
53 #config__manager td input.edit {
/template/ad-hominem/css/
H A D_forms.css39 .dokuwiki label.block input.edit {
56 .dokuwiki input.edit,
67 .dokuwiki input:focus,
/plugin/strata/
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...]
/template/breeze/js/
H A Dgumby.min.js1input=this.$el.find("input[type=checkbox]");var i=this;this.$el.on(Gumby.click,function(t){t.preve…
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DNoInstancesTest.php15 $input = <<<ICS
33 $vcal = Reader::read($input);
/plugin/elasticsearch/
H A Dstyle.less34 input[type=checkbox], input[type=radio] {
/plugin/autotweet/
H A DOAuth.php227 public static $POST_INPUT = 'php://input';
719 public static function urlencode_rfc3986($input) { argument
720 if (is_array($input)) {
721 return array_map(array('OAuthUtil', 'urlencode_rfc3986'), $input);
722 } else if (is_scalar($input)) {
726 str_replace('%7E', '~', rawurlencode($input))
811 // This function takes a input like a=b&a=c&d=e and returns the parsed
814 public static function parse_parameters( $input ) { argument
815 if (!isset($input) || !$input) return array();
817 $pairs = explode('&', $input);
/template/drupal_garland_blue/
H A Ddesign.css76 div.dokuwiki label.block input.edit {
103 div.dokuwiki input.edit,
116 html>body div.dokuwiki input.edit,
125 div.dokuwiki input.missing {
139 div.dokuwiki input.edit[disabled],
140 div.dokuwiki input.edit[readonly],
141 div.dokuwiki input.button[disabled],
189 div.dokuwiki input.button,
203 html>body div.dokuwiki input.button,
208 * html div.dokuwiki input.button,
[all …]

1...<<61626364656667686970>>...194