/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
H A D | Entries.php | 25 protected $entries = []; variable in FreeDSx\\Ldap\\Entry\\Entries 32 $this->entries = $entries; 39 public function add(Entry ...$entries) argument 41 $this->entries = \array_merge($this->entries, $entries); 50 public function remove(Entry ...$entries) argument 52 foreach ($entries as $entry) { 106 $entry = \reset($this->entries); 118 $entry = \end($this->entries); 119 \reset($this->entries); 129 return $this->entries; [all …]
|
/plugin/bibtex/OSBib/ |
H A D | PARSEXML.php | 26 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 D | cssdocument.php | 29 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 D | ZoteroRepository.php | 6 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 D | update0005.sql | 16 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 D | update0004.sql | 58 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 D | update0001.sql | 1 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 D | DefaultLog.php | 26 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 D | syntax.php | 156 $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 D | preloader.php | 79 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 D | SearchResponse.php | 26 protected $entries; variable in FreeDSx\\Ldap\\Operation\\Response\\SearchResponse 30 * @param Entries $entries 32 public function __construct(LdapResult $result, Entries $entries) argument 34 $this->entries = $entries; 43 return $this->entries;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidProvisioningPartner/ |
H A D | DeviceMetadata.php | 25 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 D | CsvRow.php | 26 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 D | entry.php | 45 $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 D | action.php | 88 $entries = $my->getBlog($namespace); 90 if (!$entries) 94 $entries = array_values($entries); 118 $curIndex = array_search($curPage, $entries); 121 if ($curIndex > 0 && $curIndex < count($entries) - 1) { // got a prev and a next 122 list ($next, $cur, $prev) = array_slice($entries, $curIndex -1, 3); 124 list ($cur, $prev) = array_slice($entries, $curIndex, 2); 126 list ($next, $cur) = array_slice($entries, $curIndex -1, 2);
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | importer.js | 202 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/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/ |
H A D | AccountsCustomBatchRequest.php | 29 public function setEntries($entries) argument 31 $this->entries = $entries; 38 return $this->entries;
|
H A D | ProductstatusesCustomBatchRequest.php | 29 public function setEntries($entries) argument 31 $this->entries = $entries; 38 return $this->entries;
|
H A D | ShippingsettingsCustomBatchRequest.php | 29 public function setEntries($entries) argument 31 $this->entries = $entries; 38 return $this->entries;
|
H A D | DatafeedstatusesCustomBatchRequest.php | 29 public function setEntries($entries) argument 31 $this->entries = $entries; 38 return $this->entries;
|
H A D | LiasettingsCustomBatchRequest.php | 29 public function setEntries($entries) argument 31 $this->entries = $entries; 38 return $this->entries;
|
H A D | PosCustomBatchRequest.php | 29 public function setEntries($entries) argument 31 $this->entries = $entries; 38 return $this->entries;
|
H A D | ProductsCustomBatchRequest.php | 29 public function setEntries($entries) argument 31 $this->entries = $entries; 38 return $this->entries;
|
H A D | RegionalinventoryCustomBatchRequest.php | 29 public function setEntries($entries) argument 31 $this->entries = $entries; 38 return $this->entries;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Safebrowsing/ |
H A D | GoogleSecuritySafebrowsingV4ThreatEntryMetadata.php | 29 public function setEntries($entries) argument 31 $this->entries = $entries; 38 return $this->entries;
|