Home
last modified time | relevance | path

Searched refs:item (Results 51 – 75 of 1094) sorted by last modified time

12345678910>>...44

/plugin/mikioplugin/
H A Dscript.js82 var items = jQuery(this).find('.mikiop-carousel-item');
98 jQuery(this).find('.mikiop-carousel-item').first().addClass('mikiop-active');
104 timeout = carousel.find('.mikiop-carousel-item.mikiop-active').attr('data-interval');
133 var slides = parent.find('.mikiop-carousel-item');
181 var slides = parent.find('.mikiop-carousel-item');
241 var item = -1;
249 item = i;
253 if (item != active) {
255 var target = jQuery(group).find('.mikiop-carousel-item:nth-child(' + (item
[all...]
H A DREADME.md60 - Added ability to create group radio items in a multiple quiz item by surrounding options in []. Requested by Dylan.
110 - Added Nav item to create dropdown navigation items. [#18](https://github.com/nomadjimbob/mikioplugin/issues/18). Thanks armandostyl
/plugin/mikioplugin/syntax/
H A Dcore.php129 foreach ($optionlist as $item) {
130 $i = strpos($item, '=');
132 $value = substr($item, $i + 1);
139 $options[substr($item, 0, $i)] = $value;
141 $options[$item] = true;
900 $item = array('options' => array(), 'content' => $this->render_text($match[2][$i]));
914 $item['options'][substr($option, 0, $j)] = $value;
916 $item['options'][$option] = true;
920 $item['options'] = $this->cleanOptions($item['option
[all...]
H A Dpagenation.php
/plugin/mikioplugin/assets/
H A Dstyles.less453 .mikiop-accordian-item {
476 .mikiop-accordian-item.mikiop-show {
482 .mikiop-accordian-item:not(:last-child) {
488 .mikiop-accordian-item:last-child {
954 .mikiop-carousel-item {
1183 .mikiop-list-group-item {
1202 &+.mikiop-list-group-item {
1225 .mikiop-list-group-item-link {
1246 .mikiop-list-group-item-link:hover {
1259 .mikiop-list-group-item {
[all...]
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/bez/meta/
H A DTpl.php88 foreach($arr as $item) {
89 if (isset($var[$item])) {
90 $var = $var[$item];
/plugin/bez/scripts/
H A Dtask.js169 ui.item.option.selected = true;
171 item: ui.item.option
229 // Selected an item, nothing to do
230 if ( ui.item ) {
H A Dthread.js226 ui.item.option.selected = true;
228 item: ui.item.option
286 // Selected an item, nothing to do
287 if ( ui.item ) {
/plugin/tagging/script/
H A Dsearch.js23 .some(function(item) { // returns first occurence and stops argument
24 return item.split("=")[0] === param && (param = item.split("=")[1])
/plugin/tagging/
H A Dscript.js105 // don't navigate away from the field on tab when selecting an item
134 // add the selected item
135 terms.push(ui.item.value);
/plugin/tagging/helper/
H A Dquerybuilder.php171 $sql = "SELECT $this->field AS item, COUNT(*) AS cnt
280 * @param array $item
283 protected function globNS(array $item) argument
287 }, $item);
/plugin/confmanager/configTypes/
H A DConfigManagerSingleLineConfigCascade.php95 foreach ($config as $item) {
96 $content .= "$item\n";
/plugin/confmanager/tpl/
H A DshowConfigSingleLine.php60 <?php foreach($default as $item): ?>
61 <?php $isOverridden = in_array('!' . $item, $local) ?>
66 <span class="default_key"><?php echo hsc($item) ?></span>
/plugin/oauthazure/
H A Daction.php58 $data['grps'] = array_map(function ($item) {
59 return $item['displayName'] ?? $item['id'];
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js8378 if (!item) {
8397 ranges.push(item);
11831 item.anchorType = getAnchorType(item);
18919 item.refAddress = colCache.decodeAddress(item.ref);
28062 if (!EncoderBuffer.isEncoderBuffer(item)) item = new EncoderBuffer(item, reporter);
28064 return item;
28267 assert(item);
28270 state.use = item;
37409 var item;
37417 item++;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs18619 case 'item' /*case 'Item'*/: break;
22310 case 'config-item-set': // TODO: <office:config-item-set>
22311 case 'config-item-map-indexed': // TODO: <office:config-item-map-indexed>
22312 case 'config-item-map-entry': // TODO: <office:config-item-map-entry>
22313 case 'config-item-map-named': // TODO: <office:config-item-map-entry>
22525 case 'config-item':
23370 field.forEach(function(item) { argument
23371 if (!item.data)
23374 if (item.type == 2)
23376 out.push(item.data);
[all …]
/plugin/xlsx2dw/packages/xmltojson/
H A Dxmltojson.js293 function Tj(a,b){Jj();if(b>=a.length){return null}return a.item(b)}
600 …ing(a,'text/xml');var d=c.getElementsByTagName(eu);if(d.length>0){var e=d.item(0);e.parentNode.tag…
/plugin/xlsx2dw/
H A Dscript.js226 .map((item) => {
227 let color = item["a:srgbClr"]?.["-val"]
228 ?? item["a:sysClr"]?.["-lastClr"]
/plugin/gallery/
H A Dsyntax.php
/plugin/dev/
H A DSVGIcon.php136 $svg = $dom->getElementsByTagName('svg')->item(0);
176 $els->item($i)->parentNode->removeChild($els->item($i));
204 $name = $attributes->item($i)->name;
H A DSkeletor.php79 $data = array_map(function ($item) {
80 return array_map('trim', sexplode(' ', $item, 2, ''));
H A Dcli.php42 function (&$item) {
43 $item = $this->colors->wrap($item, $this->colors::C_BROWN);
59 function (&$item) {
60 $item = $this->colors->wrap($item, $this->colors::C_BROWN);
361 $output = array_filter($output, function ($item) {
362 return !file_exists($item);
/plugin/orphanswanted/
H A Dhelper.php128 foreach($data as $id=>$item) {
130 …(array_key_exists('exists', $item)) and ($item['exists'] == $page_exists) and (array_key_exists('l…
190 $output .= '<td>' . $item['links']
/plugin/recommend/
H A Dscript.js107 terms.push( ui.item.value );

12345678910>>...44