Home
last modified time | relevance | path

Searched refs:output (Results 101 – 125 of 1255) sorted by relevance

12345678910>>...51

/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DVCard21Test.php21 $output = $vobj->serialize($input);
23 $this->assertEquals($input, $output);
38 $output = $vobj->serialize($input);
49 $this->assertEquals($expected, $output);
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DVCFExportPlugin.php79 $output = null;
84 $output = $this->generateVCF($nodes);
100 $response->setBody($output);
115 $output = "";
126 $output .= $vcard->serialize();
133 return $output;
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/
H A DWriterTest.php329 $output = <<<HI
335 $this->assertEquals($output, $this->writer->outputMemory());
344 $output = <<<HI
352 $this->assertEquals($output, $this->writer->outputMemory());
370 $output = <<<HI
376 $this->assertEquals($output, $this->writer->outputMemory());
/plugin/watchcycle/_test/
H A Dmaintainer.test.php28 $output = [
44 $this->assertEquals($output, $helper->getMaintainers($input));
50 $output = ['test1@example.com', 'test2@example.com'];
54 $this->assertEquals($output, $helper->getMaintainerMails($input));
/plugin/reflect/
H A Dsyntax.php59 $output = '';
60 if ( !empty($data['link']) ) { $output .= '[[' . cleanID($data['link']) . '|'; }
61 $output .= "{{{$data['ID']}|{$data['desc']}}}";
62 if ( !empty($data['link']) ) { $output .= ']]'; }
64 $img = p_render('xhtml', p_get_instructions($output),$info);
/plugin/ac/actions/
H A Dtasks.php15 $output = '<ul>';
20 … $output .= '<li><div class="li">' . $this->ac->objToString($task) . '</div></li>' . DOKU_LF;
22 $output .= '</ul>';
24 return $output;
H A Dtickets.php29 $output = '<ul>';
31 $output .= '<li><div class="li">' . $this->ac->objToString($ticket) . '</div>' .
34 $output .= '</ul>';
36 return $output;
/plugin/icalevents/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DElementsTest.php38 $output = $reader->parse();
83 ], $output);
109 $output = $writer->outputMemory();
124 $this->assertEquals($expected, $output);
H A DXmlFragmentTest.php28 $output = $reader->parse();
40 ], $output);
132 $output = $writer->outputMemory();
139 $this->assertEquals($expected, $output);
/plugin/davcal/vendor/sabre/xml/tests/Sabre/Xml/Element/
H A DElementsTest.php38 $output = $reader->parse();
83 ], $output);
109 $output = $writer->outputMemory();
124 $this->assertEquals($expected, $output);
/plugin/mtg/
H A Dsyntax.php107 $output = "<a href='$gatherer_url' class='mtg urlextern' ";
108 …$output .= "onmouseover=\"document.getElementById('$id').src='$image_uri'; document.getElementById…
109 …$output .= "onmouseout=\"document.getElementById('$id').src='$transparent_pixel'; document.getElem…
110 $output .= ">$card_name<img class='mtg' src='$transparent_pixel' id='$id' /></a>";
112 $renderer->doc .= $output;
/plugin/revisionsdue/
H A Dsyntax.php204 $output = '';
207 $output .= '</p>';
208 …$output .= '<table class="inline"><tr><th> # </th><th>Title</th><th>Last Revision</th><th>Frequenc…
254 $output .= "<tr><td>$count</td><td><a href=\"". wl($id)
264 $output .= "</table>\n";
266 $output .= '<p>';
268 return $output;
/plugin/latex/
H A Dadmin.php20 var $output; variable in admin_plugin_latex
115 $this->output .= '<div class="info">'.$this->getLang('refresh_note').'</div>';
119 $this->output .= "<pre>Purge result ([x] = deleted):\n";
124 $this->output .= '[x] '.$img . "\n";
132 …$this->output = "<div class=\"error\">Purger: Bad form inputs. No action taken.</div>".$this->outp…
134 $this->output .= "Totals: $numdeleted deleted, $numkept kept (kept files not shown).\n";
138 $this->output .= "</pre>";
148 ptln('<p>'.$this->output.'</p>');
/plugin/latex-was/
H A Dadmin.php20 var $output; variable in admin_plugin_latex
115 $this->output .= '<div class="info">'.$this->getLang('refresh_note').'</div>';
119 $this->output .= "<pre>Purge result ([x] = deleted):\n";
124 $this->output .= '[x] '.$img . "\n";
132 …$this->output = "<div class=\"error\">Purger: Bad form inputs. No action taken.</div>".$this->outp…
134 $this->output .= "Totals: $numdeleted deleted, $numkept kept (kept files not shown).\n";
138 $this->output .= "</pre>";
148 ptln('<p>'.$this->output.'</p>');
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DNameTest.php34 $output = '($context["foo"] ?? $this->getContext($context, "foo"))';
36 … $output = '(isset($context["foo"]) ? $context["foo"] : $this->getContext($context, "foo"))';
38 $output = '$this->getContext($context, "foo")';
42 [$node, "// line 1\n".$output, $env],
/plugin/qna/
H A Daction.php288 $output = array();
293 $output[] = $instruction[$i];
296 $this->applyCorrections($i, $instruction, $output);
301 $output[] = $instruction[$i];
306 $this->applyAppend($output);
309 $instruction = $output;
332 private function applyCorrections($index, $input, &$output) { argument
343 $output[] = array($correction[1][0], $correction[1][1], $position);
355 $output[] = $input[$index];
362 private function applyAppend(&$output) { argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DToolOutputReference.php46 public function setOutput(FileReference $output) argument
48 $this->output = $output;
55 return $this->output;
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DExpandFloatingTimesTest.php32 $output = <<<ICS
61 $this->assertEquals($output, str_replace("\r", "", $result));
86 $output = <<<ICS
115 $this->assertEquals($output, str_replace("\r", "", $result));
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php242 $output = [];
253 $output['respond-async'] = true;
256 $output['return'] = 'representation';
259 $output['return'] = 'minimal';
262 $output['handling'] = 'strict';
265 $output['handling'] = 'lenient';
273 $output[strtolower($matches['name'])] = empty($value) ? true : $value;
279 return $output;
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php242 $output = [];
253 $output['respond-async'] = true;
256 $output['return'] = 'representation';
259 $output['return'] = 'minimal';
262 $output['handling'] = 'strict';
265 $output['handling'] = 'lenient';
273 $output[strtolower($matches['name'])] = empty($value) ? true : $value;
279 return $output;
/plugin/freechat/phpfreechat/src/
H A Dphpfreechat.class.php70 $output = '';
72 return $output;
74 echo $output;
82 $output = '';
84 return $output;
86 echo $output;
102 $output = '';
107 foreach( $c->getErrors() as $e ) $output .= "<li>".$e."</li>"; $output .= "</ul>";
117 $output .= $t->getOutput();
123 return $output;
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DExpandFloatingTimesTest.php31 $output = <<<ICS
61 $this->assertVObjectEqualsVObject($output, $vcal);
88 $output = <<<ICS
118 $this->assertVObjectEqualsVObject($output, $vcal);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGeoRSS.php235 $output = '<' . $this->nss . 'line>';
237 $output .= $point->y() . ' ' . $point->x();
239 $output .= ' ';
242 $output .= '</' . $this->nss . 'line>';
243 return $output;
252 $output = '<' . $this->nss . 'polygon>';
255 $output .= $point->y() . ' ' . $point->x();
257 $output .= ' ';
260 $output .= '</' . $this->nss . 'polygon>';
261 return $output;
[all...]
/plugin/ipmap/
H A Drendertables.php105 $output = "^ [[..:main|UP]] " . $endrow."\n";
130 $output .= "^ [[.:$ipout\_$sout:main|$ipout/$sout]] \\\\ " . "$desc" . " ";
133 $output .= "|";
137 $output .= "| $ipout/$sout ";
140 $output .= "|";
145 $output .= "|\n";
149 return($output);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DExpandFloatingTimesTest.php33 $output = <<<ICS
63 $this->assertEquals($output, str_replace("\r", "", $result));
88 $output = <<<ICS
118 $this->assertEquals($output, str_replace("\r", "", $result));

12345678910>>...51