Result:
found more than 557 distributions - search limited to the first 2001 files matching your query ( run in 2.526 )


FAQ-OMatic

 view release on metacpan or  search on metacpan

lib/FAQ/OMatic/Item.pm  view on Meta::CPAN

	my @permDesc = map { nameForPerm($_); } @permNum;

	push @permNum, ('');
	push @permDesc, gettext('Inherit');

	return popup($perm, \@permNum, \@permDesc, $self->{$perm}||'');
}

sub popup {
	my $name = shift;
	my $values = shift;			# ary ref
	my $descary = shift;		# ary ref; 1:1 with $values
	my $curvalue = shift;		# one of @{$values}

lib/FAQ/OMatic/Item.pm  view on Meta::CPAN

	# ModeratorMail
	$rt .= "<tr>"
			."<td><b>MailModerator</b>"
			."<br>".gettext("Send mail to the moderator when someone other than the moderator edits this item:")."</td>\n";
	$rt .= "<td>\n";
	$rt .= popup('MailModerator', [1, 0, ''], [gettext('Yes'), gettext('No'), gettext('Inherit')],
			$self->{'MailModerator'});
	$inherited =
		$self->getInheritance($params, 'MailModerator', '<br>',
			sub {(gettext("No"), gettext("Yes"))[shift()] || gettext("undefined")});
	$rt .= "<td>$inherited</td>\n";

lib/FAQ/OMatic/Item.pm  view on Meta::CPAN

	# NotifierMail
	$rt .= "<tr>"
			."<td><b>MailNotifier</b>"
			."<br>".gettext("Send mail to the Notifier when someone other than the moderator edits this item:")."</td>\n";
	$rt .= "<td>\n";
	$rt .= popup('MailNotifier', [1, 0, ''], [gettext('Yes'), gettext('No'), gettext('Inherit')],
			$self->{'MailNotifier'});
	$inherited =
		$self->getInheritance($params, 'MailNotifier', '<br>',
			sub {(gettext("No"), gettext("Yes"))[shift()] || gettext("undefined")});
	$rt .= "<td>$inherited</td>\n";

lib/FAQ/OMatic/Item.pm  view on Meta::CPAN

			$self->getInheritance($params, $pname, '<br>', \&nameForPerm);
		$rt.="<tr><!-- $pname -->\n";
		$rt.="  <td><b>$pname</b>"
			."<br>".$ph->{'desc'}."</td>\n";	# Perm description column
		$rt.="  <td>".$self->permissionBox($ph->{'name'})."</td>\n";
												# popup choice column
		$rt.="  <td>$inherited</td>\n";			# inherited value column
		$rt.="</tr>\n";
	}

	# RelaxChildPerms

lib/FAQ/OMatic/Item.pm  view on Meta::CPAN

				.gettext("freedom to edit that new item.")
			."<br>".gettext("Don't Relax: new items will be moderated by ")
			.gettext("the moderator of this item.")
			."</td>\n";
	$rt .= "<td>\n";
	$rt .= popup('RelaxChildPerms',
			['relax', 'norelax', ''],
			[gettext("Relax"), gettext("Don\'t Relax"), gettext("Inherit")],
			$self->{'RelaxChildPerms'});
	$inherited =
		$self->getInheritance($params, 'RelaxChildPerms', '<br>',

 view all matches for this distribution


FLTK

 view release on metacpan or  search on metacpan

Fl_Menu_.xs  view on Meta::CPAN

      ST(0) = sv_newmortal();
      sv_setref_pv(ST(0), "Fl_Widget", (void*)r);
      XSRETURN(1);

int
Fl_Menu_::popup(x,y,t=0)
  int x
  int y
  const char *t

int

 view all matches for this distribution


FWS-V2

 view release on metacpan or  search on metacpan

lib/FWS/V2/Admin.pm  view on Meta::CPAN


    #
    # create a correct label for fws/devel link to know what we have access too
    #
    if ( $self->userValue( 'isAdmin' ) || $self->userValue( 'showDeveloper' ) )  {
        $FWSMenu .= $self->popupWindow( queryString => "p=fws_systemInfo", linkHTML => "System" );
        $FWSMenu .= $linkSpacer;
    }

    #
    # get the FWSMenu taged elements and add them to the list

lib/FWS/V2/Admin.pm  view on Meta::CPAN

            # if this is not a friendly type version menu item then use the guid
            #
            $fwsLink ||= 'fws_' . $elementArray[$i]{guid};

            my $queryString = "FWS_pageId=" . $paramHash{pageId} . "&p=" . $fwsLink . "&FWS_showElementOnly=";
            if ( $elementArray[$i]{rootElement} ) { $FWSMenu .= $self->popupWindow( queryString => $queryString . "0", linkHTML => $elementArray[$i]{title} ) }
            else { $FWSMenu .= $self->dialogWindow( queryString => $queryString . "1", linkHTML => $elementArray[$i]{title} ) }
            $FWSMenu .= $linkSpacer;
        }
    }

lib/FWS/V2/Admin.pm  view on Meta::CPAN

            );
        }    
        if ( $paramHash{pageTool} ) {
            $treeHTML .= $self->FWSIcon(
                icon    => "properties_16.png",
                onClick => $self->popupWindow( queryString => "p=fws_pageEdit&FWS_pageId=" . $paramHash{guid} . "&FWS_showElementOnly=0" ),
                alt     => "Edit",
                width   => "16",
                id      => "edit_".$paramHash{id}, 
            );
        }    

 view all matches for this distribution


Fabnewsru-Parser

 view release on metacpan or  search on metacpan

