Home
last modified time | relevance | path

Searched refs:data (Results 1801 – 1825 of 5080) sorted by relevance

1...<<71727374757677787980>>...204

/plugin/wst/syntax/
H A Dnoinclude.php68 * @param array $data The data from the handler() function
71 public function render($mode, Doku_Renderer $renderer, $data) { argument
73 if (!$data) return false;
H A Dincludeonly.php68 * @param array $data The data from the handler() function
71 public function render($mode, Doku_Renderer $renderer, $data) { argument
73 if (!$data) return false;
/plugin/webdav/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php19 * @param resource $data
22 function put($data) { argument
24 file_put_contents($this->path, $data);
/plugin/davcal/vendor/sabre/dav/lib/DAV/FS/
H A DFile.php19 * @param resource $data
22 function put($data) { argument
24 file_put_contents($this->path, $data);
/plugin/bootswrapper/syntax/
H A Dimage.php25 public function render($mode, Doku_Renderer $renderer, $data) argument
28 if (empty($data)) {
37 list($state, $match, $pos, $attributes) = $data;
H A Dcollapse.php33 public function render($mode, Doku_Renderer $renderer, $data) argument
36 if (empty($data)) {
45 list($state, $match, $pos, $attributes) = $data;
/plugin/dtable/
H A Dscript.js172 }, function(data) argument
174 var res = jQuery.parseJSON(data);
498 var rows_data = $form.data("table");
513 function(data)
515 var res = jQuery.parseJSON(data);
518 var rows_data = $form.data("table");
522 $form.data("table", rows_data);
531 $form.data('table', rows_data);
586 var rows_data = $form.data("table");
608 $button.data('textarea
510 AnonymousFunctione89ab0b81200(data) global() argument
821 AnonymousFunctione89ab0b81c00(data) global() argument
[all...]
/plugin/strata/
H A Dmanual.txt3 The strata plugin allows you to add data to your pages and to query that data from your pages. This manual is split into two parts:
13 A good way to get more experienced is to add some simple data to your wiki, and start querying it. Most error messages are descriptive enough to get some idea of what went wrong.
18 Data entry is done with ''<data>'' tags. The following example is a data block for Jane Doe. The block is meant to add some extra data to the page it is on (we assume it is on the page ''persons:jane_doe''). The example shows you how to add simple values, how to declare a class, and how to use types.
21 <data person>
24 </data>
27 **Simple Values**: You add simple values to the data block by adding a line like ''field: value''. The field and value are sometimes called the predicate and object respectively.
29 **Classes**: You can add one or more classes to a data bloc
[all...]
/plugin/pagetitle/syntax/
H A Ddecorative.php82 return $data = [$state, $ID, $title];
87 return $data = [$state, $ID, ''];
95 return $data = [$state, $ID, $params];
103 public function render($format, Doku_Renderer $renderer, $data) argument
109 list ($state, $id, $param) = $data;
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php47 * We add the schema name as data attribute
54 $this->renderer->info['struct_table_hash'] = md5(var_export($this->data, true));
75 data-schema=\"$table\" data-searchconf=\"$config\"
76 data-template=\"$template\" data-filetype=\"$filetype\"
77 data-filename=\"$filename\"'>";
80 $this->renderer->info['struct_table_hash'] = md5(var_export($this->data, true));
102 foreach($this->data['schemas'] as $key => $schema) {
107 foreach($this->data['filte
[all...]
/plugin/combo/syntax/
H A Dhighlightwiki.php163 public function render($format, $renderer, $data): bool argument
172 $state = $data[PluginUtility::STATE];
179 $renderer->doc .= PluginUtility::renderUnmatched($data);
193 $state = $data[PluginUtility::STATE];
196 $renderer->doc .= PluginUtility::renderUnmatched($data);
H A Drailroad.php157 * @param array $data - what the function handle() return'ed
163 function render($format, Doku_Renderer $renderer, $data) argument
170 $state = $data [PluginUtility::STATE];
177 $renderer->doc .= PluginUtility::renderUnmatched($data);
181 $bnfCode = $data[PluginUtility::PAYLOAD];
/plugin/siteexport/syntax/
H A Dtoctools.php73 $data = trim(substr($match,strpos($match,' '),-1)," \t\n/");
74 …er( $match, $state, $pos, $handler, array('mergehint', 'start', $data, sectionID( $data, $this->ch…
89 public function render($mode, Doku_Renderer $renderer, $data) { argument
91 list( $type, $pos, $title, $id ) = $data;
/plugin/sha3sum/
H A Dsyntax.php38 public function render($mode, Doku_Renderer $renderer, $data) { argument
44 $hash = hash('sha3-512' , $data); // SHA3 support in php 7.2
48 $hash = Sha3::hash($data, 512);
/plugin/tagsections/action/
H A Deditbutton.php43 if ( $event->data['target'] != 'section' ) {
49 …m_makeButton('submit', 'sectiontag', 'add tag', array( 'range' => $event->data['range'], 'class' =…
50 …$event->result .= '<div class="sectiontag secedit editbutton_'.$event->data['secid'].'">' . $form-…
/plugin/task/
H A Dics.php17 $data = unserialize(io_readFile(metaFN($id, '.task'), false)); variable
18 if (!$data['vtodo']) msg('No VTODO data for this task.', -1);
30 $data['vtodo'].
/plugin/jplayer/
H A Daction.php21 $event->data['link'][] = array (
29 $event->data['script'][] = array (
37 $event->data['script'][] = array (
/plugin/mathjax/action/
H A Denable.php35 $event->data['script'][] = array(
50 $event->data['script'][] = array(
58 $event->data['script'][] = array(
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/Health/
H A DShard.php20 * @var array the shard health data
26 * @param array $data the shard health data
28 public function __construct(int $shardNumber, array $data) argument
31 $this->_data = $data;
/plugin/dokuprism/
H A Daction.php20 $event->data["link"][] = array (
26 $event->data["script"][] = array (
52 $event->data[] = $button;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DFunctionDeclarationSniff.php89 $data = array($spaces);
90 $fix = $phpcsFile->addFixableError($error, $stackPtr, 'SpaceAfterFunction', $data);
114 $data = array($spaces);
115 … $fix = $phpcsFile->addFixableError($error, $openBracket, 'SpaceBeforeOpenParen', $data);
136 $data = array($length);
137 $fix = $phpcsFile->addFixableError($error, $use, 'SpaceAfterUse', $data);
157 $data = array($length);
158 $fix = $phpcsFile->addFixableError($error, $use, 'SpaceBeforeUse', $data);
364 $data = array(
369 $fix = $phpcsFile->addFixableError($error, $i, 'Indent', $data);
/plugin/tipoftheday/
H A Daction.php30 if ( $event->data != '_totd_loadnew' ) {
45 $data = p_render('xhtml', $ins, $INFO);
48 print $data;
/plugin/skype/
H A Dsyntax.php132 $code .= '<div style="display: inline" id="SkypeButton_Call_'.$data.'_1">';
137 $code .= '"element": "SkypeButton_Call_'.$data.'_1",';
138 $code .= '"participants": ["'.$data.'"],';
/plugin/mcitem/
H A Dsyntax.php120 …$renderer->internalmedia($imageName, $data[2], null, $this->getConf('iconWidth'), null, 'cache', '…
128 $renderer->internallink($data[1], $data[2]);
/plugin/prosemirror/parser/
H A DParagraphNode.php13 public function __construct($data, Node $parent) argument
18 if (empty($data['content'])) {
21 foreach ($data['content'] as $nodeData) {

1...<<71727374757677787980>>...204