Home
last modified time | relevance | path

Searched refs:item (Results 176 – 200 of 1094) sorted by last modified time

12345678910>>...44

/plugin/bbcodeextensions/
H A DLICENSE110 menu, a prominent item in the list meets this criterion.
/plugin/confightmlok/
H A DLICENSE48 An interactive user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient and prominently visible feature that (1) displays an appropriate copyright notice, and (2) tells the user that there is no warranty for the work (except to the extent that warranties are provided), that licensees may convey the work under this License, and how to view a copy of this License. If the interface presents a list of user commands or options, such as a menu, a prominent item in the list meets this criterion.
/plugin/randomtables/table-roller/src/Table/
H A DDokuwikiJsonTable.php13 $options = array_map(function($item) {
14 return sprintf('%d-%d: %s', $item->min, $item->max, $item->result);
/plugin/upgrade/
H A Dlegacy.php37 $lines = array_map(function ($item) {
38 return array_map('trim', explode(' ', $item, 2));
/plugin/htmlokalt/
H A DLICENSE48 … presents a list of user commands or options, such as a menu, a prominent item in the list meets t…
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt166 Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a ''*'' for unordered lists or a ''-'' for ordered ones.
169 * The second item
171 * Another item
174 - Another item
180 * The second item
182 * Another item
185 - Another item
460 | author | show item authors names |
461 | date | show item dates |
462 | description| show the item descriptio
[all...]
/plugin/farmer/css/
H A Dchosen.less180 display: list-item;
184 display: list-item;
199 display: list-item;
203 display: list-item;
316 display: list-item;
/plugin/farmer/
H A Dhelper.php206 function ($item) {
207 if ($item == 'farmer') return false;
208 if ($item == 'extension') return false;
209 if ($item == 'upgrade') return false;
210 if ($item == 'testing') return false;
/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/notification/helper/
H A Dcron.php28 $ourUsers = array_map(function ($item) {
29 return $item['user'];
/plugin/odt/ODT/
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.'>';
H A DODTDocument.php635 $item = $refID.','.$hid.','.$text.','. $level;
636 $this->toc[] = $item;
1902 $item = $this->toc[$index];
1903 $params = explode (',', $item);
/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/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/deeplautotranslate/
H A DLICENSE
/plugin/blogtng/entities/
H A DComment.php67 foreach ($row as $key => $item) {
69 $this->{$key} = $item;
/plugin/blogtng/helper/
H A Dentry.php1068 list($item,$action) = explode('_', $current, 2);
1069 $open_wraps[$item] += ($action == 'open' ? 1 : -1);
/plugin/orphanmedia2/
H A DLICENSE110 menu, a prominent item in the list meets this criterion.
/plugin/do/scripts/
H A Dgeneral.js27 $items.each(function (i, item) { argument
28 PluginDo.buildTitle(jQuery(item), [], '', null, null);
/plugin/acmenu/
H A Dscript.js16 * Get previously cookies in order to remember which item are opened.
90 // ns 0 // open item
93 // ns 0.2 // open item
94 // pg 0.2.1 // open item
126 var item = trim_url(jQuery(this).find("a").attr("href"));
132 _OPEN_ITEMS.push(item);
138 _OPEN_ITEMS.splice(jQuery.inArray(item, _OPEN_ITEMS), 1);

12345678910>>...44