Home
last modified time | relevance | path

Searched refs:signal (Results 1 – 25 of 70) sorted by relevance

123

/template/strap/vendor/symfony/process/
H A DProcess.php507 * @param int $signal A valid POSIX signal (see https://php.net/pcntl.constants)
515 public function signal(int $signal) function in Symfony\\Component\\Process\\Process
517 $this->doSignal($signal, true);
914 …* @param int|null $signal A POSIX signal to send in case the process has not stop at timeout, de…
918 public function stop(float $timeout = 10, ?int $signal = null) argument
931 $this->doSignal($signal ?: 9, false);
939 return $this->stop(0, $signal);
1505 * @param int $signal A valid POSIX signal (see https://php.net/pcntl.constants)
1512 private function doSignal(int $signal, bool $throwException): bool argument
1533 $ok = @proc_terminate($this->process, $signal);
[all …]
H A DCHANGELOG.md98 * added Process::signal()
/template/strap/resources/snippet/js/
H A Dcombo-popover.js71 { signal: areaListener.signal } property
/template/strap/
H A Dyarn.lock357 signal-exit "^4.1.0"
774 signal-exit@^4.1.0:
776 resolved "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz"
/template/breeze/bower_components/gumby/sass/var/icons/
D_entypo-icon-list.scss169 icon-signal $entypo-icon-signal,
D_entypo.scss170 $entypo-icon-signal: \1f4f6; // \1f4f6
/template/templar/less/
Dsprites.less69 .icon-signal { background-position: -408px 0; }
/template/mikio/icons/elusive/css/
H A Delusive-icons.min.css4 …sign:before{content:"\f1f1"}.el-shopping-cart:before{content:"\f1f2"}.el-signal:before{content:"\f…
/template/boozurk/css/
Dfont-awesome.min.css24 …n-zoom-out:before{content:"\f010"}.icon-off:before{content:"\f011"}.icon-signal:before{content:"\f…
Dfont-awesome.css408 .icon-signal:before {
/template/drop/font-awesome/css/
Dfont-awesome.css237 .fa-signal:before {
Dfont-awesome.min.css6 …ch-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f…
/template/argon/assets/css/
Dfont-awesome.css291 .fa-signal:before {
/template/parallax/lib/css/
Dfont-awesome.min.css4 …ch-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f…
/template/argon-alt/assets/css/
Dfont-awesome.css291 .fa-signal:before {
/template/mikio/icons/fontawesome/css/
H A Dall.min.css4 …ch-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f…
/template/breeze/bower_components/gumby/css/
Dgumby.css391 .icon-signal.icon-left a:before, .icon-signal.icon-right a:after, i.icon-signal:before { content: "…
/template/breeze/css/
Dgumby.css392 .icon-signal.icon-left a:before, .icon-signal.icon-right a:after, i.icon-signal:before { content: "…
/template/mikio/icons/fontawesome5/css/
H A Dall.min.css5 …guage:before{content:"\f2a7"}.fa-sign-out-alt:before{content:"\f2f5"}.fa-signal:before{content:"\f…
/template/dokui/css/
Duikit.min.css27 …efore{content:"\f010"}.uk-icon-power-off:before{content:"\f011"}.uk-icon-signal:before{content:"\f…
Duikit.docs.min.css55 …efore{content:"\f010"}.uk-icon-power-off:before{content:"\f011"}.uk-icon-signal:before{content:"\f…
/template/writr/css/
Dbootstrap-icons.less1408 .bi-signal::before { content: "\f664"; }
/template/dokubootstrapsimplified/css/
Dbootstrap-readable.min.css1 …:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e…
Dbootstrap-cosmo.min.css1 …:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e…
Dbootstrap-cyborg.min.css1 …:before{content:"\e016"}.glyphicon-off:before{content:"\e017"}.glyphicon-signal:before{content:"\e…

123