Home
last modified time | relevance | path

Searched refs:data (Results 3076 – 3100 of 5080) sorted by relevance

1...<<121122123124125126127128129130>>...204

/plugin/fedauth/classes/usr/
H A Dfa_manage.usr.class.php74 $data =& $store->getUserData();
78 foreach ($data as $entry) {
/plugin/structat/action/
H A Dcache.php40 $cache = $event->data;
84 $cache = $event->data;
/plugin/inclform/
H A Dsyntax.php86 function render($mode, Doku_Renderer $renderer, $data) { argument
88 $FORM_PARAMS = explode(';', $data);
/plugin/formatplus/syntax/
H A Dblockquoteplus.php75 function render($format, &$renderer, $data) { argument
76 list($state,$output) = $data;
/plugin/formatplus2/syntax/
H A Dblockquoteplus.php75 function render($format, Doku_Renderer $renderer, $data) { argument
76 list($state,$output) = $data;
H A Dquoteplus.php70 function render($format, Doku_Renderer $renderer, $data) { argument
71 list($state,$output) = $data;
/plugin/sketchcanvas/
H A Dsyntax.php48 function render($mode, Doku_Renderer $renderer, $data) { argument
50 list($state, $match) = $data;
86 // When rendering for dw2pdf, the data must be encoded in the URL.
/plugin/unblink/
H A Dsyntax.php45 function render($mode, Doku_Renderer $R, $data) { argument
48 extract($data);
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckcodeformatter.js48 FCKCodeFormatter._ProtectData = function( outer, opener, data, closer ) argument
50 return opener + '___FCKpd___' + FCKCodeFormatter.ProtectedData.AddItem( data ) + closer ;
/plugin/swiftmail/Swift/Cache/
H A DDisk.php57 public function write($key, $data) argument
60 if (false === fwrite($handle, $data))
/plugin/select/
H A Dsyntax.php37 function render($mode, Doku_Renderer $renderer, $data) { argument
40 list($title,$items) = $data;
/plugin/removeold/lang/en/
H A Dhelp.txt5 …aw.githubusercontent.com/splitbrain/dokuwiki/stable/data/deleted.files|GitHub: /dokuwiki/stable/da…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/
H A DDisallowSelfActionsSniff.php124 $data = array(
128 $phpcsFile->addError($error, $token, 'Found'.ucfirst($funcData['type']), $data);
/plugin/exttab3/helper/
H A Dodt.php11 public function render(Doku_Renderer $renderer, $data) argument
22 list($state, $tag, $attr) = $data;
/plugin/avbarchart/
H A Dsyntax.php125 public function render($mode, Doku_Renderer $renderer, $data) argument
128 list($state, $match) = $data;
/plugin/bpmnio/syntax/
H A Dbpmnio.php73 public function render($mode, Doku_Renderer $renderer, $data) argument
75 list($state, $type, $match, $posStart, $posEnd) = $data;
/plugin/combo/action/
H A Dlang.php56 * data
107 $initialLang = $event->data;
110 $event->data = $pageLang;
/plugin/dokugource/
H A Daction.php42 if(preg_match('`~~gourcecolor(<|:|>)#?([0-9a-z]{3}([0-9a-z]{3})?)~~`i', $event->data[0][1], $m)) {
48 $ns = $event->data[1].':'.(($m[1] == '<') ? '' : $event->data[2]);
/plugin/pycode/
H A Daction.php99 if ($event->data["page"] == $page) {
100 $event->data["body"] = p_cached_output(wikiFN($page));
232 $event->data[] = array (
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php127 $data = fread($fp, ($limit == 0 || $limit > 8192 ? 8192 : $limit));
128 $return .= $data;
130 $limit -= strlen($data);
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js.unc31 data:
38 success: function(data, textStatus, jqXHR)
40 existingTags = data.tags;
/plugin/calendoku/syntax/
H A Dshowtable.php91 $data = ft_pageLookup($namespace, true, false);
92 foreach($data as $pagename => $title) {
175 function render($mode, &$renderer, $data) { argument
/plugin/tindexmenu/
H A Dedit-full.js16 function indexmenu_createThemes(data,indx_list) { argument
17 if (data.substring(0,9) != 'indexmenu') {
40 adata=data.split(',');
/plugin/securelogin/
H A Dsecurelogin.js75 function ajaxSuccess(data) { argument
76 if(data === ''){ return; }
79 jsNode.text = data;
/plugin/quickstats/scripts/
H A Dget_geocity2.php60 $data = $http->get($url);
61 if(!$data) {
71 if(!fwrite($fp,$data)) {

1...<<121122123124125126127128129130>>...204