Home
last modified time | relevance | path

Searched refs:entry (Results 26 – 50 of 455) sorted by relevance

12345678910>>...19

/plugin/importfacebookevents/nppBackup/
H A Dsyntax.php.2018-03-08_164706.bak330 $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 …]
H A Dsyntax.php.2018-03-08_165027.bak332 $entry = str_replace('{title}', $name, $entry);
336 $entry = str_replace('{place}', $place_name, $entry);
337 $entry = str_replace('{city}', $city, $entry);
338 $entry = str_replace('{country}', $country, $entry);
339 $entry = str_replace('{zip}', $zip, $entry);
340 $entry = str_replace('{image}', $picFull, $entry);
345 $entry = str_replace('{date}', $dateStart, $entry);
346 $entry = str_replace('{time}', $time, $entry);
352 $entry = str_replace('{enddate}', $dateEnd, $entry);
353 $entry = str_replace('{endtime}', $timeEnd, $entry);
[all …]
H A Dsyntax.php.2018-03-08_165158.bak331 $entry = str_replace('{title}', $name, $entry);
335 $entry = str_replace('{place}', $place_name, $entry);
336 $entry = str_replace('{city}', $city, $entry);
337 $entry = str_replace('{country}', $country, $entry);
338 $entry = str_replace('{zip}', $zip, $entry);
339 $entry = str_replace('{image}', $picFull, $entry);
344 $entry = str_replace('{date}', $dateStart, $entry);
345 $entry = str_replace('{time}', $time, $entry);
351 $entry = str_replace('{enddate}', $dateEnd, $entry);
352 $entry = str_replace('{endtime}', $timeEnd, $entry);
[all …]
/plugin/facebookwall/
H A Dsyntax.php229 $entry = $data[FB_WALL_TEMPLATE];
266 $entry = str_replace('{message}', $post['message'], $entry );
267 $entry = str_replace('{message_short}', $post['message_short'], $entry );
270 … $entry = str_replace('{date}', date( $date_format, strtotime($post['created_time'])), $entry );
271 … $entry = str_replace('{time}', date( $time_format, strtotime($post['created_time'])), $entry );
272 …$entry = str_replace('{datetime}', date( $datetime_format, strtotime($post['created_time'])), $ent…
273 $entry = str_replace('{timestamp}', $post['created_time'], $entry );
281 $entry = str_replace('{image}', $pic, $entry );
287 $entry = str_replace('{url}', $post_url, $entry );
289 …$entry = str_replace('{more}', '[['.$post_url.'|'.$this->getLang('read_more').']]', $entry ); …
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerRootDseHandler.php58 $entry = Entry::fromArray('', [
67 $entry->add(
73 $entry->add(
79 $entry->set('vendorVersion', $options['vendor_version']);
82 $entry->set('altServer', $options['alt_server']);
87 $this->filterEntryAttributes($request, $entry);
90 $entry = $this->rootDseHandler->rootDse(
93 $entry
100 new SearchResultEntry($entry)
110 * Filters attributes from an entry t
84 filterEntryAttributes(SearchRequest $request, Entry $entry) global() argument
[all...]
/plugin/gtime/gtlib/tsp/
H A DGTHashChain.php119 foreach ($this->entries as $entry) {
142 $entry = null;
145 $entry = $iter1->current();
162 } else if ($entry != $other) {
199 $entry = $this->entries[$i--];
201 if ($entry->getLevel() > $topLevel) {
219 $entry = $this->entries[$i--];
238 $entry = $this->entries[$i--];
258 $entry = $this->entries[$i--];
303 $entry = $this->entries[$i];
[all …]
/plugin/odt/ODT/
H A DODTSpan.php152 $entry = array();
154 if ($entry ['content'] === false) {
155 $entry ['content'] = '';
157 $parsed [] = $entry;
160 $entry = array();
164 $entry ['content'] = $tagged;
172 $entry ['tag-orig'] = $tagged;
178 $entry ['matched'] = false;
179 $parsed [] = $entry;
183 $entry = array();
[all …]
/plugin/tagsections/syntax/
H A Dtag.php90 function __clean($entry) { argument
91 return cleanID(str_replace(':', '_', $entry));
94 function __tags($entry) { argument
95 $entries = explode(':', $entry);
96 return implode(' ', array_unique(array_merge($entries, array($this->__clean($entry)))));
99 function __tagList($entry) { argument
101 $entries = explode(':', $entry);
102 $list = array_unique(array_merge($entries, array($this->__clean($entry))));
105 …an class="tagsections header tag '.implode(' ', $list).'">'.$my->tagLink($entry, array_pop($entrie…
111 …}", "{NAME}", "{RAW}" ), array( urlencode(cleanID($entry)), urlencode(cleanID($name)), cleanID($en…
[all …]
/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/blogtng/tpl/default/
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 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/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAddRequest.php27 * A request to add an entry to LDAP. RFC 4511, 4.7.
30 * entry LDAPDN,
56 protected $entry;
59 * @param Entry $entry
61 public function __construct(Entry $entry)
63 $this->entry = $entry;
71 return $this->entry;
75 * @param Entry $entry argument
78 public function setEntry(Entry $entry)
53 protected $entry; global() variable in FreeDSx\\Ldap\\Operation\\Request\\AddRequest
58 __construct(Entry $entry) global() argument
[all...]
/plugin/filterrss/
H A Dsyntax.php154 switch($entry)
159 $left = strtotime($item->$entry);
206 $subject = $item->$entry;
230 $entry = array();
231 $entry['title'] = $item->title;
232 $entry['link'] = $item->link;
233 $entry['pubDate'] = strtotime($item->pubDate);
234 $entry['description'] = $item->description;
236 array_push($rss_array, $entry);
258 foreach($rss_array as $entry)
[all …]
/plugin/inlinejs/
H A Daction.php30 foreach ($INFO['meta']['plugin_inlinejs'] as $entry) {
31 switch ($entry['_tag']) {
35 '_data' => $entry['_data'],
42 'href' => $entry['href'],
46 if (isset($entry['src'])) {
50 'src' => $entry['src'],
57 '_data' => $entry['_data'],
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md76 foreach ($entries as $entry) {
77 echo "Entry: ".$entry->getDn().PHP_EOL;
95 # Create a new LDAP entry object
96 $entry = (new Entry('cn=foo,dc=domain,dc=local'))
100 # Create the entry with the LDAP client
102 $ldap->create($entry);
104 echo sprintf('Error adding entry (%s): %s', $e->getCode(), $e->getMessage()).PHP_EOL;
111 # Use the read() method of the LDAP client to search for a specific entry.
113 $entry = $ldap->read('cn=foo,dc=domain,dc=local');
116 if ($entry) {
[all...]
/plugin/miniblog/syntax/
H A Dentry.php72 foreach ($entries as $entry) {
73 … list($head, $content) = plugin_load('helper', 'miniblog_entry')->entry_content($entry['id']);
75 $renderer->doc .= '<h1><a href="'.wl($entry['id']).'">'.$head.'</a></h1>';
77 …$renderer->doc .= dformat($entry['date']).' · '.$entry['user'].' · <a href="'.wl($entry['id'],'',t…
95 foreach ($entries as $entry) {
96 … list($head, $content) = plugin_load('helper', 'miniblog_entry')->entry_content($entry['id']);
100 $renderer->doc .= '<h1><a href="'.wl($entry['id']).'">'.$head.'</a></h1>';
104 $renderer->doc .= '<span class="entry-date">'.dformat($entry['date']).'</span>';
105 $renderer->doc .= '<span class="entry-author">'.$entry['user'].'</span>';
106 …$renderer->doc .= '<span class="entry-comment"><a href="'.wl($entry['id'],'',true).'#disqus_thread…
/plugin/loadskin/
H A Dhelper.php25 while (false !== ($entry = readdir($dh))) {
26 if ($entry == '.' || $entry == '..') continue;
27 if (!preg_match('/^[\w-]+$/', $entry)) continue;
29 $file = (is_link($tpl_dir.$entry)) ? readlink($tpl_dir.$entry) : $entry;
30 if (is_dir($tpl_dir.$file)) $list[] = $entry;
/plugin/fedauth/classes/usr/
H A Dfa_filestore.class.php97 foreach ($entries as $entry) {
98 if ($entry['ident'] == $claimedId) {
99 return $entry['user'];
157 foreach ($entries as $entry) {
158 if ($entry['ident'] == $claimedId) {
159 return $entry;
222 'ident' => $entry['ident'],
224 $dataline = implode("\t", $entry) . "\n";
230 return $entry;
243 $dataline = implode("\t", $entry) . "\n";
[all …]
/plugin/move/admin/
H A Dmain.php136 foreach((array) $data as $entry) {
137 if($entry['class'] == 'ns') {
138 if($entry['type'] == 'page') {
139 $this->plan->addPageNamespaceMove($entry['src'], $entry['dst']);
140 } elseif($entry['type'] == 'media') {
141 $this->plan->addMediaNamespaceMove($entry['src'], $entry['dst']);
143 } elseif($entry['class'] == 'doc') {
144 if($entry['typ
[all...]
/plugin/gdpr/helper/
H A Dutils.php17 while (false !== ($entry = $dir->read())) {
18 if ($entry === '.' || $entry === '..') {
21 $fn = $dir->path . '/' . $entry;
26 list($extension, $basename) = explode('.', strrev($entry), 2);
35 $changlogs[] = $dir->path . '/' . $entry;
/plugin/podcast/blogtng-tpl/
H A Dfeed.php1 <?php echo $entry->get_entrycontent() ?>
5 This blog post was created <?php $entry->tpl_created("on %Y-%m-%d at %H:%M")?> by
6 <?php $entry->tpl_author()?>.
7 <?php if ($entry->has_tags()):?>
8 It is tagged with <?php $entry->tpl_tagstring("")?>.
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php113 * Check whether an entry matches a certain attribute and value.
131 * Create a new entry.
133 * @param Entry $entry
138 public function create(Entry $entry, Control ...$controls): LdapMessageResponse
140 $response = $this->sendAndReceive(Operations::add($entry), ...$controls);
141 $entry->changes()->reset();
147 * Read an entry.
149 * @param string $entry
155 public function read(string $entry = '', $attributes = [], Control ...$controls): ?Entry
158 return $this->readOrFail($entry,
134 create(Entry $entry, Control...$controls) global() argument
151 read(string $entry = '', $attributes = [], Control...$controls) global() argument
172 readOrFail(string $entry = '', $attributes = [], Control...$controls) global() argument
193 delete(string $entry, Control...$controls) global() argument
206 update(Entry $entry, Control...$controls) global() argument
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Utils/
H A DSet.php50 foreach ($this->table[$hash] as $entry) {
51 if ($this->equivalence->equivalent($value, $entry)) {
67 foreach ($this->table[$hash] as $index => $entry) {
68 if ($this->equivalence->equivalent($value, $entry)) {
69 return $entry;
88 foreach ($this->table[$hash] as $index => $entry) {
89 if ($this->equivalence->equivalent($value, $entry)) {
90 return $entry;
115 foreach ($this->table[$hash] as $index => $entry) {
116 if ($this->equivalence->equivalent($value, $entry)) {
[all...]
/plugin/spatialhelper/helper/
H A Dsitemap.php119 $entry = '<entry>' . DOKU_LF;
120 $entry .= ' <title>' . $meta['title'] . '</title>' . DOKU_LF;
121 $entry .= ' <summary>' . $desc . '</summary>' . DOKU_LF;
122 $entry .= ' <georss:point>' . $meta['geo']['lat'] . ' ' . $meta['geo']['lon']
125 $entry .= ' <georss:elev>' . $meta['geo']['alt'] . '</georss:elev>' . DOKU_LF;
127 $entry .= ' <link href="' . wl($id) . '" rel="alternate" type="text/html" />' . DOKU_LF;
131 $entry .= ' <author><name>' . $meta['creator'] . '</name></author>' . DOKU_LF;
132 $entry .= ' <updated>' . date_iso8601($meta['date']['modified']) . '</updated>' . DOKU_LF;
133 $entry
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultEntry.php24 * A search result entry. RFC 4511, 4.5.2.
42 protected $entry;
45 * @param Entry $entry
47 public function __construct(Entry $entry)
49 $this->entry = $entry;
57 return $this->entry;
69 throw new ProtocolException('The search result entry is malformed.');
104 foreach ($this->entry->getAttributes() as $attribute) {
112 $asn1->addChild(Asn1::octetString($this->entry
41 protected $entry; global() variable in FreeDSx\\Ldap\\Operation\\Response\\SearchResultEntry
46 __construct(Entry $entry) global() argument
[all...]

12345678910>>...19