Home
last modified time | relevance | path

Searched refs:entry (Results 1 – 25 of 529) sorted by relevance

12345678910>>...22

/plugin/bibtex4dw/lib/
Dbibtexparser.php277 $entry = false;
295 $entry = true;
296 …} elseif ($entry && ('{' == $char) && ('\\' != $lastchar)) { //Inside an entry and non quoted brac…
303 …} elseif ($entry && ('}' == $char) && ('\\' != $lastchar)) { //Inside an entry and non quoted brac…
315 $entry = false;
325 if ($entry) { //Inside entry
357 foreach ($this->data as $entry) {
358 $cites[] = $entry['cite'];
393 $entry = false;
408 $entry = true;
[all …]
/plugin/icalendar/
Dfunctions.php55 $entry = array();
56 $entry['vevent'] = "BEGIN:VEVENT\r\n".$vevent."END:VEVENT\r\n";
59 $entry['summary'] = str_replace('\,', ',', $summary[1]);
80 …$entry['startunixdate'] = mktime($dtstart[4], $dtstart[5], $dtstart[6], $dtstart[2], $dtstart[3], …
83 $start_timeOffset = get_timezone_offset($start_timezone, $entry['startunixdate']);
85 $entry['startunixdate'] = $entry['startunixdate'] + $start_timeOffset;
86 $entry['startdate'] = strftime($dateFormat, $entry['startunixdate']);
87 $entry['starttime'] = strftime($timeFormat, $entry['startunixdate']);
90 …$entry['endunixdate'] = mktime($dtend[4], $dtend[5], $dtend[6], $dtend[2], $dtend[3], $dtend[1])…
92 $end_timeOffset = get_timezone_offset($end_timezone, $entry['endunixdate']);
[all …]
Dvevent.php14 $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'];
Dsyntax.php166 foreach ($entries as $entry) {
173 $entryTemplate = str_replace('{description}', $entry['description'], $entryTemplate );
176 $entryTemplate = str_replace('{summary}', $entry['summary'], $entryTemplate );
186 $summary_link['title'] = $entry['summary'];
187 …$summary_link['url'] = 'lib/plugins/iCalendar/vevent.php?vevent='.urlencode( $entry['vevent'] );
188 $summary_link['name'] = $entry['summary'];
192 $location = $entry['location'];
211 $startDay = date("Ymd", $entry['startunixdate']);
212 $endDay = date("Ymd", $entry['endunixdate']);
216 if ( $entry['allday'] )
[all …]
/plugin/podcast/blogtng-tpl/
Dentry.php4 $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();
34 $entry->tpl_created("%Y-%m-%d");
36 $entry->tpl_link();
37 echo "\"> // ".$entry->entry["title"]."</a></h1>";
59 $entry->tpl_entry(//included
70 <?php $entry->tpl_created("%Y-%m-%d @ %H:%M"); ?> |
71 written by <?php $entry->tpl_author(); ?> |
[all …]
Dlist.php4 $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"); ?>&#160;written&#160;by&#160;<?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/asciidocjs/node_modules/core-js/library/modules/
D_collection-strong.js19 var entry;
22 for (entry = that._f; entry; entry = entry.n) {
23 if (entry.k == key) return entry;
42 … for (var that = validate(this, NAME), data = that._i, entry = that._f; entry; entry = entry.n) {
43 entry.r = true;
44 if (entry.p) entry.p = entry.p.n = undefined;
45 delete data[entry.i];
54 var entry = getEntry(that, key);
55 if (entry) {
56 var next = entry.n;
[all …]
/plugin/asciidocjs/node_modules/core-js/modules/
D_collection-strong.js19 var entry;
22 for (entry = that._f; entry; entry = entry.n) {
23 if (entry.k == key) return entry;
42 … for (var that = validate(this, NAME), data = that._i, entry = that._f; entry; entry = entry.n) {
43 entry.r = true;
44 if (entry.p) entry.p = entry.p.n = undefined;
45 delete data[entry.i];
54 var entry = getEntry(that, key);
55 if (entry) {
56 var next = entry.n;
[all …]
/plugin/publistf/bib2tpl/lib/
DBibTex.php279 $entry = false;
294 $entry = true;
295 …} elseif ($entry && ('{' == $char) && ('\\' != $lastchar)) { //Inside an entry and non quoted brac…
297 …} elseif ($entry && ('}' == $char) && ('\\' != $lastchar)) { //Inside an entry and non quoted brac…
303 $entry = false;
318 if ($entry) { //Inside entry
341 foreach ($this->data as $entry) {
342 $cites[] = $entry['cite'];
380 * @param string $entry The entry
383 function _parseEntry($entry) argument
[all …]
/plugin/publist/bib2tpl/lib/
DBibTex.php279 $entry = false;
294 $entry = true;
295 …} elseif ($entry && ('{' == $char) && ('\\' != $lastchar)) { //Inside an entry and non quoted brac…
297 …} elseif ($entry && ('}' == $char) && ('\\' != $lastchar)) { //Inside an entry and non quoted brac…
303 $entry = false;
318 if ($entry) { //Inside entry
341 foreach ($this->data as $entry) {
342 $cites[] = $entry['cite'];
380 * @param string $entry The entry
383 function _parseEntry($entry) argument
[all …]
/plugin/publistx/bib2tpl/lib/
DBibTex.php279 $entry = false;
294 $entry = true;
295 …} elseif ($entry && ('{' == $char) && ('\\' != $lastchar)) { //Inside an entry and non quoted brac…
297 …} elseif ($entry && ('}' == $char) && ('\\' != $lastchar)) { //Inside an entry and non quoted brac…
303 $entry = false;
318 if ($entry) { //Inside entry
341 foreach ($this->data as $entry) {
342 $cites[] = $entry['cite'];
380 * @param string $entry The entry
383 function _parseEntry($entry) argument
[all …]
/plugin/blogtng/tpl/default/
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']) {
33 echo $lang['lastmod'].": ";$entry->tpl_lastmodified($conf['dformat']);echo ", ";
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') {?>
[all …]
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('');
/plugin/facebookevents/
Dsyntax.php255 $entry = $data['template'];
258 $entry = str_replace('{title}', $name, $entry );
259 $entry = str_replace('{description}', $description, $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);
[all …]
/plugin/publist/bib2tpl/
Dbibtex_converter.php159 foreach ( $parsed as &$entry ) {
160 $result[$entry['entrykey']] = $entry;
231 foreach ( $data as $entry ) {
233 if ( empty($this->options['lang']['entrytypes'][$entry['entrytype']]) ) {
234 $entry['entrytype'] = $this->options['lang']['entrytypes']['unknown'];
240 if ( !empty($entry[$field]) ) {
242 ? $entry['niceauthor']
243 : $entry[$field];
255 if ( !empty($replacementKeys[$entry['entrykey']]) ) {
256 $entry['entrykey'] = $replacementKeys[$entry['entrykey']];
[all …]
/plugin/publistf/bib2tpl/
Dbibtex_converter.php178 foreach ( $parsed as &$entry ) {
179 $result[$entry['entrykey']] = $entry;
250 foreach ( $data as $entry ) {
252 if ( empty($this->options['lang']['entrytypes'][$entry['entrytype']]) ) {
253 $entry['entrytype'] = $this->options['lang']['entrytypes']['unknown'];
259 if ( !empty($entry[$field]) ) {
261 ? $entry['niceauthor']
262 : $entry[$field];
274 if ( !empty($replacementKeys[$entry['entrykey']]) ) {
275 $entry['entrykey'] = $replacementKeys[$entry['entrykey']];
[all …]
/plugin/publistx/bib2tpl/
Dbibtex_converter.php174 foreach ( $parsed as &$entry ) {
175 $result[$entry['entrykey']] = $entry;
246 foreach ( $data as $entry ) {
248 if ( empty($this->options['lang']['entrytypes'][$entry['entrytype']]) ) {
249 $entry['entrytype'] = $this->options['lang']['entrytypes']['unknown'];
255 if ( !empty($entry[$field]) ) {
257 ? $entry['niceauthor']
258 : $entry[$field];
270 if ( !empty($replacementKeys[$entry['entrykey']]) ) {
271 $entry['entrykey'] = $replacementKeys[$entry['entrykey']];
[all …]
/plugin/blogtng/helper/
Dentry.php20 public $entry = null; variable in helper_plugin_blogtng_entry
39 $this->entry = $this->prototype();
52 $this->entry = $this->prototype();
75 $this->entry['pid'] = $pid;
80 $this->entry = $result[0];
81 $this->entry['pid'] = $pid;
98 $this->entry = $row;
111 public function set($entry) { argument
112 foreach (array_keys($entry) as $key) {
113 … if (!in_array($key, array('pid', 'page', 'created', 'login')) || empty($this->entry[$key])) {
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
DEntries.php61 foreach ($entries as $entry) {
62 if (($index = array_search($entry, $this->entries, true)) !== false) {
73 * @param Entry|Dn|string $entry
76 public function has($entry): bool argument
78 if ($entry instanceof Entry) {
79 return (array_search($entry, $this->entries, true) !== false);
83 if ((string) $entry === $entryObj->getDn()->toString()) {
99 foreach ($this->entries as $entry) {
100 if ($entry->getDn()->toString() === $dn) {
101 return $entry;
[all …]
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
DCurlMultiHandler.php84 $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;
154 if (isset($entry['request']['client']['delay'])) {
155 $this->delays[$id] = microtime(true) + ($entry['request']['client']['delay'] / 1000);
156 } elseif (empty($entry['request']['future'])) {
157 curl_multi_add_handle($this->_mh, $entry['handle']);
[all …]
/plugin/blog/syntax/
Darchive.php131 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;
154 $renderer->meta['relation']['references'][$entry['id']] = true;
155 $renderer->meta['plugin_blog']['archive_pages'][] = $entry['id'];
173 foreach ($entries as $entry) {
175 if (($start > $entry['date']) || ($entry['date'] >= $end)) continue;
177 if ($current_year != date('o',$entry['date'])) {
[all …]
/plugin/indexmenu/scripts/contextmenu/
Djquery.ui-contextmenu.js431 setEntry: function(cmd, entry) { argument
435 if (typeof entry === "string") {
438 "Use setTitle(cmd, '" + entry + "') instead.");
439 return this.setTitle(cmd, entry);
442 entry.cmd = entry.cmd || cmd;
443 $.moogle.contextmenu.createEntryMarkup(entry, $entryLi);
444 if ($.isArray(entry.children)) {
446 $.moogle.contextmenu.createMenuMarkup(entry.children, $ul);
469 updateEntry: function(cmd, entry) { argument
473 if ( entry.title !== undefined ) {
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
DRangeRetrieval.php48 public function getRanged(Entry $entry, $attribute): ?Attribute argument
52 foreach ($this->getAllRanged($entry) as $rangedAttribute) {
64 * @param Entry $entry
68 public function getAllRanged(Entry $entry): array argument
72 foreach ($entry->getAttributes() as $attribute) {
91 * @param Entry $entry
95 public function hasRanged(Entry $entry, $attribute = null): bool argument
97 …turn (bool) ($attribute !== null ? $this->getRanged($entry, $attribute) : $this->getAllRanged($ent…
119 * @param Entry|Dn|string $entry
125 public function getMoreValues($entry, Attribute $attribute, $amount = '*'): Attribute argument
[all …]
/plugin/importfacebookevents/nppBackup/
Dsyntax.php.2018-03-08_163705.bak282 // Build the entry
283 $entry = $data[FB_EVENTS_TEMPLATE];
323 $entry = str_replace('{microdata}',$microdata, $entry);
326 $entry = str_replace('{title}', $name, $entry);
327 $entry = str_replace('{description}', $description, $entry);
328 $entry = str_replace('{location}', $location, $entry);
329 $entry = str_replace('{location_address}', $location_address, $entry);
330 $entry = str_replace('{place}', $place_name, $entry);
331 $entry = str_replace('{city}', $city, $entry);
332 $entry = str_replace('{country}', $country, $entry);
[all …]
Dsyntax.php.2018-03-08_165158.bak287 // Build the entry
288 $entry = $data[FB_EVENTS_TEMPLATE];
328 $entry = str_replace('{microdata}',$microdata, $entry);
331 $entry = str_replace('{title}', $name, $entry);
332 $entry = str_replace('{description}', $description, $entry);
333 $entry = str_replace('{location}', $location, $entry);
334 $entry = str_replace('{location_address}', $location_address, $entry);
335 $entry = str_replace('{place}', $place_name, $entry);
336 $entry = str_replace('{city}', $city, $entry);
337 $entry = str_replace('{country}', $country, $entry);
[all …]

12345678910>>...22