Home
last modified time | relevance | path

Searched refs:ack (Results 1 – 10 of 10) sorted by relevance

/plugin/acknowledge/db/
H A Dupdate0002.sql7 ack INT NOT NULL, field
11 INSERT INTO acks_temp (page,user,ack) SELECT page,user,ack FROM acks;
19 ack INT NOT NULL, field
20 PRIMARY KEY (page, user, ack)
23 INSERT INTO acks (page,user,ack) SELECT page,user,ack FROM acks_temp;
H A Dupdate0001.sql11 ack INT NOT NULL, field
/plugin/acknowledge/
H A Dscript.js59 ack = $form.find("input[name='ack']")[0];
66 ack: ack.checked === true ? 1 : 0 property
H A Daction.php163 $ack = $helper->hasUserAcknowledged($id, $user);
165 $html = '<div class="' . ($ack ? 'ack' : 'noack') . '">';
169 if ($ack) {
174 $html .= sprintf($this->getLang('ackGranted'), dformat($ack));
H A Dhelper.php560 foreach ($acknowledgements as $ack) {
561 if ($ack['user'] !== null) {
562 $combined[$ack['user']] = $ack;
/plugin/flowplay/
Dsyntax.php35 …'ack' => 'Parts of this plugin were copied from the video plugin by Jason Byrne and Chris Smith…
/plugin/flowplay2/
Dsyntax.php38 'ack' => 'This is mostly based on the flowplay-plugin by Dave Kliczbor et al.',
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe482 Ġb ack
1114 Ġatt ack
1637 b ack
1788 Ġbl ack
2099 Ġp ack
2356 Ġtr ack
2365 ĠBl ack
2838 Ġl ack
3365 ĠJ ack
4341 ack s
[all …]
/plugin/mdpage/vendor/cebe/markdown/
DREADME.md457 Acknowledgements <a name="ack"></a>
/plugin/diagramsnet/lib/js/socket.io/
Dsocket.io.min.js6 …,{key:"onevent",value:function(t){var e=t.data||[];null!=t.id&&e.push(this.ack(t.id)),this.connect…