Home
last modified time | relevance | path

Searched refs:entry (Results 51 – 75 of 455) sorted by last modified time

12345678910>>...19

/plugin/odt/ODT/
H A DODTUtility.php832 $entry = array();
834 if ($entry ['content'] === false) {
835 $entry ['content'] = '';
837 $parsed [] = $entry;
840 $entry = array();
844 $entry ['content'] = $tagged;
852 $entry ['tag-orig'] = $tagged;
858 $entry ['matched'] = false;
859 $parsed [] = $entry;
863 $entry = array();
[all …]
/plugin/odt/ODT/elements/
H A DODTElementTable.php479 $entry = array();
480 $entry ['width'] = $width;
481 $entry ['obj'] = $style_obj;
482 $relative [] = $entry;
/plugin/blogtng/action/
H A Dedit.php61 $isNotExistingBlog = $this->entryhelper->entry['blog'] === null;
96 $commentstatus = $this->entryhelper->entry['commentstatus'];
114 $created = $this->entryhelper->entry['created'];
211 $commentstatus = $this->entryhelper->entry['commentstatus'];
231 $created = $this->entryhelper->entry['created'];
307 $entry = $this->collectInfoForEntry();
308 $this->entryhelper->set($entry);
310 $this->entryhelper->entry['blog'] = $blog;
314 if (empty($this->entryhelper->entry['page'])) {
315 $this->entryhelper->entry['page'] = $ID;
[all …]
H A Dentry.php52 $this->entryhelper->tpl_content($this->entryhelper->entry['blog'], 'entry');
H A Dfeed.php152 private function filterHeaders($entry) { argument
154 …if (is_array($entry) && $entry[0] == 'header' && count($entry) == 3 && is_array($entry[1]) && coun…
H A Dpagedata.php45 if($this->entryhelper->entry['blog']) {
48 $login = $this->entryhelper->entry['login'];
65 $entry = array(
75 $this->entryhelper->set($entry);
/plugin/blogtng/tpl/default/
H A Dentry.php15 <?php if ($link = $entry->tpl_previouslink('« @TITLE@', $entry->entry['page'], true)) { ?>
20 <?php if ($link = $entry->tpl_nextlink('@TITLE@ »', $entry->entry['page'], true)) { ?>
26 <?php $entry->tpl_entry(true, false, false) ?>
31 echo $this->getLang('created').": ";$entry->tpl_created($conf['dformat']);echo ", ";
32 if ($entry->entry['created'] != $entry->entry['lastmod']) {
35 echo $this->getLang('author').": ";$entry->tpl_author();
36 if ($entry->has_tags()) {
38 echo $this->getLang('tags').": ";$entry->tpl_tags('');
42 <?php if ($entry->entry['commentstatus'] != 'disabled') {?>
45 <?php $entry->tpl_comments(basename(dirname(__FILE__))) ?>
[all …]
H A Dlist.php17 if ($entry->tpl_entry(true, 'syntax', false)) {
20 <a href="<?php $entry->tpl_link()?>" class="wikilink1 blogtng_permalink"><?php echo $this->getLang(…
22 <?php global $conf; $entry->tpl_created($conf['dformat'])?>
24 <?php $entry->tpl_author()?>
26 …<a href="<?php $entry->tpl_link('the__comments')?>" class="wikilink1 blogtng_commentlink"><?php $e…
28 <?php echo $this->getLang('tags').": ";$entry->tpl_tags('')?>
H A Drecentcomments.php14 …<a href="<?php $entry->tpl_link('comment_'.$comment->getCid())?>" class="wikilink1"><?php $entry->…
H A Dfeed.php5 echo $entry->get_entrycontent() ?>
12 echo $this->getLang('created').": ";$entry->tpl_created($conf['dformat']);echo ", ";
13 if ($entry->entry['created'] != $entry->entry['lastmod']) {
14 echo $lang['lastmod'].": ";$entry->tpl_lastmodified($conf['dformat']);echo ", ";
16 echo $this->getLang('author').": ";$entry->tpl_author();
17 if ($entry->has_tags()) {
19 echo $this->getLang('tags').": ";$entry->tpl_tags('');
H A Dtagsearch.php16 …<a href="<?php $entry->tpl_link()?>" class="wikilink1 blogtng_permalink"><?php $entry->tpl_title()…
18 <?php global $conf;$entry->tpl_created($conf['dformat'])?>
20 <?php $entry->tpl_author()?>
22 Tags: <?php $entry->tpl_tags('')?>
/plugin/blogtng/helper/
H A Dcomments.php126 $entry = plugin_load('helper', 'blogtng_entry');
127 $entry->load_by_pid($comment->getPid());
128 if ($entry->entry['commentstatus'] !== 'enabled') {
241 $entry = $this->sqlitehelper->getDB()->res2row($res,0);
246 $title = sprintf($this->getLang('subscr_subject'),$entry['title']);
249 'TITLE' => $entry['title'],
258 …'URL' => wl($entry['page'],'',true).($comment->getCid() ? '#comment_'.$comment->getCid() :…
264 $mails[] = $entry['mail'];
292 $repl['UNSUBSCRIBE'] = wl($entry['page'], ['btngu' => $row['key']],true);
676 $entry = plugin_load('helper', 'blogtng_entry');
[all …]
H A Dlinkback.php17 $entry = $this->getPost();
20 $entry['blog'] !== '' && $entry['blog'] !== null &&
21 $entry['commentstatus'] === 'enabled';
32 return $ehelper->entry;
H A Dentry.php20 public $entry = null; variable in helper_plugin_blogtng_entry
80 $this->entry = $result[0];
98 $this->entry = $row;
111 public function set($entry) { argument
114 $this->entry[$key] = $entry[$key];
145 if(!$this->entry['page'] or !page_exists($this->entry['page']) OR !$this->entry['blog']){
188 if(!$this->entry['pid'] || $this->entry['pid'] == md5('')){
200 $this->entry['pid'],
201 $this->entry['page'],
225 $this->entry['pid']
[all …]
/plugin/blogtng/
H A Dstyle.css164 /* blog entry */
H A Dadmin.php545 foreach($entries as $entry) {
546 $this->htmlEntryItem($entry, $query);
555 * @param array $entry Single entry
560 private function htmlEntryItem($entry, $query) { argument
570 … ptln('<td class="entry_title">' . html_wikilink(':'.$entry['page'], $entry['title']) . '</td>');
574 $this->commenthelper->setPid($entry['pid']);
593 $this->taghelper->load($entry['pid']);
610 $params = array('id' => $entry['page'],
708 …$pagelink = html_wikilink(':'.$this->entryhelper->entry['page'], $this->entryhelper->entry['title'…
743 * @param array $entry Blog entry
[all …]
/plugin/blogtng/tpl/
H A Dsmall_list.php15 <?php $entry->tpl_title()?>
17 <?php $entry->tpl_commentcount('(%d Comments)','(%d Comment)', '(%d Comments)')?>
21 <?php $entry->tpl_abstract(50)?><br />
22 <?php $entry->tpl_permalink('read more…')?>
/plugin/feedmod/
H A Daction.php128 function _filterHeaders($entry) { argument
130 …if (is_array($entry) && $entry[0] == 'header' && count($entry) == 3 && is_array($entry[1]) && coun…
134 …is_array($entry) && $entry[0] == 'plugin' && is_array($entry[1]) && $entry[1][0] == 'include_heade…
/plugin/edittable/lib/
H A Dhandsontable.full.js21675 return entry && entry.v;
30782 for (entry = that._f; entry; entry = entry.n) {
30783 if (entry.k == key) return entry;
30802 … for (var that = validate(this, NAME), data = that._i, entry = that._f; entry; entry = entry.n) {
30804 if (entry.p) entry.p = entry.p.n = undefined;
30833 while (entry = entry ? entry.n : this._f) {
30834 f(entry.v, entry.k, this);
30836 while (entry && entry.r) entry = entry.p;
30888 while (entry && entry.r) entry = entry.p;
30941 if (entry) return entry[1];
[all …]
/plugin/blog/syntax/
H A Dautoarchive.php82 foreach ($entries as $entry) {
83 $date = strftime('%Y-%m',$entry['date']);
84 // entry in the right date range?
86 $pagelist->addPage($entry);
108 foreach($entries as $entry){
109 $y = date('Y',$entry['date']);
110 $m = date('m',$entry['date']);
H A Dblog.php27 array_unshift($flags, 'link'); // always make the first header of a blog entry a permalink (unless nolink is set)
107 // show new entry form
124 foreach ($entries as $entry) {
126 if(isset($entry['id']) && (auth_quickaclcheck($entry['id']) >= AUTH_READ)) {
128 if(!array_key_exists($entry['id'], $this->included_pages) || !$this->included_pages[$entry['id']]) {
129 $this->included_pages[$entry['id']] = true;
130 $renderer->nest($include->_get_instructions($entry['id'], '', 'page', $clevel, $include_flags));
131 $this->included_pages[$entry['i
[all...]
H A Darchive.php131 foreach ($entries as $entry) {
133 // entry in the right date range?
134 if (($start > $entry['date']) || ($entry['date'] >= $end)) continue;
136 $pagelist->addPage($entry);
149 foreach ($entries as $entry) {
151 // entry in the right date range?
152 if (($start > $entry['date']) || ($entry['date'] >= $end)) continue;
154 $renderer->meta['relation']['references'][$entry['i
[all...]
/plugin/pubmed2020/classes/
H A Dcache.php332 while (($entry = readdir($handle))){
333 $path = $this->mediaDir.'/'.$entry;
/plugin/statdisplay/helper/
H A Dtable.php48 $this->entry($from);
96 private function entry($date = '') function in helper_plugin_statdisplay_table
/plugin/linksuggest/
H A Daction.php130 foreach ($matchedPages as $entry) {
132 if($current_ns !== '' && !$entry['ns'] && $entry['type'] === 'f') {
137 'id' => noNS($entry['id']),
140 'type' => $entry['type'], // d/f
141 'title' => $entry['title'] ?? '', //namespace have no title, for pages sometimes no title
142 'rootns' => $entry['ns'] ? 0 : 1,
227 foreach ($matchedMedias as $entry) {
229 if($current_ns !== '' && !$entry['ns'] && $entry['typ
[all...]

12345678910>>...19