Home
last modified time | relevance | path

Searched refs:item (Results 1 – 25 of 1094) sorted by relevance

12345678910>>...44

/plugin/rack/
H A Dsyntax.php163 $item = array();
171 $item['color'] = $matches[5] ? $matches[5] : $this->autoselect_color($item);
172 $item['linktitle'] = '';
178 $item['link']=wl(cleanID(preg_replace( '/^\[\[([^]|]+).*/', '$1', $item['link'] )));
181 $item['u_top'] = $item['u_bottom'] + ($opt['descending']?-1:1)*($item['u_size'] - 1);
182 $items[$item['u_top']] = $item;
183 …$csv .= "\"$item[model]\",\"$item[name]\",$opt[name],$item[u_bottom],$item[u_size],\"$item[comment…
200 $item = $items[$u];
203 …"<td class='item' rowspan='$item[u_size]' style='background-color: $item[color];' title=\"".htmlsp…
204 ($item['link'] ? '<a href="'.$item['link'].'"'.$item['linktitle'].'>' : '').
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/examples/
H A DXmlExample.php33 $this->addNames($item, $itemData);
36 $this->addPrices($item, $itemData);
37 $this->addUrls($item, $itemData);
42 $this->addSorts($item, $itemData);
48 $itemsToExport[] = $item;
83 $item->addBonus(3);
96 $item->addDescription(
162 $item->addName('Adidas Sneaker');
168 $item->addPrice(44.8);
209 $item->addSalesFrequency(5);
[all …]
/plugin/linksuggest/
H A Dscript.js43 callback(jQuery.map(data.data, function (item) {
44 let id = item.id; argument
46 if (item.type === 'd') {
52 ns: item.ns,
53 title: item.title,
54 type: item.type,
55 rootns: item.rootns
61 template: function (item) { //dropdown list argument
63 let title = item.title ? ' (' + linksuggest_escape(item
26 AnonymousFunctionb846711c0400(item) global() argument
100 AnonymousFunctionb846711c0b00(item) global() argument
109 AnonymousFunctionb846711c0c00(item) global() argument
116 AnonymousFunctionb846711c0d00(item) global() argument
146 AnonymousFunctionb846711c1100(item) global() argument
163 AnonymousFunctionb846711c1200(item) global() argument
179 AnonymousFunctionb846711c1300(item) global() argument
[all...]
/plugin/webdav/core/
H A DUtils.php142 $item = [];
159 $item['ns'] = $item['id'];
161 $item['dirname'] = $item['ns'];
163 $item['path'] = ($is_mediadir) ? mediaFN($item['id']) : wikiFN($item['id']);
165 $item['perm'] = auth_quickaclcheck($item['id']);
166 $item['ns'] = getNS($item['id']);
167 $item['size'] = filesize($item['path']);
168 $item['mtime'] = filemtime($item['path']);
169 $item['hash'] = sha1_file($item['path']);
171 $item['filename'] = $item['file'];
[all …]
/plugin/preservefilenames/
H A Daction_adorabelle.php44 if($jump == $item['id']) {
63 $ns = getNS($item['id']);
69 if($item['isimg']){
77 $info .= filesize_h($item['size']);
110 if($item['isimg']) media_printimgdetail($item);
132 $ns = getNS($item['id']);
140 if($item['isimg']) {
141 media_printimgdetail($item, true);
159 if($item['isimg']){
168 $date = dformat($item['mtime']);
[all …]
H A Daction_angua.php330 foreach($data as $item){
359 if($jump == $item['id']) {
378 $ns = getNS($item['id']);
384 if($item['isimg']){
392 $info .= filesize_h($item['size']);
425 if($item['isimg']) media_printimgdetail($item);
447 $ns = getNS($item['id']);
455 if($item['isimg']) {
456 media_printimgdetail($item, true);
474 if($item['isimg']){
[all …]
/plugin/bookmarkfile/
H A Dsyntax.php163 $item = array();
173 $item = array();
179 $item = array();
182 $bookmarks [] = $item;
216 $item = array();
220 $item = array();
224 $item = array();
228 $bookmarks [] = $item;
231 $bookmarks [] = $item;
267 switch ($item['type']) {
[all …]
/plugin/submgr/
H A Dhelper.php42 * @param string $item page or namespace
49 $isns = $this->cleanItem($item);
57 if (!$item) {
65 $this->removeRule($item);
79 public function removeRule($item) argument
84 unset($this->rules[$item]);
220 protected function cleanItem(&$item) argument
223 $item = trim($item);
224 if (substr($item, -1) == ':') {
227 $item = cleanID($item);
[all …]
/plugin/const/
H A Daction.php75 if (count($item) === 2) {
77 switch ($item[1]) {
79 $item[1] = $username;
93 $item[1] = date("Y");
96 $item[1] = date("m");
99 $item[1] = date("F");
141 $item[1] = trim($item[1]);
146 $wikified = str_replace("%%" . trim($item[0]) . "%%", $item[1], $wikified);
147 $wikified = str_replace("§§" . trim($item[0]) . "§§", $item[1], $wikified);
150 @$math->assign_and_evaluate($item[0]."=".$item[1]);
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php68 $item->setPrice($price);
70 return $item;
109 $item->setPrice($price);
111 $items[] = $item;
122 $item->addProperty($property);
145 $item->setAllImages([
161 $item->setAllImages([
192 $item->setAllImages([
207 $item->setAllImages([
323 $item = new XMLItem(123);
[all …]
/plugin/issuetracker/
H A Ditsearch.php117 foreach($ref_findings['issues'] as $item) {
118 …$link = 'doku.php?id='.$ID.'&do=showcaselink&showid='.$item['id'].'&project='.$item['project'…
119 … $text_snip = $this->xs_format($issues[$item['project']."_".$item['id']]['description']);
124 <td>'.$item['project'].'</td>
125 …><a href="'.$link.'" title="'.$this->getLang('search_Issue')." ".$item['id'].'">'.$item['id'].'</a…
126 …><a href="'.$link.'" title="'.$this->getLang('search_Issue')." ".$item['id'].'">'.$item['title'].'…
131 foreach($ref_findings['comment'] as $item) {
132 …['it_data']==false) $comments_file = DOKU_CONF."../data/meta/".$item['project']."_".$item['id']. '…
133 … = DOKU_CONF."../". $conf['plugin']['issuetracker']['it_data'].$item['project']."_".$item['id']. '…
135 …ink = 'doku.php?id='.$ID.'&do=showcaselink&showid='.$item['id'].'&project='.$item['projec…
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfCompact.yml8 - item : Super Hoop
9 - item : Basketball
11 - item:
25 'item' => [
61 - item : Super Hoop
62 - item : Basketball
64 - item:
78 'item' => [
114 - item : Super Hoop
117 - item:
[all …]
/plugin/dlcounter/
H A Dsyntax.php68 foreach( $params as $item ){
70 if( $item == 'sort' ) $data['sort'] = $item;
71 else if( $item == 'rsort' ) $data['sort'] = $item;
73 else if( $item == 'left' ) $data['align'] = $item;
74 else if( $item == 'center' ) $data['align'] = $item;
75 else if( $item == 'right' ) $data['align'] = $item;
81 else if( substr( $item, 0, 6) == 'htext=' ){
84 else if( substr( $item, 0, 9) == 'minwidth=' ){
87 else if( substr( $item, 0, 5) == 'cpad=' ){
88 $data['cpad'] = explode('=', $item)[1];
[all …]
/plugin/linkmanager/
H A Dfunctions.php76 foreach($data as $item){
98 if ($item['type']=='d') return;
107 if($jump == $item['id']) {
120 $title = $item['title'];
121 $pgsplt=explode(':',$item['id']);
178 echo linkpage_nstree_li($item);
196 if(!$item['label']) $item['label'] = $label;
200 $ret .= $item['label'];
213 function linkpage_nstree_li($item){ argument
215 if($item['open']){
[all …]
/plugin/move/admin/
H A Dtree.php137 function html_list($item) { argument
140 if(!empty($item['label'])) {
141 $base = $item['label'];
143 $base = ':' . $item['id'];
147 if($item['id'] == '*') $item['id'] = '';
149 if ($item['id']) {
154 if($item['type'] == 'd') {
173 * @param array $item
176 function html_li($item) { argument
177 if($item['id'] == '*') $item['id'] = '';
[all …]
/plugin/medialist/
H A Dhelper.php131 foreach ($media as $item) {
135 $item = $item + array('level' => 1, 'base' => $base, 'linked'=> 1);
137 $item = $item + array('level' => 1, 'base' => $base);
139 $items[] = $item;
173 public function _media_item($item) { argument
179 $link['url'] = ml($item['id']);
182 $link['title'] = noNS($item['id']);
187 if (!empty($item['base'])) {
189 $link['name'] = preg_replace('/^'.$item['base'].':/','', $item['id']);
197 $link['name'] = $item['id'];
[all …]
/plugin/subjectindex/plugins/
H A DEntryDefault.php47 $item = &$this->items[];
48 $item['section'] = ( ! empty($match[1])) ? $match[1] : $this->section;
50 $item['type'] = $this->type;
51 if ($item['type']== 'default' && isset($this->types[$item['section']])) {
52 $item['type'] = $this->types[$item['section']];
54 $item['entry'] = $match[2];
56 $item['display'] = $match[3];
57 $item['star'] = ($match[4] == '*');
59 $item['display'] = '';
60 $item['star'] = false;
/plugin/docnavigation/syntax/
H A Dtoc.php191 $item = [];
192 $item['id'] = $pageid . '#' . $tocitem['hid'];
193 $item['ns'] = getNS($item['id']);
196 $item['type'] = 'firstheading';
199 $item['type'] = 'heading';
202 $item['level'] = $tocitemlevel + $tocitem['level'] - $options['includeheadings'][0];
203 $item['title'] = $tocitem['title'];
205 $list[$item['id']] = $item;
258 listItemNavtoc($item) global() argument
285 html_list_toc($item) global() argument
[all...]
/plugin/amazon_heavy/
H A Dsyntax.php137 $item = $feed[$i];
138 $html .= "<tr><td><a href=\"".$item["@"]["url"]."\">";
139 …$html .= "<img src=\"".$item["#"]["ImageUrlSmall"][0]["#"]."\" alt=\"".$item["#"]["ProductName"][0…
140 …$html .= "<td><h2>".$item["#"]["ProductName"][0]["#"]."</h2>(Autor: ".$item["#"]["Authors"][0]["#"…
141 $html .= "&nbsp;<a href=\"".$item["@"]["url"]."\">";
142 $html .= "<b>Art.# ".$item["#"]["Asin"][0]["#"];
143 if ($item["#"]["Isbn"][0]["#"]) $html .= " (ISBN: ".$item["#"]["Isbn"][0]["#"].")";
145 if ($item["#"]["BrowseList"][0]["#"]["BrowseNode"][0]["#"]["BrowseName"][0]["#"])
147 if ($item["#"]["Media"][0]["#"])
148 $html .= "&nbsp;".$item["#"]["Media"][0]["#"]."<br />";
[all …]
/plugin/watchcycle/
H A Dhelper.php97 foreach ($all as $item) {
98 $item = trim($item);
99 if (strpos($item, '@') !== false) {
101 if (empty($auth->retrieveUsers(0, 1, array('grps' => ltrim($item, '@'))))) {
105 if ($auth->getUserData($item) === false) {
134 foreach ($all as $item) {
135 $item = trim($item);
136 if ($item[
[all...]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dbatch_with_exact_elements.test15 <div class=item>a</div>
16 <div class=item>b</div>
17 <div class=item>c</div>
20 <div class=item>d</div>
21 <div class=item>e</div>
22 <div class=item>f</div>
25 <div class=item>g</div>
26 <div class=item>h</div>
27 <div class=item>i</div>
30 <div class=item>j</div>
[all …]
/plugin/typography/helper/
H A Dparser.php119 $item = array_map('trim', explode(':', $declaration, 2));
120 if (!isset($item[1])) continue;
123 if (isset($this->properties[$item[0]])) {
124 $name = $this->properties[$item[0]];
125 } elseif (in_array($item[0], $this->properties)) {
126 $name = $item[0];
128 $name = $item[0]; // assume as CSS property
136 $value = $item[1];
187 $attr = $css = $item = array();
206 $item[] = $key.'="'.$value.'"';
[all …]
/plugin/subjectindex/syntax/
H A Dentry.php62 $item = $this->matcher->first;
63 …$item['entry'] = $this->_remove_ord($item['entry']); // remove any ordered list numbers (used for …
64 $link_id = SI_Utils::valid_id($item['entry']);
67 $path = str_replace('/', $sep, $item['entry']);
68 return array($item, $path, $link_id, $target_page);
92 list($item, $path, $link_id, $target_page) = $data;
93 $star = $item['star'];
95 $display = $item['display'];
106 … $type = "\n(" . $item['section'] . '-' . $this->getLang($item['type'] . '_type') . ')';
113 if (isset($item['title'])) {
[all …]
/plugin/davcal/vendor/sabre/xml/lib/
H A DWriter.php110 foreach ($value as $name => $item) {
115 … if (!is_array($item) || !array_key_exists('name', $item) || !array_key_exists('value', $item)) {
119 $attributes = isset($item['attributes']) ? $item['attributes'] : [];
120 $name = $item['name'];
121 $item = $item['value'];
123 } elseif (is_array($item) && array_key_exists('value', $item)) {
126 $attributes = isset($item['attributes']) ? $item['attributes'] : [];
127 $item = $item['value'];
138 $this->write($item);
/plugin/photogallery/lightGallery/css/
H A Dlg-transitions.min.css1item{opacity:0}.lg-css3.lg-zoom-in .lg-item.lg-next-slide,.lg-css3.lg-zoom-in .lg-item.lg-prev-sli…

12345678910>>...44