Home
last modified time | relevance | path

Searched refs:entries (Results 51 – 75 of 278) sorted by path

12345678910>>...12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DReturnaddressCustomBatchRequest.php29 public function setEntries($entries) argument
31 $this->entries = $entries;
38 return $this->entries;
H A DReturnaddressCustomBatchResponse.php33 public function setEntries($entries) argument
35 $this->entries = $entries;
42 return $this->entries;
H A DReturnpolicyCustomBatchRequest.php29 public function setEntries($entries) argument
31 $this->entries = $entries;
38 return $this->entries;
H A DReturnpolicyCustomBatchResponse.php33 public function setEntries($entries) argument
35 $this->entries = $entries;
42 return $this->entries;
H A DShippingsettingsCustomBatchRequest.php29 public function setEntries($entries) argument
31 $this->entries = $entries;
38 return $this->entries;
H A DShippingsettingsCustomBatchResponse.php33 public function setEntries($entries) argument
35 $this->entries = $entries;
42 return $this->entries;
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md413 …* Added $expandNewlines flag to the ErrorLogHandler to create multiple log entries when a message …
527 the oldest entries
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1780 $entries = $this->readlist($path, true);
1782 if ($entries === false) {
1788 if (empty($entries)) {
1792 unset($entries['.'], $entries['..']);
1793 foreach ($entries as $filename => $props) {
2590 $entries = $this->readlist($path, true);
2594 if (empty($entries)) {
2598 unset($entries['.'], $entries['..']);
2599 foreach ($entries as $filename => $props) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php88 private $entries; variable in phpseclib3\\Net\\SFTP\\Stream
560 $this->entries = $this->sftp->nlist($path);
561 return $this->entries !== false;
572 if (isset($this->entries[$this->pos])) {
573 return $this->entries[$this->pos++];
/plugin/authsmartcard/
H A DREADME.md34 …he virtual directory that contains the plugin. Otherwise, integrate the entries in authsmartcard/…
/plugin/bibtex/OSBib/
H A DPARSEXML.php26 function getEntry($entries)
29 foreach($entries as $entry)
36 $this->entries[] = $this->parse($xmlString);
43 $this->entries = array();
49 if(empty($this->entries))
50 $this->entries = FALSE;
57 if(!array_key_exists(2, $this->entries[0]['_ELEMENTS']))
60 array_shift($this->entries[0]['_ELEMENTS'][1]['_ELEMENTS']);
61 foreach($this->entries[0]['_ELEMENTS'][1]['_ELEMENTS'] as $array)
67 $citation = $this->entries[0]['_ELEMENTS'][1]['_ELEMENTS'];
[all …]
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG29 1/ Ensure entries such as journal = {{Journal of } # JRNL23} are properly parsed and expanded with…
H A DPARSEENTRIES.php110 $this->preamble = $this->strings = $this->entries = array();
261 $this->entries[$this->count][$key] = $value;
269 $this->entries[$this->count]['bibtexEntryType'] = strtolower($matches[1]);
274 $this->entries[$this->count]['bibtexCitation'] = $matches[2];
312 $this->entries[$this->count] = $entry;
440 for($i = 0; $i < count($this->entries); $i++)
442 foreach($this->entries[$i] as $key => $value)
446 … $this->entries[$i][$key] = trim($this->removeDelimitersAndExpand($this->entries[$i][$key]));
454 if(empty($this->entries))
455 $this->entries = FALSE;
[all …]
H A DREADME14 … string and returns arrays of information representing @preamble, @string and valid BibTeX entries.
21 $parse->expandMacro = FALSE/TRUE to expand macros within BibTeX entries ('#' and @string values).
23 If $parse->fieldExtract == TRUE (default), the $entries array using the supplied example bib.bib fi…
52 In other words, an array of separate BibTeX entries each one an array comprising the fields, entry …
54 If $parse->fieldExtract == FALSE, the $entries array using the supplied example bib.bib file will b…
61 In other words, an array of separate BibTeX entries with no further processing. @strings will be si…
64 …efault), all double-quotes or braces that enclose field values of BibTeX entries/strings will be r…
76 $parse->returnArrays() will then return $entries with all BibTeX macros (BibTeX file + $more_macro)…
/plugin/bibtex4dw/
H A DREADME.md21 * Works with larg(er) bibliographic databases (several thousand entries)
H A DTODO.md41 First speed tests with a larger bibliography (>2500 entries) shows reasonable speed (< 1 sec).
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php27 * parsing for LaTeX code common for BibTeX entries (i.e. \emph{}) have been added.
60 * Array with the BibTex entries
65 public $entries = array(); variable in bibtexparser_plugin_bibtex4dw
67 * Array with possible Delimiters for the entries
74 * Array with replacements for LaTeX commands in fields of entries
99 * Array with Greek letters to replace the LaTeX commands in fields of entries
352 //Are there multiple entries with the same cite?
450 //Are there multiple entries with the same cite?
476 * Split entry in key and actual contents, call stringCallback for @string entries and bibItemCallback for all other entries
[all...]
H A Dbibtexrender.php91 // Therefore it is not necessary to transfer the format strings for the entries.
159 // For file, allow multiple entries
214 $this->_bibtex_references = $this->_parser->entries;
344 // If there are nocite entries
/plugin/blog/syntax/
H A Darchive.php79 // all entries from that namespace up to now
95 // get the blog entries for our namespace
97 if ($my = plugin_load('helper', 'blog')) $entries = $my->getBlog($ns, NULL, $author);
106 $entries = $tag->tagRefine($entries, $refine);
110 if (!$entries) return true; // nothing to display
114 $alt_list = $this->_build_alternative_list($start, $end, $entries);
131 foreach ($entries as $entry) {
149 foreach ($entries as $entry) {
164 function _build_alternative_list($start, $end, $entries) { argument
[all...]
H A Dautoarchive.php46 // get the blog entries for our namespace
47 if ($my = plugin_load('helper', 'blog')) $entries = $my->getBlog($ns);
54 $entries = $tag->tagRefine($entries, $refine);
58 if (!$entries) return true; // nothing to display
69 $cnt = $this->_buildTimeChooser($renderer, $entries, $now);
82 foreach ($entries as $entry) {
99 * @param array reference $entries - all entries metadata
103 function _buildTimeChooser(&$R, &$entries, argument
[all...]
H A Dblog.php3 * Blog Plugin: displays a number of recent entries from the blog subnamespace
56 // get the blog entries for our namespace
58 if ($my = plugin_load('helper', 'blog')) $entries = $my->getBlog($ns);
67 $entries = $tag->tagRefine($entries, $refine);
82 if (!$entries) {
90 $isMore = count($entries) > ($first + $num);
91 $entries = array_slice($entries, $first, $num);
123 // now include the blog entries
[all...]
/plugin/bloglinks/
H A Daction.php86 // get the blog entries for the namespace
88 $entries = $my->getBlog($namespace);
90 if (!$entries)
94 $entries = array_values($entries);
119 $curIndex = array_search($curPage, $entries);
126 // get previous and next entries
127 if ($curIndex > 0 && $curIndex < count($entries) - 1) { // got a prev and a next
128 list ($next, $cur, $prev) = array_slice($entries, $curIndex -1, 3);
130 list ($cur, $prev) = array_slice($entries,
[all...]
/plugin/blogtng/
H A Dadmin.php528 * @param array $entries of entries
533 private function htmlEntryList($entries, $query) { argument
545 foreach($entries as $entry) {
/plugin/blogtng/db/
H A Dupdate0001.sql1 CREATE TABLE entries ( table
13 CREATE UNIQUE INDEX idx_entries_pid ON entries(pid);
14 CREATE INDEX idx_entries_title ON entries(title);
15 CREATE INDEX idx_entries_created ON entries(created);
16 CREATE INDEX idx_entries_blog ON entries(blog);
H A Dupdate0004.sql58 FROM entries
61 DROP TABLE entries;
62 CREATE TABLE entries ( table
75 CREATE UNIQUE INDEX idx_entries_pid ON entries(pid);
76 CREATE INDEX idx_entries_title ON entries(title);
77 CREATE INDEX idx_entries_created ON entries(created);
78 CREATE INDEX idx_entries_blog ON entries(blog);
80 INSERT INTO entries

12345678910>>...12