Home
last modified time | relevance | path

Searched +full:value -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 226 – 232 of 232) sorted by path

12345678910

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php568 * @var mixed Force input encoding to be set to the follow value
786 foreach ($url as $value) {
787 $this->multifeed_url[] = $this->registry->call(Misc::class, 'fix_protocol', [$value, 1]);
1444 * Set element/attribute key/value pairs of HTML attributes
1452 * @param array|null $element_attribute Element/attribute key/value pairs, null for default
1475 * @param string $qs The query string that the value should be passed to.
1529 $xml_is_sane = isset($values[0]['value']);
1851 // overwrite the current value of file.
2133 * The return value is an indexed array of elements matching the given
2136 * `attribs` then has one level of associative name => value dat
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/XML/Declaration/
H A DParser.php195 * Read value
204 $value = substr($this->data, $this->position, $len);
206 return $value;
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php538 * This key-value list contains general information about the ZIP file
660 ) as $hd) { // On ODT files, these headers are 0. Keep the previous value.
687 $value = substr($header, 0, $set['len']);
689 $extra[$set['id']] = $value;
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DBase.php322 // check that the value can be casted to string
H A DOptions.php67 * Gets the bin value
311 * Get the value of the given option
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md51 Keeping either width or height at zero will auto calculate the value for you.
/dokuwiki/vendor/splitbrain/slika/src/
H A DGdAdapter.php288 * If only one value is given the other is adjusted to match according to the aspect ratio
321 * Ensure the given Dimension is a proper pixel value
323 * When a percentage is given, the value is calculated based on the given original dimension

12345678910