/plugin/bibtex4dw/lib/ |
H A D | bibtexparser.php | 135 * Array with the "allowed" entry types 277 $entry = false; 294 if ((0 == $open) && ('@' == $char)) { //The beginning of an entry 295 $entry = true; 296 } elseif ($entry && ('{' == $char) && ('\\' != $lastchar)) { //Inside an entry and non quoted brace is opening 303 } elseif ($entry && ('}' == $char) && ('\\' != $lastchar)) { //Inside an entry and non quoted brace is closing 314 if (0 == $open) { //End of entry 315 $entry 465 _splitBibTeXEntry($entry) global() argument 493 _createInsertStatementForSQLiteDB($entry) global() argument 540 _addEntryToSQLiteDB($entry) global() argument 587 _parseEntry($entry) global() argument 724 _replaceLatex($entry) global() argument 822 _checkEqualSign($entry, $position) global() argument 880 _checkAllowedEntryType($entry) global() argument 896 _checkAt($entry) global() argument 944 _stripDelimiter($entry) global() argument 969 _unwrap($entry) global() argument 982 _wordwrap($entry) global() argument 997 _extractAuthors($entry) global() argument 1173 _validateValue($entry, $wholeentry) global() argument 1243 _generateWarning($type, $entry, $wholeentry = '') global() argument [all...] |
/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/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/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/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 | 25 * Represents a collection of entry objects. 61 foreach ($entries as $entry) { 62 if (($index = array_search($entry, $this->entries, true)) !== false) { 71 * Check whether or not an entry (either an Entry object or string DN) exists within the entries. 73 * @param Entry|Dn|string $entry 76 public function has($entry): bool 78 if ($entry instanceof Entry) { 79 return (array_search($entry, $this->entries, true) !== false); 83 if ((string) $entry === $entryObj->getDn()->toString()) { 92 * Get an entry fro 67 has($entry) global() argument [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 | 20 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/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; 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['handl [all...] |
/plugin/blog/syntax/ |
H A D | archive.php | 131 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/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/ |
H A D | RangeRetrieval.php | 23 * Provides simple helper APIs for retrieving ranged results for an entry attribute. 44 * Get a specific ranged attribute by name from an entry. If it does not exist it will return null. 48 public function getRanged(Entry $entry, $attribute): ?Attribute 52 foreach ($this->getAllRanged($entry) as $rangedAttribute) { 62 * Get all ranged attributes as an array from a entry. 64 * @param Entry $entry 68 public function getAllRanged(Entry $entry): array 72 foreach ($entry->getAttributes() as $attribute) { 89 * A simple check to determine if an entry contains any ranged attributes. Optionally pass an attribute 91 * @param Entry $entry 46 getRanged(Entry $entry, $attribute) global() argument 65 getAllRanged(Entry $entry) global() argument 92 hasRanged(Entry $entry, $attribute = null) global() argument 122 getMoreValues($entry, Attribute $attribute, $amount = '*') global() argument 161 getAllValues($entry, $attribute) global() argument [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 …]
|