Searched refs:ack (Results 1 – 12 of 12) 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 | style.less | 47 > .ack-icon, 53 > .ack-icon { 57 .ack-icon svg { 61 &.done .ack-icon svg { 65 &.report .ack-icon svg { 80 .plugin-acknowledge-box.ack { 81 .ack-icon svg { 94 .ack-icon svg {
|
| H A D | print.less | 16 > .ack-icon { 29 .ack-icon, 30 #ack-submit {
|
| H A D | script.js | 75 ack = $form.find("input[name='ack']")[0]; 82 ack: ack.checked === true ? 1 : 0 property
|
| H A D | helper.php | 575 foreach ($acknowledgements as $ack) { 576 if ($ack['user'] !== null) { 577 $combined[$ack['user']] = $ack; 683 foreach ($acknowledgements as $ack) { 684 if ($ack['ack'] !== null && $ack['ack'] >= $ack['lastmod']) {
|
| /plugin/acknowledge/action/ |
| H A D | ajax.php | 160 $ack = $helper->hasUserAcknowledged($id, $user); 162 $html = '<div class="plugin-acknowledge-box ack' . ($ack ? ' done' : '') . '">'; 168 if ($ack) { 172 $html .= sprintf($this->getLang('ackGranted'), dformat($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…
|