Home
last modified time | relevance | path

Searched refs:polls (Results 1 – 25 of 1736) sorted by relevance

12345678910>>...70

/dports/www/phpgroupware/phpgroupware-0.9.16.017/polls/setup/
H A Dphpgw_ja.lang1 add answer to poll polls ja �����ɲ�
2 add answers polls ja �����ɲ�
4 add questions polls ja �����ɲ�
6 answer polls ja ����
9 answers polls ja ����
12 edit answer polls ja �����Խ�
18 polls common ja �Ż���ɼ
24 total votes polls ja ��ɼ��
25 view poll polls ja ɽ��
26 vote polls ja ��ɼ
[all …]
H A Dphpgw_pl.lang1 add answer to poll polls pl Dodawanie odpowiedzi
2 add answers polls pl Dodaj odpowied�
4 add questions polls pl Dodaj pytanie
6 answer polls pl Odpowied�
9 answers polls pl Odpowiedzi
12 edit answer polls pl Edycja odpowiedzi
16 poll question polls pl Pytanie
18 polls common pl G�osowanie
23 show questions polls pl Poka� pytania
25 view poll polls pl Widok g�osowania
[all …]
H A Dphpgw_en.lang2 add answers polls en Add answers
4 add questions polls en Add questions
6 answer polls en Answer
9 Answers polls en Answers
12 edit answer polls en Edit answer
18 polls common en Polls
22 show answers polls en Show answers
24 total votes polls en Total
25 View poll polls en View poll
26 vote polls en Vote
[all …]
H A Dphpgw_tr.lang1 add answer to poll polls tr Oylamaya cevap ekle
2 add answers polls tr Cevap ekle
4 add questions polls tr Soru ekle
6 answer polls tr Cevap
9 Answers polls tr Cevaplar
12 edit answer polls tr Cevab� d�zenle
18 polls common tr Oylamalar
24 total votes polls tr Toplam
25 View poll polls tr Oylamay� g�r
26 vote polls tr Oy
[all …]
H A Dphpgw_de.lang2 add answers polls de Antwort hinzuf�gen
4 add questions polls de Umfrage hinzuf�gen
6 answer polls de Antwort
7 answers polls de Antworten
12 edit answer polls de Antwort bearbeiten
16 poll question polls de Umfrage Fragen
18 polls common de Umfragen
24 total votes polls de Gesamte Stimmen
25 view poll polls de Umfrage Anzeigen
26 vote polls de Abstimmen
[all …]
H A Dphpgw_fi.lang1 add answer to poll polls fi Uusi vastaus kyselyyn
2 add answers polls fi Lis�� vastauksia
4 add questions polls fi Lis�� kysymyksi�
6 answer polls fi Vastaus
11 edit answer polls fi Muokka vastausta
15 poll question polls fi Kyselyn kysymys
17 polls common fi Kyselyt
21 show answers polls fi N�yt� vastaukset
23 total votes polls fi Yhteens�
24 vote polls fi ��nest�
[all …]
H A Dphpgw_pt.lang2 polls common pt Enquetes
4 add answers polls pt Adicionar respostas
6 add questions polls pt Adicionar perguntas
8 answer polls pt Resposta
13 edit answer polls pt Editar resposta
17 poll question polls pt Perguntas
18 poll settings polls pt Configura��es
22 show answers polls pt Exibir respostas
24 total votes polls pt Total de respostas
25 vote polls pt Responder
[all …]
H A Dphpgw_sv.lang2 add answers polls sv L�gg till svar
6 answer polls sv Svar
9 answers polls sv Svar
12 edit answer polls sv �ndra svar
16 poll question polls sv Pollfr�ga
18 polls common sv Poll:ar
22 show answers polls sv Visa svar
24 total votes polls sv Totalt
25 view poll polls sv Visa poll
26 vote polls sv R�sta
[all …]
H A Dphpgw_fr.lang2 add answers polls fr Ajouter des r�ponses
4 add questions polls fr Ajouter les questions
6 answer polls fr R�ponse
9 Answers polls fr R�ponses
12 edit answer polls fr Modifier la r�ponse
17 poll settings polls fr R�glages Sondages
18 polls common fr Sondages
24 total votes polls fr Votes totaux
25 View poll polls fr Voir le sondage
26 vote polls fr Vote
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/test/
H A Dtest_ncbi_trigger.cpp273 vector<CSocketAPI::SPoll> polls; in Server() local
291 if (polls[i].m_REvent == eIO_Open) in Server()
295 delete polls[i].m_Pollable; in Server()
298 polls[i].m_Pollable = 0; in Server()
301 if (polls[i].m_REvent & eIO_Read) { in Server()
322 polls[n].m_Pollable = 0; in Server()
325 polls.resize(1); in Server()
344 if (n == polls.size()) in Server()
359 if (polls[i].m_REvent & eIO_Read) { in Server()
365 polls[i].m_Pollable = 0; in Server()
[all …]
/dports/security/uacme/uacme-upstream-1.7.1/libev/
H A Dev_poll.c69 array_needsize (struct pollfd, polls, pollmax, pollcnt, array_needsize_noinit); in poll_modify()
70 polls [idx].fd = fd; in poll_modify()
73 assert (polls [idx].fd == fd); in poll_modify()
76 polls [idx].events = in poll_modify()
85 polls [idx] = polls [pollcnt]; in poll_modify()
86 pollidxs [polls [idx].fd] = idx; in poll_modify()
98 res = poll (polls, pollcnt, EV_TS_TO_MSEC (timeout)); in poll_poll()
111 for (p = polls; res; ++p) in poll_poll()
113 assert (("libev: poll returned illegal result, broken BSD kernel?", p < polls + pollcnt)); in poll_poll()
144 polls = 0; pollmax = 0; pollcnt = 0; in poll_init()
[all …]
/dports/mail/rspamd/rspamd-3.1/contrib/libev/
H A Dev_poll.c69 array_needsize (struct pollfd, polls, pollmax, pollcnt, array_needsize_noinit); in poll_modify()
70 polls [idx].fd = fd; in poll_modify()
73 assert (polls [idx].fd == fd); in poll_modify()
76 polls [idx].events = in poll_modify()
85 polls [idx] = polls [pollcnt]; in poll_modify()
86 pollidxs [polls [idx].fd] = idx; in poll_modify()
98 res = poll (polls, pollcnt, EV_TS_TO_MSEC (timeout)); in poll_poll()
111 for (p = polls; res; ++p) in poll_poll()
113 assert (("libev: poll returned illegal result, broken BSD kernel?", p < polls + pollcnt)); in poll_poll()
144 polls = 0; pollmax = 0; pollcnt = 0; in poll_init()
[all …]
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/libev/
H A Dev_poll.c69 array_needsize (struct pollfd, polls, pollmax, pollcnt, array_needsize_noinit); in poll_modify()
70 polls [idx].fd = fd; in poll_modify()
73 assert (polls [idx].fd == fd); in poll_modify()
76 polls [idx].events = in poll_modify()
85 polls [idx] = polls [pollcnt]; in poll_modify()
86 pollidxs [polls [idx].fd] = idx; in poll_modify()
98 res = poll (polls, pollcnt, EV_TS_TO_MSEC (timeout)); in poll_poll()
111 for (p = polls; res; ++p) in poll_poll()
113 assert (("libev: poll returned illegal result, broken BSD kernel?", p < polls + pollcnt)); in poll_poll()
144 polls = 0; pollmax = 0; pollcnt = 0; in poll_init()
[all …]
/dports/net-mgmt/nsca-ng/nsca-ng-1.6/lib/ev/
H A Dev_poll.c67 array_needsize (struct pollfd, polls, pollmax, pollcnt, EMPTY2); in poll_modify()
68 polls [idx].fd = fd; in poll_modify()
71 assert (polls [idx].fd == fd); in poll_modify()
74 polls [idx].events = in poll_modify()
83 polls [idx] = polls [pollcnt]; in poll_modify()
84 pollidxs [polls [idx].fd] = idx; in poll_modify()
96 res = poll (polls, pollcnt, timeout * 1e3); in poll_poll()
109 for (p = polls; res; ++p) in poll_poll()
111 assert (("libev: poll() returned illegal result, broken BSD kernel?", p < polls + pollcnt)); in poll_poll()
139 polls = 0; pollmax = 0; pollcnt = 0; in poll_init()
[all …]
/dports/net-mgmt/nsca-ng-client/nsca-ng-1.6/lib/ev/
H A Dev_poll.c67 array_needsize (struct pollfd, polls, pollmax, pollcnt, EMPTY2); in poll_modify()
68 polls [idx].fd = fd; in poll_modify()
71 assert (polls [idx].fd == fd); in poll_modify()
74 polls [idx].events = in poll_modify()
83 polls [idx] = polls [pollcnt]; in poll_modify()
84 pollidxs [polls [idx].fd] = idx; in poll_modify()
96 res = poll (polls, pollcnt, timeout * 1e3); in poll_poll()
109 for (p = polls; res; ++p) in poll_poll()
111 assert (("libev: poll() returned illegal result, broken BSD kernel?", p < polls + pollcnt)); in poll_poll()
139 polls = 0; pollmax = 0; pollcnt = 0; in poll_init()
[all …]
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/util/verto/
H A Dev_poll.c66 array_needsize (struct pollfd, polls, pollmax, pollcnt, EMPTY2); in poll_modify()
67 polls [idx].fd = fd; in poll_modify()
70 assert (polls [idx].fd == fd); in poll_modify()
73 polls [idx].events = in poll_modify()
82 polls [idx] = polls [pollcnt]; in poll_modify()
83 pollidxs [polls [idx].fd] = idx; in poll_modify()
95 res = poll (polls, pollcnt, timeout * 1e3); in poll_poll()
108 for (p = polls; res; ++p) in poll_poll()
110 assert (("libev: poll() returned illegal result, broken BSD kernel?", p < polls + pollcnt)); in poll_poll()
137 polls = 0; pollmax = 0; pollcnt = 0; in poll_init()
[all …]
/dports/security/krb5/krb5-1.19.2/src/util/verto/
H A Dev_poll.c66 array_needsize (struct pollfd, polls, pollmax, pollcnt, EMPTY2); in poll_modify()
67 polls [idx].fd = fd; in poll_modify()
70 assert (polls [idx].fd == fd); in poll_modify()
73 polls [idx].events = in poll_modify()
82 polls [idx] = polls [pollcnt]; in poll_modify()
83 pollidxs [polls [idx].fd] = idx; in poll_modify()
95 res = poll (polls, pollcnt, timeout * 1e3); in poll_poll()
108 for (p = polls; res; ++p) in poll_poll()
110 assert (("libev: poll() returned illegal result, broken BSD kernel?", p < polls + pollcnt)); in poll_poll()
137 polls = 0; pollmax = 0; pollcnt = 0; in poll_init()
[all …]
/dports/devel/p5-EV/EV-4.33/libev/
H A Dev_poll.c69 array_needsize (struct pollfd, polls, pollmax, pollcnt, array_needsize_noinit); in poll_modify()
70 polls [idx].fd = fd; in poll_modify()
73 assert (polls [idx].fd == fd); in poll_modify()
76 polls [idx].events = in poll_modify()
85 polls [idx] = polls [pollcnt]; in poll_modify()
86 pollidxs [polls [idx].fd] = idx; in poll_modify()
98 res = poll (polls, pollcnt, EV_TS_TO_MSEC (timeout)); in poll_poll()
111 for (p = polls; res; ++p) in poll_poll()
113 assert (("libev: poll returned illegal result, broken BSD kernel?", p < polls + pollcnt)); in poll_poll()
144 polls = 0; pollmax = 0; pollcnt = 0; in poll_init()
[all …]
/dports/devel/pecl-ev/ev-1.1.5/libev/
H A Dev_poll.c69 array_needsize (struct pollfd, polls, pollmax, pollcnt, array_needsize_noinit); in poll_modify()
70 polls [idx].fd = fd; in poll_modify()
73 assert (polls [idx].fd == fd); in poll_modify()
76 polls [idx].events = in poll_modify()
85 polls [idx] = polls [pollcnt]; in poll_modify()
86 pollidxs [polls [idx].fd] = idx; in poll_modify()
98 res = poll (polls, pollcnt, EV_TS_TO_MSEC (timeout)); in poll_poll()
111 for (p = polls; res; ++p) in poll_poll()
113 assert (("libev: poll returned illegal result, broken BSD kernel?", p < polls + pollcnt)); in poll_poll()
144 polls = 0; pollmax = 0; pollcnt = 0; in poll_init()
[all …]
/dports/net/tcpkali/tcpkali-1.1.1/deps/libev/
H A Dev_poll.c66 array_needsize (struct pollfd, polls, pollmax, pollcnt, EMPTY2); in poll_modify()
67 polls [idx].fd = fd; in poll_modify()
70 assert (polls [idx].fd == fd); in poll_modify()
73 polls [idx].events = in poll_modify()
82 polls [idx] = polls [pollcnt]; in poll_modify()
83 pollidxs [polls [idx].fd] = idx; in poll_modify()
95 res = poll (polls, pollcnt, timeout * 1e3); in poll_poll()
108 for (p = polls; res; ++p) in poll_poll()
110 assert (("libev: poll() returned illegal result, broken BSD kernel?", p < polls + pollcnt)); in poll_poll()
137 polls = 0; pollmax = 0; pollcnt = 0; in poll_init()
[all …]
/dports/devel/libev/libev-4.33/
H A Dev_poll.c69 array_needsize (struct pollfd, polls, pollmax, pollcnt, array_needsize_noinit); in poll_modify()
70 polls [idx].fd = fd; in poll_modify()
73 assert (polls [idx].fd == fd); in poll_modify()
76 polls [idx].events = in poll_modify()
85 polls [idx] = polls [pollcnt]; in poll_modify()
86 pollidxs [polls [idx].fd] = idx; in poll_modify()
98 res = poll (polls, pollcnt, EV_TS_TO_MSEC (timeout)); in poll_poll()
111 for (p = polls; res; ++p) in poll_poll()
113 assert (("libev: poll returned illegal result, broken BSD kernel?", p < polls + pollcnt)); in poll_poll()
144 polls = 0; pollmax = 0; pollcnt = 0; in poll_init()
[all …]
/dports/x11/rxvt-unicode/rxvt-unicode-9.30/libev/
H A Dev_poll.c69 array_needsize (struct pollfd, polls, pollmax, pollcnt, array_needsize_noinit); in poll_modify()
70 polls [idx].fd = fd; in poll_modify()
73 assert (polls [idx].fd == fd); in poll_modify()
76 polls [idx].events = in poll_modify()
85 polls [idx] = polls [pollcnt]; in poll_modify()
86 pollidxs [polls [idx].fd] = idx; in poll_modify()
98 res = poll (polls, pollcnt, EV_TS_TO_MSEC (timeout)); in poll_poll()
111 for (p = polls; res; ++p) in poll_poll()
113 assert (("libev: poll returned illegal result, broken BSD kernel?", p < polls + pollcnt)); in poll_poll()
144 polls = 0; pollmax = 0; pollcnt = 0; in poll_init()
[all …]
/dports/www/py-django-cms/django-cms-3.7.1/docs/introduction/
H A D03-integrating_applications.rst33 Incorporate the ``polls`` application
36 Install ``polls``
41 pip install git+http://git@github.com/divio/django-polls.git#egg=polls
53 url(r'^polls/', include('polls.urls')),
65 python manage.py migrate polls
70 .. image:: /introduction/images/polls-admin.png
71 :alt: the polls application admin
88 .. image:: /introduction/images/polls-unintegrated.png
89 :alt: the polls application
117 .. image:: /introduction/images/polls-integrated.png
[all …]
/dports/devel/gdb/gdb-11.1/gdb/
H A Dser-tcp.c91 wait_for_connect (int sock, unsigned int *polls) in wait_for_connect() argument
106 if (*polls > tcp_retry_limit * POLL_INTERVAL) in wait_for_connect()
114 if (*polls < POLL_INTERVAL) in wait_for_connect()
150 if (n > 0 || *polls < POLL_INTERVAL) in wait_for_connect()
151 (*polls)++; in wait_for_connect()
153 (*polls) += POLL_INTERVAL; in wait_for_connect()
164 try_connect (const struct addrinfo *ainfo, unsigned int *polls) in try_connect() argument
229 n = wait_for_connect (sock, polls); in try_connect()
313 unsigned int polls = 0; in net_open() local
327 int sock = try_connect (iter, &polls); in net_open()
[all …]
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-buf-0.1.1/tests/
H A Dsupport.rs55 let mut polls = VecDeque::new(); in list() localVariable
58 polls.push_back(Ok(Ready(buf.as_bytes()))); in list()
62 polls, in list()
68 let mut polls = VecDeque::new(); in new_mock() localVariable
71 polls.push_back(match v { in new_mock()
79 polls, in new_mock()
86 pub polls: VecDeque<Poll<&'static [u8], ()>>, field
100 match self.polls.pop_front() { in poll_buf()

12345678910>>...70