view release on metacpan or search on metacpan
examples/conference.html view on Meta::CPAN
#chart {
background: white; border-radius: 8px; padding: 20px;
box-shadow: 0 2px 8px rgba(0,0,0,0.1); overflow-x: auto;
}
svg { overflow: visible; }
.talk rect { cursor: pointer; transition: opacity 0.2s; }
.talk:hover rect { opacity: 0.85; }
.talk text { font-size: 11px; fill: white; pointer-events: none; }
.room-label { font-size: 13px; font-weight: bold; fill: #555; }
.time-label { font-size: 12px; fill: #666; }
.legend { display: flex; gap: 20px; margin-top: 20px; flex-wrap: wrap; }
view all matches for this distribution
view release on metacpan or search on metacpan
share/static/alice-dark.css view on Meta::CPAN
img {
border: none; }
ul#tabs li:hover {
cursor: default; }
div#tab_bar .dropdown {
opacity: 0;
width: 24px;
height: 24px;
share/static/alice-dark.css view on Meta::CPAN
bottom: 0px;
right: 12px;
width: 24px;
height: 24px;
background: url(image/sprites.png) -32px -36px no-repeat;
cursor: pointer; }
div#join_button:hover {
background: url(image/sprites.png) -32px -56px no-repeat; }
div#tab_bar div#tabset_dropdown {
position: absolute;
bottom: 0px;
left: 0px;
background: url(image/sprites.png) -29px 4px no-repeat;
opacity: 1;
cursor: pointer; }
div#tab_bar div#tabset_dropdown:hover {
background: url(image/sprites.png) -29px -16px no-repeat; }
div#tab_bar .dropdown.active {
opacity: 1;
cursor: pointer; }
div#tab_menu_left {
position: absolute;
left: 24px;
bottom: 0px;
share/static/alice-dark.css view on Meta::CPAN
height: 17px;
border: #fff;
border: 1px solid #999999;
border-bottom: 1px solid #333333;
border-right: 1px solid #333333;
cursor: pointer;
position: absolute;
z-index: 902;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEIAAAAaCAYAAAADiYpyAAADG0lEQVRYw+2ZS0hVURSGr9qVBipGDysaZUIRRQ9u70FlgwYZFTRp0ItIgqKixEERBE2i6A1FWUjSKKGoBiVZEEnRw8oKa9KLoIcQZWqW5teg/8DicM6596gHruiBhey19tp7r+/svfY61xgQGxBiAxAiBpEJtLpkRn...
background-color: #555555;
background-size: 33px 13px;
share/static/alice-dark.css view on Meta::CPAN
height: 17px;
border: #fff;
border: 1px solid #999999;
border-bottom: 1px solid #333333;
border-right: 1px solid #333333;
cursor: pointer;
position: absolute;
z-index: 902;
background: url(image/logo2x.png) center center no-repeat;
-webkit-background-size: 33px 13px;
background-color: #555555;
share/static/alice-dark.css view on Meta::CPAN
-moz-transition-timing-function: ease-in-out;
border-radius: 2px;
color: white;
font-size: 14px;
z-index: 902;
cursor: pointer;
opacity: 0; }
div#nicklist_toggle:hover {
background-color: #3a3a3a; }
share/static/alice-dark.css view on Meta::CPAN
ul#nicklist li {
display: block;
padding: 3px 5px 0px 5px; }
ul#nicklist li a {
cursor: pointer;
color: white;
font-size: 0.8em; }
div#input {
background: #333333;
share/static/alice-dark.css view on Meta::CPAN
font-size: 12px;
margin: 0;
padding: 4px 4px;
text-align: center;
background: none;
cursor: pointer;
border: none;
color: #666666; }
div#input div.editor_toolbar button.colors:hover {
background: none; }
share/static/alice-dark.css view on Meta::CPAN
right: 0px;
text-align: center;
opacity: 0;
color: #fff;
padding: 4px 0px;
cursor: pointer;
font-size: 11px;
text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
div.image a:hover a.hideimg {
opacity: 1;
share/static/alice-dark.css view on Meta::CPAN
ul.messages li.announce div.msg {
color: #777;
white-space: pre-wrap; }
div.msg img.audio {
cursor: pointer;
display: inline;
padding: 0 4px;
width: 16px;
height: 16px;
margin-bottom: -3px; }
share/static/alice-dark.css view on Meta::CPAN
letter-spacing: 1px;
text-shadow: none;
text-transform: uppercase; }
div#help div#helpclose:hover {
cursor: pointer;
color: #fff; }
div#help div#topics {
position: absolute;
top: 34px;
share/static/alice-dark.css view on Meta::CPAN
margin: 0;
padding: 0;
z-index: 903; }
div.color_picker span {
cursor: pointer; }
div.color_picker div.colors {
clear: both; }
div.color_picker div.colors span {
share/static/alice-dark.css view on Meta::CPAN
div.config div.sidebar h2 {
text-transform: uppercase;
color: #cccccc;
letter-spacing: 1px;
font-size: 0.7em;
cursor: default;
font-weight: normal;
padding: 5px 8px;
margin: 0; }
div.config div.sidebar li {
padding: 5px 8px;
cursor: pointer;
font-size: 0.8em; }
div.config div.sidebar li:hover {
background: #3a3a3a; }
share/static/alice-dark.css view on Meta::CPAN
display: block;
padding: 4px 10px;
text-decoration: none; }
.dropdown li {
cursor: pointer; }
.dropdown li a:hover {
color: white; }
.dropdown ul li:hover {
view all matches for this distribution
view release on metacpan or search on metacpan
inc/My/Builder/Unix.pm view on Meta::CPAN
sub new {
my ($class, %args) = @_;
check_lib_or_exit(
header => [
'X11/cursorfont.h',
'GL/glx.h',
'GL/gl.h',
],
incpath => [
'/usr/local/include',
view all matches for this distribution
view release on metacpan or search on metacpan
examples/opengl.pl view on Meta::CPAN
my $EXE = $CC->link_executable(
objects => $OBJ,
extra_linker_flags => ' -lstdc++ ' . $SF->ldflags(qw[graphics system window]) .
# Linux:
' -lX11 -lXxf86vm -lXrandr -lpthread -ldl -lXinerama -lXcursor -lGLEW -lGL -lm -lXi'
);
print system(
( $^O eq 'MSWin32' ? '' : 'LD_LIBRARY_PATH=' . join( ':', '.', $SF->library_path(1) ) . ' ' ) .
'./' . $EXE ) ? 'Aww...' : 'Yay!';
print system( './' . $EXE ) ? 'Aww...' : 'Yay!';
view all matches for this distribution
view release on metacpan or search on metacpan
cp/codepress/engines/gecko.js view on Meta::CPAN
//alert(window.getSelection().getRangeAt(0).toString().replace(/\t/g,'FFF'));
}
},
// put cursor back to its original position after every parsing
findString : function() {
if(self.find(cc))
window.getSelection().getRangeAt(0).deleteContents();
},
cp/codepress/engines/gecko.js view on Meta::CPAN
insertCode : function(code,replaceCursorBefore) {
var range = window.getSelection().getRangeAt(0);
var node = window.document.createTextNode(code);
var selct = window.getSelection();
var range2 = range.cloneRange();
// Insert text at cursor position
selct.removeAllRanges();
range.deleteContents();
range.insertNode(node);
// Move the cursor to the end of text
range2.selectNode(node);
range2.collapse(replaceCursorBefore);
selct.removeAllRanges();
selct.addRange(range2);
},
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/FLTK.pm view on Meta::CPAN
> sudo apt-get install libx11-dev
> sudo apt-get install libxi-dev
Additionally, the optional XCurser lib may be installed with:
> sudo apt-get install libxcursor-dev
=item Darwin/OSX
Uh, yeah, I have no idea.
view all matches for this distribution
view release on metacpan or search on metacpan
src/Source/LibWebP/src/enc/backward_references.h view on Meta::CPAN
// private:
PixOrCopyBlock* cur_block_; // current block in the refs list
const PixOrCopy* last_pos_; // sentinel for switching to next block
} VP8LRefsCursor;
// Returns a cursor positioned at the beginning of the references list.
VP8LRefsCursor VP8LRefsCursorInit(const VP8LBackwardRefs* const refs);
// Returns true if cursor is pointing at a valid position.
static WEBP_INLINE int VP8LRefsCursorOk(const VP8LRefsCursor* const c) {
return (c->cur_pos != NULL);
}
// Move to next block of references. Internal, not to be called directly.
void VP8LRefsCursorNextBlock(VP8LRefsCursor* const c);
view all matches for this distribution
view release on metacpan or search on metacpan
doc/html/CustomButtons.html view on Meta::CPAN
.gva-btn-container .btn {width:1pt;overflow:visible;}
/* END: IE specific */
.gva-actionsbar {background-color:#E8E8E8;border:1px solid #8c8c8c;border-width:1px 0px;height:25px;padding:4px 0 1px;}
.gva-btn-container {display:inline;}
.gva-btn-container .btn {margin:0 3px;font-size:12px;cursor:pointer;}
.gva-btn-container .btn {
font-family:verdana,geneva,lucida,'lucida grande',arial,helvetica,sans-serif;
background:none;
border:none;
cursor:pointer;
padding:1px 2px;
color:#000;
background-color:transparent !important;
}
.gva-btn-container .btn {float:left;}
view all matches for this distribution
view release on metacpan or search on metacpan
patches/Makefile_iup.mingw view on Meta::CPAN
CF_iup_scintilla = -c -std=gnu++11 -Wall -O2 -Iinclude -Isrc -Isrcscintilla -Isrc/win -Isrcscintilla/lexlib -Isrcscintilla/src -Isrcscintilla/include -Isrcscintilla/win32 -Isrcscintilla/win -DSTATIC_BUILD -DSCI_LEXER -DUNICODE -D_WIN32 -DDISABLE_...
LF_iup_scintilla = -liup -limm32 -lkernel32 -luser32 -lgdi32 -lwinspool -lcomdlg32 -ladvapi32 -lshell32 -luuid -loleaut32 -lole32 -lcomctl32 $(LF_iup_scintilla_EXTRA)
SLIB_iup_scintilla = ./lib/$(BUILDNICK)/libiup_scintilla.a
DLIB_iup_scintilla = ./lib/$(BUILDNICK)/libiup_scintilla.dll.a
ILIB_iup_scintilla = ./lib/$(BUILDNICK)/iup_scintilla_alien_.dll
OBJS_iup_scintilla = ./obj/$(BUILDNICK)/iup_scintilla/AutoComplete.o ./obj/$(BUILDNICK)/iup_scintilla/CallTip.o ./obj/$(BUILDNICK)/iup_scintilla/Catalogue.o ./obj/$(BUILDNICK)/iup_scintilla/CellBuffer.o ./obj/$(BUILDNICK)/iup_scintilla/CharClassify.o...
./obj/$(BUILDNICK)/iup_scintilla/AutoComplete.o : srcscintilla/src/AutoComplete.cxx ; g++ $(CF_ALL) $(CF_iup_scintilla) $^ -o $@
./obj/$(BUILDNICK)/iup_scintilla/CallTip.o : srcscintilla/src/CallTip.cxx ; g++ $(CF_ALL) $(CF_iup_scintilla) $^ -o $@
./obj/$(BUILDNICK)/iup_scintilla/Catalogue.o : srcscintilla/src/Catalogue.cxx ; g++ $(CF_ALL) $(CF_iup_scintilla) $^ -o $@
./obj/$(BUILDNICK)/iup_scintilla/CellBuffer.o : srcscintilla/src/CellBuffer.cxx ; g++ $(CF_ALL) $(CF_iup_scintilla) $^ -o $@
patches/Makefile_iup.mingw view on Meta::CPAN
./obj/$(BUILDNICK)/iup_scintilla/iupsci_tab.o : srcscintilla/iupsci_tab.c ; gcc $(CF_ALL) $(CF_iup_scintilla) $^ -o $@
./obj/$(BUILDNICK)/iup_scintilla/iupsci_text.o : srcscintilla/iupsci_text.c ; gcc $(CF_ALL) $(CF_iup_scintilla) $^ -o $@
./obj/$(BUILDNICK)/iup_scintilla/iupsci_wordwrap.o : srcscintilla/iupsci_wordwrap.c ; gcc $(CF_ALL) $(CF_iup_scintilla) $^ -o $@
./obj/$(BUILDNICK)/iup_scintilla/iupsci_markers.o : srcscintilla/iupsci_markers.c ; gcc $(CF_ALL) $(CF_iup_scintilla) $^ -o $@
./obj/$(BUILDNICK)/iup_scintilla/iupsci_bracelight.o : srcscintilla/iupsci_bracelight.c ; gcc $(CF_ALL) $(CF_iup_scintilla) $^ -o $@
./obj/$(BUILDNICK)/iup_scintilla/iupsci_cursor.o : srcscintilla/iupsci_cursor.c ; gcc $(CF_ALL) $(CF_iup_scintilla) $^ -o $@
./obj/$(BUILDNICK)/iup_scintilla/iupsci_whitespace.o : srcscintilla/iupsci_whitespace.c ; gcc $(CF_ALL) $(CF_iup_scintilla) $^ -o $@
./obj/$(BUILDNICK)/iup_scintilla/iupsci_annotation.o : srcscintilla/iupsci_annotation.c ; gcc $(CF_ALL) $(CF_iup_scintilla) $^ -o $@
./obj/$(BUILDNICK)/iup_scintilla/iup_scintilla.o : srcscintilla/iup_scintilla.cpp ; g++ $(CF_ALL) $(CF_iup_scintilla) $^ -o $@
./obj/$(BUILDNICK)/iup_scintilla/iupsci_autocompletion.o : srcscintilla/iupsci_autocompletion.c ; gcc $(CF_ALL) $(CF_iup_scintilla) $^ -o $@
./obj/$(BUILDNICK)/iup_scintilla/iupsci_searching.o : srcscintilla/iupsci_searching.c ; gcc $(CF_ALL) $(CF_iup_scintilla) $^ -o $@
view all matches for this distribution
view release on metacpan or search on metacpan
src/subversion/CHANGES view on Meta::CPAN
User-visible changes:
* allow anonymous access checking in mod_authz_svn
* fixed: mod_authz_svn now works with SVNParentPath (issue #1588)
* fixed: potential segfault in mod_dav_svn.
* fixed: improper BDB cursor shutdown in libsvn_fs, which can wedge repos.
* fixed: allow checkout of repository with space in path. (issue #1694)
* fixed: make 'svn propget URL' work correctly over svn://. (issue #1752)
* fixed: failed 'svn merge URL' when URL contains user@host. (issue #1759)
* fixed: invalid REPORT response when updating a deleted wc. (issue #1721)
* fixed: allow deletes below copied wc dirs.
view all matches for this distribution
view release on metacpan or search on metacpan
generator/parser/rpp/test/t010.cpp
generator/parser/rpp/test/t011.cpp
generator/parser/rxx_allocator.h
generator/parser/rxx.pri
generator/parser/safetycounter.h
generator/parser/simplecursor.h
generator/parser/stringhelpers.cpp
generator/parser/stringhelpers.h
generator/parser/symbol.h
generator/parser/tests/CMakeLists.txt
generator/parser/tests/testconfig.h.cmake
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) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/Object.defineProperty(t,"__esModule",{value:!0});var r="function"==typeof Symbol&&Symbol.for,o=r?Symbol.for("react.element"):60103,i=r?Symbol.for("react.portal"):60106,a=r?Symbol.for("react.fragment"):60107,s=r?Symbol.for("react.strict_mode"):6010...
/*!
* https://github.com/Starcounter-Jack/JSON-Patch
* (c) 2017 Joachim Wester
* MIT license
*/
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
src/tests/tests2/32_led.c view on Meta::CPAN
extern void print_led(unsigned long x, char *buf);
Bug: you cannot call repeatedly to print more than one number to a line.
That would require curses or some other terminal API that allows moving the
cursor to a previous line.
*/
view all matches for this distribution
view release on metacpan or search on metacpan
src/tests/tests2/32_led.c view on Meta::CPAN
extern void print_led(unsigned long x, char *buf);
Bug: you cannot call repeatedly to print more than one number to a line.
That would require curses or some other terminal API that allows moving the
cursor to a previous line.
*/
view all matches for this distribution
view release on metacpan or search on metacpan
inc/inc_Module-Build/Module/Build/YAML.pm view on Meta::CPAN
return '' unless @$self;
# Iterate over the documents
my $indent = 0;
my @lines = ();
foreach my $cursor ( @$self ) {
push @lines, '---';
# An empty document
if ( ! defined $cursor ) {
# Do nothing
# A scalar document
} elsif ( ! ref $cursor ) {
$lines[-1] .= ' ' . $self->_write_scalar( $cursor, $indent );
# A list at the root
} elsif ( ref $cursor eq 'ARRAY' ) {
unless ( @$cursor ) {
$lines[-1] .= ' []';
next;
}
push @lines, $self->_write_array( $cursor, $indent, {} );
# A hash at the root
} elsif ( ref $cursor eq 'HASH' ) {
unless ( %$cursor ) {
$lines[-1] .= ' {}';
next;
}
push @lines, $self->_write_hash( $cursor, $indent, {} );
} else {
croak("Cannot serialize " . ref($cursor));
}
}
join '', map { "$_\n" } @lines;
}
view all matches for this distribution
view release on metacpan or search on metacpan
share/docs/app-1c3b39672c292d36e4a5ff05c1bb7035.js view on Meta::CPAN
If you are unsure which license is appropriate for your use, please contact the sales department
at http://www.sencha.com/contact.
Build date: 2013-04-03 15:07:25
*/
var CodeMirror=(function(){function v(aN,aK){var b2={},bk=v.defaults;for(var aA in bk){if(bk.hasOwnProperty(aA)){b2[aA]=(aK&&aK.hasOwnProperty(aA)?aK:bk)[aA]}}var aE=document.createElement("div");aE.className="CodeMirror"+(b2.lineWrapping?" CodeMirro...
view all matches for this distribution
view release on metacpan or search on metacpan
share/vendor/css/bootstrap.css view on Meta::CPAN
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
cursor: pointer;
-webkit-appearance: button;
}
label,
select,
share/vendor/css/bootstrap.css view on Meta::CPAN
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
cursor: pointer;
}
input[type="search"] {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
share/vendor/css/bootstrap.css view on Meta::CPAN
border-bottom: 1px solid #ffffff;
}
abbr[title],
abbr[data-original-title] {
cursor: help;
border-bottom: 1px dotted #999999;
}
abbr.initialism {
font-size: 90%;
share/vendor/css/bootstrap.css view on Meta::CPAN
}
.uneditable-input,
.uneditable-textarea {
color: #999999;
cursor: not-allowed;
background-color: #fcfcfc;
border-color: #cccccc;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
share/vendor/css/bootstrap.css view on Meta::CPAN
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
cursor: not-allowed;
background-color: #eeeeee;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
share/vendor/css/bootstrap.css view on Meta::CPAN
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
text-decoration: none;
cursor: default;
background-color: transparent;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
share/vendor/css/bootstrap.css view on Meta::CPAN
.close:hover,
.close:focus {
color: #000000;
text-decoration: none;
cursor: pointer;
opacity: 0.4;
filter: alpha(opacity=40);
}
button.close {
padding: 0;
cursor: pointer;
background: transparent;
border: 0;
-webkit-appearance: none;
}
share/vendor/css/bootstrap.css view on Meta::CPAN
line-height: 20px;
color: #333333;
text-align: center;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
vertical-align: middle;
cursor: pointer;
background-color: #f5f5f5;
*background-color: #e6e6e6;
background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
share/vendor/css/bootstrap.css view on Meta::CPAN
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled,
.btn[disabled] {
cursor: default;
background-image: none;
opacity: 0.65;
filter: alpha(opacity=65);
-webkit-box-shadow: none;
-moz-box-shadow: none;
share/vendor/css/bootstrap.css view on Meta::CPAN
box-shadow: none;
}
.btn-link {
color: #0088cc;
cursor: pointer;
border-color: transparent;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
}
share/vendor/css/bootstrap.css view on Meta::CPAN
.nav-tabs > .active > a,
.nav-tabs > .active > a:hover,
.nav-tabs > .active > a:focus {
color: #555555;
cursor: default;
background-color: #ffffff;
border: 1px solid #ddd;
border-bottom-color: transparent;
}
share/vendor/css/bootstrap.css view on Meta::CPAN
border-bottom-color: #555555;
}
.nav > .dropdown.active > a:hover,
.nav > .dropdown.active > a:focus {
cursor: pointer;
}
.nav-tabs .open .dropdown-toggle,
.nav-pills .open .dropdown-toggle,
.nav > li.dropdown.open.active > a:hover,
share/vendor/css/bootstrap.css view on Meta::CPAN
}
.nav > .disabled > a:hover,
.nav > .disabled > a:focus {
text-decoration: none;
cursor: default;
background-color: transparent;
}
.navbar {
*position: relative;
share/vendor/css/bootstrap.css view on Meta::CPAN
}
.pagination ul > .active > a,
.pagination ul > .active > span {
color: #999999;
cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
color: #999999;
cursor: default;
background-color: transparent;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
share/vendor/css/bootstrap.css view on Meta::CPAN
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
color: #999999;
cursor: default;
background-color: #fff;
}
.modal-backdrop {
position: fixed;
share/vendor/css/bootstrap.css view on Meta::CPAN
a.label:focus,
a.badge:hover,
a.badge:focus {
color: #ffffff;
text-decoration: none;
cursor: pointer;
}
.label-important,
.badge-important {
background-color: #b94a48;
share/vendor/css/bootstrap.css view on Meta::CPAN
display: block;
padding: 8px 15px;
}
.accordion-toggle {
cursor: pointer;
}
.accordion-inner {
padding: 9px 15px;
border-top: 1px solid #e5e5e5;
view all matches for this distribution
view release on metacpan or search on metacpan
xgboost/doc/Doxyfile view on Meta::CPAN
# there is already a search function so this one should typically be disabled.
# For large projects the javascript based search engine can be slow, then
# enabling SERVER_BASED_SEARCH may provide a better solution. It is possible to
# search using the keyboard; to jump to the search box use <access key> + S
# (what the <access key> is depends on the OS and browser, but it is typically
# <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down
# key> to jump into the search results window, the results can be navigated
# using the <cursor keys>. Press <Enter> to select an item or <escape> to cancel
# the search. The filter options can be selected when the cursor is inside the
# search box by pressing <Shift>+<cursor down>. Also here use the <cursor keys>
# to select a filter and <Enter> or <escape> to activate or cancel the filter
# option.
# The default value is: YES.
# This tag requires that the tag GENERATE_HTML is set to YES.
view all matches for this distribution
view release on metacpan or search on metacpan
include/boost/container/vector.hpp view on Meta::CPAN
BOOST_CONTAINER_FORCEINLINE friend bool operator>= (const vec_iterator& l, const vec_iterator& r) BOOST_NOEXCEPT_OR_NOTHROW
{ return l.m_ptr >= r.m_ptr; }
};
template<class BiDirPosConstIt, class BiDirValueIt>
struct vector_insert_ordered_cursor
{
typedef typename iterator_traits<BiDirPosConstIt>::value_type size_type;
typedef typename iterator_traits<BiDirValueIt>::reference reference;
BOOST_CONTAINER_FORCEINLINE vector_insert_ordered_cursor(BiDirPosConstIt posit, BiDirValueIt valueit)
: last_position_it(posit), last_value_it(valueit)
{}
void operator --()
{
include/boost/container/vector.hpp view on Meta::CPAN
//Absolutely experimental. This function might change, disappear or simply crash!
template<class BiDirPosConstIt, class BiDirValueIt>
BOOST_CONTAINER_FORCEINLINE void insert_ordered_at(const size_type element_count, BiDirPosConstIt last_position_it, BiDirValueIt last_value_it)
{
typedef vector_insert_ordered_cursor<BiDirPosConstIt, BiDirValueIt> inserter_t;
return this->priv_insert_ordered_at(element_count, inserter_t(last_position_it, last_value_it));
}
template<class InputIt>
BOOST_CONTAINER_FORCEINLINE void merge(InputIt first, InputIt last)
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/raylib.pm view on Meta::CPAN
Should build out of the box on macOS and Windows.
On an Ubuntu Linux a few additonal packages are required:
sudo apt-get install -y libasound2-dev \
libxcursor-dev libxinerama-dev mesa-common-dev \
libx11-dev libxrandr-dev libxi-dev \
libgl1-mesa-dev libglu1-mesa-dev
If you also think these should be packaged as L<Alien> modules, shoot me a L<pull request|https://github.com/athreef/Alien-raylib/pulls>.
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alien/raylib5.pm view on Meta::CPAN
Should build out of the box on macOS and Windows.
On an Ubuntu Linux a few additonal packages are required:
sudo apt-get install -y libasound2-dev \
libxcursor-dev libxinerama-dev mesa-common-dev \
libx11-dev libxrandr-dev libxi-dev \
libgl1-mesa-dev libglu1-mesa-dev
If you also think these should be packaged as Alien modules, shoot me a
pull request.
view all matches for this distribution
view release on metacpan or search on metacpan
libuv/ChangeLog view on Meta::CPAN
* win,tty: fix read stop in line mode (João Reis)
* win,tty: don't duplicate handle for line reads (João Reis)
* win,tty: restore cursor after canceling line read (Alexis Campailla)
2016.04.08, Version 1.9.0 (Stable), 229b3a4cc150aebd6561e6bd43076eafa7a03756
Changes since version 1.8.0:
view all matches for this distribution
view release on metacpan or search on metacpan
lib/AlignDB/ToXLSX.pm view on Meta::CPAN
# outfiles
has outfile => ( is => 'ro', isa => 'Str' ); # output file, autogenerable
has workbook => ( is => 'ro', isa => 'Object' ); # excel workbook object
has format => ( is => 'ro', isa => 'HashRef' ); # excel formats
# worksheet cursor
has row => ( is => 'rw', isa => 'Num', default => sub {0}, );
has column => ( is => 'rw', isa => 'Num', default => sub {0}, );
# charts
has font_name => ( is => 'rw', isa => 'Str', default => sub {'Arial'}, );
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Tickit/OneLineWidget.pm view on Meta::CPAN
=head2 render_line
$widget->render_line
Called to redraw the widget's content to its window. When invoked, the window
cursor will already be in column C<0> of the required line of the window, as
determined by the C<valign> value.
=cut
=head1 AUTHOR
view all matches for this distribution
view release on metacpan or search on metacpan
t/test/resources/terms view on Meta::CPAN
inactivation of these gene gene inactivation
inactivation of this gene gene inactivation
inactive chromosome inactive chromosome
inactive complex inactive complex
inactive form inactive form
inactive precursor protein inactive precursor protein
inappropriate transcription of gene inappropriate transcription of gene
inclusion body inclusion body
increased expression increased expression
increased specificity of transcription increased specificity of transcription
increased transcription increased transcription
t/test/resources/terms view on Meta::CPAN
mucosal immune response mucosal immune response
multicomponent phosphorelay multicomponent phosphorelay
multicopy plasmid multicopy plasmid
multicopy vector multicopy vector
multidrug-efflux multidrug-efflux
multimeric precursor multimeric precursor
multiple copy multiple copy
multiple protoxin gene multiple protoxin gene
multiple role multiple role
multiple sigma factor multiple sigma factor
multiple signal multiple signal
t/test/resources/terms view on Meta::CPAN
potential vegetative promoter potential vegetative promoter
pp2c phosphatase PP2C phosphatase
p protein p protein
preceding paper preceding paper
precise position precise position
precursor element precursor element
precursor processing precursor processing
precursor protein precursor protein
precursor sequence precursor sequence
predivisional cell predivisional cell
predivisional sporangium predivisional sporangium
predominant transcript predominant transcript
preferential inhibition preferential inhibition
preferred site preferred site
t/test/resources/terms view on Meta::CPAN
second-site suppressor second-site suppressor
second stage second stage
secretion of heterologous protein secretion of heterologous protein
secretion signal secretion signal
secretion vector secretion vector
secretory precursor protein secretory precursor protein
secretory preproteins secretory preproteins
secretory protein secretory protein
sedimenting nucleoid sedimenting-nucleoid
selectable marker selectable marker
selective association selective association
view all matches for this distribution
view release on metacpan or search on metacpan
lib/Alzabo.pm view on Meta::CPAN
L<The Alzabo::Runtime::Row docs|Alzabo::Runtime::Row> - The row
objects contain the methods used to update, delete, and retrieve data
from the database.
L<The Alzabo::Runtime::RowCursor docs|Alzabo::Runtime::RowCursor> - A
cursor object that returns only a single row.
L<The Alzabo::Runtime::JoinCursor docs|Alzabo::Runtime::JoinCursor> -
A cursor object that returns multiple rows at once.
L<The Alzabo::MethodMaker docs|Alzabo::MethodMaker> - One of the most
useful parts of Alzabo. This module can be used to auto-generate
methods based on the structure of your schema.
view all matches for this distribution
view release on metacpan or search on metacpan
factpacks/Linux.fact view on Meta::CPAN
burch => <reply> $who, The beginnings of a portable i8086 emulator library. URL: http://www.mdstud.chalmers.se/~md8reftl/burch.html
BurnIT => <reply> $who, Java front-end to cdrecord and mkisofs. URL: http://sunsite.auc.dk/BurnIT/
burn_baby_burn => <reply> $who, A set of utilities for burning to CD-R and CD-RW media.. URL: http://www.flyn.org/
Burt => <reply> $who, Burt - Backup and Recovery Tool. URL: http://www.cs.wisc.edu/~jmelski/burt/
BusyBox => <reply> $who, A suite of tiny Unix utilities, for building rescue disks and embedded systems.. URL: http://perens.com/FreeSoftware/
Busycursor => <reply> $who, Change mouse cursor during X-application startup. URL: ftp://j250.ryd.student.liu.se/pub/linux/madebyme/busycursor-0.3.tgz
Buz/Linux driver => <reply> $who, Hardware driver for Iomega Buz video hardware. URL: http://www.munich-vision.de/buz/
Buzzer Electronic Notebook => <reply> $who, A note and to-do list program for X.. URL: http://www.its.caltech.edu/~glenn/notebook/
buz_tools => <reply> $who, MJPEG video capturing tools. URL: http://www.lysator.liu.se/~gz/buz/buz_tools/
bvi => <reply> $who, Editor for binary files using common vi commands. URL: http://bvi.linuxbox.com/
BWidget => <reply> $who, The 100% Tcl/Tk Widget Set. URL: http://www.unifix-online.com/BWidget/
factpacks/Linux.fact view on Meta::CPAN
ICMPush => <reply> $who, ICMPush is a tool that builds ICMP packets fully customized from command line.. URL: http://hispahack.ccc.de
icod => <reply> $who, Converts .ico files to .xpm. URL: http://www.syspac.com/~madlather/icod.html
Icon-2 => <reply> $who, A very high level language. URL: http://www.cs.arizona.edu/icon/
IconMaker => <reply> $who, A utility to create app-icons for the WindowMaker window manager. URL: http://www.ozemail.com.au/~crn/wm/wings.html
icontact => <reply> $who, Image contact sheet maker. URL: ftp://ftp.netcom.com/pub/mb/mbh/icontact-1.5.tar.gz
icoutils => <reply> $who, A set of programs that deal with MS Windows icons and cursors. URL: http://www.ludat.lth.se/~dat99oli/
icqlib => <reply> $who, ICQ interface library. URL: http://www.cn.ua/~denis/kde/icqlib.html
icqmail => <reply> $who, ICQ->Email gateway. URL: http://www.crocodile.org/software.html
ICQnix => <reply> $who, ICQ clone for X. URL: http://icqnix.linuxbox.com
icqtech => <reply> $who, A Unix console daemon that assists technical support via ICQ. URL: http://hnm.zzweb.com/utils/icqtech/
ICRADIUS => <reply> $who, Powerful cross platform radius server. URL: ftp://ftp.cheapnet.net/pub/icradius/
view all matches for this distribution
view release on metacpan or search on metacpan
t/2050-doubly-custom-ops.t view on Meta::CPAN
subtest 'next op' => sub {
my $list = doubly->new(1);
$list->add(2)->add(3)->add(4);
my $cursor = $list->start;
is($cursor->data, 1, 'start at first');
$cursor = $cursor->next;
is($cursor->data, 2, 'next to second');
$cursor = $cursor->next;
is($cursor->data, 3, 'next to third');
$cursor = $cursor->next;
is($cursor->data, 4, 'next to fourth');
$cursor = $cursor->next;
is($cursor, undef, 'next at end returns undef');
};
subtest 'prev op' => sub {
my $list = doubly->new(1);
$list->add(2)->add(3)->add(4);
my $cursor = $list->end;
is($cursor->data, 4, 'end at last');
$cursor = $cursor->prev;
is($cursor->data, 3, 'prev to third');
$cursor = $cursor->prev;
is($cursor->data, 2, 'prev to second');
$cursor = $cursor->prev;
is($cursor->data, 1, 'prev to first');
$cursor = $cursor->prev;
is($cursor, undef, 'prev at start returns undef');
};
subtest 'start op' => sub {
my $list = doubly->new(1);
$list->add(2)->add(3);
# Navigate away then back
my $cursor = $list->end;
is($cursor->data, 3, 'at end');
$cursor = $cursor->start;
is($cursor->data, 1, 'back to start');
# Multiple start calls
my $s1 = $list->start;
my $s2 = $list->start;
is($s1->data, $s2->data, 'consistent start');
t/2050-doubly-custom-ops.t view on Meta::CPAN
subtest 'end op' => sub {
my $list = doubly->new(1);
$list->add(2)->add(3);
my $cursor = $list->start;
is($cursor->data, 1, 'at start');
$cursor = $cursor->end;
is($cursor->data, 3, 'to end');
# Multiple end calls
my $e1 = $list->end;
my $e2 = $list->end;
is($e1->data, $e2->data, 'consistent end');
t/2050-doubly-custom-ops.t view on Meta::CPAN
subtest 'is_start op' => sub {
my $list = doubly->new(1);
$list->add(2)->add(3);
my $cursor = $list->start;
ok($cursor->is_start, 'is_start at head');
ok(!$cursor->is_end, 'not is_end at head');
$cursor = $cursor->next;
ok(!$cursor->is_start, 'not is_start in middle');
ok(!$cursor->is_end, 'not is_end in middle');
$cursor = $list->end;
ok(!$cursor->is_start, 'not is_start at tail');
ok($cursor->is_end, 'is_end at tail');
};
subtest 'is_end op' => sub {
my $list = doubly->new(1);
$list->add(2)->add(3);
my $cursor = $list->end;
ok($cursor->is_end, 'is_end at tail');
ok(!$cursor->is_start, 'not is_start at tail');
$cursor = $cursor->prev;
ok(!$cursor->is_end, 'not is_end in middle');
ok(!$cursor->is_start, 'not is_start in middle');
};
subtest 'single element list' => sub {
my $list = doubly->new('only');
view all matches for this distribution
view release on metacpan or search on metacpan
html/show.js view on Meta::CPAN
s = unescape_html(s);
return s;
}
function set_note_plaintext(notepos) {
document.getElementsByTagName('body')[0].style.cursor = 'wait';
return get_xml('/?mode=raw_note;notepos=' + notepos, on_raw_note);
}
function on_raw_note(response) {
var s = response.responseText;
s = s.replace(/\n$/, '');
Form.note_text.value = s;
Hidden_Note.style.display = "none";
Form.style.display = "block";
document.getElementsByTagName('body')[0].style.cursor = 'auto';
Form.note_text.focus();
}
view all matches for this distribution