Home
last modified time | relevance | path

Searched refs:input (Results 1026 – 1050 of 1436) sorted by last modified time

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

/plugin/ckgdoku/ckeditor/skins/moono/
H A Deditor.css5input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disab…
H A Deditor_ie.css5input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disab…
/plugin/ckgdoku/ckeditor/skins/moono-lisa/
H A Deditor_gecko.css5input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disab…
H A Deditor_ie.css5input[type="text"],.cke_reset_all input[type="password"]{cursor:text}.cke_reset_all textarea[disab…
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc1629 …jQuery('#dw__editform').append('<input type="hidden" id="formatdel" name="formatdel" value="del" /…
1644 …jQuery('#dw__editform').append('<input type="hidden" id="formatdel" name="formatdel" value="del" /…
1807 … jQuery('#dw__editform').append('<input type="hidden" id="fontdel" name="fontdel" value="del" />');
1823 … jQuery('#dw__editform').append('<input type="hidden" id="fontdel" name="fontdel" value="del" />');
1833 …jQuery('#dw__editform').append('<input type="hidden" id="formatdel" name="formatdel" value="del" /…
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md125 …Fixed: [Paste from Word](http://ckeditor.com/addon/pastefromword) should only normalize input data.
248 * [#14234](http://dev.ckeditor.com/ticket/14234): Fixed: URL input field is not marked as required …
294 …Browser window crashes when accessing the `isContentEditable` property of an `<input>` DOM element.
504 …ing dialog input and textarea text directions by using the *Shift+Alt+Home/End* keystrokes. The di…
1251 …context menu listeners only on supported input types. Added support for `tel`, `email`, `search` a…
/plugin/autogroup/conf/
H A Dsettings.class.php42 * @param string $input
45 function update($input) { argument
46 if (is_null($input)) return false;
48 dbglog(print_r(urlencode($input),true));
49 $lines = $this->_from_string($input);
62 $this->_input = $input;
68 $this->_input = $input;
74 $this->_input = $input;
109 …$input = '<textarea rows="3" cols="40" id="config___'.$key.'" name="config['.$key.']" class="edit"…
110 return array($label,$input);
/plugin/dwcommits/
H A Dstyle.css19 input[type='submit'] {
H A Dadmin.php194 ptln(' <input type="hidden" name="do" value="admin" />');
195 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
214 …ptln('&nbsp;&nbsp;<input type="submit" name="cmd[init]" value="'.$this->getLang('btn_init').'" />…
222 …ptln('&nbsp;&nbsp;<input type="submit" name="cmd[update]" value="'.$this->getLang('btn_update').'…
242 …ptln('<td>&nbsp;&nbsp;<input type="submit" name="cmd[pull]" value="'.$this->getLang('btn_pull').'…
251 . '&nbsp;<input type="text" name="remote_url_name" size="80" value="'
275 …ptln('<td align="right"><input type="submit" name="cmd[merge]" value="'. $this->getLang('btn_merg…
342 ptln('&nbsp;&nbsp;AND <input type="RADIO" value="AND" name="dwc_query[OP_1]"></TD>');
346 … ptln('&nbsp;&nbsp;AND <input type="radio" value="AND" CHECKED name="dwc_query[OP_2]"></TD>');
358 …ptln('&nbsp;&nbsp;<input type ="radio" name="output_type" value="plain">' . $this->getLang('q_plai…
[all …]
/plugin/darcs/
H A Dadmin.php110 '<input type="hidden" name="id" value="'.$ID.'" />'.
113 '<input type="hidden" name="darcs_do" value="apply_all" />'.
127 '<input type="hidden" name="id" value="'.$ID.'" />'.
174 '<input type="hidden" name="id" value="'.$ID.'" />'.
177 '<input type="hidden" name="darcs_do" value="get_plugin" />'.
178 '<input name="plugin_url" value="http://" />'.
234 '<input type="hidden" name="id" value="'.$ID.'" />'.
237 '<input type="hidden" name="darcs_do" value="do_remove"/>'.
246 '<html><input type="checkbox" checked="checked"'.
270 '<input type="hidden" name="id" value="'.$ID.'" />'.
[all …]
/plugin/vkeyboard/
H A Dchange_log18 Select menu; on submit a new hidden input is created called 'vkb' which
19 is set to the value of the language selected. This new input is then
H A Dvkeyboard.js.unc104 this.VKI_langAdapt = false; // Use lang attribute of input to select keyboard
130 '08': "Clear this input",
1128 /* ***** Find tagged input & textarea elements ***************** */
1130 document.getElementsByTagName('input'),
1310 var checkbox = document.createElement('input');
H A Dstyle.css246 #keyboardInputMaster tbody tr td div label input {
/plugin/gtime/gtlib/tsp/
H A DGTVerifier.php264 $input = new GTDataHash($digestAlgorithm);
265 $input->update($set->encodeDER());
266 $input->close();
268 $input = $input->getDataImprint();
270 $locationOutput = $locationChain->computeOutput($input);
/plugin/authfacebook/lib/
H A DSignedRequest.php285 * @param string $input base64 url encoded input
289 public function base64UrlDecode($input) argument
291 $urlDecodedBase64 = strtr($input, '-_', '+/');
304 * @param string $input string to encode
308 public function base64UrlEncode($input) argument
310 return strtr(base64_encode($input), '+/', '-_');
316 * @param string $input base64 value to validate
320 protected function validateBase64($input) argument
322 if (!preg_match('/^[a-zA-Z0-9\/\r\n+]*={0,2}$/', $input)) {
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dblockquote-nested.md8 > return shell_exec("echo $input | $markdown_script");
H A Dspecs.md290 > return shell_exec("echo $input | $markdown_script");
378 items in `<p>` tags in the HTML output. For example, this input:
465 block by at least 4 spaces or 1 tab. For example, given this input:
706 `<strong>` tag. E.g., this input:
/plugin/mdpage/vendor/cebe/markdown/
H A DCHANGELOG.md58 …t caused a bunch of broken characters when non-ASCII input was given. Parser now handles UTF-8 inp…
H A DCONTRIBUTING.md28 the subfolders of the `/tests` folder. The result of the parser is tested with an input and an outp…
29 where the input file contains the Markdown and the output file contains the expected HTML.
H A DREADME.md123 It is recommended to use UTF-8 encoding for the input strings. Other encodings may work, but are cu…
159 If no file is specified input will be read from STDIN.
302 parsed from the input markdown. All text up to this offset will be removed from the markdown before…
/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/swiftmail/Swift/Iterator/
H A DArray.php42 public function __construct($input) argument
44 $input = (array) $input;
45 $this->keys = array_keys($input);
46 $this->values = array_values($input);
/plugin/swiftmail/Swift/Message/
H A DEncoder.php53 public function addressChunk($input) argument
56 while (preg_match('/^(.*?)(<' . self::CHEAP_ADDRESS_RE . '>)/s', $input, $matches))
60 $input = substr($input, strlen($matches[0]));
62 if ($input != "") $ret[($elements++)] = $input; //Whatever is left over
73 public function quoteChunk($input) argument
76 while (preg_match('/^(.*?)(<[\x20-\x3A\x3C-\x7E]*>)/s', $input, $matches))
80 $input = substr($input, strlen($matches[0]));
82 if ($input != "") $ret[($elements++)] = $input; //Whatever is left over
/plugin/fckg/fckeditor/editor/css/
H A Dfck_editorarea_RTL.css475 div.secedit input.button {
/plugin/fckg/fckeditor/editor/plugins/geshi/
H A Dfckplugin.js145 function removeBR(input) { /* Used with Gecko */ argument
147 for (var i = 0; i < input.length; i++) {
148 if ((input.charCodeAt(i) == 13) && (input.charCodeAt(i + 1) == 10)) {
153 output += input.charAt(i);

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