Home
last modified time | relevance | path

Searched refs:list (Results 201 – 225 of 1525) sorted by last modified time

12345678910>>...61

/plugin/htmlokalt/
H A DLICENSE48 …License. If the interface presents a list of user commands or options, such as a menu, a prominent…
/plugin/statistics/inc/
H A DStatisticsLogger.class.php405 list($mime1, $mime2) = explode('/', strtolower($mime));
500 $list = array();
501 search($list, $conf['datadir'], array($pop,'searchCountCallback'), array('all' => false), '');
502 $page_count = $list['file_count'];
503 $page_size = $list['file_size'];
505 print_r($list);
529 $list = array();
530 search($list, $conf['mediadir'], array($pop, 'searchCountCallback'), array('all' => true), '');
531 $media_count = $list['file_count'];
532 $media_size = $list['file_siz
[all...]
/plugin/statistics/
H A Dstyle.css4 list-style-type: none;
/plugin/farmer/admin/
H A Dinfo.php63 $this->line('animals', $this->animals($INPUT->bool('list')));
77 * @param bool $list
80 protected function animals($list) argument
86 if (!$list) {
88 $self = wl($ID, ['do' => 'admin', 'page' => 'farmer', 'sub' => 'info', 'list' => 1]);
/plugin/farmer/_animal/data/pages/wiki/
H A Ddokuwiki.txt18 * [[doku>features|A feature list]] :!:
50 * [[doku>mailinglist|Join the mailing list]]
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.
168 * This is a list
173 - The same list but ordered
179 * This is a list
184 - The same list but ordered
190 Also take a look at the [[doku>faq:lists|FAQ on list items]].
/plugin/farmer/css/
H A Dchosen.less174 list-style: none;
180 display: list-item;
184 display: list-item;
199 display: list-item;
203 display: list-item;
236 list-style: none;
316 display: list-item;
/plugin/farmer/
H A Ddeleted.files1 # This is a list of files that were present in previous releases
H A Dhelper.php88 $list = glob(DOKU_FARMDIR . '*/conf/', GLOB_ONLYDIR);
89 foreach ($list as $path) {
190 * get a list of all Plugins installed in the farmer wiki, regardless whether they are active or not.
322 * Write the list of (deactivated) plugins as plugin configuration of an animal to file
/plugin/farmer/lang/en/
H A Dnotfound_list.txt3 The requested Wiki could not be found. Please refer to the list of available Wikis below.
/plugin/approve/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
/plugin/btable2/
H A DREADME.md43 - tag "opt" - list of options, seperated by whitespace or comma
/plugin/notification/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
/plugin/ireadit/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
/plugin/odt/ODT/
H A DODTList.php27 $list = new ODTElementList($styleName, $continue);
28 $params->document->state->enter($list);
29 $list->setHTMLElement ($element);
31 $params->content .= $list->getOpeningTag();
54 $list = $params->document->state->getCurrentList();
55 $params->content .= $list->getClosingTag();
57 $position = $list->getListLastParagraphPosition();
63 if (isset($list)) {
182 if (isset($list)) {
183 $listStyleName = $list->getStyleName();
[all …]
H A DODTParagraph.php37 $list = NULL;
41 $list = $listItem->getList();
42 if (isset($list)) {
45 $isFirst = $list->getListFirstParagraph();
46 $list->setListFirstParagraph(false);
64 if ($list->getStyleName() == $params->document->getStyleName('list')) {
111 if (isset($list)) {
112 $list->setListLastParagraphPosition(strlen($params->content));
H A DODTTable.php41 $list = $list_item->getList();
42 if (isset($list)) {
43 $list_style_name = $list->getStyleName();
78 $list = $params->document->state->getCurrentList();
79 while (isset($list))
90 $lists [] = $list->getStyleName();
92 $list->setListLastParagraphPosition(-1);
101 $list = $params->document->state->getCurrentList();
/plugin/odt/action/
H A Dexport.php30 protected $list = array(); variable in action_plugin_odt_export
220 $list = array();
224 $list[0] = $ID;
271 $list[] = $item['id'];
284 $list = explode("|", $_COOKIE['list-pagelist']);
297 if(!is_array($list) || empty($list)) {
317 $list = array_map('cleanID', $list);
320 foreach($list as $index => $pageid) {
323 unset($list[$index]);
326 $list = array_filter($list); //removes also pages mentioned '0'
[all …]
/plugin/odt/
H A Ddeleted.files1 # This is a list of files that were present in previous plugin releases
H A Dexample.css183 * 'list-style-image: url('picture.png');' instead of 'list-style-type'.
190 /* Un-ordered list.
196 list-style-type: disc;
204 list-style-type: circle;
210 list-style-type: square;
228 list-style-type: ballotx;
246 list-style-type: none;
252 list-style-type: bullet;
255 /* Ordered list.
261 list-style-type: decimal;
[all …]
H A DChangeLog.txt41 list-style, flex, transition, outline, animation, border-bottom, columns
229 * renderer.php: fix <code> tag in list items
/plugin/odt/helper/
H A Ddwcssloader.php170 $list = array();
176 $list[DOKU_PLUGIN . $p ."/screen.css"] = DOKU_INC . "lib/plugins/". $p ."/";
177 $list[DOKU_PLUGIN . $p ."/screen.less"] = DOKU_INC . "lib/plugins/". $p ."/";
178 $list[DOKU_PLUGIN . $p ."/style.css"] = DOKU_INC . "lib/plugins/". $p ."/";
179 $list[DOKU_PLUGIN . $p ."/style.less"] = DOKU_INC . "lib/plugins/". $p ."/";
187 $list[DOKU_PLUGIN . $p ."/". $format .".css"] = DOKU_INC . "lib/plugins/". $p ."/";
188 $list[DOKU_PLUGIN . $p ."/". $format .".less"] = DOKU_INC . "lib/plugins/". $p ."/";
190 $list[DOKU_PLUGIN . $p ."/print.css"] = DOKU_INC . "lib/plugins/". $p ."/";
191 $list[DOKU_PLUGIN . $p ."/print.less"] = DOKU_INC . "lib/plugins/". $p ."/";
194 return $list;
/plugin/deeplautotranslate/
H A DLICENSE
/plugin/blogtng/
H A Dstyle.css61 /* list */
127 /*____________ blog list ____________*/
139 /* list */
265 /* tag list */
267 list-style: none;
/plugin/navi/
H A Dstyle.less4list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAFAQMAAAC3obSmAAAAA1BMVE…
8list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHAQMAAAD+nMWQAAAABlBMVE…
12list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAJAQMAAADAY3TdAAAABlBMVE…

12345678910>>...61