/plugin/icalendar/ |
H A D | functions.php | 55 $entry = array(); 85 $entry['startunixdate'] = $entry['startunixdate'] + $start_timeOffset; 86 $entry['startdate'] = strftime($dateFormat, $entry['startunixdate']); 93 $entry['endunixdate'] = $entry['endunixdate'] + $end_timeOffset; 95 $entry['enddate'] = strftime($dateFormat, $entry['endunixdate']); 96 $entry['endtime'] = strftime($timeFormat, $entry['endunixdate']); 104 $entry['startunixdate'] = $entry['startunixdate'] + $start_timeOffset; 105 $entry['startdate'] = strftime($dateFormat, $entry['startunixdate']); 111 $entry['endunixdate'] = $entry['endunixdate'] + $end_timeOffset - 1; 112 $entry['enddate'] = strftime($dateFormat, $entry['endunixdate']); [all …]
|
H A D | vevent.php | 14 $entry = parse_vevent( $vevent ); variable 19 if ( $entry['allday'] ) 21 if ( $entry['startdate'] != $entry['enddate'] ) 23 $filename .= $entry['startdate'].'_'.$entry['enddate']; 26 $filename .= $entry['startdate']; 30 if ( $entry['startdate'] != $entry['enddate'] ) 32 … $filename .= $entry['startdate'].$entry['starttime'].'_'.$entry['enddate'].$entry['endtime']; 35 $filename .= $entry['startdate'].'_'.$entry['starttime'].'_'.$entry['endtime'];
|
H A D | syntax.php | 166 foreach ($entries as $entry) { 192 $location = $entry['location']; 216 if ( $entry['allday'] ) 218 $dateString = $entry['startdate'].'-'.$entry['enddate']; 221 …$dateString = $entry['startdate'].' '.$entry['starttime'].'-'.$entry['enddate'].' '.$entry['endtim… 226 if ( $entry['allday'] ) 228 $dateString = $entry['startdate']; 231 $dateString = $entry['startdate'].' '.$entry['starttime'].'-'.$entry['endtime']; 235 $dateString = $entry['startdate']; 304 if ($from && $entry['endunixdate']) { [all …]
|
/plugin/podcast/blogtng-tpl/ |
H A D | entry.php | 4 $page = $entry->entry['page']; 18 <?php if ($link = $entry->tpl_previouslink('« @TITLE@', $entry->entry['page'], true)) { ?> 23 <?php if ($link = $entry->tpl_nextlink('@TITLE@ »', $entry->entry['page'], true)) { ?> 32 $entry->tpl_link(); 36 $entry->tpl_link(); 37 echo "\"> // ".$entry->entry["title"]."</a></h1>"; 59 $entry->tpl_entry(//included 72 <?php if ($entry->has_tags()) { echo "Tags:"; $entry->tpl_tags(""); } ?> 77 if ($entry->entry["commentstatus"] !== "disabled") { 84 $entry->tpl_comments($entry->entry["blog"]); [all …]
|
H A D | list.php | 4 $page = $entry->entry['page']; 18 $entry->tpl_link(); 20 $entry->tpl_created("%Y-%m-%d"); 22 $entry->tpl_link(); 23 echo "\"> // ".$entry->entry["title"]."</a></h1>"; 44 $entry->tpl_entry(//included 56 …<?php $entry->tpl_created("%Y-%m-%d"); ?> written by <?php $entry->tpl_author(); ?>… 57 …<a href="<?php $entry->tpl_link(); ?>" class="wikilink1 blogtng_permalink" title="<?php echo hsc($… 59 if ($entry->has_tags()){ 60 echo "Tags:"; $entry->tpl_tags("");
|
/plugin/blogtng/tpl/default/ |
H A D | entry.php | 15 <?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 D | feed.php | 5 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('');
|
/plugin/publistx/bib2tpl/lib/ |
H A D | BibTex.php | 294 $entry = true; 433 $entry = substr($entry, 0, $position); 453 $entry = substr($entry, 0, $position); 619 $entry = substr($entry, 1, -1); 626 return $entry; 636 function _unwrap($entry) argument 638 $entry = preg_replace('/\s+/', ' ', $entry); 639 return trim($entry); 651 if ( (''!=$entry) && (is_string($entry)) ) { 654 return $entry; [all …]
|
/plugin/publistf/bib2tpl/lib/ |
H A D | BibTex.php | 294 $entry = true; 433 $entry = substr($entry, 0, $position); 453 $entry = substr($entry, 0, $position); 619 $entry = substr($entry, 1, -1); 626 return $entry; 636 function _unwrap($entry) argument 638 $entry = preg_replace('/\s+/', ' ', $entry); 639 return trim($entry); 651 if ( (''!=$entry) && (is_string($entry)) ) { 654 return $entry; [all …]
|
/plugin/publist/bib2tpl/lib/ |
H A D | BibTex.php | 294 $entry = true; 433 $entry = substr($entry, 0, $position); 453 $entry = substr($entry, 0, $position); 619 $entry = substr($entry, 1, -1); 626 return $entry; 636 function _unwrap($entry) argument 638 $entry = preg_replace('/\s+/', ' ', $entry); 639 return trim($entry); 651 if ( (''!=$entry) && (is_string($entry)) ) { 654 return $entry; [all …]
|
/plugin/facebookevents/ |
H A D | syntax.php | 258 $entry = str_replace('{title}', $name, $entry ); 260 $entry = str_replace('{location}', $location, $entry ); 261 $entry = str_replace('{place}', $place_name, $entry ); 262 $entry = str_replace('{city}', $city, $entry ); 263 $entry = str_replace('{country}', $country, $entry ); 264 $entry = str_replace('{zip}', $zip, $entry ); 265 $entry = str_replace('{image}', $pic, $entry); 266 $entry = str_replace('{image_large}', $pic, $entry); 267 $entry = str_replace('{image_small}', $pic, $entry); 268 $entry = str_replace('{image_square}', $pic, $entry); [all …]
|
/plugin/publist/bib2tpl/ |
H A D | bibtex_converter.php | 159 foreach ( $parsed as &$entry ) { 160 $result[$entry['entrykey']] = $entry; 231 foreach ( $data as $entry ) { 240 if ( !empty($entry[$field]) ) { 243 : $entry[$field]; 256 $entry['entrykey'] = $replacementKeys[$entry['entrykey']]; 259 $result[] = $entry; 278 foreach ( $data as $entry ) { 298 $result[$target][] = $entry; 409 foreach ( $data as $entry ) { [all …]
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
H A D | Entries.php | 52 foreach ($entries as $entry) { 64 * @param Entry|Dn|string $entry 67 public function has($entry): bool argument 69 if ($entry instanceof Entry) { 90 foreach ($this->entries as $entry) { 91 if ($entry->getDn()->toString() === $dn) { 92 return $entry; 106 $entry = \reset($this->entries); 108 return $entry === false ? null : $entry; 118 $entry = \end($this->entries); [all …]
|
/plugin/publistf/bib2tpl/ |
H A D | bibtex_converter.php | 178 foreach ( $parsed as &$entry ) { 179 $result[$entry['entrykey']] = $entry; 250 foreach ( $data as $entry ) { 259 if ( !empty($entry[$field]) ) { 262 : $entry[$field]; 275 $entry['entrykey'] = $replacementKeys[$entry['entrykey']]; 278 $result[] = $entry; 297 foreach ( $data as $entry ) { 317 $result[$target][] = $entry; 428 foreach ( $data as $entry ) { [all …]
|
/plugin/publistx/bib2tpl/ |
H A D | bibtex_converter.php | 174 foreach ( $parsed as &$entry ) { 175 $result[$entry['entrykey']] = $entry; 246 foreach ( $data as $entry ) { 255 if ( !empty($entry[$field]) ) { 258 : $entry[$field]; 271 $entry['entrykey'] = $replacementKeys[$entry['entrykey']]; 274 $result[] = $entry; 293 foreach ( $data as $entry ) { 313 $result[$target][] = $entry; 424 foreach ( $data as $entry ) { [all …]
|
/plugin/blogtng/helper/ |
H A D | entry.php | 22 public $entry = null; variable in helper_plugin_blogtng_entry 82 $this->entry = $result[0]; 100 $this->entry = $row; 113 public function set($entry) { argument 116 $this->entry[$key] = $entry[$key]; 147 if(!$this->entry['page'] or !page_exists($this->entry['page']) OR !$this->entry['blog']){ 190 if(!$this->entry['pid'] || $this->entry['pid'] == md5('')){ 202 $this->entry['pid'], 203 $this->entry['page'], 227 $this->entry['pid'] [all …]
|
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/ |
H A D | CurlMultiHandler.php | 84 $entry = [ 96 $entry['deferred']->promise(), 103 $this->addRequest($entry); 147 private function addRequest(array &$entry) argument 149 $id = (int) $entry['handle']; 150 $this->handles[$id] = $entry; 229 $entry = $this->handles[$id]; 239 $entry['request'], 240 $entry['response'], 241 $entry['headers'], [all …]
|
/plugin/blog/syntax/ |
H A D | archive.php | 131 foreach ($entries as $entry) { 134 if (($start > $entry['date']) || ($entry['date'] >= $end)) continue; 136 $pagelist->addPage($entry); 149 foreach ($entries as $entry) { 152 if (($start > $entry['date']) || ($entry['date'] >= $end)) continue; 173 foreach ($entries as $entry) { 175 if (($start > $entry['date']) || ($entry['date'] >= $end)) continue; 177 if ($current_year != date('o',$entry['date'])) { 182 $current_year = date('o',$entry['date']); 190 $current_month = date('m',$entry['date']); [all …]
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/ |
H A D | RangeRetrieval.php | 46 public function getRanged(Entry $entry, $attribute): ?Attribute argument 62 * @param Entry $entry 65 public function getAllRanged(Entry $entry): array argument 69 foreach ($entry->getAttributes() as $attribute) { 88 * @param Entry $entry 94 …turn (bool) ($attribute !== null ? $this->getRanged($entry, $attribute) : $this->getAllRanged($ent… 116 * @param Entry|Dn|string $entry 156 * @param Entry|Dn|string $entry 166 $entry = $this->client->readOrFail($entry, [$attrResult]); 167 $attribute = $this->getRanged($entry, $attrResult); [all …]
|
/plugin/importfacebookevents/nppBackup/ |
H A D | syntax.php.2018-03-08_163705.bak | 326 $entry = str_replace('{title}', $name, $entry); 330 $entry = str_replace('{place}', $place_name, $entry); 331 $entry = str_replace('{city}', $city, $entry); 332 $entry = str_replace('{country}', $country, $entry); 333 $entry = str_replace('{zip}', $zip, $entry); 334 $entry = str_replace('{image}', $picFull, $entry); 339 $entry = str_replace('{date}', $dateStart, $entry); 340 $entry = str_replace('{time}', $time, $entry); 346 $entry = str_replace('{enddate}', $dateEnd, $entry); 347 $entry = str_replace('{endtime}', $timeEnd, $entry); [all …]
|
H A D | syntax.php.2018-03-08_165255.bak | 333 $entry = str_replace('{title}', $name, $entry); 337 $entry = str_replace('{place}', $place_name, $entry); 338 $entry = str_replace('{city}', $city, $entry); 339 $entry = str_replace('{country}', $country, $entry); 340 $entry = str_replace('{zip}', $zip, $entry); 341 $entry = str_replace('{image}', $picFull, $entry); 346 $entry = str_replace('{date}', $dateStart, $entry); 347 $entry = str_replace('{time}', $time, $entry); 353 $entry = str_replace('{enddate}', $dateEnd, $entry); 354 $entry = str_replace('{endtime}', $timeEnd, $entry); [all …]
|
H A D | syntax.php.2018-03-08_163658.bak | 327 $entry = str_replace('{title}', $name, $entry); 331 $entry = str_replace('{place}', $place_name, $entry); 332 $entry = str_replace('{city}', $city, $entry); 333 $entry = str_replace('{country}', $country, $entry); 334 $entry = str_replace('{zip}', $zip, $entry); 335 $entry = str_replace('{image}', $picFull, $entry); 340 $entry = str_replace('{date}', $dateStart, $entry); 341 $entry = str_replace('{time}', $time, $entry); 347 $entry = str_replace('{enddate}', $dateEnd, $entry); 348 $entry = str_replace('{endtime}', $timeEnd, $entry); [all …]
|
H A D | syntax.php.2018-03-08_163718.bak | 326 $entry = str_replace('{title}', $name, $entry); 330 $entry = str_replace('{place}', $place_name, $entry); 331 $entry = str_replace('{city}', $city, $entry); 332 $entry = str_replace('{country}', $country, $entry); 333 $entry = str_replace('{zip}', $zip, $entry); 334 $entry = str_replace('{image}', $picFull, $entry); 339 $entry = str_replace('{date}', $dateStart, $entry); 340 $entry = str_replace('{time}', $time, $entry); 346 $entry = str_replace('{enddate}', $dateEnd, $entry); 347 $entry = str_replace('{endtime}', $timeEnd, $entry); [all …]
|
H A D | syntax.php.2018-03-08_164623.bak | 326 $entry = str_replace('{title}', $name, $entry); 330 $entry = str_replace('{place}', $place_name, $entry); 331 $entry = str_replace('{city}', $city, $entry); 332 $entry = str_replace('{country}', $country, $entry); 333 $entry = str_replace('{zip}', $zip, $entry); 334 $entry = str_replace('{image}', $picFull, $entry); 339 $entry = str_replace('{date}', $dateStart, $entry); 340 $entry = str_replace('{time}', $time, $entry); 346 $entry = str_replace('{enddate}', $dateEnd, $entry); 347 $entry = str_replace('{endtime}', $timeEnd, $entry); [all …]
|
H A D | syntax.php.2018-03-08_164706.bak | 330 $entry = str_replace('{title}', $name, $entry); 334 $entry = str_replace('{place}', $place_name, $entry); 335 $entry = str_replace('{city}', $city, $entry); 336 $entry = str_replace('{country}', $country, $entry); 337 $entry = str_replace('{zip}', $zip, $entry); 338 $entry = str_replace('{image}', $picFull, $entry); 343 $entry = str_replace('{date}', $dateStart, $entry); 344 $entry = str_replace('{time}', $time, $entry); 350 $entry = str_replace('{enddate}', $dateEnd, $entry); 351 $entry = str_replace('{endtime}', $timeEnd, $entry); [all …]
|