t/html/fablab61.html  view on Meta::CPAN

		</header>
		
		
		<script type="text/javascript">
			jQuery(function($){
				$('#popup-login-form').bind('submit',function(){
					ls.user.login('popup-login-form');
					return false;
				});
				$('#popup-login-form-submit').attr('disabled',false);
			});
		</script>
		
		<div class="modal-content">
			<ul class="nav nav-pills nav-pills-tabs">
				<li class="active js-block-popup-login-item" data-type="login"><a href="#">Войти</a></li>
									<li class="js-block-popup-login-item" data-type="registration"><a href="#">Регистрация</a></li>
								<li class="js-block-popup-login-item" data-type="reminder"><a href="#">Восстановление пароля</a></li>
			</ul>
			
			
			<div class="tab-content js-block-popup-login-content" data-type="login">
				
				<form action="http://fabnews.ru/login/" method="post" id="popup-login-form">
					

					<p>
					<input placeholder="Логин или эл. почта" type="text" name="login" id="popup-login" class="input-text input-width-full"></p>
					
					<p>
					<input placeholder="Пароль" type="password" name="password" id="popup-password" class="input-text input-width-full">
					<small class="validate-error-hide validate-error-login"></small></p>
					
					<p>
					<input id="login_1" class="css-checkbox" type="checkbox" name="remember" checked class="input-checkbox " />
					<label for="login_1" class="css-label">Запомнить меня</label>

					

					<input type="hidden" name="return-path" value="http://fabnews.ru/fablabs/item/ufo">
					<button type="submit" name="submit_login" class="button button-primary" id="popup-login-form-submit" disabled="disabled">Войти</button></p>
				</form>
				
			</div>


						<div data-type="registration" class="tab-content js-block-popup-login-content" style="display:none;">
				<script type="text/javascript">
					jQuery(document).ready(function($){
						$('#popup-registration-form').find('input.js-ajax-validate').blur(function(e){
							var aParams={ };
							if ($(e.target).attr('name')=='password_confirm') {
								aParams['password']=$('#popup-registration-user-password').val();
							}
							if ($(e.target).attr('name')=='password') {
								aParams['password']=$('#popup-registration-user-password').val();
								if ($('#popup-registration-user-password-confirm').val()) {
									ls.user.validateRegistrationField('password_confirm',$('#popup-registration-user-password-confirm').val(),$('#popup-registration-form'),{ 'password': $(e.target).val() });
								}
							}
							ls.user.validateRegistrationField($(e.target).attr('name'),$(e.target).val(),$('#popup-registration-form'),aParams);
						});
						$('#popup-registration-form').bind('submit',function(){
							ls.user.registration('popup-registration-form');
							return false;
						});
						$('#popup-registration-form-submit').attr('disabled',false);
					});
				</script>

				
				<form action="http://fabnews.ru/registration/" method="post" id="popup-registration-form">
					

					<p>
					<input placeholder="Логин" type="text" name="login" id="popup-registration-login" value="" class="input-text input-width-reg js-ajax-validate" />
					<i class="fontello icon-question-sign js-tip-help" title="Может состоять только из букв (A-Z a-z), цифр (0-9). Знак подчеÃ...
					<i class="fontello icon-ok-green validate-ok-field-login" style="display: none"></i>
					<small class="validate-error-hide validate-error-field-login"></small></p>

					<p>
					<input placeholder="E-mail" type="text" name="mail" id="popup-registration-mail" value="" class="input-text input-width-reg js-ajax-validate" />
					<i class="fontello icon-question-sign js-tip-help" title="Для проверки регистрации и в целях безопасности нÐ...
					<i class="fontello icon-ok-green validate-ok-field-mail" style="display: none"></i>
					<small class="validate-error-hide validate-error-field-mail"></small></p>

					<p>
					<input placeholder="Пароль" type="password" name="password" id="popup-registration-user-password" value="" class="input-text input-width-reg js-ajax-validate" />
					<i class="fontello icon-question-sign js-tip-help" title="Должен содержать не менее 5 символов и не может совпаÃ...
					<i class="fontello icon-ok-green validate-ok-field-password" style="display: none"></i>
					<small class="validate-error-hide validate-error-field-password"></small></p>

					<p>
					<input placeholder="Повторите пароль" type="password" value="" id="popup-registration-user-password-confirm" name="password_confirm" class="input-text input-width-reg js-ajax-validate" />
					<i class="fontello icon-ok-green validate-ok-field-password_confirm" style="display: none"></i>
					<small class="validate-error-hide validate-error-field-password_confirm"></small></p>
					<br/>
					<input type="hidden" name="" id="cc78ad6a05f" value="" />
<input type="hidden" name="js_validator" />

t/html/fablab61.html  view on Meta::CPAN

	}
	
	SetJsKey('cc78ad6a05f', 'd26704cd34', '10b98130bc');
</script>
<p>
	<input type="text" name="phone" placeholder="Телефон" id="popup-registration-user-phone" value="" class="input-text input-width-300 js-ajax-validate" />
	<i class="icon-ok-green validate-ok-field-phone" style="display: none"></i>
	<small class="validate-error-hide validate-error-field-phone"></small>
</p>
					
					<p><label for="popup-registration-captcha">Введите цифры и буквы</label>
					<img src="http://fabnews.ru/engine/lib/external/kcaptcha/index.php?PHPSESSID=cc47lfrlavsjjjhd3ne73f1dl1" 
						 onclick="this.src='http://fabnews.ru/engine/lib/external/kcaptcha/index.php?PHPSESSID=cc47lfrlavsjjjhd3ne73f1dl1&n='+Math.random();"
						 class="captcha-image" />
					<input type="text" name="captcha" id="popup-registration-captcha" value="" maxlength="3" class="input-text input-width-100 js-ajax-validate" />
					<small class="validate-error-hide validate-error-field-captcha"></small></p>
					


					<input type="hidden" name="return-path" value="http://fabnews.ru/fablabs/item/ufo">
					<button type="submit" name="submit_register" class="button button-primary" id="popup-registration-form-submit" disabled="disabled">Зарегистрироваться</button>
				</form>
				
			</div>
						
			
			<div data-type="reminder" class="tab-content js-block-popup-login-content" style="display:none;">
				<script type="text/javascript">
					jQuery(document).ready(function($){
						$('#popup-reminder-form').bind('submit',function(){
							ls.user.reminder('popup-reminder-form');
							return false;
						});
						$('#popup-reminder-form-submit').attr('disabled',false);
					});
				</script>
				<form action="http://fabnews.ru/login/reminder/" method="POST" id="popup-reminder-form">
					<p>
					<input placeholder="Ваш e-mail" type="text" name="mail" id="popup-reminder-mail" class="input-text input-width-full" />
					<small class="validate-error-hide validate-error-reminder"></small></p>

					<button type="submit" name="submit_reminder" class="button button-primary" id="popup-reminder-form-submit" disabled="disabled">Получить ссылку на изменение паÑâ...
				</form>
			</div>
		</div>
	</div>

 view all matches for this distribution


