Home
last modified time | relevance | path

Searched refs:nextmatch (Results 1 – 25 of 246) sorted by relevance

12345678910

/dports/www/phpgroupware/phpgroupware-0.9.16.017/etemplate/inc/
H A Dclass.nextmatch_widget.inc.php78 $nextmatch = new etemplate('etemplate.nextmatch_widget.header_only');
80 $cell['obj'] = &$nextmatch;
81 $cell['name'] = $nextmatch->name;
92 $nextmatch = new etemplate('etemplate.nextmatch_widget');
96 $nextmatch->disable_cells('cat_id');
100 $nextmatch->disable_cells('filter');
104 $nextmatch->disable_cells('filter2');
109 $nextmatch->set_cell_attribute('first','readonly',$start <= 0);
110 $nextmatch->set_cell_attribute('left', 'readonly',$start <= 0);
115 $cell['obj'] = &$nextmatch;
[all …]
/dports/deskutils/egroupware/egroupware/api/js/etemplate/
H A Det2_extension_nextmatch.ts3168 this.nextmatch = _parent;
3179 this.nextmatch = null;
3185 setNextmatch( nextmatch)
3188 this.nextmatch = nextmatch;
3372 (this.nextmatch.activeFilters ? this.nextmatch.activeFilters.searchletter : false);
3761 header.nextmatch.applyFilters(header.nextmatch.activeFilters);
3765 header.nextmatch.applyFilters(value[header.nextmatch.id]);
3822 this.nextmatch = null;
3885 this.nextmatch = null;
4022 if(this.nextmatch)
[all …]
H A Det2_widget_favorites.ts84 nextmatch = null; property in et2_favorites
305 if(this.nextmatch)
317 if(this.nextmatch)
319 this.nextmatch.applyFilters(filters);
352 if(this.value == "add" && this.nextmatch)
355 let current_filters = jQuery.extend({},this.nextmatch.activeFilters);
363 current_filters[extra] = this.nextmatch.options.settings[extra];
375 …current_filters[this.options.filters[i]] = this.nextmatch.options.settings[this.options.filters[i]…
416 setNextmatch(nextmatch)
418 this.nextmatch = nextmatch;
H A Dexpose.ts61 let nextmatch = null;
62 while (nextmatch == null && current) {
65 nextmatch = current;
72 …if (nextmatch == null || nextmatch.controller == null || !nextmatch.dom_id.match(/filemanager/, 'i…
74 return nextmatch;
/dports/deskutils/egroupware/egroupware/api/templates/default/
H A Dprint.css36 /* cells in nextmatch/list rows */
43 /* nextmatch/list rows */
50 /* nextmatch/list headers */
58 /* cell in tables in nextmatch/list cells */
/dports/deskutils/egroupware/egroupware/bookmarks/lang/
H A Degw_bg.lang53 export definition to use for nextmatch export bookmarks bg Определение за експорт, което да се изпо…
54 export definitition to use for nextmatch export bookmarks bg Определение за експорт, което да се из…
H A Degw_nl.lang39 export definition to use for nextmatch export bookmarks nl Export definitie om te gebruiken bij nex…
40 export definitition to use for nextmatch export bookmarks nl Export definitie om te gebruiken bij n…
H A Degw_fi.lang51 export definition to use for nextmatch export bookmarks fi Vienti asetukset 'nextmatch' vientiin
52 export definitition to use for nextmatch export bookmarks fi Vienti asetukset 'nextmatch' vientiin
H A Degw_es-es.lang47 export definition to use for nextmatch export bookmarks es-es Exportar la definición a usar para ex…
48 export definitition to use for nextmatch export bookmarks es-es Exportar la definición a usar para …
H A Degw_en.lang53 export definition to use for nextmatch export bookmarks en Export definition to use for nextmatch e…
54 export definitition to use for nextmatch export bookmarks en Export definition to use for nextmatch
H A Degw_fr.lang52 export definition to use for nextmatch export bookmarks fr Définition de l'export à utiliser pour l…
53 export definitition to use for nextmatch export bookmarks fr Définition de l'export à utiliser pour…
/dports/sysutils/fcode-utils/fcode-utils-1.0.2/toke/
H A Dflowcontrol.c859 bool nextmatch = FALSE; in matchup_two_control_structures() local
871 nextmatch = matchup_control_structure( next_cstag); in matchup_two_control_structures()
876 retval = BOOLVAL( topmatch && nextmatch); in matchup_two_control_structures()
/dports/editors/neovim/neovim-0.6.1/runtime/autoload/
H A Dxmlformat.vim42 let nextmatch = match(list, '<[/]\?[^>]*>', current)
43 if nextmatch > -1
44 let line .= ' '. join(list[(current + 1):(nextmatch-1)], " ")
45 call remove(list, current+1, nextmatch-1)
/dports/editors/vim/vim-8.2.3745/runtime/autoload/
H A Dxmlformat.vim42 let nextmatch = match(list, '<[/]\?[^>]*>', current)
43 if nextmatch > -1
44 let line .= ' '. join(list[(current + 1):(nextmatch-1)], " ")
45 call remove(list, current+1, nextmatch-1)
/dports/deskutils/egroupware/egroupware/timesheet/js/
H A Dapp.ts106 var nm = action.getManager().data.nextmatch || false;
262 let all = _action.parent.data.nextmatch?.getSelection().all;
/dports/deskutils/egroupware/egroupware/resources/lang/
H A Degw_ja.lang55 export definition to use for nextmatch export resources ja nextmatch エクスポートで使用する定義をエクスポート
56 export definitition to use for nextmatch export resources ja nextmatch エクスポートで使用する定義をエクスポート
H A Degw_nl.lang38 export definition to use for nextmatch export resources nl Export definitie om te gebruiken bij nex…
39 export definitition to use for nextmatch export resources nl Export definitie om te gebruiken bij n…
H A Degw_fi.lang37 export definition to use for nextmatch export resources fi Vienti asetukset 'nextmatch' vientiin
38 export definitition to use for nextmatch export resources fi Vienti asetukset 'nextmatch' vientiin
H A Degw_en.lang55 export definition to use for nextmatch export resources en Export definition to use for nextmatch e…
56 export definitition to use for nextmatch export resources en Export definition to use for nextmatch
/dports/deskutils/egroupware/egroupware/filemanager/js/
H A Dapp.ts598 …let path = this.get_path(_action && _action.parent.data.nextmatch.getInstanceManager().uniqueId ||…
614 …let path = self.get_path(action && action.parent ? action.parent.data.nextmatch.getInstanceManager…
838 this.change_dir(path,_action.parent.data.nextmatch || this.et2);
875 ….id2path(_senders[0].id) : this.get_path(_action && _action.parent.data.nextmatch.getInstanceManag…
1002 let nm = _target ? _target.manager.data.nextmatch : null;
1006 if(parent.data.nextmatch) nm = parent.data.nextmatch;
/dports/deskutils/egroupware/egroupware/importexport/lang/
H A Degw_nl.lang21 export definition to use for nextmatch export preferences nl Export definitie om te gebruiken bij n…
/dports/math/sc/sc-7.16/
H A Dvi.c667 static struct range *nextmatch; in dotab() local
682 nextmatch = firstmatch; in dotab()
684 nextmatch = NULL; in dotab()
686 if (nextmatch) { in dotab()
690 ins_string(nextmatch->r_name); in dotab()
693 if (nextmatch == lastmatch) in dotab()
694 nextmatch = firstmatch; in dotab()
696 nextmatch = nextmatch->r_prev; in dotab()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/suite/locales/en-US/chrome/common/
H A Dtypeaheadfind.properties16 nextmatch = - next match key
/dports/devel/9base/9base-6/sam/
H A Daddress.c43 nextmatch(f, ap->are, sign>=0? a.r.p2 : a.r.p1, sign); in address()
97 nextmatch(File *f, String *r, Posn p, int sign) in nextmatch() function
/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/cmd/sam/
H A Daddress.c43 nextmatch(f, ap->are, sign>=0? a.r.p2 : a.r.p1, sign); in address()
97 nextmatch(File *f, String *r, Posn p, int sign) in nextmatch() function

12345678910