Home
last modified time | relevance | path

Searched refs:data (Results 2426 – 2450 of 5080) sorted by relevance

1...<<919293949596979899100>>...204

/plugin/html2pdf/html2pdf/html2ps/
H A Dfetched_data.file.class.php31 function set_content($data) { argument
32 $this->content = $data;
/plugin/mediasyntax/syntax/
H A Dspan.php32 // What this delivers is what is handed over as $data to the function render.
37 function render($mode, Doku_Renderer $renderer, $data)
39 // $data is the return value of handle
40 // $data[0] is always $match
41 // $data[1] is always $state
42 // $data[3] is always $pos
45 $renderer->doc .= "$data[0]";
48 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/creole/syntax/
H A Dlinebreak.php34 function render($mode, Doku_Renderer $renderer, $data) { argument
36 if ($data) {
/plugin/plantuml/
H A Dimg.php11 $data = $_REQUEST; variable
13 $cache = $plugin->_imgfile($data);
/plugin/mdpage/src/DokuWiki/Plugin/Mdpage/Markdown/
H A DTraditional.php14 public function __construct($renderer, $data, $context) { argument
16 $this->rendererData = $data;
/plugin/nspages/printers/
H A DprinterLineBreak.php10 function __construct($plugin, $mode, $renderer, $data){ argument
11 parent::__construct($plugin, $mode, $renderer, $data);
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DQRcode.php291 protected $data; variable in jucksearm\\barcode\\lib\\QRcode
615 if (is_null($this->data)) {
618 $qrTab = $this->binarize($this->data);
732 $this->data = $masked;
1708 if ((ord($data[$i]) < ord('0')) OR (ord($data[$i]) > ord('9'))){
1802 $val = (ord($data[$i]) << 8) | ord($data[$i+1]);
2123 if ($data[$i] & $mask) {
2204 $data[$i] = $v;
2213 $data[$bytes] = $v;
2215 return $data;
[all …]
/plugin/yuriigantt/src/
H A DJsonRequest.php84 $task = $this->driver->addTask(new Task($this->payload->data));
87 $link = $this->driver->addLink(new Link($this->payload->data));
104 $this->driver->updateTask(new Task($this->payload->data));
107 $this->driver->updateLink(new Link($this->payload->data));
/plugin/genericsso/
H A Dauth.php83 $data = $this->getUserData($user);
84 $this->setSession($user, $data['grps'], $data['mail'], $data['name']);
/plugin/editsections2/
H A Daction.php79 $calls =& $event->data->calls;
99 if ($event->data[0] !== 'xhtml') {
103 $doc =& $event->data[1];
207 $calls =& $event->data->calls;
/plugin/itemtable/
H A Dsyntax.php166 … $td="<td class='dbtables-td_0'>".p_render($mode,p_get_instructions($TableData),$data)."</td>";
180 function render($mode, &$renderer, $data) { argument
183 list($state, $match) = $data;
219 $renderer->doc.=$this->render_tables($match,$mode,$data);
/plugin/syntaxhighlighter4/
H A Dsyntax.php112 * @param array $data The data from the handler() function
116 public function render($mode, Doku_Renderer $renderer, $data) { argument
121 if (count($data) != 3) {
125 list($this->syntax, $attr, $content) = $data;
/plugin/oauth/
H A Dauth.php52 auth_logoff(); // clears all session and cookie data
210 $data = json_decode(base64_decode(urldecode($state)));
211 if (empty($data->animal) || $farmer->getAnimal() == $data->animal) {
214 $animal = $data->animal;
/plugin/combo/vendor/symfony/process/Pipes/
H A DWindowsPipes.php156 $data = stream_get_contents($fileHandle, -1, $this->readBytes[$type]);
158 if (isset($data[0])) {
159 $this->readBytes[$type] += \strlen($data);
160 $read[$type] = $data;
/plugin/siteexport/
H A Djquery.filedownload.js94 data: null,
220 if (settings.data !== null && typeof settings.data !== "string") {
221 settings.data = $.param(settings.data);
232 if (settings.data !== null) {
248 fileUrl = fileUrl + settings.data;
274 if (settings.data !== null) {
276 $.each(settings.data.replace(/\+/g, ' ').split("&"), function () {
/plugin/resizeblacklist/
H A Daction.php20 $EXT = $event->data["ext"];
21 $MIME = $event->data["mime"];
/plugin/discordnotifier/examples/
H A Dsend_file.php14 $data = array('image' => $file);
19 curl_setopt($ch, CURLOPT_POSTFIELDS, $data);
/plugin/combo/action/
H A Dqualitymessage.php55 if ($event->data['view'] != 'page') return;
62 array_splice($event->data['items'], -1, 0, array(new QualityMenuItem()));
/plugin/mikioplugin/syntax/
H A Dhr.php27 public function render_lexer_special(Doku_Renderer $renderer, $data) argument
29 $classes = $this->buildClass($data);
/plugin/dbquery/syntax/
H A Dmacro.php43 public function render($mode, Doku_Renderer $renderer, $data) argument
45 $renderer->info['dbquery'][$data[0]] = true;
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.min.js2data){var o=[];for(var i=0,len=data.length;i<len;++i)o[i]=data.charCodeAt(i);return o}var debom_xm… argument
3data:__toBuffer([buf_chain])}}function make_sector_list(sectors,dir_start,fat_addrs,ssz){var sl=se… property in sector_list
4data,opts){var ctext={};if(!data||!data.match)return data;var ct={workbooks:[],sheets:[],calcchain… argument
8data,cell,base,styles,csty,row,o){var nf="General",sid=cell.StyleID,S={};o=o||{};var interiors=[];… argument
9data,opts){var zip,d=data;var o=opts||{};if(!o.type)o.type=has_buf&&Buffer.isBuffer(data)?"buffer"… argument
/plugin/seqdia/
H A Dimg.php12 $data = $_REQUEST; variable
14 $cache = $plugin->_imgfile($data);
/plugin/graphviz/
H A Dimg.php12 $data = $_REQUEST; variable
14 $cache = $plugin->_imgfile($data);
/plugin/mindmap/
H A Dimg.php12 $data = $_REQUEST; variable
17 $image = $plugin->get_graphviz_image( $data );
/plugin/usercss/
H A Daction.php65 $event->data .= $usercss;
69 $event->data[] = wikiFN($this->pagename);

1...<<919293949596979899100>>...204