Home
last modified time | relevance | path

Searched refs:item (Results 676 – 700 of 1094) sorted by path

1...<<21222324252627282930>>...44

/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 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 DprinterSimpleList.php34 foreach($tab as $item) {
35 $this->_printElement($item);
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/nssearch/
H A DLICENSE110 menu, a prominent item in the list meets this criterion.
/plugin/numberedheadings/
H A DREADME.md65 === - item 1 === → (1001) item 1
67 ==== - item 2 ==== → 1. item 2
75 === - item a1 === → A1. item a1
76 === - item a2 === → A2. item a2
77 == - item a2.1 == → A2.1 item a
[all...]
/plugin/oauthazure/
H A Daction.php58 $data['grps'] = array_map(function ($item) {
59 return $item['displayName'] ?? $item['id'];
/plugin/odp/
H A Drenderer.php1283 $item = $feed->get_item($x);
1286 $this->externallink($item->get_permalink(),
1287 $item->get_title());
1289 $author = $item->get_author(0);
1297 $this->cdata(' ('.$item->get_date($conf['dformat']).')');
1300 $this->cdata(strip_tags($item->get_description()));
/plugin/odt/ODT/
H A DODTDocument.php635 $item = $refID.','.$hid.','.$text.','. $level;
636 $this->toc[] = $item;
1902 $item = $this->toc[$index];
1903 $params = explode (',', $item);
H A DODTIndex.php330 foreach ($toc as $item) {
331 $params = explode (',', $item);
369 foreach ($toc as $item) {
370 $params = explode (',', $item);
H A DODTUtility.php68 foreach ($toc as $item) {
69 $params = explode (',', $item);
88 foreach ($bookmarks as $item) {
89 if ( $page == $item ) {
91 … $link = '<text:a xlink:type="simple" xlink:href="#'.$item.'" '.$linkStyle.'>';
/plugin/odt/action/
H A Dexport.php270 foreach($result as $item) {
271 $list[] = $item['id'];
/plugin/odt/
H A Dexample.css191 * DokuWiki syntax: * list item text
256 * DokuWiki syntax: - list item text
/plugin/odt/renderer/
H A Dpage.php1569 $item = $feed->get_item($x);
1573 $this->externallink($item->get_permalink(),
1574 $item->get_title());
1576 $author = $item->get_author(0);
1584 $this->cdata(' ('.$item->get_date($this->config->getParam ('dformat')).')');
1587 $this->cdata(strip_tags($item->get_description()));
/plugin/odt2dw/
H A Daction.php214 …if ( ! $this->racine = $this->XML->getElementsByTagName('document-content')->item(0) ) return $thi…
/plugin/odtplus2dw/
H A Daction.php231 if ( ! $this->racine = $this->XML->getElementsByTagName('document-content')->item(0) ) return $this->_msg('er_invalidRoot');
/plugin/odtsupport/
H A DLICENSE110 menu, a prominent item in the list meets this criterion.
/plugin/offline/
H A DCOPYING.txt110 menu, a prominent item in the list meets this criterion.
/plugin/ol3/
H A Dscript.js8item=function(t){return this.array_[t]},e.prototype.getLength=function(){return this.get(ut)},e.pr… method in e
/plugin/openid/Auth/OpenID/
H A DFileStore.php515 while (false !== ($item = readdir($handle))) {
516 if (!in_array($item, ['.', '..'])) {
517 if (is_dir($dir . $item)) {
519 if (!Auth_OpenID_FileStore::_rmtree($dir . $item)) {
522 } else if (is_file($dir . $item)) {
523 if (!unlink($dir . $item)) {
H A DSQLStore.php276 foreach ($replacements as $item) {
277 $value = $item['value'];
278 $keys = $item['keys'];
/plugin/openid/Auth/Yadis/
H A DXML.php294 $n[] = $result->item($i);
321 $node = $arr->item($i);
/plugin/openlayersmap/ol7/
H A Dol.js.map
/plugin/orgapp/
H A DCOPYING110 menu, a prominent item in the list meets this criterion.

1...<<21222324252627282930>>...44