Home
last modified time | relevance | path

Searched refs:entry (Results 101 – 125 of 455) sorted by relevance

12345678910>>...19

/plugin/publistx/bib2tpl/
H A Dhelper.inc.php58 * @param array $entry An entry
62 private function e2mn(&$entry) { argument
63 $month = empty($entry['month']) ? '' : $entry['month'];
/plugin/publist/bib2tpl/
H A Dhelper.inc.php58 * @param array $entry An entry
62 private function e2mn(&$entry) { argument
63 $month = empty($entry['month']) ? '' : $entry['month'];
/plugin/publistf/bib2tpl/
H A Dhelper.inc.php58 * @param array $entry An entry
62 private function e2mn(&$entry) { argument
63 $month = empty($entry['month']) ? '' : $entry['month'];
/plugin/discoursesearch/
H A Dasyncsearch.js13 var entry = this;
17 'href': entry.url,
19 }).text( entry.fancy_title ).addClass('externalurl wikilink1');
22 $('<dd/>').text( entry.blurb ).appendTo( $node );
/plugin/twitter/
H A Dsyntax.php39 foreach ($data as $entry) {
41 $text = $entry->text . " ";
42 $image = $entry->user->profile_image_url;
43 $time = $entry->created_at;
46 $from = $entry->from_user;
48 if (!empty($entry->user->name)) {
49 $name = $entry->user->name;
52 $from = $entry->user->screen_name;
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js302 if (entry.id == id)
304 return {id: entry.id, libs: entry.libs};
341 if (entry.id == key)
343 if (entry.libs != null && entry.libs.length > 0)
436 if (entry.libs != null && entry.libs.length > 0)
915 this.setCurrentSearchEntryLibrary(entry.id, entry.id + '.' + k);
971 this.setCurrentSearchEntryLibrary(entry.id, entry.id + '.' + k);
1022 }))(entry.libs[k]);
1225 entry.tags = tmpTags;
1230 entry.id = groupId;
[all …]
/plugin/timetrack/
H A Dhelper.php347 foreach($data as $entry) {
348 $return[$entry['date']] = $entry;
438 foreach($data as $entry) {
439 $return[$entry['date']] = $entry;
486 foreach($data as $entry) {
487 $return[$entry['task_id']][$entry['date']] = $entry;
529 foreach($data as $entry) {
530 $return[$entry['project_id']][$entry['task_id']][$entry['date']] = $entry;
651 foreach($data as $entry) {
652 $return[$entry['task_id']][$entry['week']] = $entry;
/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/pureldap/classes/
H A DGroupHierarchyCache.php85 /** @var Entry $entry */
86 foreach ($entries as $entry) {
87 $dn = (string)$entry->getDn();
89 if ($entry->has('memberOf')) {
90 $parents = $entry->get('memberOf')->getValues();
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php28 foreach ($options as $entry) {
29 if (preg_match('/^(\d+)\:(.*)$/', $entry, $match)) {
31 } elseif (preg_match('/^(\d+)\-(\d+)\:(.*)$/', $entry, $match)) {
36 $this->options[] = $entry;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DHyphenator.php182 foreach ($this->dictionary as $entry) {
183 $entry = trim($entry);
187 $wl = mb_strlen($entry, 'UTF-8');
189 $p = mb_strpos($entry, '/', $offset, 'UTF-8');
198 $this->words[str_replace('/', '', mb_strtolower($entry))] = $poss;
/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 …]
/plugin/hyphenation/phpHyphenation/
H A Dhyphenation.php59 foreach($GLOBALS["dictionary"] as $entry) {
60 $entry = trim($entry); variable
61 …ry words"][str_replace("/", "", strtolower($entry))] = str_replace("/", $GLOBALS["hyphen"], strtol…
/plugin/publistx/template/
H A Ddokuwiki_simple.tpl5 @{entry@
7 @}entry@
/plugin/publistf/template/
H A Ddokuwiki_simple.tpl5 @{entry@
7 @}entry@
/plugin/publist/template/
H A Ddokuwiki_simple.tpl5 @{entry@
7 @}entry@
/plugin/docsearch/
H A Dcron.php126 while(false !== $entry = $dir->read()) {
128 if($entry == '.' || $entry == '..') {
133 rmdirr($dirname . DIRECTORY_SEPARATOR . $entry);
/plugin/bloglinks/
H A Daction.php4 * Bloglinks Plugin: displays a link to the previous and the next blog entry above posts in configured namespaces
155 function _linkTemplate($entry, $type) {
159 '@@TITLE@@' => $entry['title'],
160 '@@AUTHOR@@' => $entry['user'],
161 '@@DATE@@' => date($conf['dformat'], $entry['date']),
149 _linkTemplate($entry, $type) global() argument
/plugin/podcast/blogtng-tpl/
H A Drecentcomments.php2 …<a href="<?php $entry->tpl_link($comment->tpl_cid())?>" class="wikilink1"><?php $entry->tpl_title(…
/plugin/blogtng/tpl/default/
H A Drecentcomments.php14 …<a href="<?php $entry->tpl_link('comment_'.$comment->getCid())?>" class="wikilink1"><?php $entry->…
/plugin/farmer/
H A Dhelper.php176 while (false !== ($entry = $dir->read())) {
177 if ($entry == '.' || $entry == '..') {
182 $this->copyDir("$source/$entry", "$destination/$entry", $exclude);
/plugin/picasawebalbum/orig/
H A Djquery.pwi.js92 while(i < settings.albumMaxResults && i< j.feed.entry.length){
93 var $id_base = j.feed.entry[i].gphoto$name.$t,
94 $album_date = formatDate(j.feed.entry[i].gphoto$timestamp.$t),
95 …$thumb = j.feed.entry[i].media$group.media$thumbnail[0].url.replace(new RegExp("/s160-c/", "g"), "…
111 …d.entry[i].title.$t + "<br/>" + (settings.showAlbumdate ? $album_date : "") + (settings.showAlbumP…
148 …ey != "") ? "?authkey=" + settings.authKey : "") + "#slideshow/" + j.feed.entry[0].gphoto$id.$t + …
194 var $scPhoto = photo(j.feed.entry[i]);
215 $len = j.feed ? j.feed.entry.length : 0,
218 var $scPhoto = photo(j.feed.entry[i]);
/plugin/magento/
H A Dauth.php354 foreach( $this->users as $entry ) {
355 $first_last = "{$entry['first']} {$entry['last']}";
357 $last_first = "{$entry['last']} {$entry['first']}";
360 $entity = $entry['entity'];
364 $entity = $entry['entity'];
419 foreach( $this->admins as $entry ) {
420 $user_id = $entry['user'];
422 if ( strnatcasecmp ( $user , $user_id ) === 0 ) return $entry['entity'];
/plugin/picasawebalbum/
H A Djquery.pwi.js92 while(i < settings.albumMaxResults && i< j.feed.entry.length){
93 var $id_base = j.feed.entry[i].gphoto$name.$t,
94 $album_date = formatDate(j.feed.entry[i].gphoto$timestamp.$t),
95 …$thumb = j.feed.entry[i].media$group.media$thumbnail[0].url.replace(new RegExp("/s160-c/", "g"), "…
111 …d.entry[i].title.$t + "<br/>" + (settings.showAlbumdate ? $album_date : "") + (settings.showAlbumP…
148 …ey != "") ? "?authkey=" + settings.authKey : "") + "#slideshow/" + j.feed.entry[0].gphoto$id.$t + …
194 var $scPhoto = photo(j.feed.entry[i]);
215 $len = j.feed ? j.feed.entry.length : 0,
218 var $scPhoto = photo(j.feed.entry[i]);
/plugin/bibtex4dw/db/
H A Dupdate0001.sql1 CREATE TABLE bibtex (key PRIMARY KEY, entry); field
2 CREATE TABLE strings (string PRIMARY KEY, entry); field

12345678910>>...19