Home
last modified time | relevance | path

Searched refs:item (Results 476 – 500 of 1094) sorted by last modified time

1...<<11121314151617181920>>...44

/plugin/codemirror/dist/modes/
H A Dyaml.min.js.map1 …if (stream.match(/\\.\\.\\./)) { return \"def\"; }\n /* array list item */\n if (str…
H A Dcss.min.js.map1 …n \"line-through\", \"linear\", \"linear-gradient\", \"lines\", \"list-item\", \"listbox\", \"l…
H A Dtiki.min.js.map1 …e item, or <li /> at start of line\n case \"#\": //ordered list line item, or <li /> at start…
H A Dxquery.min.js.map1item', 'language', 'last', 'lax', 'least', 'let', 'levels', 'lowercase', 'map',\n 'modify', 'mo…
H A Dmarkdown.min.js.map1item's marker's indentation is less than the deepest\n // list item's content's indentatio…
H A Dstylus.min.js.map1 …ighter\",\"line-through\",\"linear\",\"linear-gradient\",\"lines\",\"list-item\",\"listbox\",\"lis…
/plugin/codemirror/dist/
H A Dstyles.min.css.map1item {\n white-space: nowrap;\n padding-right: 20px;\n}\n\n.cm-settings-menu .ui-icon {\n …
H A Dstyles.min.css1 …enu .ui-menu-item{white-space:nowrap;padding-right:20px}.cm-settings-menu .ui-icon{margin-top:.2em…
/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 …]
H A Dadmin.php85 foreach ($this->hlp->getRules() as $item => $data) {
87 echo '<td>' . hsc($item) . '</td>';
93 echo '<input type="hidden" name="rm" value="' . hsc($item) . '" />';
/plugin/xkcd/
H A Dsyntax.php40 $comicURL = $xml->channel->item->link;
42 $description = (string) $xml->channel->item->description;
/plugin/phpipam/
H A Dsyntax.php2167 $web_out .= "<a href='" . $item['link'] . "' " . $item['linktitle'] . '>' ;
2169 $web_out .= $item['model'] . ($item['comment'] ? ' *' : '') ;
2215 $item['link'] = '' ;
2218 $item['link'] = $item[$_l] ;
2226 $item['model'])) {
2229 $item['model'])) {
2232 $item['model'])) {
2235 $item['model'])) {
2238 $item['model'])) {
2241 $item['model'])) {
[all …]
H A DLICENSE110 menu, a prominent item in the list meets this criterion.
H A Dstyle.css62 .phpipam table.phpipam_devices td.item {
/plugin/accscounter/syntax/
H A Dpopularity.php95 foreach ($items as $item) {
96 $page = $item['id'];
/plugin/magnifier/
H A Dscript.js155 $('img.magnifierImage').each(function(index, item){ argument
156 $.magnify($(item));
/plugin/filelisting/
H A Dhelper.php185 * Add additional info to search() function result item
187 * @param $item
190 protected function fileInfo($item) { argument
193 $item['file'] = utf8_decodeFN($item['file']);
196 if (isset($item['isdir'])) {
197 $item['icon'] = $this->dirClosedIcon();
199 $item['link'] = '<a href="'.wl($item['id']. ':start').'">' . $item['fil
[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/dataplot/
H A DCOPYING110 menu, a prominent item in the list meets this criterion.
/plugin/revealjs/plugin/markdown/
H A Dmarked.js6 …etRegex(),k.bullet=/(?:[*+-]|\d{1,9}\.)/,k.item=/^( *)(bull) ?[^\n]*(?:\n(?!\1bull ?)[^\n]*)*/,k.i…
/plugin/revealjs/
H A Dexample_presentation.dokuwiki107 * Unordered list, item one
108 * Another item
110 - Another sublist item
111 * A third item for testing
178 * List item 1
179 * List item 2
180 * List item 3
190 * List item 1
191 * List item 2
192 * List item 3
/plugin/slider/
H A Dscreen.css72 .bx-wrapper .bx-pager .bx-pager-item,
73 .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
/plugin/pdfjs/pdfjs/web/locale/ff/
H A Dviewer.properties151 # Thumbnails panel item (tooltip and alt text for images)
/plugin/pdfjs/pdfjs/web/locale/ga-IE/
H A Dviewer.properties115 # Thumbnails panel item (tooltip and alt text for images)
/plugin/pdfjs/pdfjs/web/locale/gd/
H A Dviewer.properties151 # Thumbnails panel item (tooltip and alt text for images)

1...<<11121314151617181920>>...44