Home
last modified time | relevance | path

Searched refs:input (Results 1051 – 1075 of 1436) sorted by last modified time

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

/plugin/fckg/fckeditor/editor/dialog/fck_scayt/
H A Dscayt_dialog.css13 body, td, input, select, textarea selector
/plugin/fckg/fckeditor/editor/filemanager/browser/default/
H A Dbrowser.css49 body, td, input, select selector
/plugin/fckg/
H A DChanges135 Upgraded Geshi plugin (input from Kamil Demecki).
H A Dstyle.css254 #keyboardInputMaster tbody tr td div label input {
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js52 …EmptyElements:{ base:1,col:1,meta:1,link:1,hr:1,br:1,param:1,img:1,area:1,input:1 },PathBlockEleme… property in FCKListsLib.EmptyElements
61input:1,button:1,select:1,textarea:1,label:1};C=X({a:1},B);D=X({iframe:1},C);E={hr:1,ul:1,menu:1,d… property in FCK.DTD.K
H A Dfckeditorcode_ie.js56 …EmptyElements:{ base:1,col:1,meta:1,link:1,hr:1,br:1,param:1,img:1,area:1,input:1 },PathBlockEleme… property in FCKListsLib.EmptyElements
65input:1,button:1,select:1,textarea:1,label:1};C=X({a:1},B);D=X({iframe:1},C);E={hr:1,ul:1,menu:1,d… property in FCK.DTD.B
/plugin/fckg/fckeditor/editor/plugins/fonts/
H A Dfckplugin.js123 function removeBR(input, skip_space) { /* Used with Gecko */ argument
125 for (var i = 0; i < input.length; i++) {
126 if ((input.charCodeAt(i) == 13) && (input.charCodeAt(i + 1) == 10)) {
132 output += input.charAt(i);
/plugin/fckg/fckeditor/editor/plugins/plugintool/
H A Dfckplugin.js139 function removeBR(input) { /* Used with Gecko */ argument
141 for (var i = 0; i < input.length; i++) {
142 if ((input.charCodeAt(i) == 13) && (input.charCodeAt(i + 1) == 10)) {
147 output += input.charAt(i);
/plugin/fckg/fckeditor/editor/skins/default/
H A Dfck_dialog.css36 body, td, input, select, textarea selector
/plugin/fckg/fckeditor/editor/skins/silver/
H A Dfck_dialog.css36 body, td, input, select, textarea selector
/plugin/datasearchform/
H A Dscript.js3 .each(function (i, input) { argument
4 var $input = jQuery(input);
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js1178 …return nativ.test.call(quantifier, match.input.slice(match.index + match[0].length)) ? "" : "(?:)";
1193 endIndex === match.input.length || isNaN(match.input.charAt(endIndex)) ? "" : "(?:)"
1202 …return nativ.test.call(quantifier, match.input.slice(match.index + match[0].length)) ? "" : "(?:)";
H A DshCore.min.js17input.slice(e.index+e[0].length))?"":"(?:)"}),h(/\\k<([\w$]+)>/,function(e){var t=isNaN(e[1])?i(th…
H A DshLegacy.js23 input, argument
54 var parts = input.split(':'),
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshLegacy.js7 input, argument
38 var parts = input.split(':'),
/plugin/docsearch/conf/
H A Dconverter.php.dist12 # You can use %in% and %out% for the input and output file.
/plugin/docsearch/
H A Dcron.php52 global $input;
74 $inputPath = preg_quote($input, '/');
174 $input = $conf['mediadir']; variable
196 walk($input);
/plugin/cacherevisionseraser/
H A Dadmin.php173 ptln('<input type="hidden" name="do" value="admin" />');
174 ptln('<input type="hidden" name="page" value="cacherevisionserase" />');
175 ptln('<input type="hidden" name="cmd" value="main" />');
200 ptln('<input type="hidden" name="do" value="admin" />');
201 ptln('<input type="hidden" name="page" value="cacherevisionserase" />');
202 ptln('<input type="hidden" name="cmd" value="main" />');
212 ptln('<input type="hidden" name="do" value="admin" />');
213 ptln('<input type="hidden" name="page" value="cacherevisionserase" />');
214 ptln('<input type="hidden" name="cmd" value="erasecache" />');
271 ptln('<input type="hidden" name="do" value="admin" />');
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DJson.php27 protected $input; variable in Sabre\\VObject\\Parser\\Json
50 if (!is_null($input)) {
51 $this->setInput($input);
53 if (is_null($this->input)) {
61 switch($this->input[0]) {
75 if (isset($this->input[2])) foreach($this->input[2] as $comp) {
80 $this->input = null;
185 $input = stream_get_contents($input);
187 if (is_string($input)) {
188 $input = json_decode($input);
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php53 $input = $this->getValue();
54 if (!strpos($input, ':')) {
55 return $input;
57 list($schema, $everythingElse) = explode(':', $input, 2);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVAlarmTest.php154 $input = <<<BLA
172 $vobj = Reader::read($input);
H A DVCalendarTest.php43 $output = $input;
227 $input = <<<ICS
550 $input = <<<ICS
558 $input,
568 $input = <<<ICS
579 $input,
589 $input = <<<ICS
607 $input,
617 $input = <<<ICS
636 $input,
[all …]
H A DVJournalTest.php21 $input = <<<HI
32 $obj = Reader::read($input);
46 $input = <<<HI
59 $obj = Reader::read($input);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DEmptyValueIssueTest.php14 $input = <<<ICS
23 $vobj = Reader::read($input);
H A DReaderTest.php398 $input = <<<ICS
425 Reader::read($input);

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