Home
last modified time | relevance | path

Searched refs:input (Results 451 – 475 of 1436) sorted by relevance

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

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMaxInstancesTest.php16 $input = <<<ICS
32 $vcal = Reader::read($input);
H A DIssue48Test.php12 $input = <<<ICS
29 $vcal = Reader::read($input);
H A DIssue50Test.php12 $input = <<<ICS
103 $vcal = Reader::read($input);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIncorrectExpandTest.php17 $input = <<<ICS
35 $vcal = Reader::read($input);
H A DMissingOverriddenTest.php14 $input = <<<ICS
34 $vcal = Reader::read($input);
H A DIssue48Test.php13 $input = <<<ICS
30 $vcal = Reader::read($input);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIncorrectExpandTest.php17 $input = <<<ICS
35 $vcal = Reader::read($input);
H A DMissingOverriddenTest.php14 $input = <<<ICS
34 $vcal = Reader::read($input);
H A DIssue48Test.php13 $input = <<<ICS
30 $vcal = Reader::read($input);
/plugin/visrep/
H A Dsyntax.php68 $input = trim((string)$dom);
75 io_saveFile($this->_cachename($return, 'txt'), $this->_data($return, $input));
80 function _data($attrs, $input) { argument
81 $data = $input;
/plugin/txtconf/
H A Dadmin.php92 $input = isset($this->_input[$key]) ? $this->_input[$key] : NULL;
93 if ($input == '') $input = null;
94 if ($this->_myconf->setting[$key]->update($input))
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/Slug/
H A DDefaultSlugGenerator.php
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DIssue48Test.php13 $input = <<<ICS
30 $vcal = Reader::read($input);
/plugin/ckgdoku/ckeditor/skins/moono-lisa/
H A Ddialog.css5input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_tex…
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A Ddialog.css5input.cke_dialog_ui_input_text,input.cke_dialog_ui_input_password,textarea.cke_dialog_ui_input_tex…
/plugin/database2/
H A Dprint.css1 table.database2 input.icon-cmd
32 table.database2 tr.filter input
37 table.database2 th.label input
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
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DCDataTest.php15 $input = <<<BLA
26 $reader->xml($input);
/plugin/datasearchform/
H A Dscript.js3 .each(function (i, input) { argument
4 var $input = jQuery(input);
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DCDataTest.php15 $input = <<<BLA
26 $reader->xml($input);
/plugin/mantis/lib/
H A Dnusoapmime.php228 $input = '';
230 $input .= "$k: $v\r\n";
232 $params['input'] = $input . "\r\n" . $data;
469 $input = '';
471 $input .= "$k: $v\r\n";
473 $params['input'] = $input . "\r\n" . $data;
/plugin/structcombolookup/
H A Dstyle.less12 .custom-structcombolookup-input {
17 .dokuwiki form.bureaucracy__plugin div.field span.input {
/plugin/qrcode2/
H A Dphpqrcode.php1973 public $input; variable in QRsplit
1980 $this->input = $input;
2876 QRspec::getEccSpec($input->getVersion(), $input->getErrorCorrectionLevel(), $spec);
2973 if($input->getVersion() < 0 || $input->getVersion() > QRSPEC_VERSION_MAX) {
2980 $raw = new QRrawcode($input);
3060 if($input == NULL) return NULL;
3062 $ret = $input->append($input, QR_MODE_8, strlen($string), str_split($string));
3064 unset($input);
3067 return $this->encodeInput($input);
3080 if($input == NULL) return NULL;
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DParserTest.php426 $input = <<<'EOF'
435 $input = <<<'EOF'
439 …$this->assertEquals(['foo' => null, 'bar' => 1], $this->parser->parse($input), '->parse() does not…
800 $input = <<<'EOD'
813 $this->assertSame($expected, Yaml::parse($input));
822 $input = <<<'EOD'
831 $this->assertSame($expected, Yaml::parse($input));
838 public function testParseExceptionOnDuplicate($input, $duplicateKey, $lineNumber) argument
842 Yaml::parse($input);
904 $input = <<<'EOF'
[all …]
/plugin/searchtablejs/
H A Dstyle.css1 div.dokuwiki input.searchtable {
5 div.dokuwiki input.searchtable {

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