Home
last modified time | relevance | path

Searched refs:input (Results 1201 – 1225 of 1436) sorted by last modified time

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

/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DElementsTest.php12 $input = <<<BLA
36 $reader->xml($input);
/plugin/icalevents/vendor/sabre/xml/lib/
H A DService.php101 * @param string|resource $input
107 function parse($input, $contextUri = null, &$rootElementName = null) { argument
109 if (is_resource($input)) {
112 $input = stream_get_contents($input);
116 $r->xml($input);
139 * @param string|resource $input
143 function expect($rootElementName, $input, $contextUri = null) { argument
145 if (is_resource($input)) {
148 $input = stream_get_contents($input);
152 $r->xml($input);
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DReaderTest.php9 $input = <<<BLA
14 $reader->xml($input);
24 $input = <<<BLA
39 $input = <<<BLA
51 $input = <<<BLA
99 $input = <<<BLA
131 $input = <<<BLA
163 $input = <<<BLA
200 $input = <<<BLA
221 $input = <<<BLA
[all …]
/plugin/medialist/
H A Dstyle.less25 input[type=checkbox] {
30 input[type=checkbox]+label {
38 input[type=checkbox]:checked+label {
/plugin/datatemplate/
H A Dstyle.css17 form.filterform_plugin label.text input {
/plugin/uncmap/_test/
H A Dmapping.test.php85 $input = array(
89 $response = $request->post($input);
112 $input = array(
116 $response = $request->post($input);
135 $input = array(
139 $response = $request->post($input);
160 $input = array(
164 $response = $request->post($input);
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.ConvertDocumentToFragment.txt
H A DCore.Encoding.txt
H A DHTML.MaxImgLength.txt
H A DAttr.EnableID.txt
H A DCSS.MaxImgLength.txt
H A DCSS.Trusted.txt
H A DFilter.ExtractStyleBlocks.txt
H A DHTML.Trusted.txt
H A DFilter.ExtractStyleBlocks.TidyImpl.txt
/plugin/scrape/
H A DHTMLPurifier.standalone.php
H A DphpQuery-onefile.php
/plugin/fancysearch/
H A Dplugin.info.txt6 desc Provides a dropdown list for common namespaces enhancing the search input.
/plugin/imageshack/
H A Daction.php88 echo '<input type="hidden" name="do" value="imageshack" />';
89 echo '<input type="file" name="imageshack_file" />';
90 echo '<input type="submit" value="'.$lang['btn_upload'].'" class="button" />';
/plugin/graphviz/
H A Dsyntax.php78 $input = join("\n",$lines);
79 $return['md5'] = md5($input); // we only pass a hash around
82 io_saveFile($this->_cachename($return,'txt'),$input);
179 dbglog($in,'no such graphviz input file');
/plugin/ditaa/
H A Dsyntax.php100 $input = join("\n", $lines);
101 $return['md5'] = md5($input.$this->_prepareData($return)); // we only pass a hash around
104 io_saveFile(getCacheName($return['md5'], '.ditaa.txt'), $input);
144 protected function _prepareData($input) { argument
146 foreach($input as $key => $value) {
252 dbglog($in, 'no such ditaa input file');
294 dbglog($in, 'no such ditaa input file');
/plugin/markdownextra/lib/meltdown/js/
H A Djquery.meltdown.js23 function update(previewArea, input) { argument
25 previewArea.height(input.outerHeight());
26 previewArea.html(mde(input.val()));
/plugin/anewssystem/
H A Dstyle.css21 /* --- news input style --- */
/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/freechat/phpfreechat/lib/csstidy-1.2/
H A Dcssparse.css38 input#submit {

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