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


JavaScript-MochiKit

 view release on metacpan or  search on metacpan

lib/JavaScript/MochiKit/JS/LoggingPane.pm  view on Meta::CPAN

    var uid = "_MochiKit_LoggingPane";
    if (typeof(MochiKit.DOM) != "undefined") {
        win = MochiKit.DOM.currentWindow();
    }
    if (!inline) {
        // name the popup with the base URL for uniqueness
        var url = win.location.href.split("?")[0].replace(/[:\/.><&]/g, "_");
        var name = uid + "_" + url;
        var nwin = win.open("", name, "dependent,resizable,height=200");
        if (!nwin) {
            alert("Not able to open debugging window due to pop-up blocking.");

 view all matches for this distribution


JavaScript-Packer

 view release on metacpan or  search on metacpan

t/scripts/s11.js  view on Meta::CPAN

		document.getElementById("errFinal").innerHTML = "All the data you entered is correct!!!";
}

function trigger()
{
	document.getElementById("hover").addEventListener("mouseover", popup);

	function popup()
	{
		alert("Welcome to my WebPage!!!");
	}
}

 view all matches for this distribution


JavaScript-Toolbox

 view release on metacpan or  search on metacpan

Toolbox.pm  view on Meta::CPAN


=head1 SYNOPSIS

  use JavaScript::Toolbox::popUpBox;

  $popup = new JavaScript::Toolbox::popUpBox;

  $popup->content('hello');

  $popup->script();
  $popup->tag();

=head1 DESCRIPTION

Stub documentation for JavaScript::Toolbox, created by h2xs.

 view all matches for this distribution


JavaScript-Writer

 view release on metacpan or  search on metacpan

doc/slides/takahashi.css  view on Meta::CPAN

        min-width: 0;
}
#pages-list-button > label {
        display: none;
}
#pages-list-button menupopup {
        max-width: 20em;
}
#pages-list-button menuitem image {
        max-width: 32px;
        max-height: 32px;

 view all matches for this distribution


Jifty-Plugin-WyzzEditor

 view release on metacpan or  search on metacpan

share/web/static/js/wyzz.js  view on Meta::CPAN

    toolbar2 += '<a href="#" class="headerSelect" onClick="formatHeader(\'' + Headers[hdr] + '\',\'' + n + '\');" style="font-size:14px;padding: 0px 0px 0px 30px;font-family:arial">' + Headers[hdr] +'</a>';
    toolbar2 += '<br>';
   }
  }
  toolbar2 += '<img class="closebutton" src="/static/img/wyzzicons/close.gif" border=0 onclick="closeColorPicker(\'headerpicker' + n + '\')"></div>'; 
  // Add extra popups here
  // The help/about box
  // The copyright and link must remain unaltered
  toolbar2 += '<div id="helpbox' + n + '" class="helpbox" style="display:none">';
  toolbar2 += '<div class="help"><h4><img src="/static/img/wyzzicons/wyzzicon.gif" align="middle">Wyzz v' + version + '</h4><br>&copy; 2007 <a href="http://www.wyzz.info" target=_blank>www.wyzz.info</a><br><br></div>';
  toolbar2 += '<img class="closebutton" src="/static/img/wyzzicons/close.gif" border=0 onclick="closeColorPicker(\'helpbox' + n + '\')"></div></td></tr></table>';   

 view all matches for this distribution


Jifty

 view release on metacpan or  search on metacpan

lib/Jifty/Plugin/SetupWizard/View.pm  view on Meta::CPAN

    $action->validate;
    $action->run;

    if ($action->result->success) {
        p {
            attr { class => 'popup_message' };
            outs $action->result->message;
        }
    }
    else {
        p {
            attr { class => 'popup_error' };
            outs $action->result->error;
        }
    }

    show '/__jifty/admin/setupwizard/database/test_connectivity_button';

 view all matches for this distribution


