/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
H A D | Entries.php | 34 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 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 | 18 * 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 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 | 86 // 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 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/gtime/gtlib/tsp/ |
H A D | GTHashChain.php | 41 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 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;
|
/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;
|