view release on metacpan or search on metacpan
lib/Ekps9566.pm view on Meta::CPAN
# rejected idea ...
elsif (0) {
# MSDN SetCurrentDirectory function
# http://msdn.microsoft.com/ja-jp/library/windows/desktop/aa365530(v=vs.85).aspx
#
# Data Execution Prevention (DEP)
# http://vlaurie.com/computers2/Articles/dep.htm
#
# Learning x86 assembler with Perl -- Shibuya.pm#11
view all matches for this distribution
view release on metacpan or search on metacpan
share/public/css/bootstrap-responsive.min.css view on Meta::CPAN
* Copyright 2012 Twitter, Inc
* Licensed under the Apache License v2.0
* http://www.apache.org/licenses/LICENSE-2.0
*
* Designed and built with all the love in the world @twitter by @mdo and @fat.
*/.clearfix{*zoom:1}.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}.clearfix:after{clear:both}.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.input-block-level{display:block;wi...
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Kwiki/MindMap.pm view on Meta::CPAN
*** IBM
*** Mac
** small
*** sony
*** toshiba
* desktop
** pretty
** ugly
.mindmap
The string 'computer' means the root node, and sub-nodes are prefixed
view all matches for this distribution
view release on metacpan or search on metacpan
1.11 2019-08-14 15:04:38 JST
- Add support for renewing OAuth tokens. (PR #74)
1.10 2019-08-14 14:58:51 JST
- Add an example of using altUri.desktop.
- Add APIs for getting group/room member profiles
- Add a Type library to be used in the future.
1.09 2019-06-19 12:55:11 JST
- Add broadcast APIs (PR #71)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/LWP/media.types view on Meta::CPAN
application/vnd.kinar kne knp
application/vnd.koan skp skd skt skm
application/vnd.kodak-descriptor sse
application/vnd.las.las+xml lasxml
# application/vnd.liberty-request+xml
application/vnd.llamagraphics.life-balance.desktop lbd
application/vnd.llamagraphics.life-balance.exchange+xml lbe
application/vnd.lotus-1-2-3 123
application/vnd.lotus-approach apr
application/vnd.lotus-freelance pre
application/vnd.lotus-notes nsf
view all matches for this distribution
view release on metacpan or search on metacpan
xtools/my-deb.sh view on Meta::CPAN
#------------------------------------------------------------------------------
# lintian .deb and source
lintian -I -i \
--suppress-tags new-package-should-close-itp-bug,desktop-entry-contains-encoding-key,command-in-menu-file-and-desktop-file,emacsen-common-without-dh-elpa,bugs-field-does-not-refer-to-debian-infrastructure \
$DEBFILE
lintian -I -i \
--suppress-tags maintainer-upload-has-incorrect-version-number,changelog-should-mention-nmu,empty-debian-diff,debian-rules-uses-deprecated-makefile,testsuite-autopkgtest-missing *.dsc
view all matches for this distribution
view release on metacpan or search on metacpan
Report/examples/localTrojans.pl view on Meta::CPAN
2758 tcp/udp apollo-status APOLLO Status
2759 tcp/udp apollo-gms APOLLO GMS
2760 tcp/udp sabams Saba MS
2761 tcp/udp dicom-iscl DICOM ISCL
2762 tcp/udp dicom-tls DICOM TLS
2763 tcp/udp desktop-dna Desktop DNA
2764 tcp/udp data-insurance Data Insurance
2765 tcp/udp qip-audup qip-audup
2766 tcp/udp compaq-scp Compaq SCP
2766 tcp # used by Solaris listen/nlps_server.
It was part of System V R3 and Solaris.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/LaTeXML/Plugin/LtxMojo/public/js/external/ace-min/mode-autohotkey.js view on Meta::CPAN
define("ace/mode/autohotkey",["require","exports","module","ace/lib/oop","ace/mode/text","ace/tokenizer","ace/mode/autohotkey_highlight_rules","ace/mode/folding/cstyle"],function(e,t,n){var r=e("../lib/oop"),i=e("./text").Mode,s=e("../tokenizer").Tok...
view all matches for this distribution
view release on metacpan or search on metacpan
hugs98-Nov2003/src/winhugs/menusbm.c view on Meta::CPAN
typedef VOID (WINAPI * DRAWFUNC)(HDC hdc, SIZE size);
HBITMAP WINAPI CreateMenuBitmap(DRAWFUNC lpfnDraw)
{
// Create a DC compatible with the desktop window's DC.
HWND hwndDesktop = GetDesktopWindow();
HDC hdcDesktop = GetDC(hwndDesktop);
HDC hdcMem = CreateCompatibleDC(hdcDesktop);
view all matches for this distribution
view release on metacpan or search on metacpan
assert not f, "should be false"
```
Build a dynamic proxy to one real object can be very helpful in many situations. You can find this in Hibernate (the Java ORM solution) if you choose working with Lazy Initialization.
Perl, Python, Java, Ruby or PHP: each language has some advantages to do something. I can't choose one language just based on one aspect. We need to consider the community, the environment, tools, etc. Perl is a good choice for software development i...
view all matches for this distribution
view release on metacpan or search on metacpan
site/htdocs/static/bwr/bootstrap/dist/css/bootstrap.min.css.map view on Meta::CPAN
{"version":3,"sources":["bootstrap.css","less/normalize.less","dist/css/bootstrap.css","less/print.less","less/glyphicons.less","less/scaffolding.less","less/mixins/vendor-prefixes.less","less/mixins/tab-focus.less","less/mixins/image.less","less/typ...
view all matches for this distribution
view release on metacpan or search on metacpan
site/htdocs/static/bwr/font-awesome/css/font-awesome.css view on Meta::CPAN
content: "\f106";
}
.fa-angle-down:before {
content: "\f107";
}
.fa-desktop:before {
content: "\f108";
}
.fa-laptop:before {
content: "\f109";
}
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Leyland/Manual/Localization.pod view on Meta::CPAN
CPAN has quite a few modules for data localization, the most common being
L<Locale::Maketext> and L<Gettext> (I think). The problem is that these
modules aren't really cut out for language negotiation. Their only purpose
seems to be to localize your application to the locale of the system on
which it is running, which is completely pointless when dealing with web
applications. These are not desktop applications we're letting end-users
install on their PCs with an interface written in their native language. We are talking about
web applications, probably running on virtual servers located thousands
of miles from your end-users. Who the hell cares about the locale of the
system?
view all matches for this distribution
view release on metacpan or search on metacpan
share/exceptions.json view on Meta::CPAN
"detailsUrl": "https://spdx.org/licenses/Autoconf-exception-macro.json",
"referenceNumber": 27,
"name": "Autoconf macro exception",
"licenseExceptionId": "Autoconf-exception-macro",
"seeAlso": [
"https://github.com/freedesktop/xorg-macros/blob/39f07f7db58ebbf3dcb64a2bf9098ed5cf3d1223/xorg-macros.m4.in",
"https://www.gnu.org/software/autoconf-archive/ax_pthread.html",
"https://launchpad.net/ubuntu/precise/+source/xmltooling/+copyright"
]
},
{
share/exceptions.json view on Meta::CPAN
"detailsUrl": "https://spdx.org/licenses/GStreamer-exception-2005.json",
"referenceNumber": 16,
"name": "GStreamer Exception (2005)",
"licenseExceptionId": "GStreamer-exception-2005",
"seeAlso": [
"https://gstreamer.freedesktop.org/documentation/frequently-asked-questions/licensing.html?gi-language\u003dc#licensing-of-applications-using-gstreamer"
]
},
{
"reference": "https://spdx.org/licenses/GStreamer-exception-2008.html",
"isDeprecatedLicenseId": false,
"detailsUrl": "https://spdx.org/licenses/GStreamer-exception-2008.json",
"referenceNumber": 41,
"name": "GStreamer Exception (2008)",
"licenseExceptionId": "GStreamer-exception-2008",
"seeAlso": [
"https://gstreamer.freedesktop.org/documentation/frequently-asked-questions/licensing.html?gi-language\u003dc#licensing-of-applications-using-gstreamer"
]
},
{
"reference": "https://spdx.org/licenses/harbour-exception.html",
"isDeprecatedLicenseId": false,
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Lingua/EN/CommonMistakes.pm view on Meta::CPAN
defination definition
defininition definition
defininitions definitions
defintion definition
defintions definitions
dekstop desktop
dekstops desktop
delared declared
delare declare
delares declares
delaring declaring
delemiter delimiter
lib/Lingua/EN/CommonMistakes.pm view on Meta::CPAN
desiable disable
desidered desired
desidere desire
desination destination
desinations destinations
deskop desktop
deskops desktops
desription description
desriptions descriptions
destiantion destination
destiantions destinations
destrutor destructor
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Lingua/EN/SENNA/third-party/senna/hash/words.lst view on Meta::CPAN
desk(0)00
desk-top
deskjet
deskpro
desks
desktop
desktops
desmarais
desmarest
desmond
desolate
desolation
view all matches for this distribution
view release on metacpan or search on metacpan
share/count_1w.txt view on Meta::CPAN
hands 49087727
associates 49020998
finally 48999091
az 48985772
updates 48858672
desktop 48850257
classes 48836974
paris 48831449
ohio 48812305
gets 48807490
sector 48746882
share/count_1w.txt view on Meta::CPAN
pleasure 16798232
honor 16787246
asp 16785885
oriented 16785804
eagle 16785232
desktops 16782911
pants 16774383
columbus 16772509
nurse 16772151
prayer 16762869
appointment 16761764
share/count_1w.txt view on Meta::CPAN
concentra 281263
rayne 281257
lullabies 281227
cmh 281225
slasher 281219
desktoplinux 281212
critiquing 281212
polypeptides 281211
alleghany 281199
poul 281184
lihue 281164
share/count_1w.txt view on Meta::CPAN
fiftieth 238169
groupies 238164
joyfully 238163
shearwater 238157
cleaved 238140
booksdesktopswireless 238139
wasco 238137
castrol 238129
minotel 238127
thermoelectric 238123
datblygu 238118
share/count_1w.txt view on Meta::CPAN
egee 100380
esthetician 100379
distcheck 100379
plater 100378
yasir 100376
desktopx 100376
tills 100375
rxpg 100373
graviton 100371
nazim 100369
wwu 100367
share/count_1w.txt view on Meta::CPAN
decubitus 67601
stddev 67600
hirundo 67600
dudu 67600
shadrach 67599
rdesktop 67593
effe 67592
souce 67590
vlogging 67588
sdfchecker 67588
peelers 67588
share/count_1w.txt view on Meta::CPAN
amod 67129
recombine 67127
macr 67125
multigenerational 67122
mcculley 67122
booksdesktops 67122
hooting 67120
fielden 67120
tjp 67119
manwl 67119
webnet 67118
share/count_1w.txt view on Meta::CPAN
bofa 67022
pavol 67020
pictires 67019
ncjrs 67019
idref 67019
desktopbsd 67019
ghrelin 67018
eurotalk 67018
carbonized 67017
mattia 67016
demir 67016
share/count_1w.txt view on Meta::CPAN
moncrieff 63722
fomenting 63722
comapny 63721
algorithmics 63721
neurofilament 63720
desktopmodules 63718
algerie 63718
onsets 63717
capecitabine 63717
umeda 63716
receiued 63716
share/count_1w.txt view on Meta::CPAN
fuscus 47961
hanning 47960
gunslingers 47960
gwt 47959
ciders 47959
kdesktop 47958
graniteware 47958
flecainide 47958
abrahamsen 47958
paragons 47957
dayer 47957
share/count_1w.txt view on Meta::CPAN
pareos 34763
holtman 34763
gradua 34763
delegator 34763
cumshoot 34763
macdesktops 34762
lavalin 34762
hoeller 34762
turmel 34761
scorpionfish 34761
hourihan 34761
share/count_1w.txt view on Meta::CPAN
tamotsu 34417
datastormusers 34417
cursussen 34417
braucht 34417
wontons 34416
freedesktop 34416
entendres 34416
ebpp 34416
xlp 34415
htk 34415
sobibor 34414
share/count_1w.txt view on Meta::CPAN
targed 24906
roseart 24906
drmike 24906
dirndl 24906
burrup 24906
xfdesktop 24905
occure 24905
kharlamov 24905
keyguard 24905
dcmp 24905
tripodi 24904
share/count_1w.txt view on Meta::CPAN
shearn 15092
rotocast 15092
poria 15092
pontivy 15092
lacaille 15092
javadesktop 15092
indconcepts 15092
forgie 15092
conchango 15092
almendros 15092
tihar 15091
share/count_1w.txt view on Meta::CPAN
heilbrunn 14024
dnssd 14024
chairmanships 14024
balsamea 14024
animalpassion 14024
alldesktopentertainment 14024
vombats 14023
tafil 14023
sukanya 14023
recoger 14023
powerzip 14023
share/count_1w.txt view on Meta::CPAN
suphan 13760
sobald 13760
kotsis 13760
jusco 13760
inifile 13760
grdesktop 13760
faceriding 13760
emilya 13760
eipen 13760
dhanraj 13760
cwgc 13760
view all matches for this distribution
view release on metacpan or search on metacpan
eg/Segment/S03 view on Meta::CPAN
alternative but to hang draw curtains from a track or rod placed above the
arch.
<p no=55 segment_break>
Redundancy of effort. Scholars who are good at knowing where to look for
the sources of their subject matter may not be good at knowing where to
look for suitable software. The replacement of mainframe use by desktop
computing in recent years means that scholars working alone do not have as
much contact with computer-learned people as they used to do. This means
they are less in touch with software developments. Hence, if they get
interested in designing their own software, scholars may spend their time
reinventing last year's wheel.
view all matches for this distribution
view release on metacpan or search on metacpan
Tagger/words.yml view on Meta::CPAN
desires: { nns: 1 }
desist: { vb: 1 }
desk-top: { jj: 3 }
desk: { nn: 18 }
desks: { nns: 14 }
desktop: { jj: 4, nn: 10 }
Desktop: { nnp: 2 }
desolate: { jj: 2 }
DeSoto: { nnp: 1, nn: 1 }
despair: { nn: 2 }
Despair: { nn: 2 }
view all matches for this distribution
view release on metacpan or search on metacpan
The examples are completely free from any copying restrictions
whatsoever, except that they or some derivative of them must form a
part of further distribution of this module. Use and modify your own
copy of the examples for whatever purpose you like, including
commercial or academic application. Keep the examples for yourself,
share them with others, decorate your desktops with them, whatever.
"'Tsall good." --Heidi Wall
view all matches for this distribution
view release on metacpan or search on metacpan
cld-src/encodings/compact_lang_det/unittest_data.h view on Meta::CPAN
const char* kTeststr_eo_Latn = " a jarcento refoje per enmetado de koncerna pastro tiam de reformita konfesio ekde refoje ekzistis luteranaj komunumanoj tamen tiuj fondis propran komunumon nur en ambaÅ apartenis ekde al la evangela eklezio en prusio...
const char* kTeststr_es_Latn = " a continuación haz clic en el botón obtener ruta también puedes desplazarte hasta el final de la página para cambiar tus opciones de búsqueda gráfico y detalles ésta es una lista de los vÃdeos que te recomenda...
const char* kTeststr_et_Latn = " a niipea kui sinu maksimaalne igakuine krediidi limiit on meie poolt heaks kiidetud on sinu kohustuseks see krediidilimiit";
const char* kTeststr_eu_Latn = " a den eraso bat honen kontra hortaz eragiketa bakarrik behar dituen eraso batek aes apurtuko luke nahiz eta oraingoz eraso bideraezina izan gaur egungo teknologiaren mugak direla eta oraingoz kezka hauek alde batera u...
const char* kTeststr_fa_Arab = " آب Ø®ÙØ±Ø¯Ù عجÙÙ Ù
Û Ú©Ø±Ø¯ÙØ¯ Ø¨Ù Ø¬Ø§Û Ø¨Ø§Ø² Û Ú©ØªÚ© Ú©Ø§Ø±Û Ù
Û Ú©Ø±Ø¯ÙØ¯ Ù ÙÙ
Ù ÚÙØ² Ù
Ø«Ù ÙØ¨Ù Ø¨ÙØ¯ ÙÙØ· Ù
Ù Ù
Ø§ÙØ¯Ù
Ù ÙÚ© دÙÙØ§ ØØ±Ù Ù Ø§ÙØªØ¸Ø§Ø± تا Ø¹Ø§ÙØ¨Øª رسÙ...
const char* kTeststr_fi_Latn = " a joilla olet käynyt tämä kerro meille kuka ä olet ei tunnistettavia käyttötietoja kuten virheraportteja käytetään google desktopin parantamiseen etsi näyttää mukautettuja uutisia google desktop keskivaiht...
const char* kTeststr_fj_Latn = " i kina na i iri ka duatani na matana main a meke wesi se meke mada na meke ni yaqona oqo na meke ka dau vakayagataki ena yaqona vakaturaga e dau caka toka ga kina na vucu ka dau lagati tiko kina na ka e yaco tiko na t...
const char* kTeststr_fo_Latn = " at verða átaluverdar óhóskandi ella áloypandi vit kunnu ikki garanterða at google leitanin ikki finnur naka sum er áloypandi óhóskandi ella átaluvert og google tekur onga ábyrgd yvir tær sÃður sum koma v...
const char* kTeststr_fr_Latn = " a accès aux collections et aux frontaux qui lui ont été attribués il peut consulter et modifier ses collections et exporter des configurations de collection toutefois il ne peut pas créer ni supprimer des collect...
const char* kTeststr_fy_Latn = " adfertinsjes gewoan lytse adfertinsjes mei besibbe siden dy t fan belang binne foar de ynhâld fan jo berjochten wolle jo mear witte fan gmail foardat jo jo oanmelde gean dan nei wy wurkje eltse dei om gmail te ferbet...
const char* kTeststr_ga_Latn = " a bhfuil na focail go léir i do cheist le fáil orthu nà gá ach focail breise a chur leis na cinn a cuardaÃodh cheana chun an cuardach a bheachtú nó a chúngú má chuirtear focal breise isteach aimseofar fo aic...
cld-src/encodings/compact_lang_det/unittest_data.h view on Meta::CPAN
const char* kTeststr_sr_Latn = " autonomnih pokrajina saveznim zakonom može se propisati poseban sastav organizacija i delokrug saveta za poslove narodne odbrane Älanove saveta federacije bira na predlog predsedniÅ¡tva savezna skupÅ¡tina iz reda dr...
const char* kTeststr_sr_ME_Latn = "savjet pobjeda a radi bržeg rada poÅ¡to rom radi sporije nego ram izvorni rom se iskljuÄuje a dio ram a se rezerviÅ¡e te se u njega ne ploÄa procesor ram memorija grafiÄka kartica zvuÄna kartica modem mrežna k...
const char* kTeststr_ss_Latn = " bakhokhintsela yesikhashana bafake imininingwane ye akhawunti leliciniso kulelifomu nangabe akukafakwa imininingwane leliciniso imali lekhokhiwe angeke ifakwe kumkhokhintsela lofanele imininingwane ye akhawunti ime ng...
const char* kTeststr_st_Latn = " bang ba nang le thahasello matshwao a sehlooho thuto e thehilweng hodima diphetho ke tsela ya ho ruta le ho ithuta e totobatsang hantle seo baithuti ba lokelang ho se fihlella ntlhatheo eo e sebetsang ka yona ke ya ho...
const char* kTeststr_su_Latn = " alus gampang deuih uhun im gmail obrolan ulah disimpen na koropak kuring simpen obrolan dina koropak kuring obrolan obrolan anjeun teu boga arsip obrolan slovak slovenia vietnam catalan czech estonia hindi lithuania r...
const char* kTeststr_sv_Latn = " a bort objekt från google desktop post äldst meny öretag dress etaljer alternativ för vad är inne yaste google skrivbord plugin program för nyheter google visa nyheter som är anpassade efter de artiklar som du ...
const char* kTeststr_sw_Latn = " a ujumbe mpya jumla unda tafuta na angalia vikundi vya kujadiliana na kushiriki mawazo iliyopangwa kwa tarehe watumiaji wapya futa orodha hizi lugha hoja vishikanisho vilivyo dhaminiwa ujumbe sanaa na tamasha toka udh...
const char* kTeststr_syr_Syrc = "ÜÜܪÜÜ£ ÜÜÜ Ü«ÜܪÜÜ Ü¡Ü¢ Ü¦ÜªÜ¢Ü£Ü Ü¡Ü¢ ÜܣܦܢÜÜ ÜÜܪÜÜ¬Ü ÜÜÜܪ ÜÜ¢Üܣܢ Ü«ÜÜÜÜÜ¬Ü ÜÜ Ü¢ÜÜ Ü¡ÜÌÜ ÜÜ¥Ü Ü¡Ü";
const char* kTeststr_ta_Taml = " à®
à®à¯à®à¯ ராà®à¯à®¨à¯à®¤à®¿à®° à®à¯à®´à®©à®¾à®²à¯ à®à®à¯à®à®ªà¯à®ªà®à¯à® பிரமà¯à®®à®¾à®£à¯à®à®®à®¾à®© à®à®¿à®µà®©à¯ à®à¯à®µà®¿à®²à¯ à®à®©à¯à®±à¯à®®à¯ à®à®³à¯à®³à®¤à¯ தà...
const char* kTeststr_te_Telu = " ఠదనర à°à°¯à°¿à°à°à°¿à°¨ తతà±à°µ మరసి à°à±à°¡à° దాన à°¯à°à±à°¨à± à°°à°¾à°à°¯à±à°à°¿ యిà°à±à°²à± à°¤à±à°à°°à°¿à°²à±à°²à±à°à± à°¨à±à°à°¡à± విశà±à°µà°¦à°¾à°à...
const char* kTeststr_tg_Arab = "رادÛÙ ÙØ±Ø¯Ø§ رادÙÙ٠آزادÙ";
view all matches for this distribution
view release on metacpan or search on metacpan
src/cld2/internal/unittest_data.h view on Meta::CPAN
const char* kTeststr_eo_Latn = " a jarcento refoje per enmetado de koncerna pastro tiam de reformita konfesio ekde refoje ekzistis luteranaj komunumanoj tamen tiuj fondis propran komunumon nur en ambaÅ apartenis ekde al la evangela eklezio en prusio...
const char* kTeststr_es_Latn = " a continuación haz clic en el botón obtener ruta también puedes desplazarte hasta el final de la página para cambiar tus opciones de búsqueda gráfico y detalles ésta es una lista de los vÃdeos que te recomenda...
const char* kTeststr_et_Latn = " a niipea kui sinu maksimaalne igakuine krediidi limiit on meie poolt heaks kiidetud on sinu kohustuseks see krediidilimiit";
const char* kTeststr_eu_Latn = " a den eraso bat honen kontra hortaz eragiketa bakarrik behar dituen eraso batek aes apurtuko luke nahiz eta oraingoz eraso bideraezina izan gaur egungo teknologiaren mugak direla eta oraingoz kezka hauek alde batera u...
const char* kTeststr_fa_Arab = " آب Ø®ÙØ±Ø¯Ù عجÙÙ Ù
Û Ú©Ø±Ø¯ÙØ¯ Ø¨Ù Ø¬Ø§Û Ø¨Ø§Ø² Û Ú©ØªÚ© Ú©Ø§Ø±Û Ù
Û Ú©Ø±Ø¯ÙØ¯ Ù ÙÙ
Ù ÚÙØ² Ù
Ø«Ù ÙØ¨Ù Ø¨ÙØ¯ ÙÙØ· Ù
Ù Ù
Ø§ÙØ¯Ù
Ù ÙÚ© دÙÙØ§ ØØ±Ù Ù Ø§ÙØªØ¸Ø§Ø± تا Ø¹Ø§ÙØ¨Øª رسÙ...
const char* kTeststr_fi_Latn = " a joilla olet käynyt tämä kerro meille kuka ä olet ei tunnistettavia käyttötietoja kuten virheraportteja käytetään google desktopin parantamiseen etsi näyttää mukautettuja uutisia google desktop keskivaiht...
const char* kTeststr_fj_Latn = " i kina na i iri ka duatani na matana main a meke wesi se meke mada na meke ni yaqona oqo na meke ka dau vakayagataki ena yaqona vakaturaga e dau caka toka ga kina na vucu ka dau lagati tiko kina na ka e yaco tiko na t...
const char* kTeststr_fo_Latn = " at verða átaluverdar óhóskandi ella áloypandi vit kunnu ikki garanterða at google leitanin ikki finnur naka sum er áloypandi óhóskandi ella átaluvert og google tekur onga ábyrgd yvir tær sÃður sum koma v...
const char* kTeststr_fr_Latn = " a accès aux collections et aux frontaux qui lui ont été attribués il peut consulter et modifier ses collections et exporter des configurations de collection toutefois il ne peut pas créer ni supprimer des collect...
const char* kTeststr_fy_Latn = " adfertinsjes gewoan lytse adfertinsjes mei besibbe siden dy t fan belang binne foar de ynhâld fan jo berjochten wolle jo mear witte fan gmail foardat jo jo oanmelde gean dan nei wy wurkje eltse dei om gmail te ferbet...
const char* kTeststr_ga_Latn = " a bhfuil na focail go léir i do cheist le fáil orthu nà gá ach focail breise a chur leis na cinn a cuardaÃodh cheana chun an cuardach a bheachtú nó a chúngú má chuirtear focal breise isteach aimseofar fo aic...
src/cld2/internal/unittest_data.h view on Meta::CPAN
const char* kTeststr_sr_ME_Latn = "savjet pobjeda a radi bržeg rada poÅ¡to rom radi sporije nego ram izvorni rom se iskljuÄuje a dio ram a se rezerviÅ¡e te se u njega ne ploÄa procesor ram memorija grafiÄka kartica zvuÄna kartica modem mrežna k...
const char* kTeststr_ss_Latn = " bakhokhintsela yesikhashana bafake imininingwane ye akhawunti leliciniso kulelifomu nangabe akukafakwa imininingwane leliciniso imali lekhokhiwe angeke ifakwe kumkhokhintsela lofanele imininingwane ye akhawunti ime ng...
const char* kTeststr_st_Latn = " bang ba nang le thahasello matshwao a sehlooho thuto e thehilweng hodima diphetho ke tsela ya ho ruta le ho ithuta e totobatsang hantle seo baithuti ba lokelang ho se fihlella ntlhatheo eo e sebetsang ka yona ke ya ho...
const char* kTeststr_su_Latn = "Nu ngatur kahirupan warga, keur kapentingan pamarentahan diatur ku RT, RW jeung Kepala Dusun, sedengkeun urusan adat dipupuhuan ku Kuncen jeung kepala adat. Sanajan Kampung Kuta teu pati anggang jeung lembur sejenna n...
const char* kTeststr_sv_Latn = " a bort objekt från google desktop post äldst meny öretag dress etaljer alternativ för vad är inne yaste google skrivbord plugin program för nyheter google visa nyheter som är anpassade efter de artiklar som du ...
const char* kTeststr_sw_Latn = " a ujumbe mpya jumla unda tafuta na angalia vikundi vya kujadiliana na kushiriki mawazo iliyopangwa kwa tarehe watumiaji wapya futa orodha hizi lugha hoja vishikanisho vilivyo dhaminiwa ujumbe sanaa na tamasha toka udh...
const char* kTeststr_syr_Syrc = "ÜÜܪÜÜ£ ÜÜÜ Ü«ÜܪÜÜ Ü¡Ü¢ Ü¦ÜªÜ¢Ü£Ü Ü¡Ü¢ ÜܣܦܢÜÜ ÜÜܪÜÜ¬Ü ÜÜÜܪ ÜÜ¢Üܣܢ Ü«ÜÜÜÜÜ¬Ü ÜÜ Ü¢ÜÜ Ü¡ÜÌÜ ÜÜ¥Ü Ü¡Ü";
const char* kTeststr_ta_Taml = " à®
à®à¯à®à¯ ராà®à¯à®¨à¯à®¤à®¿à®° à®à¯à®´à®©à®¾à®²à¯ à®à®à¯à®à®ªà¯à®ªà®à¯à® பிரமà¯à®®à®¾à®£à¯à®à®®à®¾à®© à®à®¿à®µà®©à¯ à®à¯à®µà®¿à®²à¯ à®à®©à¯à®±à¯à®®à¯ à®à®³à¯à®³à®¤à¯ தà...
const char* kTeststr_te_Telu = " ఠదనర à°à°¯à°¿à°à°à°¿à°¨ తతà±à°µ మరసి à°à±à°¡à° దాన à°¯à°à±à°¨à± à°°à°¾à°à°¯à±à°à°¿ యిà°à±à°²à± à°¤à±à°à°°à°¿à°²à±à°²à±à°à± à°¨à±à°à°¡à± విశà±à°µà°¦à°¾à°à...
const char* kTeststr_tg_Arab = "رادÛÙ ÙØ±Ø¯Ø§ رادÙÙ٠آزادÙ";
src/cld2/internal/unittest_data.h view on Meta::CPAN
const char* kTeststr_eo_Latn = " a jarcento refoje per enmetado de koncerna pastro tiam de reformita konfesio ekde refoje ekzistis luteranaj komunumanoj tamen tiuj fondis propran komunumon nur en amba\xC5\xAD apartenis ekde al la evangela eklezio en ...
const char* kTeststr_es_Latn = " a continuaci\xC3\xB3n haz clic en el bot\xC3\xB3n obtener ruta tambi\xC3\xA9n puedes desplazarte hasta el final de la p\xC3\xA1gina para cambiar tus opciones de b\xC3\xBAsqueda gr\xC3\xA1\x66ico y detalles \xC3\xA9sta...
const char* kTeststr_et_Latn = " a niipea kui sinu maksimaalne igakuine krediidi limiit on meie poolt heaks kiidetud on sinu kohustuseks see krediidilimiit";
const char* kTeststr_eu_Latn = " a den eraso bat honen kontra hortaz eragiketa bakarrik behar dituen eraso batek aes apurtuko luke nahiz eta oraingoz eraso bideraezina izan gaur egungo teknologiaren mugak direla eta oraingoz kezka hauek alde batera u...
const char* kTeststr_fa_Arab = " \xD8\xA2\xD8\xA8 \xD8\xAE\xD9\x88\xD8\xB1\xD8\xAF\xD9\x86 \xD8\xB9\xD8\xAC\xD9\x84\xD9\x87 \xD9\x85\xDB\x8C \xDA\xA9\xD8\xB1\xD8\xAF\xD9\x86\xD8\xAF \xD8\xA8\xD9\x87 \xD8\xAC\xD8\xA7\xDB\x8C \xD8\xA8\xD8\xA7\xD8\xB2 \...
const char* kTeststr_fi_Latn = " a joilla olet k\xC3\xA4ynyt t\xC3\xA4m\xC3\xA4 kerro meille kuka \xC3\xA4 olet ei tunnistettavia k\xC3\xA4ytt\xC3\xB6tietoja kuten virheraportteja k\xC3\xA4ytet\xC3\xA4\xC3\xA4n google desktopin parantamiseen etsi n\x...
const char* kTeststr_fj_Latn = " i kina na i iri ka duatani na matana main a meke wesi se meke mada na meke ni yaqona oqo na meke ka dau vakayagataki ena yaqona vakaturaga e dau caka toka ga kina na vucu ka dau lagati tiko kina na ka e yaco tiko na t...
const char* kTeststr_fo_Latn = " at ver\xC3\xB0\x61 \xC3\xA1taluverdar \xC3\xB3h\xC3\xB3skandi ella \xC3\xA1loypandi vit kunnu ikki garanter\xC3\xB0\x61 at google leitanin ikki finnur naka sum er \xC3\xA1loypandi \xC3\xB3h\xC3\xB3skandi ella \xC3\xA1...
const char* kTeststr_fr_Latn = " a acc\xC3\xA8s aux collections et aux frontaux qui lui ont \xC3\xA9t\xC3\xA9 attribu\xC3\xA9s il peut consulter et modifier ses collections et exporter des configurations de collection toutefois il ne peut pas cr\xC3\...
const char* kTeststr_fy_Latn = " adfertinsjes gewoan lytse adfertinsjes mei besibbe siden dy t fan belang binne foar de ynh\xC3\xA2ld fan jo berjochten wolle jo mear witte fan gmail foardat jo jo oanmelde gean dan nei wy wurkje eltse dei om gmail te ...
const char* kTeststr_ga_Latn = " a bhfuil na focail go l\xC3\xA9ir i do cheist le f\xC3\xA1il orthu n\xC3\xAD g\xC3\xA1 ach focail breise a chur leis na cinn a cuarda\xC3\xADodh cheana chun an cuardach a bheacht\xC3\xBA n\xC3\xB3 a ch\xC3\xBAng\xC3\x...
src/cld2/internal/unittest_data.h view on Meta::CPAN
const char* kTeststr_sr_ME_Latn = "savjet pobjeda a radi br\xC5\xBE\x65g rada po\xC5\xA1to rom radi sporije nego ram izvorni rom se isklju\xC4\x8Duje a dio ram a se rezervi\xC5\xA1\x65 te se u njega ne plo\xC4\x8D\x61 procesor ram memorija grafi\xC4\...
const char* kTeststr_ss_Latn = " bakhokhintsela yesikhashana bafake imininingwane ye akhawunti leliciniso kulelifomu nangabe akukafakwa imininingwane leliciniso imali lekhokhiwe angeke ifakwe kumkhokhintsela lofanele imininingwane ye akhawunti ime ng...
const char* kTeststr_st_Latn = " bang ba nang le thahasello matshwao a sehlooho thuto e thehilweng hodima diphetho ke tsela ya ho ruta le ho ithuta e totobatsang hantle seo baithuti ba lokelang ho se fihlella ntlhatheo eo e sebetsang ka yona ke ya ho...
const char* kTeststr_su_Latn = "Nu ngatur kahirupan warga, keur kapentingan pamarentahan diatur ku RT, RW jeung Kepala Dusun, sedengkeun urusan adat dipupuhuan ku Kuncen jeung kepala adat. Sanajan Kampung Kuta teu pati anggang jeung lembur sejenna n...
const char* kTeststr_sv_Latn = " a bort objekt fr\xC3\xA5n google desktop post \xC3\xA4ldst meny \xC3\xB6retag dress etaljer alternativ f\xC3\xB6r vad \xC3\xA4r inne yaste google skrivbord plugin program f\xC3\xB6r nyheter google visa nyheter som \xC...
const char* kTeststr_sw_Latn = " a ujumbe mpya jumla unda tafuta na angalia vikundi vya kujadiliana na kushiriki mawazo iliyopangwa kwa tarehe watumiaji wapya futa orodha hizi lugha hoja vishikanisho vilivyo dhaminiwa ujumbe sanaa na tamasha toka udh...
const char* kTeststr_syr_Syrc = "\xDC\x90\xDC\x95\xDC\xAA\xDC\x9D\xDC\xA3 \xDC\x93\xDC\x9B\xDC\x98 \xDC\xAB\xDC\x98\xDC\xAA\xDC\x9D\xDC\x90 \xDC\xA1\xDC\xA2 \xDC\xA6\xDC\xAA\xDC\xA2\xDC\xA3\xDC\x90 \xDC\xA1\xDC\xA2 \xDC\x90\xDC\xA3\xDC\xA6\xDC\xA2\xD...
const char* kTeststr_ta_Taml = " \xE0\xAE\x85\xE0\xAE\x99\xE0\xAF\x8D\xE0\xAE\x95\xE0\xAF\x81 \xE0\xAE\xB0\xE0\xAE\xBE\xE0\xAE\x9C\xE0\xAF\x87\xE0\xAE\xA8\xE0\xAF\x8D\xE0\xAE\xA4\xE0\xAE\xBF\xE0\xAE\xB0 \xE0\xAE\x9A\xE0\xAF\x8B\xE0\xAE\xB4\xE0\xAE\xA...
const char* kTeststr_te_Telu = " \xE0\xB0\x81 \xE0\xB0\xA6\xE0\xB0\xA8\xE0\xB0\xB0 \xE0\xB0\x9C\xE0\xB0\xAF\xE0\xB0\xBF\xE0\xB0\x82\xE0\xB0\x9A\xE0\xB0\xBF\xE0\xB0\xA8 \xE0\xB0\xA4\xE0\xB0\xA4\xE0\xB1\x8D\xE0\xB0\xB5 \xE0\xB0\xAE\xE0\xB0\xB0\xE0\xB0\...
const char* kTeststr_tg_Arab = "\xD8\xB1\xD8\xA7\xD8\xAF\xDB\x8C\xD9\x88 \xD9\x81\xD8\xB1\xD8\xAF\xD8\xA7 \xD8\xB1\xD8\xA7\xD8\xAF\xD9\x8A\xD9\x88\xD9\x89 \xD8\xA2\xD8\xB2\xD8\xA7\xD8\xAF\xD9\x89";
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Lingua/Interset/Tagset/IT/Conll.pm view on Meta::CPAN
{
# S = common noun (presidente, anno, giorno, mondo, tempo)
'S' => ['pos' => 'noun', 'nountype' => 'com'],
# SP = proper noun (Italia, Milano, Nanni, Mayo, Allende)
'SP' => ['pos' => 'noun', 'nountype' => 'prop'],
# SW = foreign word (publishing, desktop, le, Tour, hard)
'SW' => ['pos' => 'noun', 'foreign' => 'yes'],
# SA = abbreviated noun (L., mq, km, cm, tel.)
'SA' => ['pos' => 'noun', 'abbr' => 'yes'],
# A = adjective (vero, stesso, nuovo, scorso, lungo)
'A' => ['pos' => 'adj'],
view all matches for this distribution
view release on metacpan or search on metacpan
PhTranslit.pm view on Meta::CPAN
E'ta strochka napisana russkimi bukovkami
-------------------------------------------------------
Main appointment of this package is converting information during
export/import from/to mobile devices. On desktop computers this
problem is not actul now. Transform in this pacage is bidirectional.
P.S. Sorry for my English. It is not a native language for me.
=head1 History
view all matches for this distribution
view release on metacpan or search on metacpan
data/cedict_ts.u8 view on Meta::CPAN
棹 棹 [zhuo1] /table/
æ¶¿ æ¶¿ [zhuo1] /place name/
æ¡å¥æ æ¡å«æ [zhuo1 bie2 lin2] /(Charlie) Chaplin/
æ¡å¸ æ¡å¸ [zhuo1 bu4] /tablecloth/
æ¡ç æ¡ç¯ [zhuo1 deng1] /desk lamp/
æ¡é¢ æ¡é¢ [zhuo1 mian4] /desktop/tabletop/
æ¡é¢ç³»çµ± æ¡é¢ç³»ç» [zhuo1 mian4 xi4 tong3] /desktop system/
æ¡ç æ¡ç [zhuo1 qiu2] /table tennis/
æå æå [zhuo1 qu3] /to capture/
æååå æåå¾å [zhuo1 qu3 tu2 xiang4] /capture image/
æ¡ä¸å æ¡ä¸å [zhuo1 shang4 xing2] /desktop/
æ¡ä¸åé»è
¦ æ¡ä¸åçµè [zhuo1 shang4 xing2 dian4 nao3] /desktop computer/
æ¡å æ¡å [zhuo1 zi5] /table/desk/
å å [zhuo2] /(surname)/outstanding/
å å [zhuo2] /to peck/
æ æ [zhuo2] /awkward/clumsy/dull/inelegant/(polite) my/
æ¢ æ¢ [zhuo2] /pull out/select/
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Linux/AtaSmart.pm view on Meta::CPAN
=for Pod::Coverage BUILDARGS DEMOLISH
=head1 ALTERNATIVES
You may already have L<udisks|http://www.freedesktop.org/wiki/Software/udisks>
installed, which you can query via L<Net::DBus>.
=head1 INSTALLATION
You will need your system's C<libatasmart> development package installed.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Linux/DesktopFiles.pm view on Meta::CPAN
package Linux::DesktopFiles;
# This module is designed to be pretty fast.
# The best uses of this module is to generate real
# time menus, based on the content of desktop files.
use 5.014;
#use strict;
#use warnings;
lib/Linux/DesktopFiles.pm view on Meta::CPAN
terminal => (defined($opt{terminal}) ? undef : $ENV{TERM}),
terminalize => 0,
terminalization_format => q{%s -e '%s'},
desktop_files_paths => [
qw(
/usr/local/share/applications
/usr/share/applications
)
],
lib/Linux/DesktopFiles.pm view on Meta::CPAN
}
bless \%data, $class;
}
sub get_desktop_files {
my ($self) = @_;
my %table;
foreach my $dir (@{$self->{desktop_files_paths}}) {
opendir(my $dir_h, $dir) or next;
#<<<
my $is_local = (
index($dir, '/local/') != -1
or index($dir, '/.local/') != -1
);
#>>>
foreach my $file (readdir $dir_h) {
if (substr($file, -8) eq '.desktop') {
if ($is_local or not exists($table{$file})) {
$table{$file} = "$dir/$file";
}
}
}
lib/Linux/DesktopFiles.pm view on Meta::CPAN
}
# Used for unescaping strings
my %Chr = (s => ' ', n => "\n", r => "\r", t => "\t", '\\' => '\\');
sub parse_desktop_file {
my ($self, $desktop_file) = @_;
# Check the filename and skip it if it matches `skip_filename_re`
if (defined $self->{skip_filename_re}) {
substr($desktop_file, rindex($desktop_file, '/') + 1) =~ /$self->{skip_filename_re}/ && return;
}
# Open and read the desktop file
sysopen my $desktop_fh, $desktop_file, 0 or return;
sysread $desktop_fh, (my $file), -s $desktop_file;
# Locate the "[Desktop Entry]" section
if ((my $index = index($file, "]\n", index($file, "[Desktop Entry]") + 15)) != -1) {
$file = substr($file, 0, $index);
}
lib/Linux/DesktopFiles.pm view on Meta::CPAN
if (exists $info{Hidden}) {
return if exists $TRUE_VALUES{$info{Hidden}};
}
# If no 'Name' entry is defined, create one with the name of the file
$info{Name} //= substr($desktop_file, rindex($desktop_file, '/') + 1, -8);
# Unescape string escapes (\n, \t, etc.)
$info{$_} =~ s{\\(.)}{ $Chr{$1} // $1 }eg for (keys %info);
# Handle `skip_entry`
lib/Linux/DesktopFiles.pm view on Meta::CPAN
wantarray ? (%info) : \%info;
}
sub parse {
my ($self, $hash_ref, @desktop_files) = @_;
foreach my $desktop_file (@desktop_files) {
my $entry = $self->parse_desktop_file($desktop_file) // next;
# Push the entry into its belonging categories
foreach my $category (@{$entry->{Categories}}) {
push @{$hash_ref->{$category}}, $entry;
}
}
$hash_ref;
}
sub parse_desktop_files {
my ($self) = @_;
my %categories;
$self->parse(\%categories, $self->get_desktop_files);
wantarray ? (%categories) : \%categories;
}
1;
lib/Linux/DesktopFiles.pm view on Meta::CPAN
=encoding utf8
=head1 NAME
Linux::DesktopFiles - Fast parsing of the Linux desktop files.
=head1 SYNOPSIS
use Linux::DesktopFiles;
my $obj = Linux::DesktopFiles->new( terminalize => 1 );
print join("\n", $obj->get_desktop_files);
my $hash_ref = $obj->parse_desktop_files;
=head1 DESCRIPTION
The C<Linux::DesktopFiles>, a very fast and simple way to parse the Linux desktop files.
=head1 CONSTRUCTOR METHODS
The following constructor methods are available:
lib/Linux/DesktopFiles.pm view on Meta::CPAN
skip_entry => [],
skip_filename_re => [],
substitutions => [],
desktop_files_paths => ['/usr/local/share/applications',
'/usr/share/applications'],
keys_to_keep => ["Name", "Exec", "Icon"],
categories => [qw( Utility
Development
lib/Linux/DesktopFiles.pm view on Meta::CPAN
=head2 Main options
=over 4
=item desktop_files_paths => ['dir1', 'dir2', ...]
Sets the directories where to find the desktop files.
=item keys_to_keep => [qw(Name Exec Icon Comment ...)]
Any valid keys from the desktop files to keep in the results from C<parse_desktop_file>. The B<Categories> key is implicitly included.
=item categories => [qw(Graphics Network AudioVideo ...)]
Any valid categories from the desktop files. Any category not listed will be ignored
or stored in the B<unknown_category_key> when C<keep_unknown_categories> is set to a true value.
=back
=head2 Other options
lib/Linux/DesktopFiles.pm view on Meta::CPAN
=over 4
=item skip_filename_re => qr/regex/
Skip any desktop file if its file name matches the regex.
B<NOTE:> File names are from the last slash to the end.
=item skip_entry => [{key => 'KeyName', re => qr/REGEX/i}, {...}]
Skip any desktop file if the value from a given key matches a regular expression.
The B<key> can be any valid key from the desktop files.
Example:
skip_entry => [
{key => 'Name', re => qr/(?:about|terminal)/i},
{key => 'Exec', re => qr/xterm/},
],
=item substitutions => [{key => 'KeyName', re => qr/REGEX/i, value => 'Value'}, {...}]
Substitute, by using a regex, in the returned values from desktop files.
The B<key> can be any valid key from the desktop files.
The B<re> can be any valid regular expression. Anything matched by the regex, will be
replaced with the string stored in B<value>.
For global matching/substitution, set the B<global> key to a true value.
lib/Linux/DesktopFiles.pm view on Meta::CPAN
=head1 SUBROUTINES/METHODS
=over 4
=item $obj->get_desktop_files()
Returns a list with the absolute paths to all desktop files from B<desktop_files_paths>.
In scalar context, returns an ARRAY reference.
=item $obj->parse(\%hash, @desktop_files)
Parse a list of desktop files into a HASH ref, where the keys of the HASH are
the categories from desktop files and the values are ARRAY references containing
information about each entry, as returned by C<parse_desktop_file()>.
=item $obj->parse_desktop_file($desktop_file)
Parse a given desktop file and return a key-value list as a result.
Example:
my %info = $obj->parse_desktop_file($desktop_file);
where C<%info> might look something like this:
my %info = (
Name => "...",
lib/Linux/DesktopFiles.pm view on Meta::CPAN
Categories => ["...", "...", "..."],
SubCategories => {Category1 => ["...", "..."], Category2 => ["...", "..."]},
);
When B<keep_unknown_categories> is true and a given entry does not belong to any category,
C<parse_desktop_file> will set B<Categories> to [C<unknown_category_key>].
Returns a HASH reference in scalar contenxt.
When a given file cannot be parsed or its specified as I<Hidden> or I<NoDisplay>, an empty list is returned (undef in scalar context).
=item $obj->parse_desktop_files()
It returns a HASH reference categorized on category names, with ARRAY references
as values, each ARRAY containing a HASH reference with the keys specified in the B<keys_to_keep>
option, and values from the desktop files.
The returned HASH reference may look something like this:
{
Utility => [ {Exec => "...", Name => "..."}, {Exec => "...", Name => "..."} ],
Network => [ {Exec => "...", Name => "..."}, {Exec => "...", Name => "..."} ],
}
This function is equivalent with:
$obj->parse(\%hash, $obj->get_desktop_files);
In list contenxt, it returns a key-value list, while, in scalar context, it returns a HASH reference.
=back
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Linux/Systemd/Daemon.pm view on Meta::CPAN
sd_notify(stopping => 1, status => 'Shutting down...');
=head1 DESCRIPTION
An XS wrapper for L<sd-daemon|https://www.freedesktop.org/software/systemd/man/sd-daemon.html>,
the systemd daemon interface.
Exports one function, L</sd_notify>, by default. A variety of convenience
functions are also available for import, either individually or with the C<:all>
tag.
lib/Linux/Systemd/Daemon.pm view on Meta::CPAN
=head2 C<sd_notify(@array_of_pairs)>
The main function, exported by default. Takes a list of pairs and converts them
to a string to be passed to the C function
L<man:sd_notify(3)|https://www.freedesktop.org/software/systemd/man/sd_notify.html>
e.g.
sd_notify(ready => 1, status => 'Processing requests');
lib/Linux/Systemd/Daemon.pm view on Meta::CPAN
Convenience function. Optional export.
=head1 SEE ALSO
https://www.freedesktop.org/software/systemd/man/sd-daemon.html
=head1 AUTHOR
Ioan Rogers <ioanr@cpan.org>
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/Locale/MakePhrase.pm view on Meta::CPAN
input text and arguments.
=head1 REQUIREMENTS
The L<Locale::MakePhrase> module was initially designed to meet the
requirements of a web application (as opposed to a desktop
application), which may display many languages in the HTML form at any
given instance.
Its design is modelled on a similar design of using language lexicons,
which is in use in the existing L<Locale::Maketext> Perl module. The
view all matches for this distribution