Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created April 22, 2019 10:27
Show Gist options
  • Save Whateverable/91e4e3bbde23db44e5f685b052917c69 to your computer and use it in GitHub Desktop.
Save Whateverable/91e4e3bbde23db44e5f685b052917c69 to your computer and use it in GitHub Desktop.
greppable6
File Code
CHSANCH/Lingua-Stem-Es
…/diffs.txt :26634:
touché touch
CONO/Algorithm-Heap-Binary
…/README.md :163:
Returns `Seq` of Heap elements. This will clone the data for you, so initial data structure going to be untouched.
CONO/Algorithm-Heap-Binary
…/Binary.pm6 :349:
data structure going to be untouched.
CONO/Algorithm-Heap-Binary
…/02-binary-heap.t :33:
ok($heap.size == 3, 'original heap not touched by Seq');
ELIZABETH/List-MoreUtils
…/apply.t :10:
is-deeply @list, [0 .. 9], "original numbers untouched";
ELIZABETH/List-MoreUtils
…/apply.t :16:
"original strings untouched";
ELIZABETH/List-Util
…/reduce.t :47:
is $a, 8, '$a not touched';
ELIZABETH/List-Util
…/reduce.t :48:
is $b, 9, '$b not touched';
ELIZABETH/P5pack
…/README.md :123:
jJfFdDpP (The "big end" touches the construct.)
ELIZABETH/P5pack
…/README.md :126:
jJfFdDpP (The "little end" touches the construct.)
ELIZABETH/P5pack
…/P5pack.pm6 :526:
jJfFdDpP (The "big end" touches the construct.)
ELIZABETH/P5pack
…/P5pack.pm6 :529:
jJfFdDpP (The "little end" touches the construct.)
HANENKAMP/HTTP-Headers
…/Headers.pm6 :221:
has HTTP::Header %!headers; #= Internal header storage... no touchy
HMBRAND/Text-CSV
…/CSV.pod6 :1146:
the remaining references is left untouched.
JEFFOBER/Algorithm-SkewHeap
…/Makefile :8:
@touch $(FILE)
JEFFOBER/Math-Vector3D
…/Makefile :8:
@touch $(FILE)
JGOFF/Pod-To-HTMLBody
…/Tree.pm6 :186:
# Don't touch first-child.
JNTHN/Cro-HTTP
…/http-cookiejar.t :34:
is $jar.contents.elems, 4, 'Clear for absent url leaves jar untouched';
JNTHN/Cro-HTTP
…/http-cookiejar.t :37:
is $jar.contents.elems, 4, 'Clear for absent url with existing cookie name leaves jar untouched';
JNTHN/cro
…/bootstrap.min.css :5:
*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-siz…
JNTHN/cro
…/app.js :1514:
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_12__src_touch__ = __webpack_require__(646);
JNTHN/cro
…/app.js :1515:
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "o", function() { return __WEBPACK_IMPORTED_MODULE_12__src_touch__["a"]; });
JNTHN/cro
…/app.js :1516:
/* harmony import */ var __WEBPACK_IMPORTED_MODULE_13__src_touches__ = __webpack_require__(647);
JNTHN/cro
…/app.js :1517:
/* harmony reexport (binding) */ __webpack_require__.d(__webpack_exports__, "p", function() { return __WEBPACK_IMPORTED_MODULE_13__src_touches__["a"]; });
JNTHN/cro
…/app.js :8350:
topTouchCancel: 'touchcancel',
JNTHN/cro
…/app.js :8351:
topTouchEnd: 'touchend',
JNTHN/cro
…/app.js :8352:
topTouchMove: 'touchmove',
JNTHN/cro
…/app.js :8353:
topTouchStart: 'touchstart',
JNTHN/cro
…/app.js :8420:
* We listen for bubbled touch events on the document object.
JNTHN/cro
…/app.js :18482:
touches: true,
JNTHN/cro
…/app.js :53144:
['abort', 'animationEnd', 'animationIteration', 'animationStart', 'blur', 'canPlay', 'canPlayThrough', 'click', 'contextMenu', 'copy', 'cut', 'double…
JNTHN/cro
…/app.js :53701:
* @see http://www.w3.org/TR/touch-events/
JNTHN/cro
…/app.js :53704:
touches: null,
JNTHN/cro
…/app.js :58351:
/* harmony namespace reexport (by provided) */ __webpack_require__.d(__webpack_exports__, "touch", function() { return __WEBPACK_IMPORTED_MODULE_23_d3_selection__["o"]; });
JNTHN/cro
…/app.js :58352:
/* harmony namespace reexport (by provided) */ __webpack_require__.d(__webpack_exports__, "touches", function() { return __WEBPACK_IMPORTED_MODULE_23_d3_selection__["p"]; });
JNTHN/cro
…/app.js :59376:
touchending;
JNTHN/cro
…/app.js :59422:
.on("mousedown.brush touchstart.brush", started);
JNTHN/cro
…/app.js :59527:
if (__WEBPACK_IMPORTED_MODULE_3_d3_selection__["c" /* event */].touches) { if (__WEBPACK_IMPORTED_MODULE_3_d3_selection__["c" /* event …
JNTHN/cro
…/app.js :59528:
else if (touchending) return;
JNTHN/cro
…/app.js :59576:
if (__WEBPACK_IMPORTED_MODULE_3_d3_selection__["c" /* event */].touches) {
JNTHN/cro
…/app.js :59578:
.on("touchmove.brush", moved, true)
JNTHN/cro
…/app.js :59579:
.on("touchend.brush touchcancel.brush", ended, true);
JNTHN/cro
…/app.js :59664:
if (__WEBPACK_IMPORTED_MODULE_3_d3_selection__["c" /* event */].touches) {
JNTHN/cro
…/app.js :59665:
if (__WEBPACK_IMPORTED_MODULE_3_d3_selection__["c" /* event */].touches.length) return;
JNTHN/cro
…/app.js :59666:
if (touchending) clearTimeout(touchending);
JNTHN/cro
…/app.js :59667:
touchending = setTimeout(function() { touchending = null; }, 500); // Ghost clicks are delayed!
JNTHN/cro
…/app.js :59668:
group.on("touchmove.brush touchend.brush touchcancel.brush", null);
JNTHN/cro
…/app.js :59901:
return "ontouchstart" in this;
JNTHN/cro
…/app.js :59908:
touchable = defaultTouchable,
JNTHN/cro
…/app.js :59915:
touchending,
JNTHN/cro
…/app.js :59921:
.filter(touchable)
JNTHN/cro
…/app.js :59922:
.on("touchstart.drag", touchstarted)
JNTHN/cro
…/app.js :59923:
.on("touchmove.drag", touchmoved)
JNTHN/cro
…/app.js :59924:
.on("touchend.drag touchcancel.drag", touchended)
JNTHN/cro
…/app.js :59925:
.style("touch-action", "none")
JNTHN/cro
…/app.js :59930:
if (touchending || !filter.apply(this, arguments)) return;
JNTHN/cro
…/app.js :59958:
function touchstarted() {
JNTHN/cro
…/app.js :59960:
var touches = __WEBPACK_IMPORTED_MODULE_1_d3_selection__["c" /* event */].changedTouches,
JNTHN/cro
…/app.js :59962:
n = touches.length, i, gesture;
JNTHN/cro
…/app.js :59965:
if (gesture = beforestart(touches[i].identifier, c, __WEBPACK_IMPORTED_MODULE_1_d3_selection__["o" /* touch */], this, arguments)) {
JNTHN/cro
…/app.js :59972:
function touchmoved() {
JNTHN/cro
…/app.js :59973:
var touches = __WEBPACK_IMPORTED_MODULE_1_d3_selection__["c" /* event */].changedTouches,
JNTHN/cro
…/app.js :59974:
n = touches.length, i, gesture;
JNTHN/cro
…/app.js :59977:
if (gesture = gestures[touches[i].identifier]) {
JNTHN/cro
…/app.js :59984:
function touchended() {
JNTHN/cro
…/app.js :59985:
var touches = __WEBPACK_IMPORTED_MODULE_1_d3_selection__["c" /* event */].changedTouches,
JNTHN/cro
…/app.js :59986:
n = touches.length, i, gesture;
JNTHN/cro
…/app.js :59988:
if (touchending) clearTimeout(touchending);
JNTHN/cro
…/app.js :59989:
touchending = setTimeout(function() { touchending = null; }, 500); // Ghost clicks are delayed!
JNTHN/cro
…/app.js :59991:
if (gesture = gestures[touches[i].identifier]) {
JNTHN/cro
…/app.js :60032:
drag.touchable = function(_) {
JNTHN/cro
…/app.js :60033:
return arguments.length ? (touchable = typeof _ === "function" ? _ : Object(__WEBPACK_IMPORTED_MODULE_4__constant__["a" /* default */])(!!_), drag) : touchable;
JNTHN/cro
…/app.js :60915:
/* harmony default export */ __webpack_exports__["a"] = (function(node, touches, identifier) {
JNTHN/cro
…/app.js :60916:
if (arguments.length < 3) identifier = touches, touches = Object(__WEBPACK_IMPORTED_MODULE_0__sourceEvent__["a" /* default */])().changedTouches;
JNTHN/cro
…/app.js :60918:
for (var i = 0, n = touches ? touches.length : 0, touch; i < n; ++i) {
JNTHN/cro
…/app.js :60919:
if ((touch = touches[i]).identifier === identifier) {
JNTHN/cro
…/app.js :60920:
return Object(__WEBPACK_IMPORTED_MODULE_1__point__["a" /* default */])(node, touch);
JNTHN/cro
…/app.js :60938:
/* harmony default export */ __webpack_exports__["a"] = (function(node, touches) {
JNTHN/cro
…/app.js :60939:
if (touches == null) touches = Object(__WEBPACK_IMPORTED_MODULE_0__sourceEvent__["a" /* default */])().touches;
JNTHN/cro
…/app.js :60941:
for (var i = 0, n = touches ? touches.length : 0, points = new Array(n); i < n; ++i) {
JNTHN/cro
…/app.js :60942:
points[i] = Object(__WEBPACK_IMPORTED_MODULE_1__point__["a" /* default */])(node, touches[i]);
JNTHN/cro
…/app.js :71154:
return "ontouchstart" in this;
JNTHN/cro
…/app.js :71161:
touchable = defaultTouchable,
JNTHN/cro
…/app.js :71172:
touchstarting,
JNTHN/cro
…/app.js :71173:
touchending,
JNTHN/cro
…/app.js :71174:
touchDelay = 500,
JNTHN/cro
…/app.js :71184:
.filter(touchable)
JNTHN/cro
…/app.js :71185:
.on("touchstart.zoom", touchstarted)
JNTHN/cro
…/app.js :71186:
.on("touchmove.zoom", touchmoved)
JNTHN/cro
…/app.js :71187:
.on("touchend.zoom touchcancel.zoom", touchended)
JNTHN/cro
…/app.js :71188:
.style("touch-action", "none")
JNTHN/cro
…/app.js :71321:
if (this.touch0 && key !== "touch") this.touch0[1] = transform.invert(this.touch0[0]);
JNTHN/cro
…/app.js :71322:
if (this.touch1 && key !== "touch") this.touch1[1] = transform.invert(this.touch1[0]);
JNTHN/cro
…/app.js :71377:
if (touchending || !filter.apply(this, arguments)) return;
JNTHN/cro
…/app.js :71420:
function touchstarted() {
JNTHN/cro
…/app.js :71423:
touches = __WEBPACK_IMPORTED_MODULE_3_d3_selection__["c" /* event */].changedTouches,
JNTHN/cro
…/app.js :71425:
n = touches.length, i, t, p;
JNTHN/cro
…/app.js :71429:
t = touches[i], p = Object(__WEBPACK_IMPORTED_MODULE_3_d3_selection__["o" /* touch */])(this, touches, t.identifier);
JNTHN/cro
…/app.js :71431:
if (!g.touch0) g.touch0 = p, started = true;
JNTHN/cro
…/app.js :71432:
else if (!g.touch1) g.touch1 = p;
JNTHN/cro
…/app.js :71436:
if (touchstarting) {
JNTHN/cro
…/app.js :71437:
touchstarting = clearTimeout(touchstarting);
JNTHN/cro
…/app.js :71438:
if (!g.touch1) {
JNTHN/cro
…/app.js :71447:
touchstarting = setTimeout(function() { touchstarting = null; }, touchDelay);
JNTHN/cro
…/app.js :71453:
function touchmoved() {
JNTHN/cro
…/app.js :71455:
touches = __WEBPACK_IMPORTED_MODULE_3_d3_selection__["c" /* event */].changedTouches,
JNTHN/cro
…/app.js :71456:
n = touches.length, i, t, p, l;
JNTHN/cro
…/app.js :71459:
if (touchstarting) touchstarting = clearTimeout(touchstarting);
JNTHN/cro
…/app.js :71461:
t = touches[i], p = Object(__WEBPACK_IMPORTED_MODULE_3_d3_selection__["o" /* touch */])(this, touches, t.identifier);
JNTHN/cro
…/app.js :71462:
if (g.touch0 && g.touch0[2] === t.identifier) g.touch0[0] = p;
JNTHN/cro
…/app.js :71463:
else if (g.touch1 && g.touch1[2] === t.identifier) g.touch1[0] = p;
JNTHN/cro
…/app.js :71466:
if (g.touch1) {
JNTHN/cro
…/app.js :71467:
var p0 = g.touch0[0], l0 = g.touch0[1],
JNTHN/cro
…/app.js :71468:
p1 = g.touch1[0], l1 = g.touch1[1],
JNTHN/cro
…/app.js :71475:
else if (g.touch0) p = g.touch0[0], l = g.touch0[1];
JNTHN/cro
…/app.js :71477:
g.zoom("touch", constrain(translate(t, p, l), g.extent));
JNTHN/cro
…/app.js :71480:
function touchended() {
JNTHN/cro
…/app.js :71482:
touches = __WEBPACK_IMPORTED_MODULE_3_d3_selection__["c" /* event */].changedTouches,
JNTHN/cro
…/app.js :71483:
n = touches.length, i, t;
JNTHN/cro
…/app.js :71486:
if (touchending) clearTimeout(touchending);
JNTHN/cro
…/app.js :71487:
touchending = setTimeout(function() { touchending = null; }, touchDelay);
JNTHN/cro
…/app.js :71489:
t = touches[i];
JNTHN/cro
…/app.js :71490:
if (g.touch0 && g.touch0[2] === t.identifier) delete g.touch0;
JNTHN/cro
…/app.js :71491:
else if (g.touch1 && g.touch1[2] === t.identifier) delete g.touch1;
JNTHN/cro
…/app.js :71493:
if (g.touch1 && !g.touch0) g.touch0 = g.touch1, delete g.touch1;
JNTHN/cro
…/app.js :71494:
if (g.touch0) g.touch0[1] = this.__zoom.invert(g.touch0[0]);
JNTHN/cro
…/app.js :71506:
zoom.touchable = function(_) {
JNTHN/cro
…/app.js :71507:
return arguments.length ? (touchable = typeof _ === "function" ? _ : Object(__WEBPACK_IMPORTED_MODULE_5__constant__["a" /* default */])(!!_), zoom) : touchable;
JNTHN/cro
…/app.js :80826:
process.env.NODE_ENV !== 'production' ? __WEBPACK_IMPORTED_MODULE_9_warning___default()(!(trigger === 'hover'), '[react-bootstrap] Specifying o…
JSTOWE/Audio-Liquidsoap
…/README.md :25:
last argument,) untouched.) Or you can replace it with:
KAJI/App-Platform
…/overview.rst :8:
With this tool you can configure container with single yaml file and you get configured development environment running instantly. Host files can be …
LEONT/Getopt-Long
…/README.md :77:
The call to `get-options()` parses the command line arguments that are present in `@*ARGS` and sets the option variable to the value `True` if the op…
LEONT/Getopt-Long
…/Long.pm :545:
variable is not touched. Setting the option value to true is often
MARTIMM/GTK-V3
…/GdkEvent.pm6 :88:
=item GDK_PROXIMITY_IN; an input device has moved into contact with a sensing surface (e.g. a touchscreen or graphics tablet).
MARTIMM/GTK-V3
…/GdkEvent.pm6 :104:
=item GDK_TOUCH_BEGIN; A new touch event sequence has just started. This event type was added in 3.4.
MARTIMM/GTK-V3
…/GdkEvent.pm6 :105:
=item GDK_TOUCH_UPDATE; A touch event sequence has been updated. This event type was added in 3.4.
MARTIMM/GTK-V3
…/GdkEvent.pm6 :106:
=item GDK_TOUCH_END; A touch event sequence has finished. This event type was added in 3.4.
MARTIMM/GTK-V3
…/GdkEvent.pm6 :107:
=item GDK_TOUCH_CANCEL; A touch event sequence has been canceled. This event type was added in 3.4.
MARTIMM/GTK-V3
…/GdkEvent.pm6 :108:
=item GDK_TOUCHPAD_SWIPE; A touchpad swipe gesture event, the current state is determined by its phase field. This event type was added in 3.18.
MARTIMM/GTK-V3
…/GdkEvent.pm6 :109:
=item GDK_TOUCHPAD_PINCH; A touchpad pinch gesture event, the current state is determined by its phase field. This event type was added in 3.18.
MARTIMM/GTK-V3
…/GtkWidget.pm6 :18:
$start-button.set-tooltip-text('Nooooo don\'t touch that button!!!!!!!');
MELEZHIK/Sparky
…/bootstrap.min.css :11:
*//*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-siz…
MELEZHIK/Sparky
…/bootstrap.min.js :6:
if("undefined"==typeof jQuery)throw new Error("Bootstrap's JavaScript requires jQuery");+function(a){"use strict";var b=a.fn.jquery.split(" ")[0].spl…
MELEZHIK/Sparrowdo
…/sparrowdo :250:
ssh_shell "mkdir -p $sparrow_root && touch $sparrow_root/sparrow.list";
MELEZHIK/Sparrowdo
…/core-dsl.md :221:
# just create (touch) an empty file
MELEZHIK/Sparrowdo
…/core-dsl.md :335:
touch /tmp/sparrow123.txt
MELEZHIK/Sparrowdo
…/sparrowfile :3:
touch /tmp/sparrow123.txt
MELEZHIK/Sparrowform
…/sparrowform :101:
my $cmd = "$c --sparrow_root=/opt/sparrow/sparrowform/$r 1>.sparrowform/reports/$r.txt 2>&1 || touch .sparrowform/failures/$r & "
TIMOTIMO/SDL2-Raw
…/README.md :46:
There's a bunch of functions and structs already covered, but there's also a whole bunch of things I haven't touched at all. If you need any specific part of the API covered, feel free to open a ticket on github or even a pull request!
TIMOTIMO/SDL2-Raw
…/Raw.pm :45:
There's a bunch of functions and structs already covered, but there's also a whole bunch of things I haven't touched at all. If you need any specific part of the API covered, feel free to open a ticket on github or even a pull request!
TYIL/App-Assixt
…/CHANGELOG.md :43:
- `touch` will now add a pod structure at the bottom of `bin`, `lib`, `class`
TYIL/App-Assixt
…/CHANGELOG.md :48:
- `touch meta` has been added to create meta file templates, including a `readme`,
TYIL/App-Assixt
…/README.pod6 :40:
The most basic commands you will want to use are C<new>, C<touch>, and C<push>.
TYIL/App-Assixt
…/README.pod6 :63:
=head3 touch
TYIL/App-Assixt
…/README.pod6 :65:
Using C<touch> you can add new files to your module. While you could use the
TYIL/App-Assixt
…/README.pod6 :66:
regular POSIX C<touch> command for this, you may want to consider using the
TYIL/App-Assixt
…/README.pod6 :73:
The C<touch> command requires two arguments: the type of thing you want to add,
TYIL/App-Assixt
…/README.pod6 :77:
assixt touch class Foo::Bar
TYIL/App-Assixt
…/README.pod6 :78:
assixt touch unit Bar::Foo
TYIL/App-Assixt
…/assixt :26:
=item2 assixt touch bin <name>
TYIL/App-Assixt
…/assixt :27:
=item2 assixt touch class <name>
TYIL/App-Assixt
…/assixt :28:
=item2 assixt touch resource <name>
TYIL/App-Assixt
…/assixt :29:
=item2 assixt touch test <name>
TYIL/App-Assixt
…/assixt :30:
=item2 assixt touch unit <name>
TYIL/App-Assixt
…/Assixt.pm6 :84:
=head2 touch
TYIL/App-Assixt
…/Touch.pm6 :39:
assixt touch <type>
TYIL/App-Assixt
…/Touch.pm6 :80:
assixt touch class Local::Test
TYIL/App-Assixt
…/Touch.pm6 :81:
assixt touch unit Local::Test::Unit
TYIL/App-Assixt
…/Touch.pm6 :82:
assixt touch resource local/resource.txt
TYIL/App-Assixt
…/Touch.pm6 :83:
assixt touch test 01-use-ok
TYIL/App-Assixt
…/Bin.pm6 :20:
err("touch.conflict");
TYIL/App-Assixt
…/Class.pm6 :23:
err("touch.conflict", path => $class.absolute);
TYIL/App-Assixt
…/Class.pm6 :42:
out("touch", type => "class", file => $provide, module => %meta<name>);
TYIL/App-Assixt
…/Meta.pm6 :35:
err("touch.meta", type => $type, docs => $?CLASS.^name);
TYIL/App-Assixt
…/Meta.pm6 :43:
err("touch.conflict", path => $output.absolute);
TYIL/App-Assixt
…/Meta.pm6 :61:
out("touch", type => "meta template", file => $output.basename, module => %meta<name>);
TYIL/App-Assixt
…/Meta.pm6 :88:
assixt touch meta <type>
TYIL/App-Assixt
…/Module.pm6 :23:
err("touch.conflict", path => $lib.absolute);
TYIL/App-Assixt
…/Module.pm6 :42:
out("touch", type => "module", file => $provide, module => %meta<name>);
TYIL/App-Assixt
…/Resource.pm6 :24:
err("touch.conflict", path => $path.absolute);
TYIL/App-Assixt
…/Resource.pm6 :40:
out("touch", type => "resource", file => $path.relative($resources), module => %meta<name>);
TYIL/App-Assixt
…/Test.pm6 :20:
err("touch.conflict", path => $path.absolute);
TYIL/App-Assixt
…/Test.pm6 :33:
out("touch", type => "test", file => $path.basename, module => %meta<name>);
TYIL/App-Assixt
…/Config.pm6 :217:
files created with L<C<touch>|App::Assixt::Commands::Touch> will receive a vim
TYIL/App-Assixt
…/en.yml :54:
No usable README file found! Add a README.pod6 using `assixt touch meta
TYIL/App-Assixt
…/en.yml :69:
touch: >
TYIL/App-Assixt
…/en.yml :71:
touch.conflict: >
TYIL/App-Assixt
…/en.yml :74:
touch.meta: >
TYIL/Config
…/08-unsetting.t.t :22:
ok $config<c>:exists, "'c' remains untouched";
VRURG/OO-Plugin
…/020-method-handling.t :92:
is $inst.bar( "oki-doki" ), '++oki-doki', "bar string return value: untouched original";
VRURG/OO-Plugin
…/020-method-handling.t :93:
is $inst.bar( 42 ), -42, "bar return for param 42: untouched by plugin";
7ojo/perl6-git-simple
…/20-detached.t :18:
run <touch>, "$dir/foo.txt";
Leont/build-graph6
…/basic.t :113:
run('touch', '-d', DateTime.new($time).Str, $filename);
MARTIMM/config-datalang-refine
…/100-refine-toml.t :61:
command = '"touch "`date +%Y`.log'
MARTIMM/config-datalang-refine
…/100-refine-toml.t :62:
c3tick = '"`touch "`date +%Y`.log'
MARTIMM/config-datalang-refine
…/100-refine-toml.t :225:
ok '--command="touch "`date +%Y`.log' ~~ any(@$o),
MARTIMM/config-datalang-refine
…/100-refine-toml.t :227:
ok '--c3tick=\'"`touch "`date +%Y`.log\'' ~~ any(@$o),
MARTIMM/config-datalang-refine
…/200-refine-json.t :68:
"command": "\"touch \"`date +%Y`.log",
MARTIMM/config-datalang-refine
…/200-refine-json.t :69:
"c3tick": "\"`touch \"`date +%Y`.log"
MARTIMM/config-datalang-refine
…/200-refine-json.t :215:
ok '--command="touch "`date +%Y`.log' ~~ any(@$o), 'p3 --command: backtick text';
MARTIMM/config-datalang-refine
…/200-refine-json.t :216:
ok '--c3tick=\'"`touch "`date +%Y`.log\'' ~~ any(@$o), 'p3 --c3tick: backtick text';
MARTIMM/mongo-perl6-driver
…/Server.pm6 :335:
# not needed because the monitor is keeping touch and known the type of the
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :311:
=item ChannelAftertouch
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :313:
=item PolyAftertouch
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :315:
=item Aftertouch
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :505:
Some documentation may refer to this as "after touch", the precise
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :829:
ChannelAftertouch => (1 +< 0x1D),
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :830:
PolyAftertouch => (1 +< 0x1A),
Perl6-Noise-Gang/Audio-PortMIDI
…/PortMIDI.pm :831:
Aftertouch => ((1 +< 0x1D) +| (1 +< 0x1A) ),
TiMBuS/Net--IRC
…/unsmith :144:
Putting final touches on what Seth refers to as "Fagmix 2K10". Sorry Seth, but I'm pretty sure most of these recording artists are straight.
TiMBuS/Net--IRC
…/unsmith :529:
putting the final touches on my proposal for Wizards of the Coast. 5th Ed. Solo Campaign. Slogan: "You got the time, we got the modules"
TiMBuS/Net--IRC
…/unsmith :582:
An apple a day keeps the doctor away? How bout I keep the apples away & I get a doctor a day in return? (not for surgery,just to touch base)
TiMBuS/Net--IRC
…/unsmith :707:
hands touching in a large popcorn is pretty great even if you don't know whose the other one was.
Tux/CSV
…/CSV.pod6 :1146:
the remaining references is left untouched.
ab5tract/Terminal-Print
…/rpg-ui.p6 :1429:
$ui.lv.add-entry("--> Trentis hid behind Torfin and is untouched.");
azawawi/farabi6
…/codemirror.css :140:
the editor. You probably shouldn't touch them. */
azawawi/farabi6
…/codemirror.js :1446:
// Re-set this, in case some other handler touched the
azawawi/farabi6
…/codemirror.js :1541:
on(div, "touchstart", function() {
azawawi/farabi6
…/codemirror.js :1914:
// (and non-touching) ranges, sorted, and an integer that indicates
azawawi/farabi6
…/codemirror.js :3309:
// Used to suppress mouse event handling when a touch happens
azawawi/farabi6
…/codemirror.js :3310:
var touchFinished, prevTouch = {end: 0};
azawawi/farabi6
…/codemirror.js :3313:
touchFinished = setTimeout(function() {d.activeTouch = null;}, 1000);
azawawi/farabi6
…/codemirror.js :3319:
if (e.touches.length != 1) return false;
azawawi/farabi6
…/codemirror.js :3320:
var touch = e.touches[0];
azawawi/farabi6
…/codemirror.js :3321:
return touch.radiusX <= 1 && touch.radiusY <= 1;
azawawi/farabi6
…/codemirror.js :3323:
function farAway(touch, other) {
azawawi/farabi6
…/codemirror.js :3325:
var dx = other.left - touch.left, dy = other.top - touch.top;
azawawi/farabi6
…/codemirror.js :3328:
on(d.scroller, "touchstart", function(e) {
azawawi/farabi6
…/codemirror.js :3330:
clearTimeout(touchFinished);
azawawi/farabi6
…/codemirror.js :3334:
if (e.touches.length == 1) {
azawawi/farabi6
…/codemirror.js :3335:
d.activeTouch.left = e.touches[0].pageX;
azawawi/farabi6
…/codemirror.js :3336:
d.activeTouch.top = e.touches[0].pageY;
azawawi/farabi6
…/codemirror.js :3340:
on(d.scroller, "touchmove", function() {
azawawi/farabi6
…/codemirror.js :3343:
on(d.scroller, "touchend", function(e) {
azawawi/farabi6
…/codemirror.js :3344:
var touch = d.activeTouch;
azawawi/farabi6
…/codemirror.js :3345:
if (touch && !eventInWidget(d, e) && touch.left != null &&
azawawi/farabi6
…/codemirror.js :3346:
!touch.moved && new Date - touch.start < 300) {
azawawi/farabi6
…/codemirror.js :3348:
if (!touch.prev || farAway(touch, touch.prev)) // Single tap
azawawi/farabi6
…/codemirror.js :3350:
else if (!touch.prev.prev || farAway(touch, touch.prev.prev)) // Double tap
azawawi/farabi6
…/codemirror.js :3360:
on(d.scroller, "touchcancel", finishTouch);
azawawi/farabi6
…/codemirror.js :5842:
// links back to the lines they currently touch.
azawawi/farabi6
…/codemirror.js :7838:
// document. If the change touches the same lines as the event, the
azawawi/farabi6
…/codemirror.js :8185:
// Older versions of IE throws unspecified error when touching
azawawi/farabi6
…/codemirror.js :8441:
// LTR text touch each other. This often requires the cursor offset
azawawi/farabi6
…/perl.js :19:
var PERL={ // null - magic touch
azawawi/farabi6
…/shell.js :36:
'touch vi vim wall wc wget who write yes zsh');
azawawi/farabi6
…/sql.js :353:
keywords: set("select alter $elem$ $key$ $value$ add after all analyze and archive as asc before between binary both bucket buckets by cascade ca…
azawawi/farabi6
…/dimmer.min.js :11:
!function(e,i,n,t){"use strict";e.fn.dimmer=function(i){var o,a=e(this),r=(new Date).getTime(),m=[],s=arguments[0],d="string"==typeof s,c=[].slice.ca…
azawawi/farabi6
…/dropdown.min.css :10:
*/.ui.dropdown{cursor:pointer;position:relative;display:inline-block;line-height:1em;tap-highlight-color:transparent;outline:0;text-align:left;-webk…
azawawi/farabi6
…/dropdown.min.js :11:
!function(e,t,n,i){"use strict";e.fn.dropdown=function(o){var a,r=e(this),s=e(n),c=r.selector||"",l="ontouchstart"in n.documentElement,u=(n…
azawawi/farabi6
…/modal.min.css :10:
*/.ui.modal{display:none;position:fixed;z-index:1001;top:50%;left:50%;text-align:left;width:90%;margin-left:-45%;background:#fff;border:none;box-sha…
azawawi/farabi6
…/popup.min.js :11:
!function(e,t,o,n){"use strict";e.fn.popup=function(i){var r,s=e(this),a=e(o),p=s.selector||"",l="ontouchstart"in o.documentElement,u=(new …
azawawi/farabi6
…/sidebar.min.css :10:
*/.ui.sidebar{position:fixed;top:0;left:0;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transition:none;transition:none;will…
azawawi/farabi6
…/sidebar.min.js :11:
!function(e,i,n,t){"use strict";e.fn.sidebar=function(o){var r,s=e(this),a=e(i),l=e(n),c=e("html"),u=e("head"),d=s.selector||"",f=(new Date).getTime(…
azawawi/farabi6
…/state.min.js :11:
!function(e,t,n,a){"use strict";e.fn.state=function(t){var i,o=e(this),s=o.selector||"",r=("ontouchstart"in n.documentElement,(new Date).ge…
azawawi/farabi6
…/semantic.min.css :11:
@import 'https://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic\&subset=latin';\*,:after,:before{box-sizing:inherit}html{box-sizing:b…
azawawi/farabi6
…/semantic.min.js :11:
!function(e,t,n,i){e.site=e.fn.site=function(o){var a,r,s=(new Date).getTime(),c=[],l=arguments[0],u="string"==typeof l,d=[].slice.call(arguments,1),…
azawawi/farabi6
…/semantic.min.js :12:
},instantiate:function(){m.verbose("Storing instance of module",m),S=m,k.data(x,S)},destroy:function(){m.verbose("Destroying previous module",d),k.re…
azawawi/farabi6
…/semantic.min.js :13:
}})):(T.debug("Showing modal with javascript"),D.fadeIn(S.duration,S.easing,function(){S.onVisible.apply(j),T.add.keyboardShortcuts(),T.save.focus(),…
azawawi/farabi6
…/semantic.min.js :15:
}(jQuery,window,document),function(e,t,n,i){"use strict";e.fn.sidebar=function(o){var a,r=e(this),s=e(t),c=e(n),l=e("html"),u=e("head"),d=r.selector|…
azawawi/farabi6
…/semantic.min.js :17:
})},bindEvents:function(){s.keyboardShortcuts&&l.on("keydown"+m,t.event.field.keydown),o.on("submit"+m,t.validate.form),l.on("blur"+m,t.event.field.b…
azawawi/farabi6
…/perl6-mode.js :8:
// null - magic touch
azawawi/perl6-gtk-scintilla
…/ScintillaDoc.html :4452:
<td>A 2-pixel thick underline located at the bottom of the line to try to avoid touching the character base.
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :1648:
indicators with this style on contiguous lines may touch. INDIC_TEXTFORE changes the text foreground colour.
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :3262:
On Cocoa, limit horizontal touch scrolling to existing established width.
azawawi/perl6-gtk-scintilla
…/ScintillaGTK.cxx :558:
// On Wayland, touch pads only produce smooth scroll events
azawawi/perl6-gtk-scintilla
…/makefile :21:
RANLIB = touch
azawawi/perl6-ncurses
…/NCurses.pm6 :503:
sub is_linetouched(WINDOW,int32) returns int32 is native(&library) is export {*};
azawawi/perl6-ncurses
…/NCurses.pm6 :505:
sub is_wintouched(WINDOW) returns int32 is native(&library) is export {*};
azawawi/perl6-ncurses
…/NCurses.pm6 :713:
sub slk_touch() returns int32 is native(&library) is export {*};
azawawi/perl6-ncurses
…/NCurses.pm6 :733:
sub touchline(WINDOW,int32,int32) returns int32 is native(&library) is export {*};
azawawi/perl6-ncurses
…/NCurses.pm6 :735:
sub touchwin(WINDOW) returns int32 is native(&library) is export {*};
azawawi/perl6-ncurses
…/NCurses.pm6 :741:
sub untouchwin(WINDOW) returns int32 is native(&library) is export {*};
azawawi/perl6-ncurses
…/NCurses.pm6 :861:
sub wtouchln(WINDOW,int32,int32,int32) returns int32 is native(&library) is export {*};
azawawi/perl6-net-curl
…/NativeCall.pm6 :881:
# * touch any individual easy handles in any way. We need to define
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :562:
# POST /session/:sessionId/touch/click
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :563:
method touch-click(Str $element) {
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :564:
return self._post( 'touch/click', { element => $element} );
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :567:
# POST /session/:sessionId/touch/down
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :568:
method touch-down(Int $x, Int $y) {
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :569:
return self._post( 'touch/down', { x => $x, y => $y } );
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :572:
# POST /session/:sessionId/touch/up
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :573:
method touch-up(Int $x, Int $y) {
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :574:
return self._post( 'touch/up', { x => $x, y => $y } );
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :577:
# POST session/:sessionId/touch/move
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :578:
method touch-move(Int $x, Int $y) {
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :579:
return self._post( 'touch/move', { x => $x, y => $y } );
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :582:
# POST session/:sessionId/touch/scroll
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :583:
multi method touch-scroll(Str $element, Int $x-offset, Int $y-offset) {
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :585:
'touch/scroll',
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :590:
multi method touch-scroll(Int $x-offset, Int $y-offset) {
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :592:
'touch/scroll',
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :597:
# POST session/:sessionId/touch/doubleclick
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :598:
method touch-double-click(Str $element) {
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :599:
return self._post( 'touch/doubleclick', { element => $element} );
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :602:
# POST session/:sessionId/touch/longclick
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :603:
method touch-long-click(Str $element) {
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :604:
return self._post( 'touch/longclick', { element => $element} );
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :607:
# POST session/:sessionId/touch/flick
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :608:
multi method touch-flick(
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :615:
'touch/flick',
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :625:
multi method touch-flick(Int $x-speed, Int $y-speed) {
azawawi/perl6-selenium-webdriver
…/Wire.pm6 :627:
'touch/flick',
azawawi/perl6-selenium-webdriver
…/02-phantomjs.t :22:
'dismiss-alert', 'button-down', 'button-up', 'double-click', 'touch-click',
azawawi/perl6-selenium-webdriver
…/02-phantomjs.t :23:
'touch-down', 'touch-up', 'touch-move', 'touch-scroll', 'touch-double-click',
azawawi/perl6-selenium-webdriver
…/02-phantomjs.t :24:
'touch-long-click', 'touch-flick', 'location',
azawawi/perl6-selenium-webdriver
…/05-firefox.t :22:
'dismiss-alert', 'button-down', 'button-up', 'double-click', 'touch-click',
azawawi/perl6-selenium-webdriver
…/05-firefox.t :23:
'touch-down', 'touch-up', 'touch-move', 'touch-scroll', 'touch-double-click',
azawawi/perl6-selenium-webdriver
…/05-firefox.t :24:
'touch-long-click', 'touch-flick', 'location',
azawawi/perl6-selenium-webdriver
…/06-chrome.t :22:
'dismiss-alert', 'button-down', 'button-up', 'double-click', 'touch-click',
azawawi/perl6-selenium-webdriver
…/06-chrome.t :23:
'touch-down', 'touch-up', 'touch-move', 'touch-scroll', 'touch-double-click',
azawawi/perl6-selenium-webdriver
…/06-chrome.t :24:
'touch-long-click', 'touch-flick', 'location',
azawawi/perl6-selenium-webdriver
…/07-blackberry.t :22:
'dismiss-alert', 'button-down', 'button-up', 'double-click', 'touch-click',
azawawi/perl6-selenium-webdriver
…/07-blackberry.t :23:
'touch-down', 'touch-up', 'touch-move', 'touch-scroll', 'touch-double-click',
azawawi/perl6-selenium-webdriver
…/07-blackberry.t :24:
'touch-long-click', 'touch-flick', 'location',
cedric-vincent/kains
…/README.txt :313:
$ touch ~/alternate_hosts
dagurval/perl6-gd-raw
…/bug00100.t :140:
# M (bridge) not touching bottom boundary
fayland/perl6-Cache-LRU
…/LRU.pm :9:
method touch() { $!ref++ }
fayland/perl6-Cache-LRU
…/LRU.pm :56:
$entry.touch();
hankache/perl6-Imlib2
…/Imlib2.pod :1112:
otherwise the destination alpha channel is left untouched.
jonathanstowe/Audio-Liquidsoap
…/README.md :25:
last argument,) untouched.) Or you can replace it with:
labster/p6-IO-Path-More
…/README.md :20:
$path3.touch; # makes an empty "quux.txt" file
labster/p6-IO-Path-More
…/README.md :76:
* touch (needs utime)
labster/p6-IO-Path-More
…/More.pm :40:
method touch {
labster/p6-IO-Path-More
…/00-more.t :8:
<append inode device next previous mkpath rmtree remove touch stat find>;
masak/xml-writer
…/Writer.pm :117:
Likely several. If any of them bites you, please get in touch and we'll see
melezhik/perl6-sparrowdo-rvm
…/Rvm.pm6 :17:
bash "test -f /tmp/sparrow-cache/gpg-import.ok || curl -ksSL https://rvm.io/mpapis.asc | gpg2 --import - && touch /tmp/sparrow-cache/gpg-import.ok";
perl6/doc
…/jquery-3.1.1.min.js :3:
a.removeEventListener("load",R),r.ready()}"complete"===d.readyState||"loading"!==d.readyState&&!d.documentElement.doScroll?a.setTimeout(r.ready):(d.a…
perl6/doc
…/nativecall.pod6 :966:
However, a class can have methods and C<NativeCall> does not 'touch' them for mapping to C.
perl6/doc
…/operators.pod6 :221:
value untouched and instead returns the resultant string.
perl6/doc
…/traps.pod6 :578:
run «touch $x»; # ← WRONG; assumption that only one file will be created
perl6/doc
…/traps.pod6 :579:
run «touch $y»; # ← WRONG; will touch file ‘foo’ and ‘bar’
perl6/doc
…/traps.pod6 :580:
run «touch "$y"»; # ← WRONG; better, but has a different issue if $y starts with -
perl6/doc
…/traps.pod6 :581:
run «touch -- "$y"»; # ← KINDA OK; it works but there is no good enough reason to do that
perl6/doc
…/traps.pod6 :582:
run ‘touch’, ‘--’, $y; # ← RIGHT; explicit and *always* correct
perl6/doc
…/traps.pod6 :583:
run <touch -->, $y; # ← RIGHT; < > are OK, this is short and correct
perl6/doc
…/traps.pod6 :1559:
run ‘touch’, ‘--’, $file; # RIGHT
perl6/doc
…/traps.pod6 :1560:
run <touch -->, $file; # RIGHT
perl6/doc
…/traps.pod6 :1562:
run «touch -- "$file"»; # RIGHT but WRONG if you forget quotes
perl6/doc
…/traps.pod6 :1563:
run «touch -- $file»; # WRONG; touches ‘--my’, ‘arbitrary’ and ‘filename’
perl6/doc
…/traps.pod6 :1564:
run ‘touch’, $file; # WRONG; error from `touch`
perl6/doc
…/traps.pod6 :1565:
run «touch "$file"»; # WRONG; error from `touch`
perl6/doc
…/IO.pod6 :42:
L«C<Failure>|/type/Failure» and leaves C<$*CWD> untouched.
perl6/doc
…/IO.pod6 :83:
L«C<Failure>|/type/Failure» and leaves C<$*CWD> untouched.
perl6/doc
…/Proc.pod6 :171:
run 'touch', '>foo.txt'; # Create a file named >foo.txt
perl6/doc
…/Proc.pod6 :181:
run ‘touch’, ‘--’, $file; # RIGHT
perl6/doc
…/Proc.pod6 :182:
run <touch -->, $file; # RIGHT
perl6/doc
…/Proc.pod6 :184:
run «touch -- "$file"»; # RIGHT but WRONG if you forget quotes
perl6/doc
…/Proc.pod6 :185:
run «touch -- $file»; # WRONG; touches ‘--my’, ‘arbitrary’ and ‘filename’
perl6/doc
…/Proc.pod6 :186:
run ‘touch’, $file; # WRONG; error from `touch`
perl6/doc
…/Proc.pod6 :187:
run «touch "$file"»; # WRONG; error from `touch`
perl6/doc
…/trigger-rebuild.txt :4:
touch ~/force-update
perl6/p6-sake
…/IO.pm6 :23:
my &touch = -> $filename { run <touch -->, $filename };
perl6/p6-sake
…/IO.pm6 :24:
touch $.name.IO;
perl6/p6-sake
…/22-files.t :12:
ok .add(‘foo’).e, ‘file was touched’;
perl6/p6-sake
…/22-files.t :18:
ok .add(‘foo’).e, ‘file was touched (file sub)’;
perl6/p6-sake
…/22-files.t :29:
ok .add(‘foo’).e.not, ‘file not touched with failed Procs’;
perl6/p6-sake
…/35-security.t :13:
ok .add(「`echo foo`」).e, ‘file was touched’;
perl6/p6-sake
…/35-security.t :19:
ok .add(「--foo」).e, ‘file was touched’;
perl6/whateverable
…/Output.pm6 :27:
# Generally it's not a great idea to touch this sub. It works as is
perl6/whateverable
…/Reportable.p6 :243:
my $touched = +@sections.map(*.value).flat.unique;
perl6/whateverable
…/Reportable.p6 :244:
take “Number of tickets touched: **$touched**”;
perl6/whateverable
…/Unicodable.p6 :140:
# ↓ do not touch these three lines
shuppet/p6-api-discord
…/Channel.pm6 :124:
$.api.rest.touch(endpoint-for(self, 'pinned-message', message-id => $message.id));
shuppet/p6-api-discord
…/HTTPResource.pm6 :103:
method touch(Str $endpoint) returns Promise {
skids/perl6-Control-Bail
…/README.md :133:
# If there was a touchdown there is cheering
skids/perl6-Control-Bail
…/README.md :139:
# The QB always gets taunted, unless there was a touchdown.
skids/perl6-Control-Bail
…/README.md :141:
# If there was no touchdown, the failure is thrown.
skids/perl6-Control-Bail
…/README.md :149:
say "touchdown!";
skids/perl6-Control-Bail
…/Bail.pm6 :7:
# If there was a touchdown there is cheering
skids/perl6-Control-Bail
…/Bail.pm6 :15:
# The QB always gets taunted, unless there was a touchdown.
skids/perl6-Control-Bail
…/Bail.pm6 :17:
# If there was no touchdown, the failure is thrown.
skids/perl6-Control-Bail
…/Bail.pm6 :26:
say "touchdown!";
skids/perl6sum
…/librhash.pm6 :111:
# We offer this as a raw API but do not touch it ourselves, because as
softmoth/p6-Template-Mustache
…/delimiters.json :1:
{"__ATTN__":"Do not edit this file; changes belong in the appropriate YAML file.","overview":"Set Delimiter tags are used to change the tag delimiter…
softmoth/p6-Template-Mustache
…/partials.json :1:
{"__ATTN__":"Do not edit this file; changes belong in the appropriate YAML file.","overview":"Partial tags are used to expand an external template in…
spebern/Parser-FreeXL-Native
…/Makefile.in :417:
touch $@
spebern/Parser-FreeXL-Native
…/configure :10321:
touch conftest.a
spebern/Parser-FreeXL-Native
…/configure :15453:
touch conftest.a
spebern/Parser-FreeXL-Native
…/depcomp :503:
touch "$tmpdepfile"
spebern/Parser-FreeXL-Native
…/libtool.m4 :1975:
touch conftest.a
spebern/Parser-FreeXL-Native
…/missing :77:
aclocal touch file \`aclocal.m4'
spebern/Parser-FreeXL-Native
…/missing :78:
autoconf touch file \`configure'
spebern/Parser-FreeXL-Native
…/missing :79:
autoheader touch file \`config.h.in'
spebern/Parser-FreeXL-Native
…/missing :80:
autom4te touch the output file, or create a stub one
spebern/Parser-FreeXL-Native
…/missing :81:
automake touch all \`Makefile.in' files
spebern/Parser-FreeXL-Native
…/missing :84:
help2man touch the output file
spebern/Parser-FreeXL-Native
…/missing :86:
makeinfo touch the output file
spebern/Parser-FreeXL-Native
…/missing :156:
touch aclocal.m4
spebern/Parser-FreeXL-Native
…/missing :165:
touch configure
spebern/Parser-FreeXL-Native
…/missing :176:
touch_files=
spebern/Parser-FreeXL-Native
…/missing :179:
*:*) touch_files="$touch_files "`echo "$f" |
spebern/Parser-FreeXL-Native
…/missing :181:
*) touch_files="$touch_files $f.in";;
spebern/Parser-FreeXL-Native
…/missing :184:
touch $touch_files
spebern/Parser-FreeXL-Native
…/missing :195:
while read f; do touch "$f"; done
spebern/Parser-FreeXL-Native
…/missing :209:
touch $file
spebern/Parser-FreeXL-Native
…/missing :284:
touch $file
spebern/Parser-FreeXL-Native
…/missing :300:
# The file to touch is that specified with -o ...
spebern/Parser-FreeXL-Native
…/missing :316:
# let's fail without touching anything.
spebern/Parser-FreeXL-Native
…/missing :318:
touch $file
spitsh/spitsh
…/CHANGELOG.md :181:
- `File.touch` returns a Bool
spitsh/spitsh
…/CHANGELOG.md :263:
- Renamed File.create to File.touch
spitsh/spitsh
…/File.md :258:
## touch
spitsh/spitsh
…/File.md :259:
>method touch()
spitsh/spitsh
…/File.md :261:
Calls `touch(1)` on the file.
spitsh/spitsh
…/File.md :263:
.touch unless File<foo.txt>
spitsh/spitsh
…/reserved.txt :652:
touch
spitsh/spitsh
…/File.sp :113:
#| Calls `touch(1)` on the file.
spitsh/spitsh
…/File.sp :114:
#|{ .touch unless File<foo.txt> }
spitsh/spitsh
…/File.sp :115:
method touch? {
spitsh/spitsh
…/File.sp :117:
${touch $self}
spitsh/spitsh
…/Pkg.sp :39:
# "partial" seems to get touched whenever apt-get update is run
spitsh/spitsh
…/archive.t :4:
$to-archive.add('foo.txt').touch;
spitsh/spitsh
…/basic.t :12:
$file.touch;
spitsh/spitsh
…/basic.t :13:
ok $file.exists,'.touch creates the file';
spitsh/spitsh
…/find.t :25:
$under.add($_).touch; #ew
spitsh/spitsh
…/cleanup.t :8:
.touch for $cleanup1, $cleanup2;
spitsh/spitsh
…/str.t :97:
$to-archive.add('foo.txt').touch;
spitsh/spitsh
…/30-build-image.t :13:
ok $b.exec( eval{$foo.touch} ), '.run file touched';
szabgab/Perl6-Maven
…/bootstrap-dropdown.js :155:
.on('click.dropdown.data-api touchstart.dropdown.data-api', clearMenus)
szabgab/Perl6-Maven
…/bootstrap-dropdown.js :156:
.on('click.dropdown touchstart.dropdown.data-api', '.dropdown form', function (e) { e.stopPropagation() })
szabgab/Perl6-Maven
…/bootstrap-dropdown.js :157:
.on('touchstart.dropdown.data-api', '.dropdown-menu', function (e) { e.stopPropagation() })
szabgab/Perl6-Maven
…/bootstrap-dropdown.js :158:
.on('click.dropdown.data-api touchstart.dropdown.data-api' , toggle, Dropdown.prototype.toggle)
szabgab/Perl6-Maven
…/bootstrap-dropdown.js :159:
.on('keydown.dropdown.data-api touchstart.dropdown.data-api', toggle + ', [role=menu]' , Dropdown.prototype.keydown)
szabgab/Perl6-Maven
…/header.tmpl :20:
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="https://maxcdn.bootstrapcdn.com/bootstrap/2.0.4/ico/apple-touch-icon-144-precomposed.png">
szabgab/Perl6-Maven
…/header.tmpl :21:
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="https://maxcdn.bootstrapcdn.com/bootstrap/2.0.4/ico/apple-touch-icon-114-precomposed.png">
szabgab/Perl6-Maven
…/header.tmpl :22:
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="https://maxcdn.bootstrapcdn.com/bootstrap/2.0.4/ico/apple-touch-icon-72-precomposed.png">
szabgab/Perl6-Maven
…/header.tmpl :23:
<link rel="apple-touch-icon-precomposed" href="https://maxcdn.bootstrapcdn.com/bootstrap/2.0.4/ico/apple-touch-icon-57-precomposed.png">
taboege/p6-SAT-Solver-MiniSAT
…/ReleaseNotes-2.2.0.txt :45:
be detected without touching the clause's memory at all. As often
taboege/p6-SAT-Solver-MiniSAT
…/SimpSolver.cc :63:
, n_touched (0)
taboege/p6-SAT-Solver-MiniSAT
…/SimpSolver.cc :87:
touched .insert(v, 0);
taboege/p6-SAT-Solver-MiniSAT
…/SimpSolver.cc :177:
touched[var(c[i])] = 1;
taboege/p6-SAT-Solver-MiniSAT
…/SimpSolver.cc :178:
n_touched++;
taboege/p6-SAT-Solver-MiniSAT
…/SimpSolver.cc :294:
if (n_touched == 0) return;
taboege/p6-SAT-Solver-MiniSAT
…/SimpSolver.cc :302:
if (touched[i]){
taboege/p6-SAT-Solver-MiniSAT
…/SimpSolver.cc :309:
touched[i] = 0;
taboege/p6-SAT-Solver-MiniSAT
…/SimpSolver.cc :316:
n_touched = 0;
taboege/p6-SAT-Solver-MiniSAT
…/SimpSolver.cc :604:
while (n_touched > 0 || bwdsub_assigns < trail.size() || elim_heap.size() > 0){
taboege/p6-SAT-Solver-MiniSAT
…/SimpSolver.cc :616:
assert(n_touched == 0);
taboege/p6-SAT-Solver-MiniSAT
…/SimpSolver.cc :653:
touched .clear(true);
taboege/p6-SAT-Solver-MiniSAT
…/SimpSolver.h :138:
VMap<char> touched;
taboege/p6-SAT-Solver-MiniSAT
…/SimpSolver.h :148:
int n_touched;
tadzik/Shell-Command
…/Command.pm :42:
sub touch(*@files) is export {
tadzik/panda
…/Command.pm :42:
sub touch(*@files) is export {
thundergnat/X11-Xdo
…/01-search.t :34:
Probably should avoid touching the mouse and keyboard completely until then if possible.
tony-o/perl6-html-parser-xml
…/advent.html :48:
<link rel="apple-touch-icon-precomposed" href="http://s0.wp.com/i/webclip.png?m=1391188133g" />
viklund/november
…/modification.t :11:
run 'touch t/storage/data/modifications/empty-file';
zengargoyle/p6-Algorithm-Trie-libdatrie
…/trie.c :395:
* return failure and the existing value will not be touched.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment