Home
last modified time | relevance | path

Searched full:input (Results 1701 – 1725 of 4846) sorted by relevance

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

/plugin/frootysearch/
H A Dscript.js2 * frootySearch changes your standard Search input field into somewhat elegant looking
13 if ( searchButton && searchButton.nodeName == 'input' &&
52 standIn = document.createElement("input");
/plugin/simplechat/
H A Dsyntax.php47 $result .= "<input type='hidden' id='sc-username' value='".$INFO['client']."'>";
49 $result .= "<input type='hidden' id='sc-username' value='anonymous'>";
51 $result .= "<input type='hidden' id='sc-roomname' value='".$INFO['id']."'>";
/plugin/mdpage/vendor/cebe/markdown/tests/
H A DBaseMarkdownTest.php80 public function testPregReplaceR($input, $exptected, $pexpect = null) argument
82 $this->assertSame($exptected, $this->createMarkdown()->parseParagraph($input));
83 …ct === null ? "<p>$exptected</p>\n" : "<p>$pexpect</p>\n", $this->createMarkdown()->parse($input));
/plugin/message/
H A Dadmin.php74 …print "<form name=\"message_form\" method=\"POST\"><input type=\"hidden\" name=\"sauver\" value=\"…
84 print "<input type=\"hidden\" name=\"sauver\" value=\"1\" />";
114 …print "<input type=\"submit\" value=\"".$this->getLang('mess_sauver')."\" title=\"".$this->getLang…
/plugin/html2pdf/snorriheim/
H A Dmedia.css65 #media__opts input {
69 *+html #media__opts input,
70 * html #media__opts input {
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.subtitle.js72 elem: "input",
77 elem: "input",
83 elem: "input",
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/
H A Dfrmupload.html62 …document.getElementById('NewFile').outerHTML = '<input id="NewFile" name="NewFile" style="WIDTH: 1…
105 <td width="100%"><input id="NewFile" name="NewFile" style="WIDTH: 100%" type="file"></td>
106 <td nowrap="nowrap">&nbsp;<input id="btnUpload" type="submit" value="Upload"></td>
/plugin/numbering/
H A Daction.php44 '#<label>\s*<span>\s*('. $numfield .').*?</span>\s*(<input.*?\>)\s*</label>#',
75 global $INPUT;
76 $db_name = $INPUT->str('data-db');
/plugin/pureldap/
H A Dauth.php50 global $INPUT;
55 $INPUT->server->str('REMOTE_USER') !== '' &&
56 $INPUT->server->str('REMOTE_USER') == $user
129 global $INPUT;
130 return $this->client->setPassword($user, $changes['pass'], $INPUT->str('oldpass', null, true));
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DHtmlOutputHelper.php72 * @param string $input
75 function h($input) { argument
77 return htmlspecialchars($input, ENT_COMPAT, 'UTF-8');
/plugin/combo/ComboStrap/Api/
H A DApiRouter.php102 global $INPUT;
103 if ($INPUT->has($parameter)) {
104 return $INPUT->str($parameter);
/plugin/translation/_test/
H A DBasicTest.php104 * @param $input
109 public function testRedirectStart($input, $translationsOption, $httpAcceptHeader, $expected, $msg) argument
126 $response = $request->get(array('id' => $input));
/plugin/aichat/vendor/vanderlee/php-sentence/doc/
H A Dindex.html46 <input type="hidden" name="cx" value="">
47 <input type="hidden" name="ie" value="UTF-8">
48 <input type="text" name="q" class="text" placeholder="Search" autofocus>
/plugin/acknowledge/admin/
H A Dassign.php30 global $INPUT;
35 $pattern = $INPUT->arr('pattern');
36 $assignees = $INPUT->arr('assignees');
/plugin/diagrams/action/
H A Daction.php78 global $INPUT;
80 $svg = $INPUT->str('svg'); // raw svg
81 $png = $INPUT->str('png'); // data uri
124 global $INPUT;
127 $cacheName = $INPUT->str('pngcache');
128 $media = cleanID($INPUT->str('media'));
129 $id = cleanID($INPUT->str('id'));
/template/notes/css/
H A D_media_popup.css67 #media__opts input {
70 [dir=rtl] #media__opts input {
205 #dw__mediasearch input.edit {
/template/slaad/
H A Dmedia.css21 #media__opts input{float:left; position:absolute;}
22 * html #media__opts input{position:static;}
46 #media__content form.upload input.check{margin-left:30%;}
/template/roundbox/
H A Dmedia.css70 #media__opts input {
76 *+html #media__opts input,
77 * html #media__opts input {
/template/dokumac/
H A Dmedia.css66 #media__opts input {
72 *+html #media__opts input,
73 * html #media__opts input {
/template/r7throot2/
H A Dmedia.css66 #media__opts input {
72 *+html #media__opts input,
73 * html #media__opts input {
/template/lcars/
H A Dmedia.css68 #media__opts input {
74 *+html #media__opts input,
75 * html #media__opts input {
/template/docnavwiki/css/
H A D_media_popup.css67 #media__opts input {
70 [dir=rtl] #media__opts input {
205 #dw__mediasearch input.edit {
/template/simple/
H A Dmedia.css66 #media__opts input {
72 *+html #media__opts input,
73 * html #media__opts input {
/template/typo/
H A Dmedia.css66 #media__opts input {
72 *+html #media__opts input,
73 * html #media__opts input {
/template/mcz/
H A Dmedia.css66 #media__opts input {
72 *+html #media__opts input,
73 * html #media__opts input {

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