Home
last modified time | relevance | path

Searched refs:input (Results 1101 – 1125 of 1436) sorted by last modified time

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

/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DVCard21Test.php12 $input = <<<VCF
20 $vobj = Reader::read($input);
21 $output = $vobj->serialize($input);
23 $this->assertEquals($input, $output);
29 $input = <<<VCF
37 $vobj = Reader::read($input);
38 $output = $vobj->serialize($input);
H A DEmptyParameterTest.php9 $input = <<<VCF
19 $vcard = Reader::read($input);
/plugin/davcard/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php87 * @param Component|array $input
92 public function __construct($input, $uid = null, DateTimeZone $timeZone = null) { argument
99 if (is_array($input)) {
100 $events = $input;
101 } elseif ($input instanceof VEvent) {
103 $events = array($input);
110 if (!isset($input->VEVENT)) {
113 $events = $input->getByUID($uid);
/plugin/davcard/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php44 * @param resource $input
47 public function __construct($input, $options = 0) { argument
49 $data = VObject\Reader::read($input, $options);
H A DVCard.php30 protected $input; variable in Sabre\\VObject\\Splitter\\VCard
44 * @param resource $input
47 public function __construct($input, $options = 0) { argument
49 $this->input = $input;
50 $this->parser = new MimeDir($input, $options);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVFreeBusyTest.php12 $input = <<<BLA
25 $obj = VObject\Reader::read($input);
43 $input = <<<HI
54 $obj = Reader::read($input);
H A DVTimeZoneTest.php12 $input = <<<HI
22 $obj = Reader::read($input);
36 $input = <<<HI
46 $obj = Reader::read($input);
H A DVTodoTest.php72 $input = <<<HI
83 $obj = Reader::read($input);
97 $input = <<<HI
106 $obj = Reader::read($input);
123 $input = <<<HI
136 $obj = Reader::read($input);
152 $input = <<<HI
165 $obj = Reader::read($input);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DNoInstancesTest.php15 $input = <<<ICS
33 $vcal = Reader::read($input);
H A DOverrideFirstEventTest.php12 $input = <<<ICS
29 $vcal = Reader::read($input);
80 $input = <<<ICS
92 $vcal = Reader::read($input);
/plugin/groupmanager/
H A Dstyle.css16 #user__manager input.button[disabled] {
/plugin/vbsso/views/
H A Dadmin.html2-1.tpl6 … <input type="radio" id="[[content-2]]" name="[[content-3]]" value="[[content-4]]" [[content-5]] />
8 …<input type="radio" id="[[content-8]]" name="[[content-9]]" value="[[content-10]]" [[content-11]] …
14 …<input type="text" id="[[content-16]]" name="[[content-17]]" value="[[content-18]]" size="60" [[co…
17 …<input id="[[content-22]]" type="text" name="[[content-23]]" value="[[content-24]]lib/plugins/[[co…
21 <input type="checkbox" id="[[content-28]]" name="[[content-29]]" value="1" [[content-30]] />
H A Dadmin.html2-3.tpl2 <input type="submit" id="vbsso_submit" name="vbsso_submit" value="Save" style="width: 100px"/>
/plugin/fetchmedia/lib/
H A Dbundle.js1 …uerySelector('input[name="namespace"]').value,type:s.querySelector('input[name="mediatypes"]:check…
/plugin/database2/
H A Dstyle.css111 table.database2 tr.data-list table tbody td.commands input.icon-cmd
117 table.database2 tr.data-list table tbody td.commands input.hidden
140 table.database2 input.pure-text
155 table.database2 input.pure-text.selected
160 table.database2 input.pure-text:hover
193 table.database2 tr.filter span.commands input
H A Ddatabase2.php118 private $input = null; variable in Database2
516 $this->input = array();
530 return $this->input;
988 if ( $input && ( $input['____single'] === md5( $rowid ) ) )
992 if ( $input['____nav'] )
1013 if ( $input['____cancel'] )
1265 if ( $input['____idx'] )
1726 $input = $this->getInput();
2832 if ( $input['searchdrop'] )
3076 if ( empty( $filters ) || $input['searchand'] || $input['searchor'] )
[all …]
H A Dprint.css1 table.database2 input.icon-cmd
32 table.database2 tr.filter input
37 table.database2 th.label input
/plugin/issuetracker/
H A DREADME107 This is a form shown to the user to provide controls for input of issue
139 issue. Therefore the Issue List containing a input and button to specify the
H A Dprint.css489 div.frm_status input, div.frm_status span, div.frm_severity input, div.frm_severity span {
499 .frm_report_manager input, .frm_report_manager select {
505 .frm_report_manager input {
H A Dprototype.js4479 input: function(elem){
4480 return /input|select|textarea|button/i.test(elem.nodeName);
5031 var input = inputs[i];
5032 if ((typeName && input.type != typeName) || (name && input.name != name))
5034 matchingInputs.push(Element.extend(input));
5061 return /^(?:input|select|textarea)$/i.test(element.tagName);
5176 function input(element, value) { function
5236 input: input,
H A Dstyle.css489 div.frm_status input, div.frm_status span, div.frm_severity input, div.frm_severity span {
499 .frm_report_manager input, .frm_report_manager select {
505 .frm_report_manager input {
/plugin/reflect/
H A Daction.php57 $input = $data['file'];
61 if ( !($image_details = getimagesize($input)) ) { return false; }
125 $source = imagecreatefromgif($input); break;
127 $source = imagecreatefromjpeg($input); break;
129 $source = imagecreatefrompng($input); break;
/plugin/namespacesearch/
H A Dplugin.info.txt6 desc Provides a dropdown list for common namespaces enhancing the search input.
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DCodeSniffer.php1835 $input = fgets(STDIN);
1836 $input = trim($input);
1838 switch ($input) {
/plugin/authgoogle/google/contrib/
H A DGoogle_PredictionService.php493 public $input; variable in Google_Input
494 public function setInput(Google_InputInput $input) { argument
495 $this->input = $input;
498 return $this->input;

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