Home
last modified time | relevance | path

Searched refs:item (Results 76 – 100 of 1094) sorted by relevance

12345678910>>...44

/plugin/subjectindex/plugins/
H A DEntryTag.php27 $item = &$this->items[];
29 $item['entry'] = $tag;
30 $item['display'] = str_replace('_', ' ', $tag); // swap '_' for spaces for display
31 $item['section'] = $this->section;
32 $item['type'] = $this->type;
33 $item['star'] = $match[2] == '*' ? true : false;
/plugin/bookcreator/
H A Dhelper.php15 * Create a item for list of available saved selections
17 * @param array $item with at least the entries:
23 public function createListitem($item, $isbookmanager = false) { argument
24 $itemtitle = p_get_first_heading($item['id']);
25 $nons = noNS($item['id']);
29 if(($isbookmanager) && (auth_quickaclcheck($item['id']) >= AUTH_DELETE)) {
39 $out .= ' ('.dformat($item['mtime']).')';
/plugin/mediasyntax/test/
H A Dmediasyntax-test.txt8 * a list item directly under a codeblock
9 this is a codeblock directly under a list item
18 * unordered list item
19 ** unordered list item, second level
20 * unordered list item first level under unordered list item second level
22 *unordered list item without space after asterisk
24 # ordered list item
25 # ordered list item 2
26 ## ordered list item secon
[all...]
/plugin/fullindex/
H A Daction.php263 function _html_title_index($item){ argument
265 $base = ':'.$item['id'];
267 if($item['type']=='d'){
268 $name = $item['num']." ".$item['title'];
271 $name = $item['id'];}
272 $ret .= html_wikilink(':'.$item['id'].":", $name);
277 $ret = '<span>'.noNS($item['id']).'</span>';
280 $name = $item['num']." ".$item['title'];
283 $ret .= html_wikilink(':'.$item['id']);
285 $ret .= html_wikilink(':'.$item['id'], $name);
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.js149 item.target.recentState = item.state;
629 check = item ? ( item.src || item.href ) : false;
630 type = item ? item.tagName : false;
1274 if ( item.selectable && !item.known && !item.noUndo ) {
2618 item.click = ( function( item ) { argument
2686 } else if ( !item.click && !item.menu && !item.items ) {
2690 item.click = ( function( item ) {
2698 item.click = ( function( item ) {
2713 item.click = ( function( item ) {
2753 item.delay = item.delay ? item.delay : _this.config.delay;
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Drecursive_block_with_inheritance.test13 …lock children %}{% set currentItem = item %}{% for item in currentItem %}{{ block('item') }}{% end…
14 {% block item %}<li>{% if item is not iterable %}{{ block('label') }}{% else %}{{ block('list') }}{…
15 {% block label %}{{ item }}{% endblock %}
19 return ['item' => ['1', '2', ['3.1', ['3.2.1', '3.2.2'], '3.4']]]
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DMemoryCacheItemPool.php129 public function save(CacheItemInterface $item): bool argument
131 $this->items[$item->getKey()] = $item;
142 public function saveDeferred(CacheItemInterface $item): bool argument
144 $this->deferredItems[$item->getKey()] = $item;
157 foreach ($this->deferredItems as $item) {
158 $this->save($item);
/plugin/feedaggregator/
H A Daction.php76 foreach ($simplepie->get_items() as $item) {
78 ."<h2>".$item->get_title()."</h2>\n"
79 .$item->get_content()."\n"
81 … ." <a href='".$item->get_permalink()."'>Published ".$item->get_date('j M Y')."</a> "
82 … ." in <a href='".$item->get_feed()->get_permalink()."'>".$item->get_feed()->get_title()."</a>"
/plugin/layeranimation/syntax/
H A Danimation.php47 foreach ( explode(' ', substr($match, 11, -1)) as $item ) {
48 $isNumeric = is_numeric($item);
49 if ( $isNumeric || preg_match("/.*?(vw|vh|em)$/", $item) ) {
51 $item = $item . 'px';
54 $option['height'] = hsc($item);
56 $option['class'] .= ' ' . hsc($item);
/plugin/gtime/gtlib/asn1/cms/
H A DCMSSignerInfo.php104 $item = $object->getObjectAt($i);
106 if ($item instanceof ASN1Tag) {
108 switch ($item->getTagValue()) {
114 $items = $item->getObjectAs(ASN1_TAG_SET);
130 $items = $item->getObjectAs(ASN1_TAG_SET);
144 throw new GTException("Unsupported TAG value: " . $item->getTagValue());
148 } else if ($item instanceof ASN1Sequence) {
152 $signatureAlgorithm->decode($item);
155 } else if ($item instanceof ASN1OctetString) {
158 $this->signature = $item->getValue();
[all …]
/plugin/gtime/gtlib/asn1/cmp/
H A DPKIStatusInfo.php120 $item = $object->getObjectAt($i);
122 if ($item instanceof ASN1BitString) {
123 $this->failInfo = $item->getValue();
125 } else if ($item instanceof ASN1Sequence) {
129 foreach ($item->getObjects() as $line) {
137 throw new GTException("Unexpected item: " . get_class($item));
/plugin/acknowledge/admin/
H A Dreport.php180 foreach ($data as $item) {
181 $current = $item['ack'] >= $item['lastmod'];
186 echo '<td>' . $this->pageLink($item['page']) . '</td>';
187 echo '<td>' . $this->userLink($item['user']) . '</td>';
189 ':' . $item['page'],
190 ($item['lastmod'] ? dformat($item['lastmod']) : '?')
192 echo '<td>' . ($item['ack'] ? dformat($item['ac
[all...]
/plugin/amazon/
H A Dsyntax.php206 foreach($data[0] as $item){
207 $renderer->doc .= $this->_format($item,$data[1]);
283 function _format($item,$param){ argument
284 if(isset($item['ITEM'])) $item = $item['ITEM'][0]; // sub item?
285 $attr = $item['ITEMATTRIBUTES'][0];
286 if(!$attr) $attr = $item['UNIVERSALLISTITEM'][0];
293 if(!$img) $img = $item['UNIVERSALLISTITEM'][0]['IMAGEURL'][0]['VALUE'];
294 if(!$img) $img = $item['MEDIUMIMAGE'][0]['URL'][0]['VALUE'];
296 if(!$img) $img = $item['LARGEIMAGE'][0]['URL'][0]['VALUE'];
297 if(!$img) $img = $item['IMAGESETS'][0]['IMAGESET'][0]['LARGEIMAGE'][0]['URL'][0]['VALUE'];
[all …]
/plugin/filelisting/
H A Dhelper.php185 * Add additional info to search() function result item
187 * @param $item
190 protected function fileInfo($item) { argument
193 $item['file'] = utf8_decodeFN($item['file']);
196 if (isset($item['isdir'])) {
197 $item['icon'] = $this->dirClosedIcon();
199 $item['link'] = '<a href="'.wl($item['id']. ':start').'">' . $item['fil
[all...]
/plugin/rssticker/
H A Dbridge.php36 foreach ($rs['items'] as $item) {
37 …echo "<item>\n<link>$item[link]</link>\n<title>$item[title]</title>\n<description>$item[descriptio…
/plugin/commonmark/vendor/league/commonmark/src/Block/Element/
H A DListBlock.php
/plugin/csstimeline/
H A Dfeed.php105 $item = new FeedItem(); variable
106 $item->title = htmlspecialchars_decode($entry['title']);
108 $item->link = htmlspecialchars_decode($entry['link']);
110 $item->link = wl($id, '', true, '&');
111 $item->description = hsc(strip_tags(htmlspecialchars_decode($entry['description'])));
112 $item->date = date('r', strtotime($entry['date']));
113 $item->author = $author;
114 $rss->addItem($item);
/plugin/bootswrapper/syntax/
H A Dbootstrap.php87 foreach ($tag_attributes as $attribute => $item) {
88 $default_attributes[$attribute] = $item['default'];
100 $item = $tag_attributes[$name];
102 $required = isset($item['required']) ? $item['required'] : false;
103 $values = isset($item['values']) ? $item['values'] : null;
104 $default = isset($item['default']) ? $item['default'] : null;
107 if ($item['type'] == 'boolean') {
131 … } elseif ($item['type'] !== 'multiple' && is_array($values) && !in_array($value, $values)) {
139 } elseif ($item['type'] == 'multiple') {
/plugin/mindmap/
H A Dsyntax.php470 resolve_mediaid($item['ns'],$mid,$exists);
512 foreach($media as $id => $item) {
558 foreach($pages as $id => $item){
559 $title = htmlspecialchars($item['title']);
560 $lang = htmlspecialchars($item['lang']);
566 $output .= " <attvalue for=\"ns\" value=\"{$item['ns']}\" />\n";
567 $output .= " <attvalue for=\"time\" value=\"{$item['time']}\" />\n";
574 foreach($media as $id => $item){
575 $title = htmlspecialchars($item['title']);
576 $lang = htmlspecialchars($item['lang']);
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php92 foreach ($it as $item) {
94 $result[] = $item;
145 foreach ($it as $item) {
147 $result[] = $item;
194 $result[] = $item;
236 $result[] = $item;
289 $result[] = $item;
342 $result[] = $item;
395 $result[] = $item;
446 $result[] = $item;
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php92 foreach($it as $item) {
94 $result[] = $item;
145 foreach($it as $item) {
147 $result[] = $item;
192 foreach($it as $item) {
194 $result[] = $item;
234 foreach($it as $item) {
236 $result[] = $item;
289 $result[] = $item;
342 $result[] = $item;
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php92 foreach($it as $item) {
94 $result[] = $item;
145 foreach($it as $item) {
147 $result[] = $item;
192 foreach($it as $item) {
194 $result[] = $item;
234 foreach($it as $item) {
236 $result[] = $item;
289 $result[] = $item;
342 $result[] = $item;
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/EventIterator/
H A DMainTest.php92 foreach($it as $item) {
94 $result[] = $item;
145 foreach($it as $item) {
147 $result[] = $item;
192 foreach($it as $item) {
194 $result[] = $item;
234 foreach($it as $item) {
236 $result[] = $item;
289 $result[] = $item;
342 $result[] = $item;
[all …]
/plugin/revisionsdue/
H A Dsyntax.php40 $item = &$data["$id"];
41 if(! isset($item)) {
212 foreach($data as $id=>$item)
214 if( $item['revision'] === '' ) {
218 …if ($mandatory_revisions === false and ($item['frequency'] === '' or !isset($item['frequency']))) {
248 $revision = $item['revision'];
249 $frequency = $item['frequency'];
250 $revision_date = $item['revision_date'];
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/for/
H A Delse.test4 {% for item in items %}
5 * {{ item }}
7 no item
17 no item
23 no item

12345678910>>...44