Facebook-Graph

 view release on metacpan or  search on metacpan

lib/Facebook/Graph/Authorize.pm  view on Meta::CPAN

    postback    => 'https://www.yourapplication.com/facebook/postback',
 );

 my $uri = $fb->authorize
    ->extend_permissions(qw( email publish_stream ))
    ->set_display('popup')
    ->uri_as_string;

=head1 DESCRIPTION

Get an authorization code from Facebook so that you can request an access token to make privileged requests. The result of this package is to give you a URI to redirect a user to Facebook so they can log in, and approve whatever permissions you are r...

 view all matches for this distribution


Farabi

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN

    - Smaller tabs

0.23  2013.1.2
    - Devel::REPL is now supported if installed as an internal in-process REPL
    - Disable all form submission to prevent UI from refreshing by mistake on ENTER key
    - When the a file is closed and it not clean we need to popup a save confirmation dialog
    - Various stability and refactorings into a better close file/files action
    - More fixes to the REPL dialog
    - Untitled editors are considered Perl by default
    - Close the last editor tab create a new Untitled one
    - Added * after an editor tab name if is modified

 view all matches for this distribution


Filesys-SmbClientParser

 view release on metacpan or  search on metacpan

SmbClientParser.pm  view on Meta::CPAN

      }
    return sort byname @ret;
  }

#------------------------------------------------------------------------------
# sendWinpopupMessage
#------------------------------------------------------------------------------
sub sendWinpopupMessage
  {
    my ($self, $dest, $text) = @_;
    my $args = "/bin/echo \"$text\" | ".$self->{SMBLIENT}." -M $dest";
    return $self->command($args,"winpopup message");
  }

#------------------------------------------------------------------------------
# cd
#------------------------------------------------------------------------------

SmbClientParser.pm  view on Meta::CPAN

  
  # List content
  my @l = $smb->dir;
  foreach (@l) {print $_->{name},"\n";}
  
  # Send a Winpopup message
  $smb->sendWinpopupMessage('jupiter',"Hello world !");
  
  # File manipulation
  $smb->cd('jdk1.1.8');
  $smb->get("COPYRIGHT");
  $smb->mkdir('tata');

SmbClientParser.pm  view on Meta::CPAN

=item GetHosts [HOSTNAME, USER, PASSWORD, WORKGROUP, IP]

Return an array with sorted host listing, that contains hashes; 
keys: name, comment

=item sendWinpopupMessage DEST, TEXT

This method allows you to send messages, using the "WinPopup" protocol,
to another computer. If the receiving computer is running WinPopup the
user will receive the message and probably a beep. If they are not
running WinPopup the message will be lost, and no error message will occur.

 view all matches for this distribution


Finance-Bank-AU-StGeorge

 view release on metacpan or  search on metacpan

