Home
last modified time | relevance | path

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

12345678910>>...12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DReturnpolicyCustomBatchResponse.php33 public function setEntries($entries) argument
35 $this->entries = $entries;
42 return $this->entries;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
H A DTailLogEntriesResponse.php31 public function setEntries($entries) argument
33 $this->entries = $entries;
40 return $this->entries;
H A DWriteLogEntriesRequest.php61 public function setEntries($entries) argument
63 $this->entries = $entries;
70 return $this->entries;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataLabeling/
H A DGoogleCloudDatalabelingV1beta1Row.php45 public function setEntries($entries) argument
47 $this->entries = $entries;
54 return $this->entries;
/plugin/blog/syntax/
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 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 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/tagsections/syntax/
H A Dtag.php95 $entries = explode(':', $entry);
96 return implode(' ', array_unique(array_merge($entries, array($this->__clean($entry)))));
101 $entries = explode(':', $entry);
102 $list = array_unique(array_merge($entries, array($this->__clean($entry))));
105 …sections header tag '.implode(' ', $list).'">'.$my->tagLink($entry, array_pop($entries)).'</span>';
108 $name = array_pop($entries);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DCompensationInfo.php61 public function setEntries($entries) argument
63 $this->entries = $entries;
70 return $this->entries;
/plugin/miniblog/
H A Daction.php25 $entries = $this->loadHelper('miniblog_entry')->entry_list('blog');
26 $entries = array_slice($entries, 0, $event->data['opt']['items']);
29 foreach ($entries as $entry) {
/plugin/zotero/
H A DTextZoteroRepository.php32 $this->entries[$e->getZoteroId()] = $e;
79 $this->entries[$id] = $newEntry;
83 foreach ($this->entries as $entry)
91 private function saveAllEntriesToFile($entries) argument
94 foreach ($entries as $e)
135 foreach ($this->entries as $entry)
H A DREADME.md4 Plugin for DokuWiki to display bibliography entries from Zotero.
13 3. Create a new wiki page for the cached Zotero entries and enter its name
15 4. Enter your Zotero entries into the cache file (the newly created wiki page
19 automatically download your latest Zotero entries and add them to the
/plugin/bibtex/OSBib/format/bibtexParse/
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/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DManagedProperty.php79 public function setEntries($entries) argument
81 $this->entries = $entries;
88 return $this->entries;
/plugin/bureaucracyau/helper/
H A Dfieldradio.php46 list($name, $entries, $value, $label, $id, $class) = $this->_parse_tpl(
58 $value = (in_array($value, $entries) ? $value : null);
59 $valueoffieldwithid = ($value !== null ? $value : current($entries));
68 foreach($entries as $val) {
/plugin/bureaucracy-au/helper/
H A Dfieldradio.php46 list($name, $entries, $value, $label, $id, $class) = $this->_parse_tpl(
58 $value = (in_array($value, $entries) ? $value : null);
59 $valueoffieldwithid = ($value !== null ? $value : current($entries));
68 foreach($entries as $val) {
/plugin/miniblog/helper/
H A Dentry.php23 $entries = array();
28 $entries[$date] = array(
34 krsort($entries);
36 return $entries;
/plugin/bureaucracy/helper/
H A Dfieldradio.php46 list($name, $entries, $value, $label, $id, $class) = $this->_parse_tpl(
58 $value = (in_array($value, $entries) ? $value : null);
59 $valueoffieldwithid = ($value !== null ? $value : current($entries));
68 foreach($entries as $val) {
/plugin/recommend/
H A Dadmin.php5 protected $entries; variable in admin_plugin_recommend
18 $this->entries = $log->getEntries();
67 if (!$this->entries) {
76 …echo '<p>In ' . $this->month . ', your users made the following ' . count($this->entries) . ' reco…
78 foreach (array_reverse($this->entries) as $entry) {
/plugin/quickstats/
H A Dscript.js251 var entries = str.split(/\n/);
252 for (i=0; i< entries.length; i++) {
253 var elems = entries[i].split(/::/);
281 var entries = str.split(/::/);
282 if(!entries.length) return;
283 for (i=0; i< entries.length; i++) {
284 var obj = new Option(entries[i], entries[i],false,false);
/plugin/pureldap/classes/
H A DADClient.php58 $entries = $this->ldap->search(Operations::search($filter, ...$attributes));
63 if ($entries->count() !== 1) return null;
64 return $entries->first();
129 $entries = $paging->getEntries();
135 foreach ($entries as $entry) {
200 $entries = $paging->getEntries();
206 foreach ($entries as $entry) {
/plugin/adfs/phpsaml/lib/Saml2/
H A DResponse.php495 $entries = $this->_queryAssertion("/saml:Conditions");
496 if ($entries->length == 1) {
510 $entries = $this->_queryAssertion("/saml:AuthnStatement");
511 if ($entries->length == 1) {
528 foreach ($entries as $entry) {
595 $entries = $this->_queryAssertion('/saml:Subject/saml:NameID');
596 if ($entries->length == 1) {
597 $nameId = $entries->item(0);
720 if ($entries->length !== 0) {
739 if ($entries->length !== 0) {
[all …]
/plugin/tiledblog/
H A Dsyntax.php83 $entries = $helperPlugin->getBlog ($ns);
85 $keys = array_keys ($entries);
87 $text = $this->getEntry ($entries [$keys [$rand]], $width);
107 $entries = $helperPlugin->getBlog ($ns);
111 foreach ($entries as $entry)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSearchHandler.php70 $entries = [];
76 $entries[] = $entry;
88 new SearchResponse($ldapResult, new Entries(...$entries)),

12345678910>>...12