Home
last modified time | relevance | path

Searched refs:input (Results 1326 – 1350 of 1436) sorted by last modified time

1...<<5152535455565758

/plugin/tline/timeline_js/
H A Dtimeline-bundle.css207 .timeline-band-input {
214 .timeline-band-input input{
/plugin/directions/syntax/
H A Dgraph.php32 $input = dir_prepareGVInput($info, $data, $metadata);
37 $img = DOKU_BASE.'lib/plugins/graphviz/img.php?'.buildURLparams($input);
38 $ret .= '<img src="'.$img.'" class="media'.$input['align'].'" alt=""';
39 if($input['width']) $ret .= ' width="'.$input['width'].'"';
40 if($input['height']) $ret .= ' height="'.$input['height'].'"';
41 if($input['align'] == 'right') $ret .= ' align="right"';
42 if($input['align'] == 'left') $ret .= ' align="left"';
/plugin/translator/
H A Dstyle.css6 #translator fieldset label input, #translator fieldset label select, #translator label.setpage.righ…
18 #translator fieldset label select, #translator fieldset label input.edit {
52 #translator table.translation_table td label input.edit, #translator table.translation_table td tex…
59 #translator table.translation_table td label.translation_value input {
76 #translator label.setpage input {
92 #translator #translation_statistics input {
/plugin/translation3/
H A Dstyle.css56 .dokuwiki div.plugin_translation input {
/plugin/shibbolethauth/
H A Dstyle.css35 #shibboleth__manager td input.edit {
44 #shibboleth__manager tr .input,
45 #shibboleth__manager tr input,
52 #shibboleth__manager tr.default .input,
53 #shibboleth__manager tr.default input,
61 #shibboleth__manager tr.protected .input,
62 #shibboleth__manager tr.protected input,
89 #shibboleth__manager .selection input.checkbox {
/plugin/doctree2filelist/
H A Dadmin.php129 ptln(' <input type="hidden" name="do" value="admin" />');
130 ptln(' <input type="hidden" name="ospcmd" value="importit" />');
139 ptln(' <input type="hidden" name="do" value="admin" />');
140 ptln(' <input type="hidden" name="ospcmd" value="docsuploaded" />');
149 ptln(' <input type="hidden" name="do" value="admin" />');
150 ptln(' <input type="hidden" name="ospcmd" value="create_upload_dir" />');
173 $html .= ' <input type="hidden" name="do" value="admin" />'."\n";
179 $html .= ' <input type="hidden" name="do" value="admin" />'."\n";
180 $html .= ' <input type="hidden" name="ospcmd" value="importit" />'."\n";
186 $html .= ' <input type="hidden" name="do" value="admin" />'."\n";
[all …]
/plugin/seqdia/
H A Dsyntax.php79 $input = join("\n",$lines);
80 $return['md5'] = md5($input); // we only pass a hash around
83 io_saveFile($this->_cachename($return,'txt'),$input);
/plugin/qrcode2/
H A Dphpqrcode.php1973 public $input; variable in QRsplit
1980 $this->input = $input;
2876 QRspec::getEccSpec($input->getVersion(), $input->getErrorCorrectionLevel(), $spec);
2973 if($input->getVersion() < 0 || $input->getVersion() > QRSPEC_VERSION_MAX) {
2980 $raw = new QRrawcode($input);
3060 if($input == NULL) return NULL;
3062 $ret = $input->append($input, QR_MODE_8, strlen($string), str_split($string));
3064 unset($input);
3067 return $this->encodeInput($input);
3080 if($input == NULL) return NULL;
[all …]
/plugin/wikicalendar/
H A Dstyle.css99 div.dokuwiki table.plugin_wikicalendar input.btn_next_month,
100 div.dokuwiki table.plugin_wikicalendar input.btn_prev_month {
H A Dsyntax.php367 $out .= '<td><input type="hidden" name="id" value="'.$ID.'" />' . DOKU_LF;
368 …$out .= '<input type="submit" class="button" name="go2" value="'.$this->getLang('go').'" />' . DOK…
373 $out .= '<input type="hidden" name="id" value="'.$ID.'" />' . DOKU_LF;
374 …$out .= '<input type="submit" class="button" name="back2cur" value="'.$this->getLang('current').'"…
/plugin/aclauditor/
H A Dsyntax.php51 …if(isset($data['who']) && !empty($data['who'])) $renderer->doc .= '<input type="hidden" name="acla…
52 …if(isset($data['what']) && !empty($data['what'])) $renderer->doc .= '<input type="hidden" name="ac…
53 …$renderer->doc .= '<input type="submit" name="aclaudit_test'.((isset($data['who']) && isset($data[…
58 …$renderer->doc .= '<input type="hidden" name="aclaudit_scenario_load_filename" value="'.$data['sce…
59 $renderer->doc .= '<input type="hidden" name="aclaudit_scenario_load" value="1" />';
60 …$renderer->doc .= '<input type="submit" name="aclaudit_scenario_run" value="'.$this->getLang('run'…
61 }else $renderer->doc .= '<input type="submit" name="" value="'.$this->getLang('run').'" />';
H A Dadmin.php200 …' '.$this->getLang('who').' : <input type="text" name="aclaudit_who" value="'.($this->test ? $this…
201 …'.$this->getLang('what').' : <input type="text" name="aclaudit_what" value="'.($this->test ? $this…
202 ptln(' <input type="submit" name="aclaudit_testboth" value="'.$this->getLang('testboth').'" />');
280 …ptln(' </select> <input type="submit" name="aclaudit_scenario_load" value="'.$this->getLang('load'…
281 …(' '.$this->getLang('scenario_upload').' : <input type="file" name="aclaudit_scenario_upload_file"…
283 …tLang('scenario_save').' : <input type="text" name="aclaudit_scenario_save_filename" value="'.$thi…
284 …ptln(' '.$this->getLang('scenario_download').' : <input type="submit" name="aclaudit_scenario_down…
285 …ptln(' <input class="runscn" type="submit" name="aclaudit_scenario_run" value="'.$this->getLang('r…
/plugin/frootysearch/
H A Dstyle.css12 form#dw__search div.frootySearch input.edit {
67 form#dw__search div.frootySearch.empty.blurred input {
95 form#dw__search input[type=submit] {
/plugin/gil/
H A DChangeLog21 Instead of performing (input*source*targets) requests to Yahoo Finances, the
/plugin/noticeboard/
H A Dsyntax.php507 $out .= '<input type="hidden" name="id" value="'.$ID.'" />';
508 … $out .= ' <input type="submit" class="button" value="'.$this->getLang('select').'" />' . DOKU_LF;
/plugin/noticeboard/noticeboard/
H A Dsyntax.php507 $out .= '<input type="hidden" name="id" value="'.$ID.'" />';
508 … $out .= ' <input type="submit" class="button" value="'.$this->getLang('select').'" />' . DOKU_LF;
/plugin/farm/
H A Dscript.js28 input = this.getAttribute('ref');
35 input = input.replace(/[^A-Za-z0-9\+\/\=]/g, "");
38 enc1 = keyStr.indexOf(input.charAt(i++));
39 enc2 = keyStr.indexOf(input.charAt(i++));
40 enc3 = keyStr.indexOf(input.charAt(i++));
41 enc4 = keyStr.indexOf(input.charAt(i++));
50 } while (i < input.length);
H A Dstyle.css17 #farm__manager input[type=text] {
21 #farm__manager input[type=checkbox] {
111 #farm__manager input[disabled] {
/plugin/jquery/
H A Djquery-1.4.2.min.js82 …eturn"button"===g.type||g.nodeName.toLowerCase()==="button"},input:function(g){return/input|select…
H A Djquery-1.4.2.js3441 // We're going to inject a fake input element with a specified name
/plugin/crypto/
H A Dstyle.css33 div.dokuwiki div.cryptodialog input.edit {
/plugin/jmol2/jmol/
H A DCHANGES.txt277 # * IDTFConverter.exe -input t.idtf -output t.u3d
1105 # new feature: application -s - reads input from System.in (untested)
1188 # bug fix: Spartan .spardir /input files not being read
1800 # bug fix: findbugs input stream closure
2222 # to be directed with a positive dot product between the input {x y z}
2801 # multiple constraints can be present; one per line input
3126 # new feature: Spartan input files read as Odyssey format
3554 # benzenevib.spardir/M0001/input
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0_Console.jar ... .JmolAppConsoleInterface { private final javax.swing.JTextArea input private final javax.swing.JTextPane output private final ...

1...<<5152535455565758