Home
last modified time | relevance | path

Searched refs:input (Results 351 – 375 of 1436) sorted by path

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

/plugin/combo/vendor/symfony/yaml/
H A DDumper.php44 * @param mixed $input The PHP value
49 public function dump($input, int $inline = 0, int $indent = 0, int $flags = 0): string argument
55 if (Yaml::DUMP_OBJECT_AS_MAP & $flags && ($input instanceof \ArrayObject || $input instanceof \stdClass)) {
56 $dumpObjectAsInlineMap = empty((array) $input);
59 if ($inline <= 0 || (!\is_array($input) && !$input instanceof TaggedValue && $dumpObjectAsInlineMap) || empty($input)) {
60 $output .= $prefix.Inline::dump($input, $flags);
61 } elseif ($input instanceo
[all...]
H A DYaml.php69 * @param string $input A string containing YAML
76 public static function parse(string $input, int $flags = 0) argument
80 return $yaml->parse($input, $flags);
89 * @param mixed $input The PHP value
94 public static function dump($input, int $inline = 2, int $indent = 4, int $flags = 0): string argument
98 return $yaml->dump($input, $inline, 0, $flags);
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
H A DCHANGELOG.md256 - Any leading UTF-8 BOM will be stripped from the input
H A DREADME.md57 ? If you will be parsing untrusted input from users, please consider setting the `html_input` and `allow_unsafe_links` options per the example above. See <https://commonmark.thephpleague.com/security/> for more details. If you also do choose to allow raw HTML input from untrusted users, consider using a library (like [HTML Purifier](https://github.com/ezyang/htmlpurifier)) to provide additional HTML filtering.
/plugin/commonmark/vendor/league/commonmark/src/
H A DDocParser.php
H A DDocParserInterface.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/Slug/
H A DDefaultSlugGenerator.php
H A DSlugGeneratorInterface.php
/plugin/confmanager/configTypes/
H A DConfigManagerSingleLineConfigCascade.php48 * @param array $input
52 private function getCustomEntries($input, $default) { argument
54 foreach ($input as $line) {
H A DConfigManagerTwoLineConfigCascade.php57 * @param array $input
61 private function getCustomEntries($input, $default) { argument
63 foreach ($input as $key => $value) {
/plugin/confmanager/
H A Djquery.form.js875 var $input = $(form.clk), input = $input[0];
876 n = input.name;
877 if (n && !input.disabled && input.type == 'image') {
H A Dscript.js147 let input = jQuery(parent).children('input').first();
148 let value = jQuery(input).attr('value');
153 let input = jQuery(parent).children('input').first();
154 let value = jQuery(input).attr('value');
H A Dstyle.css6 #confmanager input.key {
10 #confmanager input.value {
/plugin/contactmodern/
H A DREADME.textile48 …f you enabled the captcha by default, than it will also show the well known reCaptcha input fields.
H A Dstyle.css17 input.error_field, textarea.error_field {
/plugin/copycode/
H A DREADME.md50 Refactoring of copycode functions with navigator.clipboard function instead of hidden input hack. Fixing the jump to top bug on android systems. See https://developer.mozilla.org/fr/docs/Web/API/Clipboard for compatible web browsers (everything but Internet Explorer).
/plugin/countdown/
H A DChangeLog65 * syntax.php: enhanced input (using strtotime, and therefore GNU date formats)
72 * basic input functionality
/plugin/crosspost/
H A Daction.php235 $input = '<b>' . $this->getlang( 'cp_to' ) . '</b><br/>' .
244 $e->data->insertElement( 2, $input );
H A Dstyle.css36 input.crosspost {
/plugin/crypto/
H A Dstyle.css33 div.dokuwiki div.cryptodialog input.edit {
/plugin/csv/_test/
H A DCSVTest.php136 * @param string $input
140 public function testOptions($input, $expect) argument
146 $result = \helper_plugin_csv::parseOptions($input);
/plugin/custombuttons/
H A Dstyle.less14 input.button.b {
/plugin/darcs/
H A Dadmin.php110 '<input type="hidden" name="id" value="'.$ID.'" />'.
113 '<input type="hidden" name="darcs_do" value="apply_all" />'.
127 '<input type="hidden" name="id" value="'.$ID.'" />'.
174 '<input type="hidden" name="id" value="'.$ID.'" />'.
177 '<input type="hidden" name="darcs_do" value="get_plugin" />'.
178 '<input name="plugin_url" value="http://" />'.
234 '<input type="hidden" name="id" value="'.$ID.'" />'.
237 '<input type="hidden" name="darcs_do" value="do_remove"/>'.
246 '<html><input type="checkbox" checked="checked"'.
270 '<input type="hidden" name="id" value="'.$ID.'" />'.
[all …]
/plugin/data-au/
H A Dstyle.css132 td input {
138 #dw__editform fieldset.plugin__dataau table .dataau_comment input {
148 div.dokuwiki div.editbutton_plugin_dataau form input.button,
157 table.dataauplugin_table th input {

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