Home
last modified time | relevance | path

Searched refs:authorId (Results 1 – 25 of 105) sorted by relevance

12345

/dports/www/joomla3/joomla3-3.9.24/administrator/components/com_content/models/
H A Dfeatured.php188 $authorId = $this->getState('filter.author_id');
190 if (is_numeric($authorId))
193 $query->where('a.created_by ' . $type . (int) $authorId);
195 elseif (is_array($authorId))
197 $authorId = ArrayHelper::toInteger($authorId);
198 $authorId = implode(',', $authorId);
199 $query->where('a.created_by IN (' . $authorId . ')');
H A Darticles.php114 …$authorId = $this->getUserStateFromRequest($this->context . '.filter.author_id', 'filter_author_…
123 $authorId = $app->input->post->get('author_id');
124 $this->setState('filter.author_id', $authorId);
315 $authorId = $this->getState('filter.author_id');
317 if (is_numeric($authorId))
320 $query->where('a.created_by ' . $type . (int) $authorId);
322 elseif (is_array($authorId))
324 $authorId = ArrayHelper::toInteger($authorId);
325 $authorId = implode(',', $authorId);
326 $query->where('a.created_by IN (' . $authorId . ')');
/dports/net/libkgapi/libkgapi-21.12.3/src/blogger/
H A Dcomment.cpp29 QString authorId; member in Comment::Private
112 QString Comment::authorId() const in authorId() function in Comment
114 return d->authorId; in authorId()
117 void Comment::setAuthorId(const QString &authorId) in setAuthorId() argument
119 d->authorId = authorId; in setAuthorId()
184 comment->d->authorId = author[QStringLiteral("id")].toString(); in fromJSON()
/dports/net-im/quaternion/Quaternion-0.0.95-beta3/client/qml/
H A DAuthorInteractionArea.qml2 property var authorId
8 onEntered: controller.showStatusMessage(authorId)
11 controller.resourceRequested(authorId,
/dports/textproc/py-openpyxl/openpyxl-2.6.4/openpyxl/comments/
H A Dcomment_sheet.py90 authorId = Integer() variable in CommentRecord
102 authorId=0, argument
112 self.authorId = authorId
185 yield c.ref, Comment(c.content, authors[c.authorId], c.height, c.width)
197 comment.authorId = authors.add(comment.author)
/dports/www/joomla3/joomla3-3.9.24/components/com_content/models/
H A Darticles.php372 $authorId = $this->getState('filter.author_id');
375 if (is_numeric($authorId))
378 $authorWhere = 'a.created_by ' . $type . (int) $authorId;
380 elseif (is_array($authorId))
382 $authorId = array_filter($authorId, 'is_numeric');
384 if ($authorId)
386 $authorId = implode(',', $authorId);
388 $authorWhere = 'a.created_by ' . $type . ' (' . $authorId . ')';
/dports/www/nextcloud/nextcloud/apps-pkg/comments/lib/Search/
H A DCommentsSearchProvider.php99 $isUser = $this->userManager->userExists($result->authorId);
101 …erator->linkToRouteAbsolute('core.avatar.getAvatar', ['userId' => $result->authorId, 'size' => 42])
102 …inkToRouteAbsolute('core.GuestAvatar.getAvatar', ['guestName' => $result->authorId, 'size' => 42]);
/dports/www/crp/CRP/Code/
H A Dconference.sql180 authorId int(11) default NULL, field
183 KEY authorId (authorId)
223 authorId int(11) default NULL, field
227 KEY authorId (authorId)
/dports/editors/calligra/calligra-3.2.1/filters/sheets/xlsx/
H A DXlsxXmlCommentsReader.cpp40 XlsxComment::XlsxComment(uint authorId) in XlsxComment() argument
41 : m_authorId(authorId) in XlsxComment()
259 READ_ATTR_WITHOUT_NS(authorId) in read_comment()
261 STRING_TO_INT(authorId, authorIdInt, "comment@authorId") in read_comment()
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-rss_error.php21 $authorId = ""; variable
25 …$uniqueid, '', $changes, $readrepl, '', $id, $title, $titleId, $desc, $descId, $dateId, $authorId);
H A Dtiki-file_galleries_rss.php33 $authorId = "lastModifUser"; variable
38 …$uniqueid, '', $changes, $readrepl, '', $id, $title, $titleId, $desc, $descId, $dateId, $authorId);
H A Dtiki-forums_rss.php42 $authorId = "userName"; variable
47 …queid, '', $changes, $readrepl, $param, $id, $title, $titleId, $desc, $descId, $dateId, $authorId);
H A Dtiki-image_galleries_rss.php44 $authorId = "user"; variable
48 …$uniqueid, '', $changes, $readrepl, '', $id, $title, $titleId, $desc, $descId, $dateId, $authorId);
H A Dtiki-shoutbox_rss.php43 $authorId = "user"; variable
48 …$uniqueid, '', $changes, $readrepl, '', $id, $title, $titleId, $desc, $descId, $dateId, $authorId);
/dports/finance/weberp/webERP/Classes/PHPExcel/Writer/Excel2007/
H A DComments.php63 $authorId = 0;
66 $authors[$comment->getAuthor()] = $authorId++;
108 $objWriter->writeAttribute('authorId', $pAuthors[$pComment->getAuthor()]);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel2007/
H A DComments.php55 $authorId = 0;
58 $authors[$comment->getAuthor()] = $authorId++;
100 $objWriter->writeAttribute('authorId', $pAuthors[$pComment->getAuthor()]);
/dports/www/thirtybees/thirtybees-1.1.0/vendor/phpoffice/phpexcel/Classes/PHPExcel/Writer/Excel2007/
H A DComments.php55 $authorId = 0;
58 $authors[$comment->getAuthor()] = $authorId++;
100 $objWriter->writeAttribute('authorId', $pAuthors[$pComment->getAuthor()]);
/dports/finance/prestashop/prestashop/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/
H A DComments.php38 $authorId = 0;
41 $authors[$comment->getAuthor()] = $authorId++;
84 $objWriter->writeAttribute('authorId', $pAuthors[$pComment->getAuthor()]);
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/
H A DComments.php38 $authorId = 0;
41 $authors[$comment->getAuthor()] = $authorId++;
84 $objWriter->writeAttribute('authorId', $pAuthors[$pComment->getAuthor()]);
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/phpoffice/PhpSpreadsheet/Writer/Xlsx/
H A DComments.php38 $authorId = 0;
41 $authors[$comment->getAuthor()] = $authorId++;
84 $objWriter->writeAttribute('authorId', $pAuthors[$pComment->getAuthor()]);
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/
H A DComments.php34 $authorId = 0;
37 $authors[$comment->getAuthor()] = $authorId++;
78 $objWriter->writeAttribute('authorId', $pAuthors[$pComment->getAuthor()]);
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/
H A DComments.php34 $authorId = 0;
37 $authors[$comment->getAuthor()] = $authorId++;
78 $objWriter->writeAttribute('authorId', $pAuthors[$pComment->getAuthor()]);
/dports/www/moodle310/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/
H A DComments.php38 $authorId = 0;
41 $authors[$comment->getAuthor()] = $authorId++;
84 $objWriter->writeAttribute('authorId', $pAuthors[$pComment->getAuthor()]);
/dports/www/moodle311/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/
H A DComments.php34 $authorId = 0;
37 $authors[$comment->getAuthor()] = $authorId++;
78 $objWriter->writeAttribute('authorId', $pAuthors[$pComment->getAuthor()]);
/dports/www/moodle39/moodle/lib/phpspreadsheet/vendor/phpoffice/phpspreadsheet/src/PhpSpreadsheet/Writer/Xlsx/
H A DComments.php38 $authorId = 0;
41 $authors[$comment->getAuthor()] = $authorId++;
84 $objWriter->writeAttribute('authorId', $pAuthors[$pComment->getAuthor()]);

12345