Home
last modified time | relevance | path

Searched refs:entries (Results 201 – 225 of 278) sorted by last modified time

12345678910>>...12

/plugin/data-au/lang/en/
H A Dintro_clean.txt3 When pages with attached data entries are deleted, their stored meta data is deleted as well. Howev…
/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/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js3entries=function(n){var t=[];for(var e in n)t.push({key:e,value:n[e]});return t},ao.merge=function… function
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md816 - Generate namespaced element on XmlList entries [\#301](https://github.com/schmittjoh/serializer/p…
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml819 log entries. Adding an entry to the log is a
822 …s a single text value. The next stream is a log file - a sequence of log entries. Adding an entry …
1425 # entries, two with values.
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-4.0.md7 …de-coverage/pull/515): Wrong use of recursive iterator causing duplicate entries in XML coverage r…
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md719 * [#11306](http://dev.ckeditor.com/ticket/11306): [OSX][Blink/WebKit] Fixed: No widget entries in t…
754 * [#11814](http://dev.ckeditor.com/ticket/11814): Fixed: _Link_ and _Unlink_ entries persistently d…
/plugin/stylingpages/
H A Daction.php56 $entries = $this->getConf('page_files');
57 foreach ($entries as $entry) {
H A DREADME33 You can have multiple entries with the same page.
/plugin/authsmartcard/
H A DREADME.md34 …he virtual directory that contains the plugin. Otherwise, integrate the entries in authsmartcard/…
/plugin/miniblog/
H A DREADME4 entries, based on the following plugins: blog, include, blogtng, disqus.
10 1. Displaying a list of blog entries
12 2. Displaying a list of blog entries when using 'twentyfifteen' template
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/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/miniblog/helper/
H A Dentry.php23 $entries = array();
28 $entries[$date] = array(
34 krsort($entries);
36 return $entries;
/plugin/dwcommits/conf/
H A Ddefault.local.ini.dist6 ; The format of these entries follows this format:
/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/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/aclregex/
H A DREADME.md9 Install the plugin; any entries in `acl.auth.php` will now recognise PHP
/plugin/datasearchform/
H A Dplugin.info.txt6 desc Inserts a data search form in any page to search through the data entries of the data plugin
H A DREADME.md4 Adds a special search form to search through the data entries of the data plugin.
/plugin/htmlokay/
H A Dscript.js144 function user_table_size_htmlOKay(entries) { argument
146 entries += 2; // allow for table headers
147 var height = 2*entries;
/plugin/davcard/syntax/
H A Dbook.php161 $entries = $wdc->getAddressbookEntries($connectionId);
182 $entries = $this->hlp->getAddressbookEntries($addressbookid);
187 foreach($entries as $entry)
/plugin/davcard/
H A Dhelper.php73 $entries = $wdc->getAddressbookEntries($connectionId);
92 $entries = $this->getAddressbookEntries($addressbookid);
94 foreach($entries as $entry)
/plugin/fetchmedia/lib/
H A Dbundle.js1entries,ct=K.lastIndexOf,st=K.reduce,ft=K.reduceRight,at=K.join,lt=K.sort,ht=K.slice,pt=K.toString…

12345678910>>...12