view release on metacpan or search on metacpan
lib/Devel/SizeMe/Graph/static/bootstrap/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;
}
lib/Devel/SizeMe/Graph/static/bootstrap/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/Devel/WxProf/Font/RELEASENOTES.TXT view on Meta::CPAN
On systems with fontconfig 2.0 or 2.1 installed, making your sans,
serif and monospace fonts default to these fonts is very easy. Just
drop the file local.conf into your /etc/fonts directory. This will
make the Bitstream fonts your default fonts for all applications using
fontconfig (if sans, serif, or monospace names are used, as they often
are as default values in many desktops). The XML in local.conf may
need modification to enable subpixel decimation, if appropriate,
however, the commented out phrase does so for XFree86 4.3, in the case
that the server does not have sufficient information to identify the
use of a flat panel. Fontconfig 2.2 adds Vera to the list of font
families and will, by default use it as the default sans, serif and
view all matches for this distribution
view release on metacpan or search on metacpan
presentation/index.html view on Meta::CPAN
<div class="slide">
<h2>Practical Uses?</h2>
<p>
<ul>
<li>I/O for desktop applications (Very Poor Man's <a href="http://labjack.com/" target="_blank">Labjack</a>)</li>
<li>Education/Study</li>
</ul>
</p>
</div>
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Dist/Inkt/Role/DetermineRightsFromRdf.pm view on Meta::CPAN
use RDF::Trine::Namespace qw[RDF RDFS OWL XSD];
my $CPAN = RDF::Trine::Namespace->new('http://purl.org/NET/cpan-uri/terms#');
my $DC = RDF::Trine::Namespace->new('http://purl.org/dc/terms/');
my $DOAP = RDF::Trine::Namespace->new('http://usefulinc.com/ns/doap#');
my $FOAF = RDF::Trine::Namespace->new('http://xmlns.com/foaf/0.1/');
my $NFO = RDF::Trine::Namespace->new('http://www.semanticdesktop.org/ontologies/2007/03/22/nfo#');
my $SKOS = RDF::Trine::Namespace->new('http://www.w3.org/2004/02/skos/core#');
sub _determine_rights_from_rdf
{
my ($self, $f) = @_;
view all matches for this distribution
view release on metacpan or search on metacpan
Notes/cpan-namespaces/cpan-namespaces-L1-L2.txt view on Meta::CPAN
WKHTMLTOX
WKHTMLTOX::XS
WL
WL::Base
WL::Connection
WL::desktop
WL::desktop_shell
WL::fullscreen_shell
WL::gtk
WL::gtk_shell
WL::gtk_surface
WL::input_method
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Dist/Zilla.pm view on Meta::CPAN
Neil Bowers <neil@bowers.com>
=item *
Nickolay Platonov <nickolay@desktop.(none)>
=item *
Nick Tonkin <1nickt@users.noreply.github.com>
view all matches for this distribution
view release on metacpan or search on metacpan
doc/CONCEPT view on Meta::CPAN
Date: Wed, 11 Aug 2004 11:00:58 -0700 (PDT)
From: Bryce Harrington <bryce@bryceharrington.org>
To: Nicu Buculei <nicu@apsro.com>
Cc: clipart-list <clipart@freedesktop.org>
Subject: Re: [Clipart] Open Clip Art Library Release 0.05
[ The following text is in the "ISO-8859-1" character set. ]
[ Your display is set for the "US-ASCII" character set. ]
[ Some characters may be displayed incorrectly. ]
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Domain/PublicSuffix/Default.pm view on Meta::CPAN
fbx-os.fr
fbxos.fr
freebox-os.fr
freeboxos.fr
// freedesktop.org : https://www.freedesktop.org
// Submitted by Daniel Stone <daniel@fooishbar.org>
freedesktop.org
// freemyip.com : https://freemyip.com
// Submitted by Cadence <contact@freemyip.com>
freemyip.com
view all matches for this distribution
view release on metacpan or search on metacpan
lib/EBook/MOBI/MobiPerl/Palm/StdAppInfo.pm view on Meta::CPAN
=item C<$cat-E<gt>{id}>
The category ID, an integer in the range 0-255. Each category has a
unique ID. By convention, 0 is reserved for the "Unfiled" category;
IDs assigned by the Palm are in the range 1-127, and IDs assigned by
the desktop are in the range 128-255.
=item C<$cat-E<gt>{renamed}>
A boolean. This field is true iff the category has been renamed since
the last sync.
view all matches for this distribution
view release on metacpan or search on metacpan
t/elementary_test.t view on Meta::CPAN
# elm_list_item_append($li, "Scroller", undef, undef, \&test_scroller, undef);
elm_list_item_append($li, "Spinner", undef, undef, \&test_spinner, undef);
# elm_list_item_append($li, "Index", undef, undef, \&test_index, undef);
# elm_list_item_append($li, "Photocam", undef, undef, \&test_photocam, undef);
elm_list_item_append($li, "Photo", undef, undef, \&elmt::test_photo, undef);
# elm_list_item_append($li, "Icon Desktops", undef, undef, \&test_icon_desktops, undef);
elm_list_item_append($li, "Notify", undef, undef, \&elmt::test_notify, undef);
elm_list_item_append($li, "Slideshow", undef, undef, \&elmt::test_slideshow, undef);
# elm_list_item_append($li, "Menu", undef, undef, \&test_menu, undef);
# elm_list_item_append($li, "Panel", undef, undef, \&test_panel, undef);
# elm_list_item_append($li, "Map", undef, undef, \&test_map, undef);
view all matches for this distribution
view release on metacpan or search on metacpan
site/theme/css/skeleton.css view on Meta::CPAN
@media (min-width: 550px) {}
/* Larger than tablet */
@media (min-width: 750px) {}
/* Larger than desktop */
@media (min-width: 1000px) {}
/* Larger than Desktop HD */
@media (min-width: 1200px) {}
view all matches for this distribution
view release on metacpan or search on metacpan
MANIFEST.SKIP view on Meta::CPAN
^CLAUDE\.md$
^\.pcg/
# Avoid OS-specific files
\.DS_Store$
\bdesktop\.ini$
# Avoid build files
^Makefile$
^Makefile\.old$
^blib/
view all matches for this distribution
view release on metacpan or search on metacpan
lib/EV/Telegram/TDLib.pm view on Meta::CPAN
state => 'created',
}, $class;
$self->{$_} = $opt{$_} for grep { /^on_/ } keys %opt;
$self->{application_name} = EV::Telegram::TDLib::WebApps::_check_application_name(
$opt{application_name} // 'tdesktop');
$self->{client_id} = _create_client_id();
$CLIENTS{ $self->{client_id} } = $self;
_pump_ref();
return $self;
}
lib/EV/Telegram/TDLib.pm view on Meta::CPAN
TDLib feature switches, all defaulting to true.
=item application_name
The platform identifier sent with every Mini App request, which the app
receives as C<tgWebAppPlatform>. Defaults to C<tdesktop>. See
L</MINI APPS> for why the value matters and what it may contain.
=item system_language_code, device_model, system_version, application_version
Client identification sent with setTdlibParameters. Defaults: C<en>,
lib/EV/Telegram/TDLib.pm view on Meta::CPAN
validates the value when the client is constructed, so the failure
arrives with an explanation instead.
Any accepted value works, but the value still matters. Real clients
send a conventional identifier (C<android>, C<ios>, C<macos>,
C<tdesktop>, C<weba>, C<webk>) and Mini App pages branch on it to pick
layout, theming and available features. An invented name passes
validation and then lands in whatever an app does with an unrecognised
platform. The default is C<tdesktop>.
=head2 Launch URLs carry credentials
The URL returned by open_web_app and the web_app_*_url methods has the
signed init data in its fragment: the user's name, username, photo URL
view all matches for this distribution
view release on metacpan or search on metacpan
eg/browser.pl view on Meta::CPAN
# Getopt::Long takes the next word as the path, so it would listen on a socket
# named after the URI and then load the default page. Spell that one
# `--control= https://perl.org`.
#
# Needs a real display -- EV::WebKit never starts an X server, it uses the one
# you give it. Just run it from a desktop session (DISPLAY is already set).
# Under xvfb-run you get the same browser with nobody to look at it.
#
# Type a URI in the address bar and press Enter; back / forward / reload work;
# right-click gives you Inspect Element. Close the window to exit.
#
eg/browser.pl view on Meta::CPAN
my $control;
GetOptions('control:s' => \$control)
or die "usage: browser.pl [--control[=path]] [uri]\n";
die "WebKitGTK 6.0 / GTK4 typelibs not available\n" unless EV::WebKit->available;
die "no \$DISPLAY -- run this from a desktop session (it needs a real screen)\n"
unless defined $ENV{DISPLAY} && length $ENV{DISPLAY};
my $uri = shift // 'https://example.com';
my $b;
view all matches for this distribution
view release on metacpan or search on metacpan
contrib/API/example3.pl
contrib/API/example4.pl
contrib/afschrijvingen/afschr-gewoon.dat
contrib/afschrijvingen/afschr-group.dat
contrib/afschrijvingen/afschr.pl
ebwxshell.desktop
emacs/eekboek-mode.el
emacs/eekboek-site-start.el
lib/EB.pm
lib/EB/Booking.pm
lib/EB/Booking/BKM.pm
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Elive/Entity/Meeting.pm view on Meta::CPAN
JNLP is the 'Java Network Launch Protocol', also commonly known as Java
WebStart. To launch the meeting you can, for example, render this as a web
page, or send email attachments with mime type C<application/x-java-jnlp-file>.
Under Windows, and other desktops, files are usually saved with extension
C<.jnlp>.
See also L<http://wikipedia.org/wiki/JNLP>.
=cut
view all matches for this distribution
view release on metacpan or search on metacpan
lisp/windata.el view on Meta::CPAN
;;; Dependencies:
;; no extra libraries is required
;; Put this file into your load-path and the following into your ~/.emacs:
;; (require 'windata)
;; You can use desktop to save window configuration between different
;; session:
;; (require 'desktop)
;; (add-to-list 'desktop-globals-to-save 'windata-named-winconf)
;;; Code:
(eval-when-compile
(require 'cl))
view all matches for this distribution
view release on metacpan or search on metacpan
elisp/rep.el view on Meta::CPAN
(:foreground ,color1))
(((class color)
(background dark))
(:foreground ,color2)))
,(format "Face used for changes from substitution number: %s." number)
:group 'desktop-recover-faces
))
(rep-make-face rep-00-face 00 "DarkGoldenrod4" "DarkGoldenrod2")
(rep-make-face rep-01-face 01 "MediumPurple4" "MediumPurple1")
(rep-make-face rep-02-face 02 "forest green" "light green")
view all matches for this distribution
view release on metacpan or search on metacpan
4delivery.com
4democracy.com
4democrats.com
4dentists.com
4denver.com
4desktoppublishing.com
4desktopthemes.com
4desmoines.com
4desserts.com
4detroit.com
4diabetes.com
4diet.com
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/tinylogin.ecd view on Meta::CPAN
TYPE=bool
DEFAULT_VALUE=1
PROMPT=Include user administration utilities?
<HELP>
These utilities are used for user administration. On a typical
desktop distribution, these commands (with the exception of
passwd) would be implemented as perl or shell scripts. These
have been written in C, because they could be implemented in a
more size efficient manner, and because in an embedded environment,
certain Unix commands that one takes for granted may not be
available.
view all matches for this distribution
view release on metacpan or search on metacpan
t/data/tinylogin.ecd view on Meta::CPAN
TYPE=bool
DEFAULT_VALUE=1
PROMPT=Include user administration utilities?
<HELP>
These utilities are used for user administration. On a typical
desktop distribution, these commands (with the exception of
passwd) would be implemented as perl or shell scripts. These
have been written in C, because they could be implemented in a
more size efficient manner, and because in an embedded environment,
certain Unix commands that one takes for granted may not be
available.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Enbld/Definition/Pkgconfig.pm view on Meta::CPAN
$self->SUPER::initialize;
$self->{defined}{ArchiveName} = 'pkg-config';
$self->{defined}{WebSite} =
'http://www.freedesktop.org/wiki/Software/pkg-config/';
$self->{defined}{VersionForm} = '\d\.\d{1,2}(?:\.\d)?';
$self->{defined}{DownloadSite} =
'http://pkgconfig.freedesktop.org/releases/';
$self->{defined}{AdditionalArgument} = '--with-internal-glib';
return $self;
}
lib/Enbld/Definition/Pkgconfig.pm view on Meta::CPAN
Enbld::Definition::Pkgconfig - definition module for pkg-config
=head1 SEE ALSO
L<pkg-config|http://www.freedesktop.org/wiki/Software/pkg-config/>
L<Enbld::Definition>
=head1 COPYRIGHT
view all matches for this distribution
view release on metacpan or search on metacpan
etc/login/dot.dtprofile view on Meta::CPAN
#############################################################################
###
### Your $HOME/.dtprofile is read each time you login to the Common Desktop
### Environment (CDE) and is the place to set or override desktop
### environment variables for your session. Environment variables set in
### $HOME/.dtprofile are made available to all applications on the desktop.
### The desktop will accept either sh or ksh syntax for the commands in
### $HOME/.dtprofile.
###
#############################################################################
etc/login/dot.dtprofile view on Meta::CPAN
export dtstart_sessionlogfile="/dev/console"
#############################################################################
###
### By default, the desktop does not read your standard $HOME/.profile
### or $HOME/.login files. This can be changed by uncommenting the
### DTSOURCEPROFILE variable assignment at the end of this file. The
### desktop reads .profile if your $SHELL is "sh" or "ksh", or .login
### if your $SHELL is "csh".
###
### The desktop reads the .dtprofile and .profile/.login without an
### associated terminal emulator such as xterm or dtterm. This means
### there is no available command line for interaction with the user.
### This being the case, these scripts must avoid using commands that
### depend on having an associated terminal emulator or that interact
### with the user. Any messages printed in these scripts will not be
### seen when you log in and any prompts such as by the 'read' command
### will return an empty string to the script. Commands that set a
### terminal state, such as "tset" or "stty" should be avoided.
###
### With minor editing, it is possible to adapt your .profile or .login
### for use both with and without the desktop. Group the statements not
### appropriate for your desktop session into one section and enclose them
### with an "if" statement that checks for the setting of the "DT"
### environment variable. When the desktop reads your .profile or .login
### file, it will set "DT" to a non-empty value for which your .profile or
### .login can test.
###
### example for sh/ksh
###
### if [ ! "$DT" ]; then
### #
### # commands and environment variables not appropriate for desktop
### #
### stty ...
### tset ...
### DISPLAY=mydisplay:0
### ...
### fi
###
### #
### # environment variables common to both desktop and non-desktop
### #
### PATH=$HOME/bin:$PATH
### MYVAR=value
### export MYVAR
### ...
###
### example for csh
###
### if ( ! ${?DT} ) then
### #
### # commands and environment variables not appropriate for desktop
### #
### stty ...
### tset ...
### setenv DISPLAY mydisplay:0
### ...
### endif
###
### #
### # environment variables common to both desktop and non-desktop
### #
### setenv PATH $HOME/bin:$PATH
### setenv MYVAR value
### ...
###
view all matches for this distribution
view release on metacpan or search on metacpan
Merge pull request #1 from 2dorr/master
make the BDD tests pass
Change: a40fec2b22ae4c9c53cdddbb265349f814e8f0f6
Author: root <root@tudor-desktop.(none)>
Date : 2012-04-11 11:36:58 +0000
behaviors.t test fix
Change: fc8d7a385843d127dcd335c75275c96358692eee
view all matches for this distribution
view release on metacpan or search on metacpan
@prefix dc: <http://purl.org/dc/terms/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix doap-changeset: <http://ontologi.es/doap-changeset#> .
@prefix doap-deps: <http://ontologi.es/doap-deps#> .
@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#> .
<http://dev.perl.org/licenses/>
dc:title "the same terms as the perl 5 programming language system itself".
view all matches for this distribution
view release on metacpan or search on metacpan
lib/ExtUtils/PkgConfig.pm view on Meta::CPAN
L<ExtUtils::Depends>
L<http://gtk2-perl.sourceforge.net/>
This module is really just an interface to the pkg-config utility program.
http://www.freedesktop.org/Software/pkgconfig
=head1 AUTHORS
muppet E<lt>scott at asofyet dot orgE<gt>.
view all matches for this distribution
view release on metacpan or search on metacpan
examples/win32_getSystemTime.pl view on Meta::CPAN
$ffiObj->lib($libPath);
#Import the GetLocalTime function
$ffiObj->attach('GetLocalTime',['record(16)'],'void');
#Define SYSTEMTIME Struct as per https://msdn.microsoft.com/en-us/library/windows/desktop/ms724950(v=vs.85).aspx
#As per, C:\MinGW\include\windef.h, WORD id unsigned short
my $c = Convert::Binary::C->new->parse(<<ENDC);
struct SYSTEMTIME {
unsigned short wYear;
view all matches for this distribution
view release on metacpan or search on metacpan
deps/libffi/generate-darwin-source-and-headers.py view on Meta::CPAN
suffix = "\n\n#endif"
src_dir = 'aarch64'
src_files = ['sysv.S', 'ffi.c']
class desktop32_platform(Platform):
directory = 'darwin_osx'
sdk = 'macosx'
arch = 'i386'
triple = 'i386-apple-darwin10'
version_min = '-mmacosx-version-min=10.6'
deps/libffi/generate-darwin-source-and-headers.py view on Meta::CPAN
prefix = "#ifdef __i386__\n\n"
suffix = "\n\n#endif"
class desktop64_platform(Platform):
directory = 'darwin_osx'
sdk = 'macosx'
arch = 'x86_64'
triple = 'x86_64-apple-darwin10'
version_min = '-mmacosx-version-min=10.6'
deps/libffi/generate-darwin-source-and-headers.py view on Meta::CPAN
copy_src_platform_files(simulator_platform)
copy_src_platform_files(simulator64_platform)
copy_src_platform_files(device_platform)
copy_src_platform_files(device64_platform)
if generate_osx:
copy_src_platform_files(desktop32_platform)
copy_src_platform_files(desktop64_platform)
platform_headers = collections.defaultdict(set)
if generate_ios:
build_target(simulator_platform, platform_headers)
build_target(simulator64_platform, platform_headers)
build_target(device_platform, platform_headers)
build_target(device64_platform, platform_headers)
if generate_osx:
build_target(desktop32_platform, platform_headers)
build_target(desktop64_platform, platform_headers)
mkdir_p('darwin_common/include')
for header_name, tag_tuples in platform_headers.iteritems():
basename, suffix = os.path.splitext(header_name)
with open(os.path.join('darwin_common/include', header_name), 'w') as header:
view all matches for this distribution
view release on metacpan or search on metacpan
deps/hidapi/m4/pkg.m4 view on Meta::CPAN
is in your PATH or set the PKG_CONFIG environment variable to the full
path to pkg-config.
_PKG_TEXT
To get pkg-config, see <http://pkg-config.freedesktop.org/>.])],
[$4])
else
$1[]_CFLAGS=$pkg_cv_[]$1[]_CFLAGS
$1[]_LIBS=$pkg_cv_[]$1[]_LIBS
AC_MSG_RESULT([yes])
view all matches for this distribution