Home
last modified time | relevance | path

Searched refs:input (Results 1226 – 1250 of 1436) sorted by last modified time

1...<<41424344454647484950>>...58

/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js3428 var input = inputs[i];
3429 if ((typeName && input.type != typeName) || (name && input.name != name))
3431 matchingInputs.push(Element.extend(input));
3570 input: function(element, value) { method in Form.Element.Serializers
/plugin/glossary/
H A Dscript.js40 function glossaryReset (input) { argument
43 var jForm = jQuery (input).closest ("form");
136 function glossarySort (input, comparator) { argument
138 var jTable = jQuery (input).closest ("tr").parent ();
150 function glossarySearch (input) { argument
152 var jInput = jQuery (input);
H A Dstyle.css38 div.glossary table input.text {
/plugin/plantuml/
H A Dsyntax.php90 $input = join("\n", $lines);
91 $return['md5'] = md5($input);
93 io_saveFile($this->_cachename($return, 'txt'), "@startuml\n$input\n@enduml");
/plugin/pgn4web/pgn4web/
H A Dinputform.css27 input, select { selector
H A Dpgn-standard.txt842 that is represented by non-canonical input. Some suggested transformations
1795 semantic analysis on PGN input, it has been demonstrated to handle known
1796 correct PGN input properly. The file can be found in the pub/chess/PGN/Tools
H A DREADME.txt35 more; uses chessboard squares as input buttons; on supported touchscreen
85 The PGN input can be specified either as URL within another SCRIPT instance
/plugin/gitlog/
H A Dsyntax.php219 * @param array $input
222 function cleanup_git_show(Array $input) argument
224 return array_filter($input, array($this, 'remove_empty'));
/plugin/upload/
H A Dstyle.css26 div.dokuwiki form.upload__plugin label input {
32 div.dokuwiki form.upload__plugin input.button {
38 div.dokuwiki form.upload__plugin input.button {
/plugin/tumblr/
H A Dstyle.less142 input[type=text] {
H A Dsyntax.php304 $html .= '<input type="text" name="search">';
/plugin/authucenter/
H A Dauth.php497 $uc_controls['user']->input = $args;
499 $username = $uc_controls['user']->input('username');
500 if(!$uc_controls['user']->input('isuid')) {
/plugin/authucenter/lib/uc_client/control/
H A Dtag.php26 $appid = $this->input('appid');
27 $tagname = $this->input('tagname');
28 $nums = $this->input('nums');
H A Dfeed.php25 $appid = intval($this->input('appid'));
26 $icon = $this->input('icon');
27 $uid = intval($this->input('uid'));
28 $username = $this->input('username');
36 $image_1 = $this->input('image_1');
38 $image_2 = $this->input('image_2');
40 $image_3 = $this->input('image_3');
42 $image_4 = $this->input('image_4');
57 $start = $this->input('start');
58 $limit = $this->input('limit');
[all …]
H A Duser.php34 $uid = $this->input('uid');
67 $email = $this->input('email');
70 $regip = $this->input('regip');
85 $oldpw = $this->input('oldpw');
86 $newpw = $this->input('newpw');
87 $email = $this->input('email');
113 $ip = $this->input('ip');
150 $ip = $this->input('ip');
173 if(!$this->input('isuid')) {
194 $uid = $this->input('uid');
[all …]
H A Dfriend.php25 $uid = intval($this->input('uid'));
26 $friendids = $this->input('friendids');
32 $uid = intval($this->input('uid'));
33 $friendid = $this->input('friendid');
34 $comment = $this->input('comment');
40 $uid = intval($this->input('uid'));
41 $direction = intval($this->input('direction'));
47 $uid = intval($this->input('uid'));
48 $page = intval($this->input('page'));
49 $pagesize = intval($this->input('pagesize'));
[all …]
H A Dmail.php27 $mail['uids'] = explode(',', $this->input('uids'));
28 $mail['emails'] = explode(',', $this->input('emails'));
29 $mail['subject'] = $this->input('subject');
30 $mail['message'] = $this->input('message');
31 $mail['charset'] = $this->input('charset');
32 $mail['htmlon'] = intval($this->input('htmlon'));
33 $mail['level'] = abs(intval($this->input('level')));
34 $mail['frommail'] = $this->input('frommail');
H A Dpm.php33 $uid = intval($this->input('uid'));
65 $msgto = $this->input('msgto');
70 $type = $this->input('type');
138 $pmids = $this->input('pmids');
177 …_ENV['pm']->setpmstatus($this->user['uid'], $this->input('uids'), $this->input('plids'), $this->in…
190 $page = $this->input('page');
227 $pmid = $this->input('pmid');
230 $page = $this->input('page');
233 $type = $this->input('type');
298 $type = $this->input('type');
[all …]
/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;
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php35 var $input = array(); variable in base
228 function input($k) { function in base
229 …return isset($this->input[$k]) ? (is_array($this->input[$k]) ? $this->input[$k] : trim($this->inpu…
/plugin/crosspost/
H A Dstyle.css36 input.crosspost {
H A Daction.php235 $input = '<b>' . $this->getlang( 'cp_to' ) . '</b><br/>' .
244 $e->data->insertElement( 2, $input );
/plugin/sfauth/conf/
H A Dmetadata.php6 function update($input) { argument
15 $input = '<div><code>'.$value.'</code></div>';
16 return array($label, $input);
/plugin/vcard/
H A Dvcard.php38 function quoted_printable_encode($input, $line_max = 76) { argument
40 $lines = preg_split("/(?:\r\n|\r|\n)/", $input);
/plugin/ebnf/
H A Debnf.php45 // input example
46 $input = <<<EOD
66 $input = $_GET['syntax'];
67 $input = stripslashes($input); variable
74 $tokens = ebnf_scan($input, true);
256 function ebnf_scan(&$input) {
258 $i = 0; $n = strlen($input); $m = count($ebnf_lexemes); $tokens = array();
262 preg_match("/^{$ebnf_lexemes[$j]['expr']}/", substr($input,$i), $matches)==0) $j++;
47 $input = <<<EOD global() variable
68 $input = stripslashes($input); global() variable
257 ebnf_scan(& $input) global() argument

1...<<41424344454647484950>>...58