Searched refs:ack (Results 1 – 10 of 10) sorted by relevance
| /plugin/acknowledge/db/ |
| H A D | update0002.sql | 7 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 D | update0001.sql | 11 ack INT NOT NULL, field
|
| /plugin/acknowledge/ |
| H A D | script.js | 59 ack = $form.find("input[name='ack']")[0]; 66 ack: ack.checked === true ? 1 : 0 property
|
| H A D | action.php | 163 $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 D | helper.php | 560 foreach ($acknowledgements as $ack) { 561 if ($ack['user'] !== null) { 562 $combined[$ack['user']] = $ack;
|
| /plugin/flowplay/ |
| D | syntax.php | 35 …'ack' => 'Parts of this plugin were copied from the video plugin by Jason Byrne and Chris Smith…
|
| /plugin/flowplay2/ |
| D | syntax.php | 38 'ack' => 'This is mostly based on the flowplay-plugin by Dave Kliczbor et al.',
|
| /plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/ |
| H A D | vocab.bpe | 482 Ġ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/ |
| D | README.md | 457 Acknowledgements <a name="ack"></a>
|
| /plugin/diagramsnet/lib/js/socket.io/ |
| D | socket.io.min.js | 6 …,{key:"onevent",value:function(t){var e=t.data||[];null!=t.id&&e.push(this.ack(t.id)),this.connect…
|