From 5ffd1c19b97adae8020c8104b3b463d3d27367b7 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 27 May 2019 07:43:39 +0200 Subject: v1.0.6 --- REFLECTION | 70 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 35 insertions(+), 35 deletions(-) (limited to 'REFLECTION') diff --git a/REFLECTION b/REFLECTION index da7f736..788bf5a 100644 --- a/REFLECTION +++ b/REFLECTION @@ -1,4 +1,4 @@ -Extension [ extension #84 ev version 1.0.4 ] { +Extension [ extension #93 ev version 1.0.6 ] { - Dependencies { Dependency [ sockets (Optional) ] @@ -8,40 +8,40 @@ Extension [ extension #84 ev version 1.0.4 ] { Class [ final class Ev ] { - Constants [34] { - Constant [ integer FLAG_AUTO ] { 0 } - Constant [ integer FLAG_NOENV ] { 16777216 } - Constant [ integer FLAG_FORKCHECK ] { 33554432 } - Constant [ integer FLAG_NOINOTIFY ] { 1048576 } - Constant [ integer FLAG_SIGNALFD ] { 2097152 } - Constant [ integer FLAG_NOSIGMASK ] { 4194304 } - Constant [ integer RUN_NOWAIT ] { 1 } - Constant [ integer RUN_ONCE ] { 2 } - Constant [ integer BREAK_CANCEL ] { 0 } - Constant [ integer BREAK_ONE ] { 1 } - Constant [ integer BREAK_ALL ] { 2 } - Constant [ integer MINPRI ] { -2 } - Constant [ integer MAXPRI ] { 2 } - Constant [ integer READ ] { 1 } - Constant [ integer WRITE ] { 2 } - Constant [ integer TIMER ] { 256 } - Constant [ integer PERIODIC ] { 512 } - Constant [ integer SIGNAL ] { 1024 } - Constant [ integer CHILD ] { 2048 } - Constant [ integer STAT ] { 4096 } - Constant [ integer IDLE ] { 8192 } - Constant [ integer PREPARE ] { 16384 } - Constant [ integer CHECK ] { 32768 } - Constant [ integer EMBED ] { 65536 } - Constant [ integer CUSTOM ] { 16777216 } - Constant [ integer ERROR ] { -2147483648 } - Constant [ integer BACKEND_SELECT ] { 1 } - Constant [ integer BACKEND_POLL ] { 2 } - Constant [ integer BACKEND_EPOLL ] { 4 } - Constant [ integer BACKEND_KQUEUE ] { 8 } - Constant [ integer BACKEND_DEVPOLL ] { 16 } - Constant [ integer BACKEND_PORT ] { 32 } - Constant [ integer BACKEND_ALL ] { 63 } - Constant [ integer BACKEND_MASK ] { 65535 } + Constant [ public integer FLAG_AUTO ] { 0 } + Constant [ public integer FLAG_NOENV ] { 16777216 } + Constant [ public integer FLAG_FORKCHECK ] { 33554432 } + Constant [ public integer FLAG_NOINOTIFY ] { 1048576 } + Constant [ public integer FLAG_SIGNALFD ] { 2097152 } + Constant [ public integer FLAG_NOSIGMASK ] { 4194304 } + Constant [ public integer RUN_NOWAIT ] { 1 } + Constant [ public integer RUN_ONCE ] { 2 } + Constant [ public integer BREAK_CANCEL ] { 0 } + Constant [ public integer BREAK_ONE ] { 1 } + Constant [ public integer BREAK_ALL ] { 2 } + Constant [ public integer MINPRI ] { -2 } + Constant [ public integer MAXPRI ] { 2 } + Constant [ public integer READ ] { 1 } + Constant [ public integer WRITE ] { 2 } + Constant [ public integer TIMER ] { 256 } + Constant [ public integer PERIODIC ] { 512 } + Constant [ public integer SIGNAL ] { 1024 } + Constant [ public integer CHILD ] { 2048 } + Constant [ public integer STAT ] { 4096 } + Constant [ public integer IDLE ] { 8192 } + Constant [ public integer PREPARE ] { 16384 } + Constant [ public integer CHECK ] { 32768 } + Constant [ public integer EMBED ] { 65536 } + Constant [ public integer CUSTOM ] { 16777216 } + Constant [ public integer ERROR ] { -2147483648 } + Constant [ public integer BACKEND_SELECT ] { 1 } + Constant [ public integer BACKEND_POLL ] { 2 } + Constant [ public integer BACKEND_EPOLL ] { 4 } + Constant [ public integer BACKEND_KQUEUE ] { 8 } + Constant [ public integer BACKEND_DEVPOLL ] { 16 } + Constant [ public integer BACKEND_PORT ] { 32 } + Constant [ public integer BACKEND_ALL ] { 63 } + Constant [ public integer BACKEND_MASK ] { 65535 } } - Static properties [0] { -- cgit