lib/Finance/Bank/AU/StGeorge.pm  view on Meta::CPAN


    my $ua = $self->{_ua};
    $ua->env_proxy;
    $ua->get("https://ibank.stgeorge.com.au/html/index.asp");

    my ($popup_url) = $ua->content =~ m|window\.open\(\"([^\"]+)\"|;

    $ua->get($popup_url);

    # one-time warnings
    $ua->form(1);
    $ua->submit();

 view all matches for this distribution


Finance-Bank-Bankwest

 view release on metacpan or  search on metacpan

t/fixtures/google.html  view on Meta::CPAN

(function(){try{var a=window.gbar;a.mcf("pm",{p:"2469003,Jb_,7,,"});}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e,{"_sn":"cfg.init"});}})();
(function(){try{var a=window.gbar;a.mcf("mm",{s:"1"});}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e,{"_sn":"cfg.init"});}})();
(function(){try{var d=window.gbar.i.i;var e=window.gbar;var f=e.i;var g=f.c("1",0),h=/\bgbmt\b/,k=function(a){try{var b=document.getElementById("gb_"+g),c=document.getElementById("gb_"+a);b&&f.l(b,h.test(b.className)?"gbm0l":"gbz0l");c&&f.k(c,h.test(...
n(a)},q=function(){if(window.google&&window.google.sn){var a=/.*hp$/;return a.test(window.google.sn)?"":"1"}return"-1"};e.rp=q;e.slp=k;e.qs=p;e.qsi=n;}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e,{"_sn":"cfg.init"});}})();
(function(){try{window.gbar.rdl();}catch(e){window.gbar&&gbar.logger&&gbar.logger.ml(e,{"_sn":"cfg.init"});}})();
</script> </head><body class="hp" onload="try{if(!google.j.b){document.f&amp;&amp;document.f.q.focus();document.gbqf&amp;&amp;document.gbqf.q.focus();}}catch(e){}if(document.images)new Image().src='/images/nav_logo117.png'" dir="ltr" alink="#dd4b39" ...
var _coarr = eval('(' + _co + ')');google.j[1]={cc:[],co:_coarr,bl:['mngb','gb_'],funcs:[
{'n':'pcs','i':'gstyle','css':document.getElementById('gstyle').innerHTML,'is':'','r':true,'sc':true},{'n':'pc','i':'cst','h':document.getElementById('cst').innerHTML,'is':'','r':true,'sc':true},{'n':'pc','i':'main','h':_mstr,'is':'','r':true,'sc':tr...
};})();</script><script data-url="/extern_chrome/1cfbda40ed967628.js?bav=or.r_qf" id="ecs">function wgjp(){var xjs=document.createElement('script');xjs.src=document.getElementById('ecs').getAttribute('data-url');(document.getElementById('xjsd')|| doc...
if(!google.xjs){google.dstr=[];google.rein=[];window._=window._||{};window._._DumpException=function(e){throw e};if(google.timers&&google.timers.load.t){google.timers.load.t.xjsls=new Date().getTime();}google.dljp('/xjs/_/js/s/c,sb,cr,cdos,vm,tbui,mb...
function n(b,f,m){m=b.offsetHeight?m-b.offsetHeight:m;f-=m;f=Math.max(f,0);b.style.height=f+"px";return f}

 view all matches for this distribution


Finance-Bank-IE

 view release on metacpan or  search on metacpan

data/BankOfIreland/accountSummary_execution=e2s1  view on Meta::CPAN

        <div id="container">
	        <div id="masthead">
<script type="text/javascript" src="/online365/spring/com_sun_faces_sunjsf.js"></script>
<a id="form:j_id7:homePage" href="#" onclick="if(typeof jsfcljs == 'function'){jsfcljs(document.getElementById('form'),{'form:j_id7:homePage':'form:j_id7:homePage'},'');}return false"><img src="/online365/images/header/bankofireland_online.gif" alt="...
	            <p>For more information
	            	<img src="/online365/images/extras/icon_popup.gif" alt="Contact Us opens up in a new window" /><a id="form:j_id7:contactLink" name="form:j_id7:contactLink" href="#" class="strong"> Contact Us<script type="text/javascript">Richfaces.comp...
	            </p>
			</div>
        </div>
	                
	                <div id="shade">

data/BankOfIreland/accountSummary_execution=e2s1  view on Meta::CPAN


	<div id="footer">
	<span class="server">J1
	</span>
	<ul>
		<li><img src="/online365/images/extras/icon_popup.gif" alt="About Us opens up in a new window" /> <a href="/online365/spring/about" target="_blank">About
		Us</a> |</li>
		<li><img src="/online365/images/extras/icon_popup.gif" alt="Security opens up in a new window" /> <a href="/online365/spring/security" target="_blank">Security</a>
		|</li>
		<li><img src="/online365/images/extras/icon_popup.gif" alt="Privacy Policy opens up in a new window" /> <a href="/online365/spring/privacy" target="_blank">Cookie and Privacy Policy</a> |</li>
		<li><img src="/online365/images/extras/icon_popup.gif" alt="Terms and Conditions opens up in a new window" /> <a href="/online365/spring/termsAndConditions" target="_blank">Terms and Conditions</a> |</li>
		<li><img src="/online365/images/extras/icon_popup.gif" alt="FAQs opens up in a new window" /> <a href="/online365/spring/faqs" target="_blank">FAQs</a>
		|</li>
		<li><img src="/online365/images/extras/icon_popup.gif" alt="Accessibility opens up in a new window" /> <a href="/online365/spring/accessibility" target="_blank">Accessibility</a></li>

	</ul>
	
	</div>
	</div><div id="form:j_id137:j_id152:contactPanel" style="display: none;"><input autocomplete="off" id="form:j_id137:j_id152:contactPanelOpenedState" name="form:j_id137:j_id152:contactPanelOpenedState" type="hidden" /><div class="rich-modalpanel sort...

 view all matches for this distribution


Finance-CompanyNames

 view release on metacpan or  search on metacpan

CompanyNames/TextSupport.pm  view on Meta::CPAN

populaire populaires
popular popularity popularization popularize popularized popularizer popularizes popularizing popularly
popularisation popularisations
populate populated populates populating population populations populism populous populouser
populist populistic populists
popup popups
por pors
porcelain porcelainized porcelains
porch porched porches
porcupine porcupines
pore pored pores poring

 view all matches for this distribution


Finance-Currency-Convert-BCA

 view release on metacpan or  search on metacpan

t/data/page-2022-02-26.html  view on Meta::CPAN






	<div class="popup popup--disclaimer">
		<div class="container">
			<div class="popup__wrapper">
				<div class="popup__header"><a class="popup-close JS__close-popup" onclick="XA.cookies.createCookie(&#39;privacy-notification&#39;, 1, 365);XA.cookies.removeCookieWarning();"></a></div>
				<div class="popup__content">
					<p>By visiting this site , you have agreed the using of <a href="/Syarat-dan-Ketentuan/SK-cookies">cookies</a> .</p>
				</div>
			</div>
		</div>
	</div>

t/data/page-2022-02-26.html  view on Meta::CPAN



<div class="a-top-nav transparent-nav ">
	

<div class="popup popup--outdate">
	<div class="container">
		<div class="popup__wrapper">
			<div class="popup__header"><a class="popup-close JS__close-outdate-popup" href="javascript:void(0);"></a></div>
			<div class="popup__content">
				Website ini terbaik dilihat dengan browser Internet Explore 11, Google Chrome 48, Mozilla Firefox 43, atau yang terbaru.
			</div>
		</div>
	</div>
</div>

t/data/page-2022-02-26.html  view on Meta::CPAN

	</a>
</div>



<div class="popup popup--social-media">
	;
	<div class="popup-wrapper">
		<div class="popup-content">
			<a class="popup-close"><i class="a-system-icon icon-exit"></i></a>
			<h1 class="title mb-16">Anda akan meninggalkan BCA.co.id</h1>
			<p class="text">
				<p class="text">
	Dengan mengklik ‘Lanjutkan’, Anda akan diarahkan menuju website
	di luar www.bca.co.id yang tidak terafiliasi dengam BCA dan mungkin

t/data/page-2022-02-26.html  view on Meta::CPAN

	dan tidak mendukung, menjamin, mengendalikan konten, mengendalikan
	ketersediaan dan perspektif atas produk-produk atau layanan-layanan
	yang ditawarkan atau dinyatakan oleh website tersebut.
</p>
			</p>
			<div class="popup-actions">
				<a class="a-button primary" href="" >Lanjutkan</a>
				<a class="a-button secondary cancel" href="#">Batal</a>
			</div>
		</div>
	</div>

 view all matches for this distribution


Finance-Currency-Convert-BI

 view release on metacpan or  search on metacpan

t/data/jisdor-2022-02-25.html  view on Meta::CPAN

	                                        <div id="ctl00_g_3e01a6ba_0414_4f22_b082_8b109c19b6c7" __MarkupType="vsattributemarkup" __WebPartId="{3e01a6ba-0414-4f22-b082-8b109c19b6c7}" WebPart="true">
	

<ul class="top-menu navbar-nav" id="test-menu">           
    <li class='nav-item dropdown'>
      <a class='nav-link dropdown-toggle' href='/id/tentang-bi/Default.aspx' id='navbarDropdownStatistik' role='button' data-toggle='dropdown' aria-haspopup='true' aria-expanded='false'>Tentang BI</a>
    <div class='dropdown-menu dropdown-megamenu' aria-labelledby='navbarDropdownStatistik'>
        <div class='container'>
            <div class='d-md-flex'>
                <div class='dropdown-megamenu__column pr-md-4'> 
                    <div class='dropdown-megamenu__column--wrapper'>

t/data/jisdor-2022-02-25.html  view on Meta::CPAN

                </div>
            </div>
        </div>
    </div>
</li><li class='nav-item dropdown'>
      <a class='nav-link dropdown-toggle' href='/id/fungsi-utama/default.aspx' id='navbarDropdownStatistik' role='button' data-toggle='dropdown' aria-haspopup='true' aria-expanded='false'>Fungsi Utama</a>
    <div class='dropdown-menu dropdown-megamenu' aria-labelledby='navbarDropdownStatistik'>
        <div class='container'>
            <div class='d-md-flex'>
                <div class='dropdown-megamenu__column pr-md-4'> 
                    <div class='dropdown-megamenu__column--wrapper'>

t/data/jisdor-2022-02-25.html  view on Meta::CPAN

                </div>
            </div>
        </div>
    </div>
</li><li class='nav-item dropdown'>
      <a class='nav-link dropdown-toggle' href='/id/rupiah/' id='navbarDropdownStatistik' role='button' data-toggle='dropdown' aria-haspopup='true' aria-expanded='false'>Rupiah</a>
    <div class='dropdown-menu dropdown-megamenu' aria-labelledby='navbarDropdownStatistik'>
        <div class='container'>
            <div class='d-md-flex'>
                <div class='dropdown-megamenu__column pr-md-4'> 
                    <div class='dropdown-megamenu__column--wrapper'>

t/data/jisdor-2022-02-25.html  view on Meta::CPAN

                </div>
            </div>
        </div>
    </div>
</li><li class='nav-item dropdown'>
      <a class='nav-link dropdown-toggle' href='/id/publikasi/Default.aspx' id='navbarDropdownStatistik' role='button' data-toggle='dropdown' aria-haspopup='true' aria-expanded='false'>Publikasi</a>
    <div class='dropdown-menu dropdown-megamenu' aria-labelledby='navbarDropdownStatistik'>
        <div class='container'>
            <div class='d-md-flex'>
                <div class='dropdown-megamenu__column pr-md-4'> 
                    <div class='dropdown-megamenu__column--wrapper'>

t/data/jisdor-2022-02-25.html  view on Meta::CPAN

                </div>
            </div>
        </div>
    </div>
</li><li class='nav-item dropdown'>
      <a class='nav-link dropdown-toggle' href='/id/statistik/Default.aspx' id='navbarDropdownStatistik' role='button' data-toggle='dropdown' aria-haspopup='true' aria-expanded='false'>Statistik</a>
    <div class='dropdown-menu dropdown-megamenu' aria-labelledby='navbarDropdownStatistik'>
        <div class='container'>
            <div class='d-md-flex'>
                <div class='dropdown-megamenu__column pr-md-4'> 
                    <div class='dropdown-megamenu__column--wrapper'>

t/data/jisdor-2022-02-25.html  view on Meta::CPAN

                </div>
            </div>
        </div>
    </div>
</li><li class='nav-item dropdown'>
      <a class='nav-link dropdown-toggle' href='/id/layanan/Default.aspx' id='navbarDropdownStatistik' role='button' data-toggle='dropdown' aria-haspopup='true' aria-expanded='false'>Layanan</a>
    <div class='dropdown-menu dropdown-megamenu' aria-labelledby='navbarDropdownStatistik'>
        <div class='container'>
            <div class='d-md-flex'>
                <div class='dropdown-megamenu__column pr-md-4'> 
                    <div class='dropdown-megamenu__column--wrapper'>

t/data/jisdor-2022-02-25.html  view on Meta::CPAN

                </div>
            </div>
        </div>
    </div>
</li><li class='nav-item dropdown'>
      <a class='nav-link dropdown-toggle' href='/id/informasi-publik/Default.aspx' id='navbarDropdownStatistik' role='button' data-toggle='dropdown' aria-haspopup='true' aria-expanded='false'>Informasi Publik</a>
    <div class='dropdown-menu dropdown-megamenu' aria-labelledby='navbarDropdownStatistik'>
        <div class='container'>
            <div class='d-md-flex'>
                <div class='dropdown-megamenu__column pr-md-4'> 
                    <div class='dropdown-megamenu__column--wrapper'>

 view all matches for this distribution


Finance-Currency-Convert-KlikBCA

 view release on metacpan or  search on metacpan

t/data/page.html  view on Meta::CPAN

                </div>
            </div>
        </div>
    </div>
</div>
<!-- end modal-popup-->

    <!-- begin script-->
    <script  type="text/javascript" charset="utf-8" defer data-main="/assets/scripts/main" src="/assets/scripts/libs/require.js"></script>

    <!-- script detect browser-->

 view all matches for this distribution


Finance-Quant

 view release on metacpan or  search on metacpan

scripts/FINANCE_QUANT_TRAY  view on Meta::CPAN

 },
 properties => [

   Glib::ParamSpec->object(
      'parent_widget',                                   'parent_widget',
      'The parent widget on which this popup will show', 'Gtk2::Widget',
      [ qw/readable writable/ ]
   ),
   Glib::ParamSpec->string(
      'message',
      'message',

scripts/FINANCE_QUANT_TRAY  view on Meta::CPAN

$statusicon->set_tooltip( "Info v1.0" );
#show in tray
$statusicon->set_visible( 1 );

$statusicon->signal_connect( 'activate',   sub { print "1\n" } );
$statusicon->signal_connect( 'popup-menu', \&config_it );

my $vbox = Gtk2::VBox->new;
my $b    = Gtk2::Button->new_from_stock( "gtk-close" );
$b->signal_connect('button_press_event' => sub { exit  });
$vbox->pack_start( $b, TRUE, TRUE, 0 );

scripts/FINANCE_QUANT_TRAY  view on Meta::CPAN

 # $symbols =~ s/^(.*)directories, (.*)files/$2/;
  
  
  
  my $test = Gtk2::Ex::ZNotify->new(
      type          => 'popup',
      #   parent_widget => $window, # undefind, use x y location
      "messageType"   => "info",
      "timeout"       => 10000,
      "message"       => "".($symbols)."strong buy:".($stb-1)."\nbacktests:".$bt."reports:".$reports." charts:".$charts,
      "x"             => ($x + $w/2),

scripts/FINANCE_QUANT_TRAY  view on Meta::CPAN

   $menu->show_all();

 #to position the menu under the icon, instead of at mouse position
 my ($x, $y, $push_in) = Gtk2::StatusIcon::position_menu($menu, $statusicon);
 print "$x, $y, $push_in\n";
 $menu->popup( undef, undef, sub{return ($x,$y,0)} , undef, 0, 0 );
 return 1;
}

1;

 view all matches for this distribution


Firefox-Marionette

 view release on metacpan or  search on metacpan

lib/Firefox/Marionette.pm  view on Meta::CPAN


    # for http auth logins

    my $http_auth_login = Firefox::Marionette::Login->new(host => 'https://pause.perl.org', user => 'AUSER', password => 'qwerty', realm => 'PAUSE');
    $firefox->add_login($http_auth_login);
    $firefox->go('https://pause.perl.org/pause/authenquery')->accept_alert(); # this goes to the page and submits the http auth popup

    # for form based login

    my $form_login = Firefox::Marionette::Login(host => 'https://github.com', user => 'me2@example.org', password => 'uiop[]', user_field => 'login', password_field => 'password');
    $firefox->add_login($form_login);

lib/Firefox/Marionette.pm  view on Meta::CPAN


=item * insecure - this is a shortcut method for setting the accept_insecure_certs option in the L<capabilities|Firefox::Marionette::Capabilities> parameter above.

=item * kiosk - start the browser in L<kiosk|https://support.mozilla.org/en-US/kb/firefox-enterprise-kiosk-mode> mode.

=item * mime_types - any MIME types that Firefox will encounter during this session.  MIME types that are not specified will result in a hung browser (the File Download popup will appear).

=item * nightly - only allow a L<nightly release|https://www.mozilla.org/en-US/firefox/channel/desktop/#nightly> to be launched.  This defaults to "0" (off).

=item * port - if the "host" parameter is also set, use L<ssh|https://man.openbsd.org/ssh.1> to create and automate firefox via the specified port.  See L<REMOTE AUTOMATION OF FIREFOX VIA SSH|/REMOTE-AUTOMATION-OF-FIREFOX-VIA-SSH> and L<NETWORK ARCHI...

lib/Firefox/Marionette.pm  view on Meta::CPAN

        $firefox->pwd_mgr_lock($password);
    }
    ...
    $firefox->pwd_mgr_logout();

Usernames and passwords (for both HTTP Authentication popups and HTML Form based logins) may be added, viewed and deleted.

    use WebService::HIBP();

    my $hibp = WebService::HIBP->new();

lib/Firefox/Marionette.pm  view on Meta::CPAN

        }
    }

And used to fill in login prompts without explicitly knowing the account details.

    $firefox->go('https://pause.perl.org/pause/authenquery')->accept_alert(); # this goes to the page and submits the http auth popup

    $firefox->go('https://github.com/login')->fill_login(); # fill the login and password fields without needing to see them

=head1 GEO LOCATION

 view all matches for this distribution


Fl

 view release on metacpan or  search on metacpan

lib/Fl/MenuButton.pod  view on Meta::CPAN

Normally any mouse button will pop up a menu and it is lined up below the
button as shown in the picture. However an Fl::MenuButton may also control a
pop-up menu. This is done by setting the type(). If type() is zero a normal
menu button is produced. If it is nonzero then this is a pop-up menu. The bits
in type() indicate what mouse buttons pop up the menu (see
Fl::MenuButton->popup_buttons).

The menu will also pop up in response to shortcuts indicated by putting a '&'
character in the label().

Typing the shortcut() of any of the menu items will cause callbacks exactly

lib/Fl/MenuButton.pod  view on Meta::CPAN

    ]
};

=pod

=head2 popup( )

Act exactly as though the user clicked the button or typed the shortcut key.

The menu appears, it waits for the user to pick an item, and if they pick one
it sets value() and does the callback or sets changed() as described above.
The menu item is returned or NULL if the user dismisses the menu.

=cut

xs {name        => 'popup',
    definitions => [
        {returns => 'const Fl_Menu_Item *'}
    ]
};

 view all matches for this distribution


Foorum

 view release on metacpan or  search on metacpan

docs/static/d_20071112.css  view on Meta::CPAN



.p1 { background-color: #fcc; }
.notes { background: #ffc; border: 1px solid #999; border-width: 0 1px 1px 0; padding: 2px; width: 818px; }

.popup { display: none; background: #eef; border: 2px solid #66a; border-width: 0 2px 2px 1px; position:absolute; padding: 2px; }
.subpopup { border-width: 1px 2px 2px 1px; }
.popup a { text-decoration: none; cursor: pointer; }
.popup td, .popup th { font-size: 90%; font-weight: normal; text-align: left; cursor: pointer; }
.popup td { color: #0000cc; padding: 2px; }
.popup tr.hover { background: #c3d9ff; }

.dialog { background: #eee; border: 2px solid #66a; border-width: 2px 4px 4px 2px; position:absolute;  padding: 0;}
.dialog h3 { background: #66a; color: white; font-weight: bold; margin: 0; padding: 3px; padding-left: 6px; }
.dialogBody { padding: 4px; }

docs/static/d_20071112.css  view on Meta::CPAN

.Priority_group td, .Milestone_group td, .Status_group td { 
	font-size: 130%; padding-top: 0.7em; color: #666
}


.hide_col_0 .popup span.col_0, .hide_col_1 .popup span.col_1, .hide_col_2 .popup span.col_2,
.hide_col_3 .popup span.col_3, .hide_col_4 .popup span.col_4,
.hide_col_4 .popup span.col_4, .hide_col_5 .popup span.col_5,
.hide_col_6 .popup span.col_6, .hide_col_7 .popup span.col_7,
.hide_col_8 .popup span.col_8, .hide_col_9 .popup span.col_9,
.hide_col_10 .popup span.col_10, 
.hide_col_11 .popup span.col_11, .hide_col_12 .popup span.col_12,
.hide_col_13 .popup span.col_13, .hide_col_14 .popup span.col_14,
.hide_col_14 .popup span.col_14, .hide_col_15 .popup span.col_15,
.hide_col_16 .popup span.col_16, .hide_col_17 .popup span.col_17,
.hide_col_18 .popup span.col_18, .hide_col_19 .popup span.col_19,
.hide_col_20 .popup span.col_20  { display: inline; color: #eef; }

.hide_col_0 .popup tr.hover span.col_0, 
.hide_col_1 .popup tr.hover span.col_1, 
.hide_col_2 .popup tr.hover span.col_2,
.hide_col_3 .popup tr.hover span.col_3, 
.hide_col_4 .popup tr.hover span.col_4,
.hide_col_5 .popup tr.hover span.col_5, 
.hide_col_6 .popup tr.hover span.col_6,
.hide_col_7 .popup tr.hover span.col_7, 
.hide_col_8 .popup tr.hover span.col_8,
.hide_col_9 .popup tr.hover span.col_9, 
.hide_col_10 .popup tr.hover span.col_10,
.hide_col_11 .popup tr.hover span.col_11, 
.hide_col_12 .popup tr.hover span.col_12,
.hide_col_13 .popup tr.hover span.col_13, 
.hide_col_14 .popup tr.hover span.col_14,
.hide_col_15 .popup tr.hover span.col_15, 
.hide_col_16 .popup tr.hover span.col_16,
.hide_col_17 .popup tr.hover span.col_17, 
.hide_col_18 .popup tr.hover span.col_18,
.hide_col_19 .popup tr.hover span.col_19, 
.hide_col_20 .popup tr.hover span.col_20 { color: #c3d9ff; }


.results td tt { color: #999; font-style: italic; font-weight: bold; }

.notify {

 view all matches for this distribution


Form-Factory

 view release on metacpan or  search on metacpan

lib/Form/Factory/Control/Choice.pm  view on Meta::CPAN

      value => 'qux',
  });

=head1 DESCRIPTION

These objects represent a single choice for a list or popup box. Each choice has a label and a value. The constructor is flexible to allow the following uses:

  my $choice = Form::Factory::Control::Choice->new($value) # $label = $value
  my $choice = Form::Factory::Control::Choice->new($value => $label);
  my $choice = Form::Factory::Control::Choice->new(
      label => $label,

 view all matches for this distribution


Form-Processor

 view release on metacpan or  search on metacpan

lib/Form/Processor/Field/DateTimeManip.pm  view on Meta::CPAN

    return unless my $value = $self->value;
    die "Value is not a DateTime" unless $value->isa( 'DateTime' );

    my $d = $value->strftime( '%a, %b %e %Y %l:%M %p %Z' );

    # The calendar javascript popup can't parse the day & hour with a leading space,
    # so remove.
    $d =~ s/\s(\s\d:)/$1/;
    $d =~ s/\s(\s\d\s\d{4})/$1/;


 view all matches for this distribution


FunctionalPerl

 view release on metacpan or  search on metacpan

htmlgen/FunctionalPerl/Htmlgen/Nav.pm  view on Meta::CPAN

                    # the lowest level of the navigation stack: if the
                    # current item ($upitem, should also be the
                    # $viewed_at_item) has subentries, then show that
                    # (immediate) level as the last one. XX: this
                    # would better be shown in a different way; use
                    # (CSS based) mouse over submenu popups
                    # (advantage: show them on ~all the other items,
                    # too)?
                    if (is_pair(my $es = $upitem->subentries)) {
                        equal($upitem, $viewed_at_item) or die "bug?";

 view all matches for this distribution


GBrowse

 view release on metacpan or  search on metacpan

conf/languages/POSIX.pm  view on Meta::CPAN

options turn on collision control using slower and faster layout
algorithms. The <i>Expand</i> &amp; <i>label</i> and <i>Hyperexpand
&amp; label</i> options force annotations to be labeled. If
<i>Auto</i> is selected, the collision control and label options will
be set automatically if space permits. To change the track order use
the <i>Change Track Order</i> popup menu to assign an annotation to a
track. To limit the number of annotations of this type shown, change
the value of the <i>Limit</i> menu.
END

   TRACK  => 'Track',

 view all matches for this distribution


Games-Axmud

 view release on metacpan or  search on metacpan

lib/Games/Axmud/Client.pm  view on Meta::CPAN

            #   copied into this list (empty if the 'config' file doesn't list any world
            #   profile). This list will become obsolete as soon as profiles are created/destroyed/
            #   loaded, so it shouldn't be used for any other purpose
            configWorldProfList         => [],

            # GA::Session->setupProfiles can optionally create a 'Loading...' popup window by
            #   calling GA::Generic::Win->showBusyWin, if the file(s) it's loading are above a
            #   certain size. It's up to the calling function to close the popup window when all
            #   load operations are complete
            # The standard file size above which a 'Loading...' popup can be shown, if some part of
            #   the Axmud code wants it
            constLargeFileSize          => 5_000_000,   # (roughly 5MB)

            # Large world models can cause 'out of memory' errors on low-spec machines. The
            #   problem is not that the world model takes up too much memory, but that the Perl

lib/Games/Axmud/Client.pm  view on Meta::CPAN

            #   /icons/system/irreversible.png) on buttons to show that stored data will be
            #   modified immediately. However, on some (Linux) systems the icon isn't currently
            #   visible. Flag set to TRUE if an icon should be drawn, FALSE if an asterisk should be
            #   drawn instead
            irreversibleIconFlag        => FALSE,       # [config]
            # Flag set to TRUE if the popup window created by GA::Generic::Win->showBusyWin should
            #   not be shown at all; FALSE if it can be shown (when required)
            allowBusyWinFlag            => TRUE,        # [config]
            # Flag set to FALSE if system messages should never be displayed in a session's 'main'
            #   window, but redirected to the Session Console window; TRUE if the session should
            #   decide for itself which of those to do

 view all matches for this distribution


Games-Risk

 view release on metacpan or  search on metacpan

lib/Games/Risk/GUI/Startup.pm  view on Meta::CPAN

    my ($h, $s, $args) = @_[HEAP, SESSION, ARG0];

    my ($num) = @$args;
    my $top = $h->{toplevel};

    # creating popup window
    my $tc =$top->Menu;
    $tc->overrideredirect(1);  # no window decoration
    foreach my $i ( 0..$#COLORS ) {
        my $color = $COLORS[$i];
        my $row = $i < 5 ? 0 : 1;

 view all matches for this distribution


Games-RolePlay-MapGen

 view release on metacpan or  search on metacpan

MapGen/Editor.pm  view on Meta::CPAN

    my @menus = @{ $this->[RCCM] };
    my $menu  = $menus[@{$a[0]}==3 ? 1:0];

    $_->(@a) for @{$menu->{_a}};

    $menu->popup(
            undef, # parent menu shell
            undef, # parent menu item
            undef, # menu pos func
            undef, # data
            $event->button,

 view all matches for this distribution


Games-Sudoku-Component-TkPlayer

 view release on metacpan or  search on metacpan

lib/Games/Sudoku/Component/TkPlayer/Selector.pm  view on Meta::CPAN

Games::Sudoku::Component::TkPlayer::Selector - UI class

=head1 SYNOPSIS

    use Games::Sudoku::Component::TkPlayer::Selector;
    my $popup = Games::Sudoku::Component::TkPlayer::Selector->new;

=head1 DESCRIPTION

This is an internal class.

 view all matches for this distribution


Games-Sudoku-Html

 view release on metacpan or  search on metacpan

lib/Games/Sudoku/Html.pm  view on Meta::CPAN

        <td><TMPL_VAR properties ESCAPE="html"></td>
        <td><a href="#" onclick="play(event, 'row-<TMPL_VAR __counter__>')">open here</a>, <a href="https://www.sudokuexchange.com/play/?s=<TMPL_VAR paramBoard>" target="_blank">play online</a></td>
      </tr></TMPL_LOOP>
    </table>

    <div class="popup" id="popup1">
      <div id="popup1header" style="text-align:center;"><span id="timer" style="float:left;"></span><span id="puzzleid">Click here to move</span>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#" onclick="continueOnline(event)">continue online</a><a href="#" onclic...

      <script type="text/javascript">
        /* partially based on Spreadsheet::HTML::Presets::Sudoku, Copyright 2017 Jeff Anderson */

        var MATRIX;

lib/Games/Sudoku/Html.pm  view on Meta::CPAN

          }
          return true;
        }

        // reverse input stepwise if ESC gets pressed
        document.getElementById('popup1').addEventListener('keydown', function (event) {
          var key = event.key;
          if (key == 'Escape' || key == 'Backspace') {
            var target = STEPS.pop();
            if (! target) return 0;         

lib/Games/Sudoku/Html.pm  view on Meta::CPAN

          e = e || window.event;
          e.preventDefault();
          if (timerVar) clearInterval(timerVar);

          fillingivens(rowid, $('sudoku'), true);
          $('popup1').style.display ='block';

          var inputs = $('sudoku').getElementsByClassName('sudokuinput');
          for (var i=0; i<inputs.length; i++) {
            var input = inputs[i];

lib/Games/Sudoku/Html.pm  view on Meta::CPAN

          $('timer').innerHTML = '00:00';
          timerVar = setInterval(myTimer, 1000);
        }

        /* draggable code from w3schools.com */
        dragElement(document.getElementById('popup1'));

        function dragElement(elmnt) {
          var pos1 = 0, pos2 = 0, pos3 = 0, pos4 = 0;

          if (document.getElementById(elmnt.id + 'header')) {

lib/Games/Sudoku/Html.pm  view on Meta::CPAN

          window.open(url);
        }
      </script>

      <style>
        .popup {
          padding: 10px;
          background: #fff;
          z-index: 20;
        }

        #popup1 {
          -webkit-box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
          box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
          display: none;
          position: fixed;
          left: 65%;
          top: 10%;
        }
        #popup1header {
          padding: 10px;
          cursor: move;
          z-index: 10;
          background-color: #aaa;
          color: #fff;
        }
        #popup1 table {
          border-collapse: collapse;
          font-family: arial, sans-serif;
          font-weight: bold;
          font-size: xx-large;
          text-align: center;
        }
        #popup1 colgroup {
          border: solid medium;
        }
        #popup1 tbody {
          border: solid medium;
        }
        #popup1 td {
          border: solid thin;
          width: 50px;
          height: 50px;
          color: #aaa;
        }
        #popup1 input {
          border: 0px;
          max-width: 35px;
          font-family: arial, sans-serif;
          font-weight: bold;
          font-size: xx-large;

lib/Games/Sudoku/Html.pm  view on Meta::CPAN

          <TMPL_LOOP sudokuBand><tr><TMPL_LOOP sudokuRow><td/></TMPL_LOOP></tr>
        </TMPL_LOOP></tbody></TMPL_LOOP>
      </table>
    </div>  

    <div class="popup" id="popup2">
      <script type="text/javascript">
        const puzzlecells = document.querySelectorAll('.gridstring');
        puzzlecells.forEach(cell => {
          cell.addEventListener('mouseenter', function (e) {showgrid(e, cell.parentElement.id)});
          cell.addEventListener('mouseleave', function (e) {$('popup2').style.display = 'none';});
        });

        function showgrid(e, rowid) {
          e = e || window.event;
          if (e.target !== e.currentTarget) {
            return;
          }
          e.preventDefault();
          fillingivens(rowid, $('grid'), false);
          $('popup2').style.display = 'block';
        }
      </script>
      <style>
        #popup2 {
          padding: 3px;
          background: #fff;
          /* -webkit-box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5);
          box-shadow:  0px 0px 0px 9999px rgba(0, 0, 0, 0.5); */
          display: none;
          position: fixed;
          left: 35%;
          top: 10%;
          z-index: 15;
        }
        #popup2 table {
          border-collapse: collapse;
          font-family: arial, sans-serif;
          font-weight: bold;
          font-size: large;
          text-align: center;
        }
        #popup2 colgroup {
          border: solid 2px;
        }
        #popup2 tbody {
          border: solid 2px;
        }
        #popup2 td {
          border: solid thin;
          width: 20px;
          height: 20px;
          color: #aaa;
        }

 view all matches for this distribution


( run in 2.526 seconds using v1.01-cache-2.11-cpan-364913b4093 )