Home
last modified time | relevance | path

Searched refs:entries (Results 1 – 25 of 278) sorted by relevance

12345678910>>...12

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DEntries.php34 protected $entries = [];
37 * @param Entry ...$entries
39 public function __construct(Entry ...$entries) argument
41 $this->entries = $entries;
45 * @param Entry ...$entries
48 public function add(Entry ...$entries)
50 $this->entries = array_merge($this->entries, $entries); argument
25 protected $entries = []; global() variable in FreeDSx\\Ldap\\Entry\\Entries
30 __construct(Entry...$entries) global() argument
[all...]
/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/odt/ODT/css/
H A Dcssdocument.php29 return $this->doc->entries [$this->index]['element'];
144 public $entries = array (); variable in cssdocument
235 $this->entries [$index] = NULL;
259 $this->entries [$index] = NULL;
275 $this->entries [$this->size]['state'] = 'open';
303 $this->entries [$this->size]['state'] = 'close';
334 return $this->entries [$index];
346 return $this->entries [$this->size-1];
375 $start_level = $this->entries [$start]['level'];
413 $element = $this->entries [$index];
[all …]
/plugin/zotero/
H A DZoteroRepository.php6 protected $entries = array(); variable in ZoteroRepository
13 $e = @$this->entries[$zoteroId];
29 foreach ($this->entries as $e)
41 return $this->entries;
44 public function updateAndSaveEntries(array $entries) argument
47 public function saveEntries(array $entries) argument
49 $this->entries = array();
50 $this->updateAndSaveEntries($entries);
/plugin/blogtng/db/
H A Dupdate0005.sql16 FROM entries
19 DROP TABLE entries;
20 CREATE TABLE entries ( table
33 CREATE UNIQUE INDEX idx_entries_pid ON entries(pid);
34 CREATE INDEX idx_entries_title ON entries(title);
35 CREATE INDEX idx_entries_created ON entries(created);
36 CREATE INDEX idx_entries_blog ON entries(blog);
38 INSERT INTO entries
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
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);
/plugin/swiftmail/Swift/Log/
H A DDefaultLog.php26 protected $entries = array(); variable in Swift_Log_DefaultLog
35 $this->entries[] = $type . " " . $text;
36 …if ($this->getMaxSize() > 0) $this->entries = array_slice($this->entries, (-1 * $this->getMaxSize(…
44 $ret = implode("\n", $this->entries);
55 $this->entries = null;
56 $this->entries = array();
/plugin/icalendar/
H A Dsyntax.php156 $entries = $this->_parseIcs($url, $from, $to, $previewDays, $numberOfEntries, $sort_descending);
166 foreach ($entries as $entry) {
278 $entries = array();
314 $entries[] = $entry;
320 usort($entries, 'compareByEndUnixDate');
323 usort($entries, 'compareByStartUnixDate');
326 $entries = array_reverse( $entries, true );
332 $entries = array_slice( $entries, 0, $numberOfEntries );
337 $entries = array_reverse( $entries, true );
340 $entries = array_reverse( $entries, true );
[all …]
/plugin/inlinejs/syntax/
H A Dpreloader.php79 protected $entries = null; variable in syntax_plugin_inlinejs_preloader
89 $this->entries[] = array(
97 $this->entries[] = array(
104 $this->entries[] = array(
111 $this->entries[] = array(
119 return count($this->entries);
134 $this->entries = array();
189 $data = array($this->opts, $this->entries);
191 $this->entries = null;
207 list($opts, $entries) = $data;
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResponse.php18 * This response encapsulates the entries returned from the search overall, along with the LDAP result at the end.
27 protected $entries;
31 * @param Entries $entries
33 public function __construct(LdapResult $result, Entries $entries)
35 $this->entries = $entries;
44 return $this->entries;
26 protected $entries; global() variable in FreeDSx\\Ldap\\Operation\\Response\\SearchResponse
32 __construct(LdapResult $result, Entries $entries) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/
H A DDeviceMetadata.php25 public $entries; variable in Google\\Service\\AndroidProvisioningPartner\\DeviceMetadata
30 public function setEntries($entries) argument
32 $this->entries = $entries;
39 return $this->entries;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DCsvRow.php26 public $entries; variable in Google\\Service\\AlertCenter\\CsvRow
31 public function setEntries($entries) argument
33 $this->entries = $entries;
40 return $this->entries;
/plugin/miniblog/syntax/
H A Dentry.php45 $entries = plugin_load('helper', 'miniblog_entry')->entry_list('blog');
51 $more = ((count($entries) > $page+$num) ? ($page+$num)/$num : -1); // next page
52 $entries = array_slice($entries, $page, $num);
61 $this->render_twentyfifteen($renderer, $entries, $less, $more);
63 $this->render_default($renderer, $entries, $less, $more);
68 function render_default($renderer, $entries, $less, $more) { argument
72 foreach ($entries as $entry) {
91 function render_twentyfifteen($renderer, $entries, $less, $more) { argument
95 foreach ($entries as $entry) {
/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/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js202 m.entries = []; return m.entries; })(pages);
704 m.entries = []; return m.entries; })(shapes));
716 m.entries = []; return m.entries; })(connects));
984 m.entries = []; return m.entries; })(children));
1064 … if (m.entries[i].key.equals != null && m.entries[i].key.equals(k) || m.entries[i].key === k) {
1123 … if (m.entries[i].key.equals != null && m.entries[i].key.equals(k) || m.entries[i].key === k) {
1198 … if (m.entries[i].key.equals != null && m.entries[i].key.equals(k) || m.entries[i].key === k) {
1206 … if (m.entries[i].key.equals != null && m.entries[i].key.equals(k) || m.entries[i].key === k) {
1224 … if (m.entries[i].key.equals != null && m.entries[i].key.equals(k) || m.entries[i].key === k) {
1255 … if (m.entries[i].key.equals != null && m.entries[i].key.equals(k) || m.entries[i].key === k) {
[all …]
/plugin/gtime/gtlib/tsp/
H A DGTHashChain.php41 private $entries = array(); variable in GTHashChain
119 foreach ($this->entries as $entry) {
137 $iter1 = new ArrayIterator($this->entries);
138 $iter2 = new ArrayIterator($hashChain->entries);
192 $i = count($this->entries) - 1;
199 $entry = $this->entries[$i--];
219 $entry = $this->entries[$i--];
238 $entry = $this->entries[$i--];
258 $entry = $this->entries[$i--];
294 $hashChainLength = count($this->entries);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccountsCustomBatchRequest.php29 public function setEntries($entries) argument
31 $this->entries = $entries;
38 return $this->entries;
H A DProductstatusesCustomBatchRequest.php29 public function setEntries($entries) argument
31 $this->entries = $entries;
38 return $this->entries;
H A DShippingsettingsCustomBatchRequest.php29 public function setEntries($entries) argument
31 $this->entries = $entries;
38 return $this->entries;
H A DDatafeedstatusesCustomBatchRequest.php29 public function setEntries($entries) argument
31 $this->entries = $entries;
38 return $this->entries;
H A DLiasettingsCustomBatchRequest.php29 public function setEntries($entries) argument
31 $this->entries = $entries;
38 return $this->entries;
H A DPosCustomBatchRequest.php29 public function setEntries($entries) argument
31 $this->entries = $entries;
38 return $this->entries;
H A DProductsCustomBatchRequest.php29 public function setEntries($entries) argument
31 $this->entries = $entries;
38 return $this->entries;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/
H A DGoogleSecuritySafebrowsingV4ThreatEntryMetadata.php29 public function setEntries($entries) argument
31 $this->entries = $entries;
38 return $this->entries;

12345678910>>...12