Home
last modified time | relevance | path

Searched refs:data (Results 4576 – 4600 of 5080) sorted by last modified time

1...<<181182183184185186187188189190>>...204

/plugin/publistx/bib2tpl/lib/
H A DBibTex.php99 var $data; variable in Structures_BibTex
167 $this->data = array();
276 $this->data = array();
329 $this->data[] = $entrydata;
341 foreach ($this->data as $entry) {
954 return sizeof($this->data);
1007 foreach ($this->data as $entry) {
1048 $this->data[] = $newentry;
1063 foreach ($this->data as $entry) {
1090 foreach ($this->data as $entry) {
[all …]
H A DPEAR.php246 * @param mixed $data the value to test
254 function isError($data, $code = null) argument
256 if (!is_a($data, 'PEAR_Error')) {
263 return $data->getMessage() == $code;
266 return $data->getCode() == $code;
/plugin/publistx/
H A Dsyntax.php36 $data = array();
47 $data['options'] = array();
89 return $data;
95 if ( empty($data['error']) ) {
99 … $data['error'] .= $data['bibtex']['type'].' '.$data['bibtex']['ref'].' does not exist<br />';
105 … $data['error'] .= $data['template']['type'].' '.$data['template']['ref'].' does not exist<br />';
109 if ($data['authors']) {
113 … $data['error'] .= $data['authors']['type'].' '.$data['authors']['ref'].' does not exist<br />';
137 if ( !empty($data['error']) ) {
146 function _load($data, $kind) { argument
[all …]
/plugin/publistx/bib2tpl/
H A DREADME1 bib2tpl converts the famous bibliographic data format BibTeX into whatever you want.
H A Dbibtex_converter.php172 $parsed = self::$parser->data;
208 $data = $bibtex;
214 $data = $this->filter($data, $replacementKeys);
215 $data = $this->group($data);
216 $data = $this->sort($data);
246 foreach ( $data as $entry ) {
331 private function sort($data) { argument
342 return $data;
359 array(Helper::lcount($data, 2), count($data)),
555 $data = str_replace(array_keys($this->authorlist),$this->authorlist,$data);
[all …]
/plugin/headerfooter/
H A Daction.php31 $event->data = $header . $event->data;
38 $event->data .= $footer;
/plugin/calendoku/
H A Daction.php14 if (!is_string($event->data) || strcmp($event->data, 'ical'))
38 if ($event->data[3])
45 if (!isset($event->data[1]))
50 if (!strcmp($template, $event->data[2]))
56 if (!strcmp($event->data[1], $namespace)) {
63 $event->data[0][1] = $this->reparseTemplateWrite($event->data[0][1]);
/plugin/colorpicker/
H A Daction.php46 $event->data[] = array(
/plugin/duoshuo-dokuwiki/
H A Daction.php36 $flag = $this->_canShowDuoshuo($event->data);
38 …$event->data = preg_replace('/[^<nowiki>]' . syntax_plugin_duoshuo::DUOSHUO_SYNTAX . '/', '', $eve…
44 $flag = $this->_canShowDuoshuo($event->data);
46 $event->data .= $this->getDuoshuoScript();
53 * @param string $data wikitest
56 private function _canShowDuoshuo($data){ argument
58 …uo = preg_match('/[^<nowiki>]' . syntax_plugin_duoshuo::NODUOSHUO_SYNTAX . '/' , $data , $matches);
73 …ount = preg_match('/[^<nowiki>]' . syntax_plugin_duoshuo::DUOSHUO_SYNTAX . '/' , $data , $matches);
H A Dsyntax.php63 * @param array $data The data from the handler() function
66 public function render($mode, &$renderer, $data) { argument
68 if($data[0] == "duoshuo"){
/plugin/runcommand/
H A Dsyntax.php199 function render($mode, &$renderer, $data) { argument
209 if ($data == null) { // If data is null, the user write block wrong.
221 foreach ($data as $element) {
H A Dscript.js52 function(data){ jQuery('DIV#rcResult'+id).empty(); jQuery('DIV#rcResult'+id).wrapInner(data); } argument
/plugin/behave/
H A Dbehave.js260 set: function(data){
261 defaults.textarea.value = data;
267 var data = utils.editor.get(), variable
270 matchedFence = data.indexOf(defaults.fence),
280 data = data.substring(matchedFence+defaults.fence.length);
281 matchedFence = data.indexOf(defaults.fence);
/plugin/txt2tags/
H A Dsyntax.php56 function render($mode, &$renderer, $data) { argument
60 list($state,$match) = $data;
73 list($state,$match) = $data;
H A Daction.php35 $event->data = "<t2t>\n".$event->data."\n</t2t>";
H A Ddeploy.sh3 rm -fr ../../../data/cache/*
/plugin/asana/syntax/
H A DAsanaSyntax.php114 * @param array $data The data from the handler() function
117 public function render($mode, Doku_Renderer &$renderer, $data) { argument
118 $renderer->doc .=$data;
/plugin/masciimath/
H A Dsyntax.php517 function render($mode, &$renderer, $data) { argument
519 $renderer->doc .= $data;
/plugin/metaheaders/
H A DREADME29 re-install it. The configuration file holding your data and the plugin
31 re-install this plugin without loosing your MetaHeaders config data.
H A Daction.php55 $head =& $event->data;
/plugin/sphinxsearch/
H A DINSTALL12 2. Run Sphinx Search indexer to index your DokuWiki data for the first time:
23 periodically re-index your DokuWiki data, e.g.:
H A DSphinxSearch.php126 foreach ($pagesIds as $crc => $data){
127 if (empty($data['page'])){
130 if (!empty($data['hid'])){
131 …Html = p_render('xhtml',p_get_instructions(getSectionByTitleLevel($data['page'], $data['title'], t…
133 $bodyHtml = p_wiki_xhtml($data['page']);
138 if(!empty($data['title_text'])){
139 $titleText[$crc] = strip_tags($data['title_text']);
141 $titleText[$crc] = $data['page'];
143 $category[$crc] = $data['page'];
202 public function getExcerpt($data, $query) argument
[all …]
H A Dchangelog8 * Fixed detection of DokuWiki data directory when data directory is absolute path
H A Dfunctions.php7 function formatXml($data) argument
22 array($data['id'], escapeTextValue($data['title_to_index']),
26 $data['level'], $data['modified']),
301 $data = array();
302 sort($data);
305 return $data;
316 $data = array();
340 return $data;
345 $data = array();
349 if(!count($data)) return false;
[all …]
H A Dsphinx.conf16 path = ../../../data/sphinxsearch/dk_main
42 log = ../../../data/sphinxsearch/searchd.log
43 query_log = ../../../data/sphinxsearch/query.log
46 pid_file = ../../../data/sphinxsearch/searchd.pid

1...<<181182183184185186187188189190>>...204