Home
last modified time | relevance | path

Searched refs:poll (Results 1 – 25 of 29) sorted by relevance

12

/plugin/multipoll/
Dsyntax.php119 $poll = unserialize(@file_get_contents($pfile));
121 if(!isset($poll['results'])) $poll['results'] = array();
122 if(!isset($poll['votes'])) $poll['votes'] = 0;
123 if(!isset($poll['ips'])) $poll['ips'] = array();
124 if(!isset($poll['users'])) $poll['users'] = array();
136 if(!isset($poll['results'][$q])) $poll['results'][$q] = array();
140 if(!isset($poll['results'][$q][$ans])) $poll['results'][$q][$ans] = 0;
141 $poll['results'][$q][$ans]++;
145 if(!isset($poll['results'][$q][$v])) $poll['results'][$q][$v] = 0;
146 $poll['results'][$q][$v]++;
[all …]
DINFO7 desc allows to create multi polls (multiple questions, multiple answers), from poll plugin
/plugin/poll/
Dsyntax.php66 $poll = unserialize(@file_get_contents($pfile));
78 if (isset($poll['ips']) && in_array($ip, $poll['ips'])) {
81 $renderer->doc .= $this->_pollResults($poll);
90 $poll['results'][$opt] += 1;
91 $poll['votes'] += 1;
92 $poll['ips'][] = $ip;
93 } elseif (!isset($poll['results'][$opt])) {
94 $poll['results'][$opt] = 0;
98 fwrite($fh, serialize($poll));
102 $renderer->doc .= $this->_pollResults($poll);
[all …]
Dplugin.info.txt1 base poll
7 url http://dokuwiki.org/plugin:poll
DREADME5 * http://dokuwiki.org/plugin:poll
Dstyle.css23 div.dokuwiki fieldset.poll {
/plugin/glossary/
Dglossary.class.php41 var $poll = "poll-"; // prefix for polling (evaluation per definition) variable in glossary
343 $poll = $this->readGlossary ($md5id, $this->poll, LOCK_SH);
344 list ($scoreVal, $scoreImg) = $this->getScore ($poll);
353 if (!$poll|| ($poll['up']+$poll['down'] < 1))
360 function getScore ($poll) { argument
362 if ($poll && $poll["up"] + $poll["down"] > 0) {
363 $scoreVal = (($poll["up"] - $poll["down"]) /
364 (max (5, $poll["up"] + $poll["down"])));
373 function poll () { function in glossary
378 if (! isset ($all[$md5id]) || !in_array ($opinion, $this->statusFields [$this->poll])) {
[all …]
Dajax.php34 $glossary->poll ();
Dstyle.css89 div.glossary table td.poll {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DBfdPacket.php73 public $poll; variable in Google\\Service\\Compute\\BfdPacket
258 public function setPoll($poll) argument
260 $this->poll = $poll;
267 return $this->poll;
/plugin/glossary/lang/en/
DpageTemplate.txt5 @@WORD@@@@TRANSLATE@@| Your score : | {{glossary poll="@@POL@@"}} |
/plugin/glossary/lang/fr/
DpageTemplate.txt5 @@WORD@@@@TRANSLATE@@| Votre avis : | {{glossary poll="@@POL@@"}} |
/plugin/webdav/vendor/sabre/http/lib/
DClient.php185 $this->poll();
199 function poll() { function in Sabre\\HTTP\\Client
298 $stillRunning = $this->poll();
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php183 $this->poll();
197 function poll() { function in Sabre\\HTTP\\Client
296 $stillRunning = $this->poll();
/plugin/vote/
DREADME4 http://wiki.splitbrain.org/plugin:poll
/plugin/codeprettify/code-prettify/src/
Drun_prettify.js145 poll = function() { function
149 win.setTimeout(poll, 50);
160 if (top) { poll(); }
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/Resource/
DIndexingDatasourcesItems.php183 public function poll($name, PollItemsRequest $postBody, $optParams = []) function in Google\\Service\\CloudSearch\\Resource\\IndexingDatasourcesItems
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DCloudSearch.php394 ],'poll' => [
395 'path' => 'v1/indexing/{+name}/items:poll',
/plugin/diagramsnet/lib/js/socket.io/
Dsocket.io.min.js6poll()}},{key:"pause",value:function(t){var e=this;function n(){e.readyState="paused",t()}if(this.…
/plugin/passpolicy/
Dwords.txt2706 poll
/plugin/dirtylittlehelper/mermaid/editor/
Dfontawesome.all.min.css5 …re{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:b…
/plugin/mikioplugin/icons/fontawesome5/css/
H A Dall.min.css5 …re{content:"\f0fe"}.fa-podcast:before{content:"\f2ce"}.fa-poll:before{content:"\f681"}.fa-poll-h:b…
/plugin/codemirror/dist/
Dscripts.min.js6poll()});oa(e,"paste",function(a){if(sa(d,a)||Qh(a,d)){return}d.state.pasteIncoming=+new Date;c.fa… method in di
Dscripts.min.js.map1poll","pollInterval","isInGutter","pollContent","fromIndex","fromNode","toIndex","toNode","previou…
/plugin/jdraw/lib/
Djgraphx.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

12