KGS

 view release on metacpan or  search on metacpan

kgsueme/app.pl  view on Meta::CPAN


   $self->{gamelist} = new gamelist app => $self;
   $vpane->pack1 ($self->{gamelist}, 1, 1);

   $self->{rooms} = new Gtk2::Notebook;
   $self->{rooms}->set (enable_popup => 1, scrollable => 1);

   $vpane->pack2 ($self->{rooms}, 1, 1);

   $self->show_all;

 view all matches for this distribution


KiokuDB-Navigator

 view release on metacpan or  search on metacpan

share/js/jquery-1.2.6.js  view on Meta::CPAN

		// Create the request object; Microsoft failed to properly
		// implement the XMLHttpRequest in IE7, so we use the ActiveXObject when it is available
		var xhr = window.ActiveXObject ? new ActiveXObject("Microsoft.XMLHTTP") : new XMLHttpRequest();

		// Open the socket
		// Passing null username, generates a login popup on Opera (#2865)
		if( s.username )
			xhr.open(type, s.url, s.async, s.username, s.password);
		else
			xhr.open(type, s.url, s.async);

 view all matches for this distribution


Kwiki

 view release on metacpan or  search on metacpan

lib/Kwiki/Preferences.pm  view on Meta::CPAN

sub pulldown {
    my $i = 1;
    my @choices = @{$self->choices};
    my @values = grep {$i++ % 2} @choices;
    my $value = $self->value;
    CGI::popup_menu(
        -name => $self->owner_id . '__' . $self->id,
        -values => \@values,
        -default => $value,
        -labels => { @choices },
        -override => 1,

 view all matches for this distribution


LaTeXML-Plugin-LtxMojo

 view release on metacpan or  search on metacpan

lib/LaTeXML/Plugin/LtxMojo/public/js/external/ace-min/worker-css.js  view on Meta::CPAN

"no use strict";(function(e){if(typeof e.window!="undefined"&&e.document)return;e.console={log:function(){var e=Array.prototype.slice.call(arguments,0);postMessage({type:"log",data:e})},error:function(){var e=Array.prototype.slice.call(arguments,0);p...

 view all matches for this distribution


Labyrinth-Demo

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

vhost/cgi-bin/templates/public/error_message.html
vhost/cgi-bin/templates/public/footer.html
vhost/cgi-bin/templates/public/layout.html
vhost/cgi-bin/templates/public/licence.html
vhost/cgi-bin/templates/public/navigation.html
vhost/cgi-bin/templates/public/popup.html
vhost/cgi-bin/templates/public/rssfeed.xml
vhost/cgi-bin/templates/public/sidebar.html
vhost/cgi-bin/templates/public/tinymce.html
vhost/cgi-bin/templates/public/tinymce-short.html
vhost/cgi-bin/templates/public/tinymce-table.html

MANIFEST  view on Meta::CPAN

vhost/html/js/tiny_mce/plugins/fullscreen/editor_plugin.js
vhost/html/js/tiny_mce/plugins/fullscreen/editor_plugin_src.js
vhost/html/js/tiny_mce/plugins/fullscreen/fullscreen.htm
vhost/html/js/tiny_mce/plugins/iespell/editor_plugin.js
vhost/html/js/tiny_mce/plugins/iespell/editor_plugin_src.js
vhost/html/js/tiny_mce/plugins/inlinepopups/editor_plugin.js
vhost/html/js/tiny_mce/plugins/inlinepopups/editor_plugin_src.js
vhost/html/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/alert.gif
vhost/html/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/button.gif
vhost/html/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/buttons.gif
vhost/html/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/confirm.gif
vhost/html/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/corners.gif
vhost/html/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/horizontal.gif
vhost/html/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/img/vertical.gif
vhost/html/js/tiny_mce/plugins/inlinepopups/skins/clearlooks2/window.css
vhost/html/js/tiny_mce/plugins/inlinepopups/template.htm
vhost/html/js/tiny_mce/plugins/insertdatetime/editor_plugin.js
vhost/html/js/tiny_mce/plugins/insertdatetime/editor_plugin_src.js
vhost/html/js/tiny_mce/plugins/layer/editor_plugin.js
vhost/html/js/tiny_mce/plugins/layer/editor_plugin_src.js
vhost/html/js/tiny_mce/plugins/media/css/content.css

MANIFEST  view on Meta::CPAN

vhost/html/js/tiny_mce/plugins/xhtmlxtras/abbr.htm
vhost/html/js/tiny_mce/plugins/xhtmlxtras/acronym.htm
vhost/html/js/tiny_mce/plugins/xhtmlxtras/attributes.htm
vhost/html/js/tiny_mce/plugins/xhtmlxtras/cite.htm
vhost/html/js/tiny_mce/plugins/xhtmlxtras/css/attributes.css
vhost/html/js/tiny_mce/plugins/xhtmlxtras/css/popup.css
vhost/html/js/tiny_mce/plugins/xhtmlxtras/del.htm
vhost/html/js/tiny_mce/plugins/xhtmlxtras/editor_plugin.js
vhost/html/js/tiny_mce/plugins/xhtmlxtras/editor_plugin_src.js
vhost/html/js/tiny_mce/plugins/xhtmlxtras/ins.htm
vhost/html/js/tiny_mce/plugins/xhtmlxtras/js/abbr.js

MANIFEST  view on Meta::CPAN

vhost/html/js/tiny_mce/themes/simple/skins/default/ui.css
vhost/html/js/tiny_mce/themes/simple/skins/o2k7/content.css
vhost/html/js/tiny_mce/themes/simple/skins/o2k7/img/button_bg.png
vhost/html/js/tiny_mce/themes/simple/skins/o2k7/ui.css
vhost/html/js/tiny_mce/tiny_mce.js
vhost/html/js/tiny_mce/tiny_mce_popup.js
vhost/html/js/tiny_mce/tiny_mce_src.js
vhost/html/js/tiny_mce/utils/editable_selects.js
vhost/html/js/tiny_mce/utils/form_utils.js
vhost/html/js/tiny_mce/utils/mctabs.js
vhost/html/js/tiny_mce/utils/validate.js

 view all matches for this distribution


Labyrinth-Plugin-Core

 view release on metacpan or  search on metacpan

lib/Labyrinth/Plugin/Content.pm  view on Meta::CPAN


Use when the plain text layout template is required.

=item RealmPopup

Use when the popup layout template is required.

=item RealmXML

Use when the XML layout template is required.

lib/Labyrinth/Plugin/Content.pm  view on Meta::CPAN

sub RealmAJAX   { $tvars{realm} = 'ajax';  }
sub RealmICal   { $tvars{realm} = 'ical';  }
sub RealmJS     { $tvars{realm} = 'js';    }
sub RealmJSON   { $tvars{realm} = 'json';  }
sub RealmPlain  { $tvars{realm} = 'plain'; }
sub RealmPopup  { $tvars{realm} = 'popup'; }
sub RealmXML    { $tvars{realm} = 'xml';   }
sub RealmYAML   { $tvars{realm} = 'yaml';  }

1;

 view all matches for this distribution


Labyrinth-Plugin-Release

 view release on metacpan or  search on metacpan

vhost/html/js/release.js  view on Meta::CPAN

} // Ends the "getSelectedCheckbox" function


function DoPopup(callback) {
	document.forms[0].display.value = callback;
	window.open(cgipath+"/pages.cgi?act=album-pick", "popup", "width=370,height=450,scrollbars=no,menubar=no,resizable=no,status=no,toolbar=no,location=no");
}

function SetImage(id,href) {
	f = document.forms[1];
	f.elements[f.display.value].value=id;

vhost/html/js/release.js  view on Meta::CPAN

	disp.src=webpath+href
}

function PhotoGallery(callback) {
	document.forms[1].display.value = callback;
	window.open(cgipath+"pages.cgi?act=album-pick", "popup", "width=370,height=450,scrollbars=no,menubar=no,resizable=no,status=no,toolbar=no,location=no");
}

function ImageGallery(callback) {
	document.forms[1].display.value = callback;
	window.open(cgipath+"pages.cgi?act=imgs-gallery&amp;imagetype=0,1,2,4,9", "popup", "width=340,height=390,scrollbars=no,menubar=no,resizable=no,status=no,toolbar=no,location=no");
}

function AddTag(tag) {
	var meta = document.getElementById('metadata');
	var val = meta.value;

 view all matches for this distribution


Labyrinth-Plugin-Requests

 view release on metacpan or  search on metacpan

vhost/cgi-bin/db/plugin-base.sql  view on Meta::CPAN

  KEY `IXSECT` (`section`,`command`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;

-- core requests
INSERT INTO `requests` VALUES (1,'realm','admin','Content::GetVersion,Menus::LoadMenus','admin/layout.html','','','','','off','');
INSERT INTO `requests` VALUES (2,'realm','popup','','public/popup.html','','','','','off','');
INSERT INTO `requests` VALUES (3,'realm','public','Content::GetVersion,Hits::SetHits,Menus::LoadMenus','public/layout.html','','','','','off','');
INSERT INTO `requests` VALUES (4,'realm','wide','','public/layout-wide.html','','','','','off','');
INSERT INTO `requests` VALUES (5,'error','badmail','','','public/badmail.html','','','','off','');
INSERT INTO `requests` VALUES (6,'error','badcmd','','','public/badcommand.html','','','','off','');
INSERT INTO `requests` VALUES (7,'error','banuser','','','public/banuser.html','','','','off','');

 view all matches for this distribution


Labyrinth

 view release on metacpan or  search on metacpan

t/33-labyrinth-request.t  view on Meta::CPAN

          rewrite   TEXT,
          PRIMARY KEY (section,command)
        )|,

        q|INSERT INTO requests VALUES ('realm','admin','Content::GetVersion,Menus::LoadMenus','admin/layout.html','','','','','off','')|,
        q|INSERT INTO requests VALUES ('realm','popup','','public/popup.html','','','','','off','')|,
        q|INSERT INTO requests VALUES ('realm','public','Content::GetVersion,Hits::SetHits,Menus::LoadMenus','public/layout.html','','','','','off','')|,
        q|INSERT INTO requests VALUES ('error','badmail','','','public/badmail.html','','','','off','')|,
        q|INSERT INTO requests VALUES ('error','badcmd','','','public/badcommand.html','','','','off','')|,
        q|INSERT INTO requests VALUES ('error','banuser','','','public/banuser.html','','','','off','')|,
        q|INSERT INTO requests VALUES ('error','badaccess','Users::LoggedIn','','public/badaccess.html','','error-login','','off','')|,

t/33-labyrinth-request.t  view on Meta::CPAN

          rewrite varchar(255) DEFAULT NULL,
          PRIMARY KEY (section,command)
        ) ENGINE=MyISAM DEFAULT CHARSET=utf8|,

        q|INSERT INTO requests VALUES ('realm','admin','Content::GetVersion,Menus::LoadMenus','admin/layout.html','','','','','off','')|,
        q|INSERT INTO requests VALUES ('realm','popup','','public/popup.html','','','','','off','')|,
        q|INSERT INTO requests VALUES ('realm','public','Content::GetVersion,Hits::SetHits,Menus::LoadMenus','public/layout.html','','','','','off','')|,
        q|INSERT INTO requests VALUES ('error','badmail','','','public/badmail.html','','','','off','')|,
        q|INSERT INTO requests VALUES ('error','badcmd','','','public/badcommand.html','','','','off','')|,
        q|INSERT INTO requests VALUES ('error','banuser','','','public/banuser.html','','','','off','')|,
        q|INSERT INTO requests VALUES ('error','badaccess','Users::LoggedIn','','public/badaccess.html','','error-login','','off','')|,

 view all matches for this distribution



Lemonldap-NG-Portal

 view release on metacpan or  search on metacpan

site/htdocs/static/bwr/jquery-ui/jquery-ui.js  view on Meta::CPAN

	_destroy: function() {
		var items = this.element.find( ".ui-menu-item" )
				.removeAttr( "role aria-disabled" ),
			submenus = items.children( ".ui-menu-item-wrapper" )
				.removeUniqueId()
				.removeAttr( "tabIndex role aria-haspopup" );

		// Destroy (sub)menus
		this.element
			.removeAttr( "aria-activedescendant" )
			.find( ".ui-menu" ).addBack()

site/htdocs/static/bwr/jquery-ui/jquery-ui.js  view on Meta::CPAN

		}
	},

	_activate: function( event ) {
		if ( this.active && !this.active.is( ".ui-state-disabled" ) ) {
			if ( this.active.children( "[aria-haspopup='true']" ).length ) {
				this.expand( event );
			} else {
				this.select( event );
			}
		}

site/htdocs/static/bwr/jquery-ui/jquery-ui.js  view on Meta::CPAN

					item = menu.prev(),
					submenuCaret = $( "<span>" ).data( "ui-menu-submenu-caret", true );

				that._addClass( submenuCaret, "ui-menu-icon", "ui-icon " + icon );
				item
					.attr( "aria-haspopup", "true" )
					.prepend( submenuCaret );
				menu.attr( "aria-labelledby", item.attr( "id" ) );
			} );

		this._addClass( newSubmenus, "ui-menu", "ui-widget ui-widget-content ui-front" );

site/htdocs/static/bwr/jquery-ui/jquery-ui.js  view on Meta::CPAN


function Datepicker() {
	this._curInst = null; // The current instance in use
	this._keyEvent = false; // If the last event was a key event
	this._disabledInputs = []; // List of date picker inputs that have been disabled
	this._datepickerShowing = false; // True if the popup picker is showing , false if not
	this._inDialog = false; // True if showing within a "dialog", false if not
	this._mainDivId = "ui-datepicker-div"; // The ID of the main datepicker division
	this._inlineClass = "ui-datepicker-inline"; // The name of the inline marker class
	this._appendClass = "ui-datepicker-append"; // The name of the append marker class
	this._triggerClass = "ui-datepicker-trigger"; // The name of the trigger marker class

site/htdocs/static/bwr/jquery-ui/jquery-ui.js  view on Meta::CPAN

		yearSuffix: "", // Additional text to append to the year in the month headers,
		selectMonthLabel: "Select month", // Invisible label for month selector
		selectYearLabel: "Select year" // Invisible label for year selector
	};
	this._defaults = { // Global defaults for all the date picker instances
		showOn: "focus", // "focus" for popup on focus,
			// "button" for trigger button, or "both" for either
		showAnim: "fadeIn", // Name of jQuery animation for popup
		showOptions: {}, // Options for enhanced animations
		defaultDate: null, // Used when field is blank: actual date,
			// +/-number for offset from today, null for today
		appendText: "", // Display text following the input box, e.g. showing the format
		buttonText: "...", // Text for trigger button

site/htdocs/static/bwr/jquery-ui/jquery-ui.js  view on Meta::CPAN

			id: this.ids.button,
			role: "combobox",
			"aria-expanded": "false",
			"aria-autocomplete": "list",
			"aria-owns": this.ids.menu,
			"aria-haspopup": "true",
			title: this.element.attr( "title" )
		} )
			.insertAfter( this.element );

		this._addClass( this.button, "ui-selectmenu-button ui-selectmenu-button-closed",

 view all matches for this distribution



Lingua-EN-Segment

 view release on metacpan or  search on metacpan

share/count_1w.txt  view on Meta::CPAN

deployed	4887317
governed	4887138
considerably	4887058
investigating	4884687
rotten	4883839
popup	4882686
mk	4881231
garnet	4880977
habit	4880657
bulb	4879829
scattered	4879386

share/count_1w.txt  view on Meta::CPAN

nlm	1254807
severance	1254666
numeracy	1254632
somali	1254574
caviar	1254529
popups	1254426
sleepwear	1254319
quads	1254291
combating	1254280
numb	1254217
retina	1254145

share/count_1w.txt  view on Meta::CPAN

bildertausch	59850
hualien	59849
afew	59849
pifs	59848
jpgg	59848
winpopup	59846
mistreating	59846
antonino	59846
foragers	59845
casb	59845
throwin	59843

share/count_1w.txt  view on Meta::CPAN

mouille	31138
morna	31138
fukumoto	31138
zachman	31137
wwwexperian	31137
popupagent	31137
kristiana	31137
ashkenazic	31137
antworks	31137
gawky	31136
encyklopedia	31136

share/count_1w.txt  view on Meta::CPAN

iddle	29672
eigg	29672
consequentialist	29672
chacl	29672
ranap	29671
paypopup	29671
nkn	29671
inners	29671
dembrow	29671
transys	29670
totales	29670

share/count_1w.txt  view on Meta::CPAN

sakis	27631
pathetique	27631
newcrest	27631
eoffice	27631
borghi	27631
popupmenu	27630
mrmorris	27630
llgp	27630
figurations	27630
bgu	27630
schedulable	27629

share/count_1w.txt  view on Meta::CPAN

caramail	21748
autoreleasedeb	21748
younker	21747
wdrp	21747
thorntree	21747
qpopupmenu	21747
hierapolis	21747
removehierarchyboundslistener	21746
lollobrigida	21746
hidradenitis	21746
gravitates	21746

share/count_1w.txt  view on Meta::CPAN

lleoedd	16932
freegaypictures	16932
celebriti	16932
bcip	16932
standstelevision	16931
popupnavigator	16931
pelleting	16931
organizati	16931
nppd	16931
nothign	16931
msnim	16931

share/count_1w.txt  view on Meta::CPAN

tsakalidis	15198
selezionati	15198
ozimages	15198
namesearch	15198
mervtormel	15198
linpopup	15198
iczn	15198
cristaldi	15198
bainter	15198
arnia	15198
alcidamas	15198

share/count_1w.txt  view on Meta::CPAN

rejoinders	14417
pattabhi	14417
palmreader	14417
implicitely	14417
castellar	14417
popupdummy	14416
norand	14416
nonmajors	14416
moskovskaya	14416
kaudiocreator	14416
hartstein	14416

share/count_1w.txt  view on Meta::CPAN

sond	13890
sledgehammers	13890
reiseversicherung	13890
ramosa	13890
quey	13890
popuptown	13890
pienkowski	13890
opticom	13890
liahona	13890
hazra	13890
fradulent	13890

 view all matches for this distribution


Lingua-NATools

 view release on metacpan or  search on metacpan

cgis/nat-about.cgi  view on Meta::CPAN

	    );

print h1("NAT-QI: NATools Corpora Query Interface");

print start_form({-class=>"main"});
print "Get information about: &nbsp;", popup_menu(-name=>'crp',
						  -values=>[keys %$corpora]);
print "&nbsp;", submit(">>");
print end_form;

if ($crp) {

 view all matches for this distribution


Lingua-ZH-Romanize-Pinyin

 view release on metacpan or  search on metacpan

cxterm/Doc/README  view on Meta::CPAN

  powerful input engine.  The basic idea is to use an "input-method-
  independent conversion module" and a "post-processing" technique
  to reduce the candidate set.  (See document Doc/input.doc, "Hanzi
  input in cxterm version 5.0".)  Other minor improvements include 
  scripts for easy installation (also does X fonts installation),
  a popup window for easier run-time configuration, more input
  methods, etc.

  It supports GB, Big5, JIS, and KS encoding.  HZ support is through
  "hztty", a separated program avaliable from
	ftp://ftp.cs.purdue.edu/pub/ygz/hztty.tar.gz

 view all matches for this distribution


Linux-CDROM

 view release on metacpan or  search on metacpan

lib/Linux/CDROM.pm  view on Meta::CPAN

    GPMODE_TO_PROTECT_PAGE
    GPMODE_WRITE_PARMS_PAGE
    mechtype_caddy
    mechtype_cartridge_changer
    mechtype_individual_changer
    mechtype_popup
    mechtype_tray
) ] );

our @EXPORT_OK = ( @{ $EXPORT_TAGS{'all'} } );

lib/Linux/CDROM.pm  view on Meta::CPAN

    GPMODE_TO_PROTECT_PAGE
    GPMODE_WRITE_PARMS_PAGE
    mechtype_caddy
    mechtype_cartridge_changer
    mechtype_individual_changer
    mechtype_popup
    mechtype_tray

=head1 LIMITATIONS

This one most definitely only works for Linux so far.

 view all matches for this distribution


Linux-DVB-DVBT-Apps-QuartzPVR

 view release on metacpan or  search on metacpan

MANIFEST  view on Meta::CPAN

css/theme/black/tvguide/recorded.css
css/theme/black/tvguide/scan.css
css/theme/black/tvguide/searchlist.css
css/theme/black/tvguide/toolbar.css
css/theme/black/ui/dialog.css
css/theme/black/ui/popup.css
css/tvguide/chanSel.css
css/tvguide/default.css
css/tvguide/grid.css
css/tvguide/reclist.css
css/tvguide/recorded.css
css/tvguide/scan.css
css/tvguide/searchlist.css
css/tvguide/toolbar.css
css/ui/dialog.css
css/ui/popup.css
css/theme/black/images/audio-dvbt.png
css/theme/black/images/audio-iplay.png
css/theme/black/images/audio.png
css/theme/black/images/black_gloss.png
css/theme/black/images/chansel-grey.png

MANIFEST  view on Meta::CPAN

css/theme/black/images/lstbb.png
css/theme/black/images/minus.png
css/theme/black/images/play-grey.png
css/theme/black/images/play.png
css/theme/black/images/plus.png
css/theme/black/images/popup.png
css/theme/black/images/priority-high.png
css/theme/black/images/priority-low.png
css/theme/black/images/priority-lowmedium.png
css/theme/black/images/priority-medium.png
css/theme/black/images/priority-mediumhigh.png

 view all matches for this distribution


Lithium-WebDriver

 view release on metacpan or  search on metacpan

t/dance.pm  view on Meta::CPAN

			function delete_guy () {
				setTimeout("delete_element()", 2000);
			};
		</script>
		<br />
		<button class="popup" onclick="popup_func()">Popup</button>
		<script>
			function popup_func()
			{
				alert("I am an alert box!");
			}
		</script>

		<br />
		<button class="popup confirm" onclick="myFunction()">Popup Confirm</button>
		<p style="display:none" id="ok_cancel"></p>
		<script>
			function myFunction()
			{
				var x;

t/dance.pm  view on Meta::CPAN

				y.style.display = "inline";
			}
		</script>

		<br />
		<button class="popup input" onclick="my_Function()">Popup Input</button>
		<p id="popup_input"></p>
		<script>
			function my_Function()
			{
				var x;
				var person=prompt("Please enter your name", "synmon01");
				if (person!=null) {
					x="Hello " + person + "! How are you today?";
					var y = document.getElementById("popup_input");
					y.innerHTML = x;
					y.style.display = "inline";
				}
			}
		</script>

 view all matches for this distribution


Locale-VersionedMessages

 view release on metacpan or  search on metacpan

bin/lm_gui  view on Meta::CPAN

=head1 KNOWN BUGS

Because I use standard Tk widgets to create the GUI, some of the
widgets do not exactly look like they ideally would.  For example
when browsing for a Message Set Description file in the main window,
a popup appears with a <File name> entry and a <Files of type> menu.
Since we're only interested in .pm files, I would like to remove
the <Files of type> box, but that widget won't allow me to do so.

=head1 BUGS AND QUESTIONS

 view all matches for this distribution


Logfile

 view release on metacpan or  search on metacpan

eg/log-report.pl  view on Meta::CPAN

    my($method) = @_;
    my($resp,@html);
    print $q->startform(-script => $q->script_name),
        "<H3>HTTPD Log report</H3><hr>\n",
        "File: ", 
	$q->popup_menu(-name => 'File', 
			   -values => [$Log{File}, <$Log{Archive}/*.gz>]),
        "<p>List: ",
        $q->checkbox_group(-name => 'List', 
			       -values => [qw(Date File Host Domain User)]),
        "<p>Sort by: ",

 view all matches for this distribution


MHonArc

 view release on metacpan or  search on metacpan

doc/faq/security.html  view on Meta::CPAN

HTML message is blindly archived, you are introducing foreign dynamic
content to your web site that you have no control over.  The best
example of this danger is the problem web-based email sites (e.g.
Hotmail) encountered when malicious people were sending HTML messages
to web-based email users and the messages contained dynamic content
that would popup windows (which had a similiar style of the web-based
email hosting provider) requesting sensitive information from
users (like passwords).
</p>

<p>These types of attacks are classified as <em>Cross-Site

 view all matches for this distribution


MOBY

 view release on metacpan or  search on metacpan

share/cgi/AgentRDFValidator  view on Meta::CPAN

var fWeight  = options.fontweight || 600;
var bcolor   = options.bordercolor || 'black';
var bstyle  = options.borderstyle || 'solid'
var bwidth  = options.borderweight || '3px'
var align   = options.align || 'center';
var __div_id__ = options.name ||  '__modular__popup__';

var dark= null;
if (document.getElementById(__div_id__ )) {
dark = document.getElementById(__div_id__ )
}

share/cgi/AgentRDFValidator  view on Meta::CPAN

<div style='visibility:hidden;' id='output_div'>
	<span id='description_span'></span><p></p>
	<pre id='output'></pre>
</div>
<div align="center" style="border: 3px solid black; overflow: auto; position: fixed; display: none; opacity: 0.9; z-index: 10000; background-color: rgb(255, 220, 117); width: 35%; height: 25%; cursor: wait; left: 40%; top: 50%;" 
id="__modular__popup__"/>
</body>
</html>
</div>
</form>
</body>

 view all matches for this distribution


Mac-OSA-Notification-Tiny

 view release on metacpan or  search on metacpan

lib/Mac/OSA/Notification/Tiny.pm  view on Meta::CPAN

	);


=head1 DESCRIPTION

A notification is a popup that appears when an application/script wants you to pay attention.

=head1 EXPORT

=head2 notification

 view all matches for this distribution


Mac-PopClip-Quick

 view release on metacpan or  search on metacpan

lib/Mac/PopClip/Quick.pm  view on Meta::CPAN

   bash$ INSTALL_POPCLIP_EXTENSION=1 ./runlog.pl

=head1 DESCRIPTION

PopClip For Mac is a commercial OS X utility from Pilotmoon Software that
creates little popup menus when you highlight text.  Please see
L<http://pilotmoon.com/popclip/> for more details.

This module make it easier to write PopClip extensions in Perl.  With this
module you can turn a simple Perl script into an installable extension with a
single command.

 view all matches for this distribution


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