Home
last modified time | relevance | path

Searched refs:data (Results 1 – 25 of 506) sorted by relevance

12345678910>>...21

/template/bootstrap3/
H A DEventHandlers.php69 foreach ($events_dispatcher as $event => $data) {
70 list($advise, $methods) = $data;
85 $form = $event->data;
88 ->attrs(['data-dw-icon' => 'mdi:account', 'data-dw-icon-target' => 'legend']);
91 ->addClass('btn-success')->attr('data-dw-icon', 'mdi:lock');
97 $form = $event->data;
100 ->attrs(['data-dw-icon' => 'mdi:lock-reset', 'data-dw-icon-target' => 'legend']);
103 ->addClass('btn-success')->attr('data
[all...]
/template/flat/assets/js/
H A Dhtml5shiv.js111 if (!data) {
112 data = {};
117 return data;
134 if (!data) {
139 if (data.cache[nodeName]) {
142 node = (data.cache[nodeName] = data.createElem(nodeName)).cloneNode();
170 data = data || getExpandoData(ownerDocument);
188 if (!data.cache) {
189 data.cache = {};
192 data.frag = data.createFrag();
[all …]
H A Dflat.js126 var data = $this.data('bs.alert')
128 if (!data) $this.data('bs.alert', (data = new Alert(this)))
185 var data = $el.data()
230 var data = $this.data('bs.button')
233 if (!data) $this.data('bs.button', (data = new Button(this, options)))
847 if (!data) $this.data('bs.dropdown', (data = new Dropdown(this)))
1161 if (!data) $this.data('bs.modal', (data = new Modal(this, options)))
2081 var data = $this.data('bs.tab')
2083 if (!data) $this.data('bs.tab', (data = new Tab(this)))
2266 var data = $spy.data()
[all …]
/template/sprintdoc/
H A Dtpl.php38 $data = tpl_get_action($action);
39 if(!is_array($data)) return '';
42 if($data['id'][0] == '#') {
43 $linktarget = $data['id'];
45 $linktarget = wl($data['id'], $data['params'], false, '&');
47 $caption = $lang['btn_' . $data['type']];
49 $caption = sprintf($caption, $data['replacement']);
52 $svg = __DIR__ . '/images/tools/' . self::$icons[$data['type']];
58 array('accesskey' => $data['accesske
[all...]
/template/twigstarter/vendor/twig/twig/src/Profiler/Dumper/
H A DBlackfireDumper.php23 $data = [];
24 $this->dumpProfile('main()', $profile, $data);
25 $this->dumpChildren('main()', $profile, $data);
36 foreach ($data as $name => $values) {
52 $this->dumpChildren($name, $p, $data);
56 private function dumpProfile(string $edge, Profile $profile, &$data) argument
58 if (isset($data[$edge])) {
59 ++$data[$edge]['ct'];
61 $data[$edge]['mu'] += $profile->getMemoryUsage();
62 $data[$edge]['pmu'] += $profile->getPeakMemoryUsage();
[all …]
/template/templar/js/
H A Dbootstrap-affix.js76 , data = $this.data('affix')
78 if (!data) $this.data('affix', (data = new Affix(this, options)))
79 if (typeof option == 'string') data[option]()
105 , data = $spy.data()
107 data.offset = data.offset || {}
109 data.offsetBottom && (data.offset.bottom = data.offsetBottom)
110 data.offsetTop && (data.offset.top = data.offsetTop)
112 $spy.affix(data)
H A Dbootstrap-button.js37 , data = $el.data()
41 data.resetText || $el.data('resetText', $el[val]())
43 $el[val](data[state] || this.options[state])
72 , data = $this.data('button')
74 if (!data) $this.data('button', (data = new Button(this, options)))
75 if (option == 'toggle') data.toggle()
76 else if (option) data.setState(option)
H A Dbootstrap-collapse.js62 hasData = actives.data('collapse')
65 hasData || actives.data('collapse', null)
131 , data = $this.data('collapse')
132 …, options = $.extend({}, $.fn.collapse.defaults, $this.data(), typeof option == 'object' && option)
133 if (!data) $this.data('collapse', (data = new Collapse(this, options)))
134 if (typeof option == 'string') data[option]()
162 , option = $(target).data('collapse') ? 'toggle' : $this.data()
H A Dbootstrap-carousel.js163 , data = $this.data('carousel')
166 if (!data) $this.data('carousel', (data = new Carousel(this, options)))
167 if (typeof option == 'number') data.to(option)
168 else if (action) data[action]()
169 else if (options.interval) data.pause().cycle()
195 , options = $.extend({}, $target.data(), $this.data())
201 $target.data('carousel').pause().to(slideIndex).cycle()
/template/parallax/lib/bootstrap/js/
H A Dbootstrap.js133 , data = $this.data('alert')
134 if (!data) $this.data('alert', (data = new Alert(this)))
193 , data = $el.data()
228 , data = $this.data('button')
230 if (!data) $this.data('button', (data = new Button(this, options)))
738 if (!data) $this.data('dropdown', (data = new Dropdown(this)))
954 , data = $this.data('modal')
1612 , data = $this.data('tab')
1613 if (!data) $this.data('tab', (data = new Tab(this)))
2023 , data = $spy.data()
[all …]
/template/starterbootstrap/js/
H A Dbootstrap.js144 var data = $this.data('bs.alert')
146 if (!data) $this.data('bs.alert', (data = new Alert(this)))
204 var data = $el.data()
249 var data = $this.data('bs.button')
252 if (!data) $this.data('bs.button', (data = new Button(this, options)))
871 if (!data) $this.data('bs.dropdown', (data = new Dropdown(this)))
1640 if (!data) $this.data('bs.tooltip', (data = {}))
1760 if (!data) $this.data('bs.popover', (data = {}))
2081 if (!data) $this.data('bs.tab', (data = new Tab(this)))
2265 var data = $spy.data()
[all …]
/template/starterbootstrap/
H A Dgenerate_index.php5 function indexmenu_search_index(&$data, $base, $file, $type, $lvl, $opts) { argument
58 $data[]=array(
91 function _html_buildlist(&$data, $level) { argument
94 foreach ($data as $item) {
113 $data = array(); variable
115 search($data, $conf['datadir'], "indexmenu_search_index", $opts, "/".utf8_encodeFN(str_replace(':',…
117 foreach ($data as $k => $v) {
118 $data[$k]['parent_id'] = (string)getNS($v['id']);
121 $data = array2tree($data,''); variable
123 $data = "<ul class=\"generated-index\">" . _html_buildlist($data, 1) . "</ul>"; variable
[all …]
/template/dokukit/
H A Dtpl_functions.php122 $data = p_wiki_xhtml($sb,'',false);
128 $data = preg_replace('/<div class="toc">.*?(<\/div>\n<\/div>)/s', '', $data);
130 $data = preg_replace('/<span class="curid">(.*)<\/span>/', '\1', $data);
132 $data = preg_replace('/(<h.*?><a.*?id=")(.*?)(">.*?<\/a><\/h.*?>)/','\1sb_left_\2\3', $data);
133 return ($data);
150 $data = array();
151 search($data,$conf['datadir'],'search_index',array('ns' => $ns));
163 foreach($data as $item) {
172 unset($data[$i]);
183 unset($data[$i]);
[all …]
/template/bootstrap3/tpl/
H A Dmenu-tools.php27 $data = $tools_menus[$tool]; variable
29 if (! isset($data['menu'])) continue;
34 <a href="<?php wl($ID) ?>" class="dropdown-toggle" data-target="#" data-toggle="dropdown" title="<?php echo $lang[$tool.'_tools'] ?>" role="button" aria-haspopup="true" aria-expanded="false">
35 <?php echo iconify($data['icon']); ?> <span class="<?php echo (in_array($tool, $navbar_labels) ? '' : 'hidden-lg hidden-md hidden-sm') ?>"><?php echo $lang[$tool.'_tools'] ?></span> <span class="caret"></span>
41 <?php echo iconify($data['icon']); ?> <?php echo $lang[$tool.'_tools'] ?>
44 foreach ($data['menu'] as $type => $item) {
56 <a href="<?php wl($ID) ?>" class="dropdown-toggle" data-target="#" data-toggle="dropdown" title="<?php $lang['tools'] ?>" role="button" aria-haspopup="true" aria-expanded="false">
66 foreach($tools_menus as $tool => $data)
[all...]
/template/klean/bootstrap/js/
H A Dbootstrap.js145 var data = $this.data('bs.alert')
147 if (!data) $this.data('bs.alert', (data = new Alert(this)))
205 var data = $el.data()
254 var data = $this.data('bs.button')
257 if (!data) $this.data('bs.button', (data = new Button(this, options)))
885 if (!data) $this.data('bs.dropdown', (data = new Dropdown(this)))
1214 if (!data) $this.data('bs.modal', (data = new Modal(this, options)))
2180 var data = $this.data('bs.tab')
2182 if (!data) $this.data('bs.tab', (data = new Tab(this)))
2366 var data = $spy.data()
[all …]
/template/kajukkk/bs/
H A Dbootstrap.js88 var data = $this.data('bs.alert')
90 if (!data) $this.data('bs.alert', (data = new Alert(this)))
148 var data = $el.data()
197 var data = $this.data('bs.button')
200 if (!data) $this.data('bs.button', (data = new Button(this, options)))
615 if (!data) $this.data('bs.dropdown', (data = new Dropdown(this)))
944 if (!data) $this.data('bs.modal', (data = new Modal(this, options)))
1737 var data = $this.data('bs.tab')
1739 if (!data) $this.data('bs.tab', (data = new Tab(this)))
1923 var data = $spy.data()
[all …]
/template/mywiki/
H A Dbootstrap.js145 var data = $this.data('bs.alert')
147 if (!data) $this.data('bs.alert', (data = new Alert(this)))
205 var data = $el.data()
254 var data = $this.data('bs.button')
257 if (!data) $this.data('bs.button', (data = new Button(this, options)))
885 if (!data) $this.data('bs.dropdown', (data = new Dropdown(this)))
1214 if (!data) $this.data('bs.modal', (data = new Modal(this, options)))
2180 var data = $this.data('bs.tab')
2182 if (!data) $this.data('bs.tab', (data = new Tab(this)))
2366 var data = $spy.data()
[all …]
/template/wallpaper/
H A Dtpl_functions.php38 $data = array();
69 foreach($data as $item) {
123 $data2 = $data;
219 $data[$i]['id'] = $id;
220 $data[$i]['ns'] = '';
221 $data[$i]['perm'] = 8;
222 $data[$i]['type'] = 'f';
223 $data[$i]['level'] = $level;
224 $data[$i]['open'] = 1;
241 $data[$i]['type'] = 'd';
[all …]
/template/amanuensis/inc/
H A Dindex.php47 $data =array();
64 $data =stripNSdescriptors($data);
67 $data = build_subindex($data,$IDdisplay);
73 $data1 = array_shift ($data);
80 $data1 = array_merge ($data1, $data[$nn]);
111 function stripNSdescriptors($data){ argument
120 while ($data){
121 $item=array_shift($data);
246 function search_index_title(&$data,$base,$file,$type,$lvl,$opts){ argument
268 $data[]=array( 'id' => $id,
[all …]
/template/kajukkk/
H A Dtpl_functions.php15 $data = tpl_get_action($type);
16 if($data === false) {
18 } elseif(!is_array($data)) {
19 $out = sprintf($data, 'link');
29 extract($data);
69 $data = tpl_get_action($type);
70 if($data === false) {
72 } elseif(!is_array($data)) {
83 extract($data);
186 if (count($data) == 0)
[all …]
/template/dokucms/
H A Dtpl_functions.php76 $data = p_wiki_xhtml($sb,'',false);
78 …$data .= '<div class="secedit">'.html_btn('secedit',$sb,'',array('do'=>'edit','rev'=>'','post')).'…
81 $data = preg_replace('/<div class="toc">.*?(<\/div>\n<\/div>)/s', '', $data);
83 $data = preg_replace('/(<h.*?><a.*?id=")(.*?)(">.*?<\/a><\/h.*?>)/','\1sb_left_\2\3', $data);
84 return ($data);
111 $data = array();
113 search($data,$conf['datadir'],'search_index',array('ns' => $ns));
125 foreach($data as $item) {
/template/dokubook/
H A Dtpl_functions.php181 $data = p_wiki_xhtml($wp,'',false);
183 …$data .= '<div class="secedit">' . html_btn('secedit',$wp,'',array('do'=>'edit','rev'=>'','post'))…
186 $data = preg_replace('/<div class="toc">.*?(<\/div>\n<\/div>)/s', '', $data);
188 …$data = preg_replace('/(<h.*?><a.*?name=")(.*?)(".*?id=")(.*?)(">.*?<\/a><\/h.*?>)/','\1sb_\2\3sb_…
189 return ($data);
217 $data = array();
218 search($data,$conf['datadir'],'search_index',array('ns' => $ns));
221 print html_buildlist($data,'idx','html_list_index','html_li_index');
/template/mikio/assets/
H A Dmikio-typeahead.js72 // var val = this.$menu.find('.active').data('value');
73 this.$element.data('active', val);
91 var val = this.$menu.find('.active').data('value');
93 this.$element.data('active', val);
202 // Two of them are callback functions (sync and async) for local and remote data processing
231 this.$element.data('active', items[0]);
233 this.$element.data('active', null);
315 var data = [];
321 data.push({
330 data
[all...]
/template/codowik/
H A Ddetail.php120 $data = array(); variable
121 $data['view'] = 'detail';
128 …$data['items']['mediaManager'] = '<li><a href="'.$mmURL.'" class="mediaManager"><span>'.$lang['img…
132 …$data['items']['img_backto'] = '<li><a href="'.wl($ID).'" class="back"><span>'.$lang['img_backto']…
135 $evt = new Doku_Event('TEMPLATE_PAGETOOLS_DISPLAY', $data);
137 foreach($evt->data['items'] as $k => $html) echo $html;
140 unset($data);
/template/a_free_worldic/
H A Dtpl_functions.php257 $data = p_wiki_xhtml($sb,'',false);
259 $data = preg_replace($subst['pattern'], $subst['replace'], $data);
262 …$data .= '<div class="secedit">'.html_btn('secedit',$sb,'',array('do'=>'edit','rev'=>'','post')).'…
265 $data = preg_replace('/<div class="toc">.*?(<\/div>\n<\/div>)/s', '', $data);
267 …$data = preg_replace('/(<h.*?><a.*?name=")(.*?)(".*?id=")(.*?)(">.*?<\/a><\/h.*?>)/','\1sb_'.$pos.…
268 return ($data);
298 $data = array();
299 search($data,$conf['datadir'],'search_index',array('ns' => $ns));
302 print html_buildlist($data,'idx','html_list_index','html_li_index');

12345678910>>...21