Home
last modified time | relevance | path

Searched refs:input (Results 401 – 425 of 1436) sorted by relevance

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

/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DEmptyValueIssueTest.php14 $input = <<<ICS
23 $vobj = Reader::read($input);
H A DIssue96Test.php9 $input = <<<VCF
18 $vcard = Reader::read($input, Reader::OPTION_FORGIVING);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DEmptyValueIssueTest.php14 $input = <<<ICS
23 $vobj = Reader::read($input);
H A DIssue96Test.php9 $input = <<<VCF
18 $vcard = Reader::read($input, Reader::OPTION_FORGIVING);
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php35 var $input = array(); variable in base
228 function input($k) { function in base
229 …return isset($this->input[$k]) ? (is_array($this->input[$k]) ? $this->input[$k] : trim($this->inpu…
/plugin/sympaauth/
H A Dadmin.php74 ptln('<p> <input type="hidden" name="action_" value="uninstall" />');
75 …ptln(' <input type="submit" name="submit" class="button" value="'.$this->getLang('btn_uninstall…
80 ptln('<p> <input type="hidden" name="action_" value="install" />');
81 …ptln(' <input type="submit" name="submit" class="button" value="'.$this->getLang('btn_install')…
83 ptln(' <p> <input type="hidden" name="do" value="admin" />');
84 ptln(' <input type="hidden" name="page" value="sympaauth" /> </p>');
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DUriTest.php14 $input = <<<ICS
22 $output = Reader::read($input)->serialize();
/plugin/qna/
H A Daction.php332 private function applyCorrections($index, $input, &$output) { argument
334 $position = $input[$index][2];
347 …if (($input[$index][0] == 'plugin') && ($input[$index][1][0] == 'qna_block') && ($input[$index][1]…
348 $input[$index][1][1][3] = $correction[1];
355 $output[] = $input[$index];
/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/form/
H A Dsyntax.php911 .'<input type="checkbox" '
953 .'<input class="button" type="submit" name="submit" '
1032 .'<input class="button" type="submit" '
1035 .'<input class="button" type="reset" '
/plugin/wikicalendar/
H A Dsyntax.php367 $out .= '<td><input type="hidden" name="id" value="'.$ID.'" />' . DOKU_LF;
368 …$out .= '<input type="submit" class="button" name="go2" value="'.$this->getLang('go').'" />' . DOK…
373 $out .= '<input type="hidden" name="id" value="'.$ID.'" />' . DOKU_LF;
374 …$out .= '<input type="submit" class="button" name="back2cur" value="'.$this->getLang('current').'"…
/plugin/diagramsnet/lib/math/config/
H A DTeX-MML-AM_HTMLorMML.js71input:ab,tag:"mo",output:ac,tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uD… property in k
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dphpt-stdin.phpt7 $input = file_get_contents('php://stdin');
8 echo $input;
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DIssue96Test.php9 $input = <<<VCF
18 $vcard = Reader::read($input, Reader::OPTION_FORGIVING);
H A DIssue26Test.php16 $input = <<<ICS
28 $vcal = Reader::read($input);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DIssue96Test.php9 $input = <<<VCF
18 $vcard = Reader::read($input, Reader::OPTION_FORGIVING);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DNoInstancesTest.php15 $input = <<<ICS
33 $vcal = Reader::read($input);
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DNoInstancesTest.php15 $input = <<<ICS
33 $vcal = Reader::read($input);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DNoInstancesTest.php15 $input = <<<ICS
33 $vcal = Reader::read($input);
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/Slug/
H A DSlugGeneratorInterface.php
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DNoInstancesTest.php15 $input = <<<ICS
33 $vcal = Reader::read($input);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/
H A Dfunctions.php71 * @param string $input An input
77 function assetic_image($input, $filters = array(), array $options = array()) argument
83 $urls = _assetic_urls($input, $filters, $options);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DStylusFilter.php96 $pb->add($this->nodeBin)->add($input = FilesystemUtils::createTemporaryFile('stylus'));
97 file_put_contents($input, sprintf($format,
105 unlink($input);
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DBinaryReader.php34 * Opens a memory buffer with the given input
36 * @param string $input
38 public function __construct($input) argument
40 // if (@is_readable($input)) {
41 // $this->buffer = fopen($input, 'r+');
44 fwrite($this->buffer, (string) $input);
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js721 var value = (isFloat) ? parseFloat(input.value) : parseInt(input.value);
890 var val = isFloat? parseFloat(input.value) : parseInt(input.value);
916 var val = isFloat? parseFloat(input.value) : parseInt(input.value);
1474 return input;
1495 handler(input);
1562 init(input);
2302 var input = null;
2346 if (input != null)
2352 if (input != null)
3819 var value = (input.value == '') ? 120 : parseInt(input.value);
[all …]

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