Home
last modified time | relevance | path

Searched refs:data (Results 4251 – 4275 of 5080) sorted by relevance

1...<<171172173174175176177178179180>>...204

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php1277 * @param mixed $data
1282 public static function recursiveMultiByteCharString2HTML($data, $charset='ISO-8859-1') { argument
1283 if (is_string($data)) {
1284 return self::MultiByteCharString2HTML($data, $charset);
1285 } elseif (is_array($data)) {
1287 foreach ($data as $key => $value) {
1293 return $data;
/plugin/webdav/vendor/sabre/http/
H A DREADME.md433 * Returns the POST data.
442 * Sets the post data.
446 * This would not have been needed, if POST data was accessible as
467 * @param array $data
470 function setRawServerData(array $data);
485 * Note that because the underlying data may be based on a stream, this
629 * Note that because the underlying data may be based on a stream, this
/plugin/davcal/vendor/sabre/http/
H A DREADME.md433 * Returns the POST data.
442 * Sets the post data.
446 * This would not have been needed, if POST data was accessible as
467 * @param array $data
470 function setRawServerData(array $data);
485 * Note that because the underlying data may be based on a stream, this
629 * Note that because the underlying data may be based on a stream, this
/plugin/dwcommits/
H A Dsyntax.php116 p_set_metadata($ID, $data, $render, $persistent);
/plugin/yuriigantt/_test/
H A Dtest_page.txt16 "data": [
/plugin/dwcommits/conf/
H A Ddefault.local.ini.dist4 ; the database will begin storing data
/plugin/interwikiformatting/
H A Dsyntax.php130 function render($format, Doku_Renderer $renderer, $data) { return true; } argument
/plugin/csv/
H A DREADME3 Displays a CSV file, or inline CSV data, as a table
/plugin/newpagetemplate/
H A Daction.php169 $event->data['tpl'] = $tpl;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DValidateFilterTest.php22 function data() { function in Sabre\\CardDAV\\ValidateFilterTest
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dmathchoice.js19 …selection=f}this.choosing=false;return f},selected:function(){return this.data[this.choice()]},set…
/plugin/combo/resources/theme/default/components/css/
H A Dedit-button.css14 background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' fill='rgba(0,0,0,0.35)' viewBox='0 0 36 36'%3E%3Cpath d='M28 30H6V8h13.22l2-2H6a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h22a2 2 0 0 0 2-2V15l-2 2z'/%3E%3Cpath d='m33.53 5.84-3.37-3.37a1.61 1.61 0 0 0-2.28 0L14.17 16.26l-1.11 4.81A1.61 1.61 0 0 0 14.63 23a1.69 1.69 0 0 0 .37 0l4.85-1.07L33.53 8.12a1.61 1.61 0 0 0 0-2.28zM18.81 20.08l-3.66.81.85-3.63L26.32 6.87l2.82 2.82zM30.27 8.56l-2.82-2.82L29 4.16 31.84 7z'/%3E%3C/svg%3E%0A");
/plugin/combo/action/
H A Dlinkwizard.php81 $searchTerm = $event->data["id"]; // yes id is the search term
101 // output the found data
H A Dresend.php185 $form = &$event->data;
/plugin/combo/ComboStrap/
H A DCarrouselTag.php95 public static function renderEnterXhtml(TagAttributes $tagAttributes, array $data): string argument
102 $tagAttributes->addOutputAttributeValue("data-" . CarrouselTag::CONTROL_ATTRIBUTE, $control);
109 $tagAttributes->addOutputAttributeValue("data-" . CarrouselTag::ELEMENTS_MIN_ATTRIBUTE, $elementsMin);
118 $tagAttributes->addOutputAttributeValue("data-" . CarrouselTag::ELEMENT_WIDTH_ATTRIBUTE, $slideMinimalWidth);
/plugin/tagging/
H A Dscript.js108 jQuery(this).data('ui-autocomplete').menu.active) {
/plugin/structstatus/
H A Daction.php32 $event->data['Status'] = 'dokuwiki\\plugin\\structstatus\\Status';
/plugin/attribute/
H A DREADME3 Arbitrary attribute definition and storage for user associated data.
/plugin/a2s/
H A DASCIIToSVG.php152 $data = fread($this->yy_reader, 8192);
153 if ($data === false || !strlen($data)) return $this->YY_EOF;
154 $this->yy_buffer .= $data;
155 $this->yy_buffer_read .= strlen($data);
159 $data = fread($this->yy_reader, 8192);
160 if ($data === false || !strlen($data)) return $this->YY_EOF;
161 $this->yy_buffer .= $data;
2821 public function __construct($data) { argument
2823 $this->rawData = $data;
2843 $data = preg_replace('/^\[([^\]]+)\](:?)\s+.*/ims', '', $data);
[all …]
/plugin/statdisplay/pchart/
H A DpChart.php842 if ($data->getDataDescription()->getXAxisName() != '') {
852 $data->getDataDescription()->getXAxisName(),
1615 $data->getDataDescription());
1616 $this->validateData ( "drawCubicCurve", $data->getData() );
1622 foreach ( $data->getDataDescription()->values as $ColName ) {
1637 $data->getXYMap($ColName, $XIn, $YIn, $Missing, $Index);
1763 $data->getDataDescription());
1764 $this->validateData ( "drawFilledCubicCurve", $data->getData() );
1774 foreach ($data->getDataDescription()->values as $ColName) {
1786 $data->getXYMap($ColName, $XIn, $YIn, $Missing, $numElements);
[all …]
/plugin/statistics/inc/pchart/
H A DpChart.php297 function drawRightScale(pData $data, ScaleStyle $style, $Angle = 0, $Decimals = 1, $WithMargin = FALSE, $SkipLabels = 1) { argument
298 $this->drawScale($data, $style, $Angle, $Decimals, $WithMargin, $SkipLabels, TRUE);
545 * data covers, as well as the scale style. Divisions should have
551 * side-effects on some class data members. This needs to be
898 private function writeScaleXAxisCaption(pData $data, ScaleStyle $style, $YMax) { argument
899 if($data->getDataDescription()->getXAxisName() != '') {
900 $Position = imageftbbox($this->FontSize, 90, $this->FontName, $data->getDataDescription()->getXAxisName());
910 $data->getDataDescription()->getXAxisName(),
996 * Draw the data legends
1646 * @brief Draws a line graph where the data give
1742 drawCubicCurve(pData $data, $Accuracy = .1, $SerieName = '') global() argument
1897 drawFilledCubicCurve(pData $data, $Accuracy = .1, $Alpha = 100, $AroundZero = FALSE) global() argument
[all...]
/plugin/picasawebalbum/
H A Djquery.slimbox2.js6 …ct":"embed").each(function(O,P){if(M){w.data(P,"slimbox",P.style.visibility)}P.style.visibility=M?…
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DFormErrorHandlerTest.php119 $data = json_encode($this->handler->serializeFormToJson($this->visitor, $form, []));
120 …:{},"txt":{"errors":["This value is too short. It should have 10 characters or more."]}}}', $data);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Commenting/
H A DDocCommentSniff.php312 $data = array(
317 $fix = $phpcsFile->addFixableError($error, ($tag + 1), 'TagValueIndent', $data);
/plugin/publish/
H A Dhelper.php387 function _search_helper(&$data, $base, $file, $type, $lvl, $opts) { argument
420 $data[] = array($id, $meta['approval'], $meta['last_change']['date']);

1...<<171172173174175176177178179180>>...204