Home
last modified time | relevance | path

Searched refs:ack (Results 1 – 12 of 12) 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 Dstyle.less47 > .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 Dprint.less16 > .ack-icon {
29 .ack-icon,
30 #ack-submit {
H A Dscript.js75 ack = $form.find("input[name='ack']")[0];
82 ack: ack.checked === true ? 1 : 0 property
H A Dhelper.php575 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 Dajax.php160 $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/
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…