Home
last modified time | relevance | path

Searched refs:index (Results 76 – 100 of 1806) sorted by last modified time

12345678910>>...73

/plugin/xlsx2dw/packages/xmltojson/
H A Dxmltojson.js544 …a;d=null;while(true){f=b.exec(h);if(f==null||h==''){g[c]=h;break}else{e=f.index;g[c]=h.substr(0,e)…
/plugin/xlsx2dw/
H A Dscript.js55 row.forEach((cell, index) => {
56 row[index] = {
/plugin/gallery/swipebox/js/
H A Djquery.swipebox.js
/plugin/gallery/swipebox/css/
H A Dswipebox.less
/plugin/copycode/
H A Dstyle.css14 z-index: 9999999;
/plugin/imapmarkers/
H A Djquery.imagemapster.js412 var index,
467 var index,
472 for (index = 0; index < list.length; index++) {
496 if (index >= 0) {
497 return index >= 0 ? this.map_cache[index] : null;
716 index,
1813 return index;
1878 var index,
1920 return index;
1991 if (index >= 0) {
[all …]
H A Dscript.js161 _g.a_imap_div.forEach((object, index) => {
162 if (_g.a_last_clicked_id[index] != undefined) {
164 let id = _g.a_last_clicked_id[index]['id'];
237 _g.a_imap_div.forEach((object, index) => {
238 let imap_div_index = index;
243 if (_g.a_maps[index] !== undefined) {
245 if (_g.a_areas[index] === undefined) {
246 _g.a_areas[index] = [];
296 _g.a_imap_div.forEach((object, index) => {
297 let imap_div_index = index;
[all …]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php595 $index = array_search($this, $this->parent->children, true) + 1;
596 if ($index < count($this->parent->children))
597 $nodes[] = $this->parent->children[$index];
601 $index = array_search($this, $this->parent->children, true);
602 $nodes = array_slice($this->parent->children, $index);
/plugin/recommend/
H A Dstyle.css7 z-index: 1;
/plugin/todo/
H A Daction.php51 * index int the position of the occurrence of the input element (starting with 0 for first element/to-do)
65 * origVal is not used anymore, we use the index (occurrence) of input element \n
84 // by einhirn <marg@rz.tu-clausthal.de> determine checkbox index by using class 'todocheckbox'
94 if(isset($_REQUEST['index'], $_REQUEST['checked'], $_REQUEST['pageid'])) {
95 // index = position of occurrence of <input> element (starting with 0 for first element)
96 $index = (int) $_REQUEST['index'];
139 if($index >= 0) {
140 $index++;
141 // index i
[all...]
H A Dscript.js48 param = $chk.data(), // contains: index, pageid, date, strikethrough
51 // if the data-index attribute is set, this is a call from the page where the todos are defined
52 if (param.index === undefined) param.index = -1;
92 index: param.index,
/plugin/bureaucracy/helper/
H A Dfieldsubject.php30 * @param int $index index number of field in form
34 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldsubmit.php58 * @param int $index index number of field in form
62 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dactionmail.php196 foreach($matches[1] as $index => $codeoptions) {
199 $html = $matches[2][$index];
202 $text = $matches[2][$index];
H A Dactiontemplate.php358 $index = new dokuwiki\Ui\Index();
359 …$html .= html_buildlist($data, 'idx', array($this, 'html_list_index'), array($index, 'tagListItem'…
H A Dfield.php197 * @param int $index index number of field in form
201 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldaddpage.php43 * @param int $index index number of field in form
47 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldfile.php47 * @param int $index index number of field in form
51 public function handle_post($value, &$fields, $index, $formid) { argument
54 return parent::handle_post($value['name'], $fields, $index, $formid);
H A Dfieldnumber.php67 * @param int $index index number of field in form
71 public function handle_post($value, &$fields, $index, $formid) { argument
74 return parent::handle_post($value, $fields, $index, $formid);
H A Dfieldfieldset.php64 * @param int $index index number of field in form
68 public function handle_post($value, &$fields, $index, $formid) { argument
75 for ($n = 0 ; $n < $index; ++$n) {
90 for ($n = $index + 1 ; $n < count($fields) ; ++$n) {
H A Dfieldstatic.php28 * @param int $index index number of field in form
32 public function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldusemailtemplate.php42 * @param int $index index number of field in form
46 function handle_post($value, &$fields, $index, $formid) { argument
H A Dfieldwiki.php29 * @param int $index index number of field in form
33 public function handle_post($value, &$fields, $index, $formid) { argument
/plugin/bureaucracy/
H A Dsyntax.php310 foreach($data['fields'] as $index => $field) {
317 $file[$key] = $value[$index];
319 $isValid = $field->handle_post($file, $data['fields'], $index, $this->form_id);
322 …$isValid = $field->handle_post($_POST['bureaucracy'][$index] ?? null, $data['fields'], $index, $th…
/plugin/dw2pdf/tpl/default/
H A Dstyle.css15 /* Table of Content -- see http://mpdf1.com/manual/index.php?tid=243 */

12345678910>>...73