view release on metacpan or search on metacpan
lib/A1z/HTML5/Template.pm view on Meta::CPAN
<script src="https://code.jquery.com/jquery-1.12.4.min.js"></script>
<!--bootstrap/jQueryUI-->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script>
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="https://www.a1z.us/jquery/bootstrap/fixed-top/ie10-viewport-bug-workaround.js"></script>
<script>
// for tabs
lib/A1z/HTML5/Template.pm view on Meta::CPAN
<script src="https://blueimp.github.io/Gallery/js/jquery.blueimp-gallery.min.js"></script>
<!-- jquery ui -->
<script src="https://code.jquery.com/ui/1.11.4/jquery-ui.min.js"></script>
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
<script src="https://www.a1z.us/jquery/bootstrap/fixed-top/ie10-viewport-bug-workaround.js"></script>
<script >
// for tabs
\$( function() {
view all matches for this distribution
view release on metacpan or search on metacpan
lib/AI/TensorFlow/Libtensorflow/Manual/Notebook/InferenceUsingTFHubMobileNetV2Model.pod view on Meta::CPAN
}
}
B<DISPLAY>:
=for html <span style="display:inline-block;margin-left:1em;"><p><table style="width: 100%"><tr><td><tt>apple</tt></td><td><a href="https://upload.wikimedia.org/wikipedia/commons/1/15/Red_Apple.jpg"><img alt="apple" src="https://upload.wikimedia.org/...
my $p_approx_batched = $probabilities_batched->sumover->approx(1, 1e-5);
p $p_approx_batched;
say "All probabilities sum up to approximately 1" if $p_approx_batched->all->sclr;
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/BrowsingTableInteractively.pm view on Meta::CPAN
6) **SQLite browser**, **SQLiteStudio**, or other SQLite-based front-ends
Another way to browse your table data interactively is to export it to SQLite
database then use one of the many front-ends (desktop GUI, web-based, TUI, as
well as CLI) to browse it. If you have your table data as a CSV, you can use the
<prog:csv2sqlite> script from <pm:App::SQLiteUtils> to convert it to SQLite
database.
<https://sqlitebrowser.org>
lib/Acme/CPANModules/BrowsingTableInteractively.pm view on Meta::CPAN
searching (though not interactive filtering of rows).
6) B<SQLite browser>, B<SQLiteStudio>, or other SQLite-based front-ends
Another way to browse your table data interactively is to export it to SQLite
database then use one of the many front-ends (desktop GUI, web-based, TUI, as
well as CLI) to browse it. If you have your table data as a CSV, you can use the
L<csv2sqlite> script from L<App::SQLiteUtils> to convert it to SQLite
database.
L<https://sqlitebrowser.org>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/Desktop.pm view on Meta::CPAN
our $DATE = '2023-10-29'; # DATE
our $DIST = 'Acme-CPANModules-Desktop'; # DIST
our $VERSION = '0.003'; # VERSION
our $LIST = {
summary => "List of modules related to GUI desktop environment",
entries => [
{module=>'Desktop::Detect'},
{module=>'Screensaver::Any'},
{module=>'App::ScreensaverUtils'},
],
};
1;
# ABSTRACT: List of modules related to GUI desktop environment
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::Desktop - List of modules related to GUI desktop environment
=head1 VERSION
This document describes version 0.003 of Acme::CPANModules::Desktop (from Perl distribution Acme-CPANModules-Desktop), released on 2023-10-29.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/DesktopModules.pm view on Meta::CPAN
our $DATE = '2018-10-30'; # DATE
our $VERSION = '0.001'; # VERSION
our $LIST = {
summary => "Modules related to GUI desktop environment",
entries => [
{module=>'Desktop::Detect'},
{module=>'Screensaver::Any'},
{module=>'App::ScreensaverUtils'},
],
};
1;
# ABSTRACT: Modules related to GUI desktop environment
__END__
=pod
=encoding UTF-8
=head1 NAME
Acme::CPANModules::DesktopModules - Modules related to GUI desktop environment
=head1 VERSION
This document describes version 0.001 of Acme::CPANModules::DesktopModules (from Perl distribution Acme-CPANModules-DesktopModules), released on 2018-10-30.
=head1 DESCRIPTION
Modules related to GUI desktop environment.
=head1 INCLUDED MODULES
=over
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/FormattingDate.pm view on Meta::CPAN
platform-dependent.
**yyyy-mm-dd template**
This "yyyy-mm-dd" (for lack of a better term) format is much more commonly used
in the general computing world, from spreadsheets to desktop environment clocks.
And this format is probably older than strftime. The template is more intuitive
to use for people as it gives a clear picture of how wide each component (and
the whole string) will be.
There are some modules you can use to format dates using this style. First of
lib/Acme/CPANModules/FormattingDate.pm view on Meta::CPAN
platform-dependent.
B<yyyy-mm-dd template>
This "yyyy-mm-dd" (for lack of a better term) format is much more commonly used
in the general computing world, from spreadsheets to desktop environment clocks.
And this format is probably older than strftime. The template is more intuitive
to use for people as it gives a clear picture of how wide each component (and
the whole string) will be.
There are some modules you can use to format dates using this style. First of
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/CPANModules/OpeningFileInApp.pm view on Meta::CPAN
This module tries to select the appropriate application to open a file: using
`start` (on Windows) or `xdg-open` (on other OS, if available), the falls back
to <pm:Browser::Open>.
See <pm:App::DesktopOpenUtils> which includes a CLI for this module:
<prog:open-desktop>.
MARKDOWN
},
{
lib/Acme/CPANModules/OpeningFileInApp.pm view on Meta::CPAN
This module tries to select the appropriate application to open a file: using
C<start> (on Windows) or C<xdg-open> (on other OS, if available), the falls back
to L<Browser::Open>.
See L<App::DesktopOpenUtils> which includes a CLI for this module:
L<open-desktop>.
=item L<Spreadsheet::Open>
Author: L<PERLANCAR|https://metacpan.org/author/PERLANCAR>
view all matches for this distribution
view release on metacpan or search on metacpan
devdata/https_mojolicious.io_blog_2017_12_24_day-24-release-and-wrap-up view on Meta::CPAN
<p>In this article I'm announcing that after adding a few tweaks around user registration, I have now released the Wishlist application to <a href="https://metacpan.org/pod/Wishlist">CPAN</a>.
I hope you can use it to keep a slightly tighter grasp on your digital footprint without sacrificing utility.</p>
<p>You can deploy it on a VPS, like <a href="https://www.linode.com/">Linode</a> or <a href="https://www.scaleway.com/">Scaleway</a>.
You could even use it on that old desktop computer in your home office as long as you are careful about network security.
Speaking of which, <a href="https://letsencrypt.org/">Let's Encrypt</a> finally makes SSL practical for personal users, try <a href="https://certbot.eff.org">certbot</a> or my <a href="https://metacpan.org/pod/Mojolicious::Plugin::ACME">plugin</a...
Once you have one service running, it will become progressively easier to host more and more of your own personal cloud applications.</p>
<p>I'd love to see if Wishlist and CarPark and other such applications could put you back in the driver's seat for your digital lives.</p>
view all matches for this distribution
view release on metacpan or search on metacpan
devdata/https_mojolicious.io_blog_2018_12_16_browser-diet_ view on Meta::CPAN
into a nice little traffic light report measuring the HTML, images, CSS, JavaScript
and other parts of your page against
user-configurable limits on what you think is acceptable.</p>
<p>Google's <a href="https://developers.google.com/speed/pagespeed/insights">PageSpeed Insights</a>
measures performance on both mobile and desktop.</p>
<p>Hopefully, the increasingly awkward attempt at writing in a narrative style
didn't get in the way of a new idea or two. <a href="https://github.com/duffee/Mojolicious_session_example">Let me
know</a> if I've missed
something.</p>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/Free/API/ChuckNorris.pm view on Meta::CPAN
Found 7 quotes
Chuck Norris can gag you with a horrendous stinch simply by typing the word "fart" on his computer keyboard.
Chuck Norris is so strong, he can roundhouse a bubbled paladin and blow his computer up.
Whenever Chuck Norris watches pornography, his computer gets an erection.
Chuck Norris drugged Bill Cosby. Cosby woke up nine hours later in front of his computer, where he realized he just told the net to meme him.
When Chuck Norris switches on his computer, it skips the bootup process and goes straight to the desktop.
Chuck Norris regularly smashes open his computer to eat the cookies within.
a man once heard two guys talking about Chuck Norris.He went home and decided to look up who Chuck Norris is? He was suprised when it came to a blank screen, he tryed to click out of it untill a window popped up please wait. He waited a while a bar...
Like C<categories>, the first line is printed via C<STDERR>.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Acme/MetaSyntactic/services.pm view on Meta::CPAN
deploymentmap
derby_repli
descent3
de_server
deskshare
desktop_dna
deskview
deslogin
deslogind
de_spot
devbasic
view all matches for this distribution
view release on metacpan or search on metacpan
@prefix dc: <http://purl.org/dc/terms/> .
@prefix dcs: <http://ontologi.es/doap-changeset#> .
@prefix dist: <http://purl.org/NET/cpan-uri/dist/Acme-Perl-Consensual/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix nfo: <http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
dist:project
a doap:Project;
view all matches for this distribution
view release on metacpan or search on metacpan
t/36_cmd_due.t view on Meta::CPAN
eval { Acme::Tools::cmd_due('-ihz',$tmp) };
ok($@ eq "due: can not combine STDIN and args\n", 'ok die');
$p=printed { Acme::Tools::cmd_due('-ihz') };
$ok=<<"";
.desktop 1 1.30 kB 0.02%
.nls 1 6.26 kB 0.10%
.1 27 150.23 kB 2.52%
.inf 1 236.48 kB 3.97%
.fon 50 471.83 kB 7.92%
.ttf 9 4.97 MB 85.46%
view all matches for this distribution
view release on metacpan or search on metacpan
eg/benchmark.pl view on Meta::CPAN
#return $name . '.dll' if -f $name . '.dll';
return File::Spec->canonpath( File::Spec->rel2abs( $name . '.dll' ) )
if -e $name . '.dll';
require Win32;
# https://docs.microsoft.com/en-us/windows/win32/dlls/dynamic-link-library-search-order#search-order-for-desktop-applications
my @dirs = grep {-d} (
dirname( File::Spec->rel2abs($^X) ), # 1. exe dir
Win32::GetFolderPath( Win32::CSIDL_SYSTEM() ), # 2. sys dir
Win32::GetFolderPath( Win32::CSIDL_WINDOWS() ), # 4. win dir
File::Spec->rel2abs( File::Spec->curdir ), # 5. cwd
view all matches for this distribution
view release on metacpan or search on metacpan
2010-12-18 Juan J. Merelo Guervós <jmerelo@localhost.localdomain>
* lib/Algorithm/Evolutionary.pm (import): Starting 0.76 with pod
editions .
2010-12-16 Juan Julian Merelo Guervos <jmerelo@usuario-desktop>
* MANIFEST: Added combined operator and QuadXOver-Diff.
2010-12-16 Juan J. Merelo <jmerelo@sheldon>
2010-09-28 Juan J. Merelo <jmerelo@sheldon>
* lib/Algorithm/Evolutionary.pm: Added tests to see what can make some of them fail
2010-11-24 Juan Julian Merelo Guervos <jmerelo@usuario-desktop>
* lib/Algorithm/Evolutionary/Wheel.pm (spin): Changed spin
implementation to make it faster and more efficient. It was
sucking time out of mastermind EAs
Fixed formula
* lib/Algorithm/Evolutionary.pm: Starting 0.74_1 with cosmetic
changes and an attempt to fix sporadic test errors.
2010-09-24 Juan Julian Merelo Guervos <jmerelo@usuario-desktop>
* lib/Algorithm/Evolutionary/Fitness/Rastrigin.pm (Rastrigin): Added first floating-point fitness func.
* lib/Algorithm/Evolutionary/Utils.pm (random_number_array): Added this function
view all matches for this distribution
view release on metacpan or search on metacpan
2010-12-18 Juan J. Merelo Guervós <jmerelo@localhost.localdomain>
* lib/Algorithm/Evolutionary.pm (import): Starting 0.76 with pod
editions .
2010-12-16 Juan Julian Merelo Guervos <jmerelo@usuario-desktop>
* MANIFEST: Added combined operator and QuadXOver-Diff.
2010-12-16 Juan J. Merelo <jmerelo@sheldon>
2010-09-28 Juan J. Merelo <jmerelo@sheldon>
* lib/Algorithm/Evolutionary.pm: Added tests to see what can make some of them fail
2010-11-24 Juan Julian Merelo Guervos <jmerelo@usuario-desktop>
* lib/Algorithm/Evolutionary/Wheel.pm (spin): Changed spin
implementation to make it faster and more efficient. It was
sucking time out of mastermind EAs
Fixed formula
* lib/Algorithm/Evolutionary.pm: Starting 0.74_1 with cosmetic
changes and an attempt to fix sporadic test errors.
2010-09-24 Juan Julian Merelo Guervos <jmerelo@usuario-desktop>
* lib/Algorithm/Evolutionary/Fitness/Rastrigin.pm (Rastrigin): Added first floating-point fitness func.
* lib/Algorithm/Evolutionary/Utils.pm (random_number_array): Added this function
view all matches for this distribution
view release on metacpan or search on metacpan
2010-12-18 Juan J. Merelo Guervós <jmerelo@localhost.localdomain>
* lib/Algorithm/Evolutionary.pm (import): Starting 0.76 with pod
editions .
2010-12-16 Juan Julian Merelo Guervos <jmerelo@usuario-desktop>
* MANIFEST: Added combined operator and QuadXOver-Diff.
2010-12-16 Juan J. Merelo <jmerelo@sheldon>
2010-09-28 Juan J. Merelo <jmerelo@sheldon>
* lib/Algorithm/Evolutionary.pm: Added tests to see what can make some of them fail
2010-11-24 Juan Julian Merelo Guervos <jmerelo@usuario-desktop>
* lib/Algorithm/Evolutionary/Wheel.pm (spin): Changed spin
implementation to make it faster and more efficient. It was
sucking time out of mastermind EAs
Fixed formula
* lib/Algorithm/Evolutionary.pm: Starting 0.74_1 with cosmetic
changes and an attempt to fix sporadic test errors.
2010-09-24 Juan Julian Merelo Guervos <jmerelo@usuario-desktop>
* lib/Algorithm/Evolutionary/Fitness/Rastrigin.pm (Rastrigin): Added first floating-point fitness func.
* lib/Algorithm/Evolutionary/Utils.pm (random_number_array): Added this function
view all matches for this distribution
view release on metacpan or search on metacpan
);
plugin 'Extract' => 'tar.gz';
plugin 'Build::Make' => 'gmake';
plugin 'Build::Autoconf';
build [
'%{configure} --disable-xmltools --disable-desktopfiles --enable-shared --enable-static',
'%{make}',
'%{make} install',
];
after gather => sub {
my ($build) = @_;
view all matches for this distribution
view release on metacpan or search on metacpan
doc/html/TreeNavigator.html view on Meta::CPAN
receive any trigger.</p>
<p>If label selection is associated with
focus (i.e. if <code>tabIndex</code> was not set
to -1), then selection/deselection events
are also triggered when the user switches
to another desktop window.</p>
</div>
</div>
<div class="TN_node" id="Open_Close">
<h5 class="TN_label"><code>Open</code> / <code>Close</code></h5>
view all matches for this distribution
view release on metacpan or search on metacpan
libjit/jit/jit-elf-defs.h view on Meta::CPAN
#define ODK_REGINFO 1 /* Register usage information. */
#define ODK_EXCEPTIONS 2 /* Exception processing options. */
#define ODK_PAD 3 /* Section padding options. */
#define ODK_HWPATCH 4 /* Hardware workarounds performed */
#define ODK_FILL 5 /* record the fill value used by the linker. */
#define ODK_TAGS 6 /* reserve space for desktop tools to write. */
#define ODK_HWAND 7 /* HW workarounds. 'AND' bits when merging. */
#define ODK_HWOR 8 /* HW workarounds. 'OR' bits when merging. */
/* Values for `info' in Elf_Options for ODK_EXCEPTIONS entries. */
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/MSYS.pm view on Meta::CPAN
=item try C<C:\MinGW\msys\1.0\bin>
Next, L<Alien::MSYS> tries the default install location.
=item Use desktop shortcut for C<MinGW Installer>
Finally, L<Alien::MSYS> will try to find C<MSYS> from the desktop shortcut created
by the GUI installer for C<MinGW>. This method only works if you already have
L<Win32::Shortcut> installed, as it is an optional dependency.
=back
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/Plotly/Orca.pm view on Meta::CPAN
=head1 INSTALLATION
=head2 Linux
Normally you should be all fine if you have a recent version of popular
distros like Ubuntu as your Linux desktop. If you're an advanced Linux user
or if you get problems check below list and make sure you have them all on
you Linux host.
=over 4
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/Poppler.pm view on Meta::CPAN
Returns a C<Str> which contains the absolute path
to the C<pdftotext> binary.
=head1 SEE ALSO
L<Poppler|https://poppler.freedesktop.org/>
L<Repository information|http://project-renard.github.io/doc/development/repo/p5-Alien-Poppler/>
=head1 AUTHOR
view all matches for this distribution
view release on metacpan or search on metacpan
share/swagger-ui-bundle.js view on Meta::CPAN
*
* Copyright(c) 2016 Gregory Jacobs <greg@greg-jacobs.com>
* MIT License
*
* https://github.com/gregjacobs/Autolinker.js
*/o=[],void 0===(i="function"==typeof(r=function(){var e,t,n,r,o,i,a,s=function(e){e=e||{},this.version=s.version,this.urls=this.normalizeUrlsCfg(e.urls),this.email="boolean"!=typeof e.email||e.email,this.twitter="boolean"!=typeof e.twitter||e.twitt...
//# sourceMappingURL=swagger-ui-bundle.js.map
view all matches for this distribution
view release on metacpan or search on metacpan
#define ODK_REGINFO 1 /* Register usage information. */
#define ODK_EXCEPTIONS 2 /* Exception processing options. */
#define ODK_PAD 3 /* Section padding options. */
#define ODK_HWPATCH 4 /* Hardware workarounds performed */
#define ODK_FILL 5 /* record the fill value used by the linker. */
#define ODK_TAGS 6 /* reserve space for desktop tools to write. */
#define ODK_HWAND 7 /* HW workarounds. 'AND' bits when merging. */
#define ODK_HWOR 8 /* HW workarounds. 'OR' bits when merging. */
/* Values for `info' in Elf_Options for ODK_EXCEPTIONS entries. */
view all matches for this distribution
view release on metacpan or search on metacpan
#define ODK_REGINFO 1 /* Register usage information. */
#define ODK_EXCEPTIONS 2 /* Exception processing options. */
#define ODK_PAD 3 /* Section padding options. */
#define ODK_HWPATCH 4 /* Hardware workarounds performed */
#define ODK_FILL 5 /* record the fill value used by the linker. */
#define ODK_TAGS 6 /* reserve space for desktop tools to write. */
#define ODK_HWAND 7 /* HW workarounds. 'AND' bits when merging. */
#define ODK_HWOR 8 /* HW workarounds. 'OR' bits when merging. */
/* Values for `info' in Elf_Options for ODK_EXCEPTIONS entries. */
view all matches for this distribution
view release on metacpan or search on metacpan
share/examples/dd/field-to-grid-dd.js
share/examples/debug/debug-console.html
share/examples/debug/debug.png
share/examples/debug/inspector.gif
share/examples/debug/sheldon.xml
share/examples/desktop/credits.txt
share/examples/desktop/css/desktop.css
share/examples/desktop/desktop.html
share/examples/desktop/images/accordian.gif
share/examples/desktop/images/bogus.png
share/examples/desktop/images/desktop.gif
share/examples/desktop/images/desktop3.jpg
share/examples/desktop/images/gears.gif
share/examples/desktop/images/gears.png
share/examples/desktop/images/grid.png
share/examples/desktop/images/grid32x32.gif
share/examples/desktop/images/grid48x48.gif
share/examples/desktop/images/grid48x48.png
share/examples/desktop/images/hatch.gif
share/examples/desktop/images/hd-bg.gif
share/examples/desktop/images/hd-tb-bg.gif
share/examples/desktop/images/icon_padlock.png
share/examples/desktop/images/icons-bg.png
share/examples/desktop/images/im32x32.gif
share/examples/desktop/images/im48x48.gif
share/examples/desktop/images/im48x48.png
share/examples/desktop/images/launcher-bg.gif
share/examples/desktop/images/launcher-btn.gif
share/examples/desktop/images/logout.gif
share/examples/desktop/images/logout.png
share/examples/desktop/images/member.gif
share/examples/desktop/images/member.png
share/examples/desktop/images/powered.gif
share/examples/desktop/images/powered.png
share/examples/desktop/images/s.gif
share/examples/desktop/images/tabs.gif
share/examples/desktop/images/taskbar/black/item-over.gif
share/examples/desktop/images/taskbar/black/scroll-left.gif
share/examples/desktop/images/taskbar/black/scroll-right.gif
share/examples/desktop/images/taskbar/black/start-menu-left-corners.png
share/examples/desktop/images/taskbar/black/start-menu-left-right.png
share/examples/desktop/images/taskbar/black/start-menu-right-corners.png
share/examples/desktop/images/taskbar/black/start-menu-right.png
share/examples/desktop/images/taskbar/black/start-menu-top-bottom.png
share/examples/desktop/images/taskbar/black/startbutton-icon.gif
share/examples/desktop/images/taskbar/black/startbutton.gif
share/examples/desktop/images/taskbar/black/taskbar-split-h.gif
share/examples/desktop/images/taskbar/black/taskbar-start-panel-bg.gif
share/examples/desktop/images/taskbar/black/taskbutton.gif
share/examples/desktop/images/taskbar/black/taskbuttons-panel-bg.gif
share/examples/desktop/images/winbar-bg.gif
share/examples/desktop/images/winbar-btn.gif
share/examples/desktop/images/windows-bg.gif
share/examples/desktop/js/App.js
share/examples/desktop/js/Desktop.js
share/examples/desktop/js/Module.js
share/examples/desktop/js/StartMenu.js
share/examples/desktop/js/TaskBar.js
share/examples/desktop/sample.js
share/examples/desktop/wallpapers/blue.jpg
share/examples/desktop/wallpapers/desk.jpg
share/examples/desktop/wallpapers/desktop.jpg
share/examples/desktop/wallpapers/desktop2.jpg
share/examples/desktop/wallpapers/ext.gif
share/examples/desktop/wallpapers/shiny.gif
share/examples/desktop/wallpapers/sky.jpg
share/examples/direct/direct-form.js
share/examples/direct/direct-form.php
share/examples/direct/direct-tree.js
share/examples/direct/direct-tree.php
share/examples/direct/direct.js
share/examples/shared/screens/dd-fieldtogrid.gif
share/examples/shared/screens/dd-gridtoformpanel.gif
share/examples/shared/screens/dd-gridtogrid.gif
share/examples/shared/screens/dd-zones.gif
share/examples/shared/screens/debug-console.gif
share/examples/shared/screens/desktop.gif
share/examples/shared/screens/direct.gif
share/examples/shared/screens/docs.gif
share/examples/shared/screens/editor.gif
share/examples/shared/screens/feeds.gif
share/examples/shared/screens/form-adv-vtypes.gif
view all matches for this distribution
view release on metacpan or search on metacpan
share/vendor/css/bootstrap-responsive.css view on Meta::CPAN
.visible-tablet {
display: none !important;
}
.hidden-desktop {
display: none !important;
}
.visible-desktop {
display: inherit !important;
}
@media (min-width: 768px) and (max-width: 979px) {
.hidden-desktop {
display: inherit !important;
}
.visible-desktop {
display: none !important ;
}
.visible-tablet {
display: inherit !important;
}
share/vendor/css/bootstrap-responsive.css view on Meta::CPAN
display: none !important;
}
}
@media (max-width: 767px) {
.hidden-desktop {
display: inherit !important;
}
.visible-desktop {
display: none !important;
}
.visible-phone {
display: inherit !important;
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/Win32/LZMA.pm view on Meta::CPAN
Alien::Win32::LZMA - Install and make available lzma.exe
=head1 DESCRIPTION
On Windows (unlike on Unix systems) the primary mechanism for accessing
LZMA functionality is via the 7-Zip desktop application.
B<Alien::Win32::LZMA> is a simple Alien module which embeds a copy
of the F<lzma.exe> command line utility for use in situations where
the memory-only compression and decompression provided by the current
generation of modules is not sufficient.
view all matches for this distribution
view release on metacpan or search on metacpan
include/boost/predef/platform/cloudabi.h
include/boost/predef/platform/ios.h
include/boost/predef/platform/mingw.h
include/boost/predef/platform/mingw32.h
include/boost/predef/platform/mingw64.h
include/boost/predef/platform/windows_desktop.h
include/boost/predef/platform/windows_phone.h
include/boost/predef/platform/windows_runtime.h
include/boost/predef/platform/windows_server.h
include/boost/predef/platform/windows_store.h
include/boost/predef/platform/windows_system.h
view all matches for this distribution