Home
last modified time | relevance | path

Searched refs:item (Results 1 – 25 of 1094) sorted by last modified time

12345678910>>...44

/plugin/pagelist/
H A Dhelper.php61 * @var string the item to use as key for sorting
904 $item = 0;
906 $item++;
908 if ($item < count($users)) {
/plugin/nspages/printers/
H A DprinterNice.php49 foreach($tab as $item) {
57 $newLetter = $this->_firstChar($item);
67 $newLetter = $this->_firstChar($item);
75 $this->_printElement($item);
82 private function _firstChar($item) {
83 $return_char = PhpString::strtoupper(PhpString::substr($item['sort'], 0, 1));
80 _firstChar($item) global() argument
H A DprinterOneLine.php18 foreach($tab as $item) {
20 $this->_printElementLink($item);
H A DprinterSimpleList.php34 foreach($tab as $item) {
35 $this->_printElement($item);
H A Dprinter.php113 * @param Array $item Represents the file
116 protected function _printElement($item, $level=1) { argument
117 $this->_printElementOpen($item, $level);
118 $this->_printElementContent($item, $level);
122 protected function _printElementOpen($item, $level) { argument
123 if($item == null || $item['type'] !== 'd') {
130 protected function _printElementContent($item, $level=1) { argument
132 $this->_printElementLink($item, $level);
136 protected function _printElementLink($item, argument
153 buildAnchorId($item) global() argument
[all...]
H A DprinterLineBreak.php16 foreach($tab as $item) {
20 $this->_printElementLink($item);
H A DprinterPictures.php22 foreach($tab as $item) {
23 $picture = $this->_getFirstImage($item['id']);
24 $url = wl($item['id']);
31 $anchorId = $this->buildAnchorId($item);
33 $this->renderer->toc_additem($anchorId, $item['nameToDisplay'], $this->renderer->getLastLevel() + 1);
36 $this->renderer->doc .= '<a href="'. $url .'" title="'.$item['nameToDisplay'].'">';
38 $this->renderer->doc .= '<span class="nspagesPicturesModeTitle">'.$item['nameToDisplay'];
40 $this->renderer->doc .= '</span><span class="nspagesPicturesDate">' . date('d/m/Y', $item['mtime']);
H A DprinterTree.php52 foreach($tab as $item){
53 $this->_fillTree($tree, $this->_getNS($item), $item, '');
83 private function _getNS($item) { argument
84 if($item['type'] === 'd'){
85 // If $item is itself a namespace then:
99 $lastChar = substr($item['id'], -1);
100 $IdSplit = explode(':', $item['id']);
102 if ($item['ns'] !== false){
104 || count(explode(':', $item['n
138 _fillTree($tree, $keys, $item, $parentId) global() argument
[all...]
/plugin/nspages/fileHelper/
H A DfileHelper.php54 foreach($this->files as $item) {
55 $preparer->prepareFileTitle($item);
56 if($preparer->isFileWanted($item, false) && $preparer->isFileWanted($item, true)) {
57 $preparer->prepareFile($item);
58 $files[] = $item;
/plugin/siteexport/action/
H A Dajax.php1239 foreach ($PARRAY as $item) {
1240 list($key, $value) = explode('=', $item, 2);
/plugin/siteexport/inc/
H A Dtoc.php184 private function __TOCItem($item, $depth, $selfClosed = true) argument
187 $this->debug($item);
188 $targetID = $item['mapID'][0] ?? '';
190 $targetID = $this->functions->cleanID($item['name']);
193item['exists']) == 1 ? " text=\"" . $item['name'] . "\"" : "") . ( array_key_exists('tags', $item)…
/plugin/siteexport/
H A Dpreload.php240 private function isSiteexportPlugin($item) { argument
241 return $item != 'siteexport';
/plugin/siteexport/syntax/
H A Daggregate.php38 private function checkComplete( &$item, $key, $namespaces ) { argument
40 …if ( !(strpos($item[0], getNS($namespace)) > 0 || strpos($item[0], '|:' . getNS($namespace)) > 0) …
41 $item[0] .= '|:' . $namespace;
H A Dtoc.php83 foreach ($calls as $item) {
84 … if (in_array($item[0], array('list_item', 'list_open'))) { $call = $item; break; }
307 $item = array();
308 $item['id'] = $id;
309 $item['name'] = $name;
310 $item['anchor'] = $hash;
311 $item['depth'] = $depth;
312 $item['exists'] = $exists;
313 if (!$conf['skipacl'] && auth_quickaclcheck($item['id']) < AUTH_READ) {
317 return $item;
/plugin/linkback/action/
H A Dsend.php116 foreach ($list as $item) {
117 if ($item[0] == 'externallink') {
118 $pages[] = $item[1][0];
120 if ($item[0] == 'internallink' && $this->getConf('ping_internal')) {
121 $pages[] = wl($item[1][0], '', true);
H A Ddisplay.php259 $item = '<li class="level' . $level . '"><div class="li"><span class="li"><a href="' .
267 $new = str_replace($search, $item . $search, $match[0]);
/plugin/linkback/
H A Dstyle.css85 display: list-item;
H A Dadmin.php99 foreach ($items as $item){
100 $id = $item['id'];
195 * Checkbox and info about a linkback item
215 * list item tag
/plugin/struct/meta/
H A DSearchConfig.php201 foreach ($value as $item) {
202 $filter[] = $match[1] . $item . $match[3];
/plugin/struct/script/
H A DEntryEditor.js93 // add the selected item
94 terms.push(ui.item.value);
/plugin/struct/types/
H A DAbstractBaseType.php352 * @param int $weight the scaled weight of the item. implemented as css font-size on the outside container
387 foreach ((array)$value as $item) {
388 $pl = $add->getQB()->addValue($item);
H A DDateTime.php144 foreach ((array)$value as $item) {
145 $pl = $QB->addValue($item);
H A DDecimal.php178 foreach ((array)$value as $item) {
179 $pl = $add->getQB()->addValue($item);
H A DTag.php132 foreach ((array)$value as $item) {
133 $pl = $add->getQB()->addValue($item);
H A DTraitFilterPrefix.php35 foreach ((array)$value as $item) {
47 $pl = $QB->addValue($item);

12345678910>>...44