Home
last modified time | relevance | path

Searched refs:data (Results 2826 – 2850 of 5080) sorted by relevance

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

/plugin/sql2wiki/action/
H A Dsqlite.php109 if ($event->data['stmt']->rowCount() == 0) return; // ignore select queries
110 $db = $event->data['sqlitedb']->getDbName();
116 $upstream = $event->data['upstream'];
117 $query_name = $event->data['name'];
/plugin/farmer/
H A DDokuWikiFarmCore.php121 return DOKU_FARMDIR . $this->getAnimal() . '/data/';
394 foreach ($prepend as $section => $data) {
395 $config_cascade[$key][$section] = array_merge($data, $config_cascade[$key][$section]);
397 foreach ($append as $section => $data) {
398 $config_cascade[$key][$section] = array_merge($config_cascade[$key][$section], $data);
/plugin/addnewpage/
H A Dsyntax.php90 public function render($format, Doku_Renderer $renderer, $data) { argument
95 $namespaceinput = $this->_htmlNamespaceInput($data['namespace'], $disablecache);
106 $newpagetemplateinput = $this->_htmlTemplateInput($data['newpagetemplates']);
113 . '<input type="hidden" name="newpagevars" value="' . $data['newpagevars'] . '"/>'
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js1119 var data = JSON.parse(evt.data);
1121 if (data != null && data.action == 'configure')
3787 data = this.extractGraphModelFromPng(data);
4643 onload(data);
4708 data = (data != null) ? data : this.emptyDiagramXml;
5049 if (data != null)
5093 data = Graph.decompress(data);
6673 data = 'data:image/png;base64,' + data;
6677 data = 'data:application/pdf;base64,' + data;
6682data = (window.atob && !mxClient.IS_IE && !mxClient.IS_IE11) ? atob(data) : Base64.decode(data);
[all …]
H A DGitLabFile.js5 GitLabFile = function(ui, data, meta) argument
7 GitHubFile.call(this, ui, data, meta);
/plugin/revealjs/js/
H A Dreveal.js1176 var data = { class in AnonymousFunctione17f777e0200.syncBackground
1189 if( data.background ) {
1202 …if( data.background || data.backgroundColor || data.backgroundImage || data.backgroundVideo || dat…
1217 if( data.backgroundColor ) element.style.backgroundColor = data.backgroundColor;
1226 if( data.backgroundOpacity ) contentElement.style.opacity = data.backgroundOpacity;
1273 var data = event.data;
1276 …if( typeof data === 'string' && data.charAt( 0 ) === '{' && data.charAt( data.length - 1 ) === '}'…
1277 data = JSON.parse( data );
1280 if( data.method && typeof Reveal[data.method] === 'function' ) {
1284 var result = Reveal[data.method].apply( Reveal, data.args );
[all …]
/plugin/googlefonts/
H A Daction.php53 $event->data['link'][] = array(
64 $event->data['style'][] = array(
/plugin/bbcode/
H A Dolist.php50 function render($mode, Doku_Renderer $renderer, $data) { argument
52 list($state, $match) = $data;
/plugin/fontsize2/
H A Dsyntax.php65 public function render($format, Doku_Renderer $renderer, $data) { argument
67 list($state, $fs) = $data;
/plugin/logindelay/action/
H A Dlogin.php32 $user = $event->data['user'];
59 $loginUser = $event->data['user'];
/plugin/cellbg/
H A Dsyntax.php80 function render($mode, Doku_Renderer $renderer, $data) { argument
82 list($state, $color, $text) = $data;
/plugin/cellbg2/
H A Dsyntax.php80 function render($mode, Doku_Renderer $renderer, $data) { argument
82 list($state, $color, $text) = $data;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DLowercaseStyleDefinitionSniff.php94 $data = array(
99 $fix = $phpcsFile->addFixableError($error, $i, 'FoundUpper', $data);
/plugin/bbcodeextensions/syntax/
H A Danchor.php34 function render($mode, Doku_Renderer $renderer, $data) { argument
35 list ($state, $match) = $data;
/plugin/combo/action/
H A Dmetamanager.php61 if ($event->data['view'] != 'page') return;
68 array_splice($event->data['items'], -1, 0, array(new MetaManagerMenuItem()));
/plugin/struct/helper/
H A Dlookup.php37 foreach ($tosave as $table => $data) {
45 $validator = $access->getValidator($data);
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js299 var data = el.dataset,
302 x: toNumber(data.x),
303 y: toNumber(data.y),
304 z: toNumber(data.z)
307 x: toNumber(data.rotateX),
308 y: toNumber(data.rotateY),
309 z: toNumber(data.rotateZ || data.rotate)
311 scale: toNumber(data.scale, 1),
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckw3crange.js145 this.setEnd( refNode, refNode.nodeType == 3 ? refNode.data.length : refNode.childNodes.length ) ;
402 startTextNode.data += startTextNode.nextSibling.data ;
409 endTextNode.data += endTextNode.nextSibling.data ;
/plugin/vbsso/
H A DREADME.md7 … that WordPress can use the vBulletin user database to manage authentication and user profile data.
8 …user profile data. The second component is plugins for other platforms (like DokuWiki) that teach …
14 Plugin doesn't revert already sync data back to its original state if you decide to disable plugin …
64 …fault Platform Shared Key by setting it to more secure unreadable phrase to encrypt exchanged data.
/plugin/refnotes/lang/en/
H A D__template.txt3 On this page you can define commonly used notes for [[doku>plugin:refnotes|RefNotes plugin]]. Every note is defined as collection of data //fields//. There are number of ways to organize the note definitions:
5 * Group a number of notes into single data table (//sheet//). The first row of the table is used to specify which field the corresponding column contains.
8 * Store one note per page as [[doku>plugin:data|Data plugin]] entry. This way the notes are stored in a database, which allows to make queries against the bibliography data, for example, see all books of a certain author. Unfortunately Data plugin allows only one ''dataentry'' section per page.
69 The dataentry below is wrapped into ''<code>'' section to be properly presented in absence of [[doku>plugin:data|Data plugin]].
/plugin/twistienav4bootstrap3/
H A Dscript.js168 onCompletion: function(data) { argument
171 if (data === '') { return; }
176 .html(data)
/plugin/tabbox/
H A Dsyntax.php88 * @param array $data The data from the handler() function
91 public function render($mode, Doku_Renderer $renderer, $data) { argument
94 list($state, $match, $pos) = $data;
/plugin/onlinenumber/
H A Dsyntax.php141 function render($mode, Doku_Renderer $renderer, $data) { argument
175 $renderer->doc .= htmlspecialchars($count) .htmlspecialchars($data[0]);
177 $renderer->doc .= htmlspecialchars($count) .htmlspecialchars($data[1]);
/plugin/imagebox/
H A Dsyntax.php95 function render($mode, Doku_Renderer $renderer, $data){
99 list($state, $match) = $data;
112 // Clear previous persistent data
123 list($state,$match) = $data;
79 render($mode, Doku_Renderer $renderer, $data) global() argument
/plugin/twistienav/
H A Dscript.js180 onCompletion: function(data) { argument
183 if (data === '') { return; }
188 .html(data)

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