Home
last modified time | relevance | path

Searched refs:data (Results 2926 – 2950 of 5080) sorted by relevance

1...<<111112113114115116117118119120>>...204

/plugin/findologicxmlexport/vendor/jms/serializer/src/Handler/
H A DFormErrorHandler.php120 …private function convertFormToArray(SerializationVisitorInterface $visitor, Form $data): \ArrayObj… argument
124 foreach ($data->getErrors() as $error) {
133 foreach ($data->all() as $child) {
/plugin/poll/
H A Dsyntax.php53 function render($mode, Doku_Renderer $renderer, $data) { argument
58 $options = $data[1];
59 $title = $renderer->_xmlEntities($data[0]);
/plugin/slider/
H A Dsyntax.php133 * @param array $data The data from the handler() function
136 public function render($mode, Doku_Renderer $R, $data) { argument
138 list($state, $img, $first) = $data;
/plugin/variants/
H A Dvariants.php113 * @param array $data The data from the handler
116 public function render($mode, Doku_Renderer $renderer, $data) { argument
120 list($condition, $ifcalls, $elsecalls) = $data;
/plugin/fckg/fckeditor/
H A DInstall_README6 to DokuWiki's data/media directory. If for some reason this is not the case, correct
7 these links so that they do point to data/media.
10 panel is for quick uploads, in which the file will be sent to the top level of data/media.
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dindex.rst8 This library allows you to (de-)serialize data of any complexity. Currently, it supports XML and JS…
14 - (De-)serialize data of any complexity; circular references are handled gracefully.
35 $jsonContent = $serializer->serialize($data, 'json');
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DBucket.php89 ->string($bucket->data)
127 ->string($_bucket->data)
147 ->isEqualTo($this->invoke($bucket)->getBucket()->data);
/plugin/webcomponent/syntax/
H A Dblockquote.php163 * @param array $data - what the function handle() return'ed
166 function render($mode, Doku_Renderer $renderer, $data) argument
172 list($state, $parameters) = $data;
/plugin/adfs/
H A Dauth.php193 $data = $this->saml->getAttribute($attr);
194 if ($data === null) throw new \Exception('SAML Response is missing attribute ' . $attr);
195 $userdata[$key] = $data;
/plugin/ireadit/syntax/
H A Dlist.php95 * @param array $data The data from the handler() function
100 public function render($mode, Doku_Renderer $renderer, $data) argument
104 call_user_func([$this, $method], $renderer, $data);
/plugin/acknowledge/admin/
H A Dreport.php161 * Print the given acknowledge data
163 * @param array $data
166 protected function htmlTable($data)
180 foreach ($data as $item) {
145 htmlTable($data) global() argument
/plugin/struct/meta/
H A DAggregationCloud.php50 if (!empty($this->data['target'])) {
51 $target = $this->data['target'];
69 "<div style='font-size:$weight%' data-count='$count' class='cloudtag struct_$type'>";
H A DSearchConfig.php182 // get the data from the current page
185 $data = $schemaData->getData();
186 if (!isset($data[$label])) {
189 $value = $data[$label]->getCompareValue();
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools_gecko.js156 var data = FCKTools.ProtectFormStyles( element ) ;
174 FCKTools.RestoreFormStyles( element, data ) ;
180 var data = FCKTools.ProtectFormStyles( element ) ;
187 FCKTools.RestoreFormStyles( element, data ) ;
/plugin/ebookexport/
H A Daction.php237 if($event->data['view'] == 'main') {
244 $event->data['items'] = array_slice($event->data['items'], 0, -1, true) +
252 array_slice($event->data['items'], -1, 1, true);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/ControlStructures/
H A DMultiLineConditionSniff.php173 $data = array(
178 $fix = $phpcsFile->addFixableError($error, $i, 'Alignment', $data);
256 $data = array($length);
267 $fix = $phpcsFile->addFixableError($error, ($closeBracket + 1), $code, $data);
/plugin/authucenter/lib/uc_client/model/
H A Dnote.php157 …$data = $this->db->fetch_first("SELECT * FROM ".UC_DBTABLEPRE."notelist WHERE closed='0' AND $app_…
158 return $data;
180 $data = $this->db->fetch_first("SELECT * FROM ".UC_DBTABLEPRE."notelist WHERE noteid='$noteid'");
181 return $data;
/plugin/authorstats/
H A Daction.php41 if ($event->data != "authorstats_pages") return;
47 if ($event->data != "authorstats_pages") return;
124 $file = $this->_getChangesFileForPage($event->data["id"]);
136 $cache = &$event->data;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTemporaryFileFilterTest.php191 list($data) = $xml->xpath('/d:multistatus/d:response/d:href');
192 …$this->assertEquals('/._testput.txt',(string)$data,'href element should have been /._testput.txt');
194 $data = $xml->xpath('/d:multistatus/d:response/d:propstat/d:prop/d:resourcetype');
195 $this->assertEquals(1,count($data));
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DInput.class.php41 * @param string $data
44 protected function applyfilter($data){ argument
45 if(!$this->filter) return $data;
46 return call_user_func($this->filter, $data);
/plugin/navi/
H A Dsyntax.php58 public function render($format, Doku_Renderer $R, $data) argument
60 $fn = $data[0];
61 $navItems = $data[1];
62 $options = $data[2];
/plugin/combo/ComboStrap/
H A DBrandTag.php69 public static function render(TagAttributes $tagAttributes, int $state, array $data): string argument
79 return LogUtility::wrapInRedForHtml("Error while reading the brand data for the brand ($brandName). Error: {$e->getMessage()}");
99 return LogUtility::wrapInRedForHtml("Error while getting the link data for the the brand ($brandName). Error: {$e->getMessage()}");
101 $context = $data[PluginUtility::CONTEXT];
115 $textFound = $data[BrandTag::BRAND_TEXT_FOUND_INDICATOR];
131 $brandImageFound = $data[BrandTag::BRAND_IMAGE_FOUND_INDICATOR] ?? null;
187 * with the same data in the handle and render function
/plugin/openlayersmap/
H A Ddeleted.files93 _test/data/pages/issue34.txt
94 _test/data/pages/issue34-fixed.txt
95 _test/data/pages/rur.txt
96 _test/data/
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.frame.php125 $data = $pipeline->fetch($url);
130 if (is_null($data)) { return; };
137 $content_type = $data->get_additional_data('Content-Type');
141 $html = $data->get_content();
146 $html = $converter->to_utf8($html, $data->detect_encoding());
/plugin/diagramsnet/lib/mxgraph/css/
H A Dcommon.css10 …background: url(data:image/gif;base64,R0lGODlhMAAwAIAAAP///wAAACH5BAEAAAAALAAAAAAwADAAAAIxhI+py+0P…
32 …background: url(data:image/gif;base64,R0lGODlhGgAUAIAAAOzs7PDw8CH5BAAAAAAALAAAAAAaABQAAAIijI+py70A…
46 …background: url(data:image/gif;base64,R0lGODlhFwAXAMQAANfX18rKyuHh4c7OzsDAwMHBwc/Pz+Li4uTk5NHR0dvb…
80 …background: url(data:image/gif;base64,R0lGODlhCgATALMAAP7+/t7e3vj4+Ojo6OXl5e/v7/n5+fb29vPz8/39/e3t…
132 …background: url(data:image/gif;base64,R0lGODlhGgAUAIAAAOzs7PDw8CH5BAAAAAAALAAAAAAaABQAAAIijI+py70A…

1...<<111112113114115116117118119120>>...204