Home
last modified time | relevance | path

Searched refs:show (Results 1 – 25 of 1134) sorted by relevance

12345678910>>...46

/plugin/listusergroup/
H A Dhelper.php79 foreach ($data['show'] as $show) {
80 …if (substr( $show, 0, strlen('existing') ) === "existing") $show = substr($show, strlen('existing'…
81 if ($show==='home' || $show==='header') continue;
82 $xhtml_renderer->doc .= '<th>'.$lang[$show].'</th>';
112 foreach ($data['show'] as $show) {
114 if ($show==='home' || $show==='existinghome' || $show==='header') continue;
119 if ($show==='user') {
130 if ($show==='groups') {
137 if ($show==='fullname') {
142 if ($show==='email') {
/plugin/noticeboard/noticeboard/
H A Dstyle.css59 div.noticeboard-show a.button{
74 div.noticeboard-show a.small{
82 div.noticeboard-show form .small{
91 div.noticeboard-show a.button2{
110 table.noticeboard-show-detail{
115 table.noticeboard-show-detail{
122 div.noticeboard-show table thead th,
123 table.noticeboard-show-detail thead th{
131 div.noticeboard-show table tbody td,
139 div.noticeboard-show table tbody td,
[all …]
/plugin/noticeboard/
H A Dstyle.css59 div.noticeboard-show a.button{
74 div.noticeboard-show a.small{
82 div.noticeboard-show form .small{
91 div.noticeboard-show a.button2{
110 table.noticeboard-show-detail{
115 table.noticeboard-show-detail{
122 div.noticeboard-show table thead th,
123 table.noticeboard-show-detail thead th{
131 div.noticeboard-show table tbody td,
139 div.noticeboard-show table tbody td,
[all …]
/plugin/refnotes/
H A Dscript.js38 .show();
43 show() { method in preview
46 .show();
72 show(event) { method in plugin_refnotes.popup
76 preview.show();
82 show(event) { method in plugin_refnotes.tooltip
85 timer = setTimeout(function () { preview.show(); }, 500);
108 jQuery('a.refnotes-ref.note-popup').mouseenter(plugin_refnotes.popup.show);
110 .mouseenter(plugin_refnotes.tooltip.show)
/plugin/farmer/action/
H A Dstartup.php60 $show = $config['notfound']['show'];
62 if ($show == 'farmer') return;
64 if ($show == '404' || $show == 'list') {
66 $body = $this->locale_xhtml('notfound_' . $show);
69 if ($show == 'list') {
78 if ($show == 'redirect' && $url) {
/plugin/confmanager/
H A Dscript.js42 var setDescriptionVisible = function(show) { argument
43 if(show) {
44 jQuery('#description').show();
52 var setDefaultsVisible = function(show) { argument
53 if(show) {
54 jQuery('.defaults').show();
172 jQuery('#popup_show_progress').show();
179 jQuery('#popup_success').show();
186 jQuery('#popup_error').show();
197 $popup.show();
[all …]
/plugin/bez/scripts/
H A Dtasks.js5 if (jQuery(this).find(".show").is(":visible")) {
6 jQuery(".bez_desc_row").show();
7 jQuery(this).find(".hide").show();
8 jQuery(this).find(".show").hide();
12 jQuery(this).find(".show").show();
25 $desc_rows.show();
52 jQuery("#plugin__bez_bulk_actions_box").show();
H A Dthread.js33 $action_buttons.show();
38 $cause_type_div.show();
74 //show/hide comments
80 $hide_comments.show();
82 jQuery('.bez_type_0').show();
87 $show_comments.show();
120 jQuery('#task_datapair').show();
146 jQuery('#reason').prop('disabled', false).show();
147 jQuery('.bez_reason_toolbar').show();
183 jQuery(this).find('.participant_remove').show();
[all...]
H A Dtask.js23 jQuery('#task_datapair').show();
42 jQuery('#reason').prop('disabled', false).show();
43 jQuery('.bez_reason_toolbar').show();
127 jQuery(this).find('.participant_remove').show();
264 this.element.show();
277 $label.find('button').show();
284 $label.show();
298 $addCommentButton.show();
/plugin/fastwiki/
H A Dtemplates.js11 return '<a href="' + url + '" class="action show" accesskey="v" rel="nofollow" title="' + JSINFO.fastwiki.text_btn_show + ' [V]"><span>' + JSINFO.fastwiki.text_btn_show + '</span></a>';
14 // Add a "show" link for templates which have a <ul> list of action links.
22 m_showRow = $('<li>' + m_utils.makeShowLink(link.href) + '</li>').toggle(mode != 'show');
37 $(elt).prepend(newBtn.toggle(mode!='show'));
50 // Only show is supported as a start mode, because otherwise, we'd have to add pagetools for each action and check for actions being allowed.
51 window.tpl_fastwiki_startmode_support = {show:1}; property in window.tpl_fastwiki_startmode_support
57 // The dokuwiki template hides the sidebar in non-show modes
59 $("#dokuwiki__top").toggleClass("showSidebar hasSidebar", mode == 'show');
60 $("#dokuwiki__aside").css('display', mode == 'show' ? '' : 'none');
62 m_showRow.toggle(mode != 'show');
68 window.tpl_fastwiki_startmode_support = {show:1}; global() property in window.tpl_fastwiki_startmode_support
98 window.tpl_fastwiki_startmode_support = {show:1}; global() property in window.tpl_fastwiki_startmode_support
[all...]
/plugin/bpmnioeditor/
H A Dscript.js35 jQuery('#bpmn_'+index+'_edit_button').show();
83 jQuery('#bpmn_'+index+'_edit_button').show();
158 jQuery('#bpmn_canvas_'+index+'_edit').show();
166 jQuery('#bpmn_canvas_'+index+'_view').show();
187 jQuery('#bpmn_canvas_'+index+'_view').show();
203 jQuery('#bpmn_'+index+'_edit_button').show();
265 jQuery('#bpmn_canvas_'+index+'_view').show();
267 jQuery('#bpmn_'+index+'_edit_button').show();
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.input.password.php29 function show(&$driver) { function in PasswordInputBox
43 $status = GenericFormattedBox::show($driver);
60 $status = GenericContainerBox::show($driver);
H A Dbox.input.text.php51 function show(&$driver) { function in TextInputBox
66 $status = GenericFormattedBox::show($driver);
83 $status = GenericContainerBox::show($driver);
H A Dbox.input.textarea.php52 function show(&$driver) { function in TextAreaInputBox
58 $status = GenericFormattedBox::show($driver);
67 $status = GenericContainerBox::show($driver);
H A Dbox.button.php109 function show(&$driver) { function in ButtonBox
122 $status = GenericContainerBox::show($driver);
125 $status = GenericContainerBox::show($driver);
/plugin/issuetracker/
H A Dfabtabulous.js19 this.show(this.getInitialTab());
30 this.show(elm);
37 show : function(elm) { method in Fabtabs
/plugin/tools/
H A Daction.php64 $show = $this->getConf('show_tools');
73 $show = $bm;
76 if ( !($show & $this->TOOLS_SHOW_BOTTOM & $param['show'])
77 && !($show & $this->TOOLS_SHOW_TOP & $param['show']))
/plugin/lightboxv2/
H A Dscript.js6 …px"}).show();a.slideNavBar||b("#imageData").hide();g(imageNum)}function g(e){!1==a.inprogress&&(a.…
8 b("#overlay").fadeOut();b("select, object, embed").show()}function r(e,c){a.widthCurrent=b("#outerI…
9 …ray[a.activeImage][1]&&b("#caption").html(a.imageArray[a.activeImage][1]).show();if(1<a.imageArray…
10 …/a>"}b("#numberDisplay").html(c).show()}a.slideNavBar?b("#imageData").slideDown(a.navBarSlideSpeed…
12show(),a.loopImages?(b("#prevLink,#prevLinkText").show().click(function(){g(0==a.activeImage?a.ima…
/plugin/tagfilter/
H A Dscript.js
/plugin/combo/resources/snippet/js/
H A Dmetadata.js13 modalViewer.show();
57 .show();
97 .show();
112 managerModal.show();
192 .show();
/plugin/bootswrapper/syntax/
H A Dpopover.php126 $show = $attributes['delay-show'];
133 if ($show) {
134 $delays['show'] = $show;
H A Dmodal.php96 $show = $attributes['show'];
111 if ($show) {
112 $html5_attributes['data-show'] = $show;
/plugin/bookmarkme/
H A Daction.php136 $show = $this->getConf('show_bookmarks');
145 $show = $bm;
148 if ( !($show & $this->BOOKMARKME_SHOW_BOTTOM & $param['show'])
149 && !($show & $this->BOOKMARKME_SHOW_TOP & $param['show']))
/plugin/searchformgoto/
H A Daction.php56 $ACT = 'show';
75 $ACT = 'show';
/plugin/togglewrap/
H A Dscript.js10 jQuery('.wrap_'+value).show(duration);
21 jQuery('.wrap_not_'+value).show(duration);
55 $this.parent().parent().show(duration);

12345678910>>...46