Home
last modified time | relevance | path

Searched refs:input (Results 301 – 325 of 1436) sorted by relevance

1...<<11121314151617181920>>...58

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DBooleanTest.php11 …$input = "BEGIN:VCARD\r\nX-AWESOME;VALUE=BOOLEAN:TRUE\r\nX-SUCKS;VALUE=BOOLEAN:FALSE\r\nEND:VCARD\…
13 $vcard = VObject\Reader::read($input);
18 $this->assertEquals($input, $vcard->serialize());
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/
H A DBooleanTest.php11 …$input = "BEGIN:VCARD\r\nX-AWESOME;VALUE=BOOLEAN:TRUE\r\nX-SUCKS;VALUE=BOOLEAN:FALSE\r\nEND:VCARD\…
13 $vcard = VObject\Reader::read($input);
18 $this->assertEquals($input, $vcard->serialize());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
H A DBooleanTest.php11 …$input = "BEGIN:VCARD\r\nX-AWESOME;VALUE=BOOLEAN:TRUE\r\nX-SUCKS;VALUE=BOOLEAN:FALSE\r\nEND:VCARD\…
13 $vcard = VObject\Reader::read($input);
18 $this->assertEquals($input, $vcard->serialize());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/
H A DBooleanTest.php11 …$input = "BEGIN:VCARD\r\nX-AWESOME;VALUE=BOOLEAN:TRUE\r\nX-SUCKS;VALUE=BOOLEAN:FALSE\r\nEND:VCARD\…
13 $vcard = VObject\Reader::read($input);
18 $this->assertEquals($input, $vcard->serialize());
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php1086 foreach($inputArray as $input)
1088 if(isset($this->vars[$input]))
1090 $split = split("_", $input, 2);
1124 foreach($inputArray as $input)
1126 if(isset($this->vars[$input]))
1128 $split = split("_", $input, 2);
1141 $input = preg_replace("/\r|\n|\015|\012/", "", $input);
1226 foreach($array as $input)
1375 foreach($array as $input)
1377 if(isset($this->vars[$input]))
[all …]
/plugin/livemark/
H A Daction.php48 $input = $data['file'];
50 if ( !($image_details = getimagesize($input)) ) { return false; }
62 $source = imagecreatefromgif($input); break;
64 $source = imagecreatefromjpeg($input); break;
66 $source = imagecreatefrompng($input); break;
/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/oauth/
H A DRedirectSetting.php13 public function update($input) argument
29 $input = '<div>' . $value . '</div>';
30 return [$label, $input];
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVJournalTest.php21 $input = <<<HI
32 $obj = Reader::read($input);
46 $input = <<<HI
59 $obj = Reader::read($input);
/plugin/codebutton2/
H A Dadmin.php63 ptln('<input type="hidden" name="do" value="admin" />');
64 ptln('<input type="hidden" name="page" value="'.$this->getPluginName().'" />');
65 ptln('<input type="hidden" name="id" value="'.$ID.'" />');
69 ptln('<br><input type=submit value="Save"></form>');
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DUglifyCssFilter.php101 $input = FilesystemUtils::createTemporaryFile('uglifycss');
103 file_put_contents($input, $asset->getContent());
104 $pb->add($input);
108 unlink($input);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVJournalTest.php21 $input = <<<HI
32 $obj = Reader::read($input);
46 $input = <<<HI
59 $obj = Reader::read($input);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVJournalTest.php21 $input = <<<HI
32 $obj = Reader::read($input);
46 $input = <<<HI
59 $obj = Reader::read($input);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVJournalTest.php21 $input = <<<HI
32 $obj = Reader::read($input);
46 $input = <<<HI
59 $obj = Reader::read($input);
/plugin/chat/
H A Dscript.js716 if (!input) {
720 if (null !== input.timer) {
721 clearTimeout(input.timer);
722 input.timer = null;
725 input.lastKey = null;
732 if (!input) {
736 if (null !== input.timer) {
737 clearTimeout(input.timer);
738 input.timer = null;
742 if (!input.lastKey) {
[all …]
/plugin/ikso/
H A Dscript.js186 function Cxapelado_kreiElektajxon(input, selectionStart, selectionEnd) { argument
187 if (input && input.setSelectionRange) {
188 input.focus();
189 input.setSelectionRange(selectionStart, selectionEnd);
190 } else if (input && input.createTextRange) {
191 var range = input.createTextRange();
/plugin/addressbook/
H A Dstyle.css69 .plugin_addressbook_editform input[type=text]{
82 .plugin_addressbook_searchbox input[type=text]{
94 .plugin_addressbook_searchbox input[type=text]:focus{
99 .plugin_addressbook_editform input[type=text]:focus{
131 .plugin_addressbook_editform input[type=submit],
132 .plugin_addressbook_editform input[type=submit]:hover,
133 .plugin_addressbook_searchbox input[type=submit],
134 .plugin_addressbook_searchbox input[type=submit]:hover {
/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/webdavclient/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/sfauth/conf/
H A Dmetadata.php6 function update($input) { argument
15 $input = '<div><code>'.$value.'</code></div>';
16 return array($label, $input);
/plugin/geonav/tpl/startermap/css/
H A Dbasic.css371 input, selector
392 input, selector
399 input[type=radio],
401 input[type=image],
402 input.check {
406 input[type=submit],
408 input[type=reset],
409 input.button,
420 input[disabled],
422 input[readonly],
[all …]
/plugin/infomail/
H A Dstyle.less14 input,
21 input.edit {
29 .buttons input {
/plugin/aichat/script/
H A DAIChatChat.js4 #input = null; field in AIChatChat
29 this.#input = this.#root.querySelector('textarea');
37 this.#input.addEventListener('keydown', (event) => {
51 this.#input.placeholder = this.getAttribute('placeholder') || 'Your question...';
218 const message = this.#input.value;
224 this.#input.value = '';
239 this.#input.focus();
246 * Hides the input field and shows the progress bar
264 * Resets the progress bar and shows the input field again
/plugin/task/
H A Dhelper.php468 $input = $form->addTextInput('title', NULL, $pos++);
469 $input->attr('id', 'task__newtask_title');
470 $input->attr('size', '40');
476 $input = $form->addTextInput('user', NULL, $pos++);
477 $input->attr('value', hsc($INFO['userinfo']['name']));
488 $input = $form->addDropdown('user', $options, NULL, $pos++);
489 $input->val($INFO['userinfo']['name']);
496 $input = $form->addTextInput('date', NULL, $pos++);
497 $input->attr('value', date('Y-m-d'));
511 $input->attr('size', '1');
[all …]
/plugin/paypal/
H A Dsyntax.php108 $renderer->doc .= '<input type="hidden" name="cmd" value="_s-xclick">';
109 $renderer->doc .= '<input type="hidden" name="encrypted" value="'.$encrypted_value.'">';
110 …$renderer->doc .= '<input type="image" src="https://www.paypal.com/en_US/CH/i/btn/btn_donateCC_LG.…

1...<<11121314151617181920>>...58