Home
last modified time | relevance | path

Searched refs:contentid (Results 1 – 25 of 116) sorted by relevance

12345

/dports/www/p5-HTTP-Body/HTTP-Body-1.22/lib/HTTP/Body/
H A DXFormsMultipart.pm71 my $contentid = $part->{headers}{'Content-ID'};
72 $contentid =~ s/^.*[\<\"]//;
73 $contentid =~ s/[\>\"].*$//;
75 if ( $contentid eq $self->start ) {
81 elsif ( defined $contentid ) {
82 $part->{name} = $contentid;
83 $part->{filename} = $contentid;
/dports/www/bolt/bolt-2.2.24/app/view/twig/components/
H A Dpanel-lastmodified.twig34 … {% set title = macro.contentlink_by_id(context.contenttype, entry.title, entry.contentid) %}
36 …le = __('%name% № %id%', {'%name%': context.contenttype.singular_name, '%id%': entry.contentid}) %}
38 № {{ entry.contentid }}.
44 …gelogrecordsingle', {'contenttype': context.contenttype.slug, 'contentid': entry.contentid, 'id': …
61 {% if context.changelog is defined and context.contentid and context.filtered %}
62 …hangelogrecordall', {'contenttype': context.contenttype.slug, 'contentid': context.contentid}) }}">
/dports/www/bolt/bolt-2.2.24/src/Logger/
H A DChangeLog.php159 public function getChangelogEntry($contenttype, $contentid, $id) argument
161 return $this->getOrderedChangelogEntry($contenttype, $contentid, $id, '=');
175 public function getNextChangelogEntry($contenttype, $contentid, $id) argument
177 return $this->getOrderedChangelogEntry($contenttype, $contentid, $id, '>');
191 public function getPrevChangelogEntry($contenttype, $contentid, $id) argument
193 return $this->getOrderedChangelogEntry($contenttype, $contentid, $id, '<');
265 * @param integer $contentid
275 private function getOrderedChangelogEntry($contenttype, $contentid, $id, $cmpOp) argument
297 ':contentid' => $contentid,
/dports/www/moodle311/moodle/admin/tool/brickfield/classes/
H A Daccessibility.php217 * @param int $contentid The content area ID
221 …public static function run_check(string $html, int $contentid, int &$processingtime, int &$results… argument
269 $recordres->contentid = $contentid;
282 $error->contentid = $contentid;
298 ['contentid' => $error->contentid, 'checkid' => $error->checkid]);
299 unset($errors[$key2]->contentid);
313 ['contentid' => $error->contentid, 'checkid' => $error->checkid]);
314 unset($errors[$key]->contentid);
327 * @param int $contentid The content area ID
337 int $contentid, argument
[all …]
/dports/www/moodle39/moodle/h5p/classes/
H A Dfile_storage.php329 * @param int $contentid
333 public function saveFile($file, $contentid) { argument
339 if ($contentid === 0) {
350 'itemid' => $contentid,
413 * @param string $contentid Id of content
417 $contentidint = (int)$contentid;
500 * @param int $contentid Content id.
504 public function removeContentFile($file, $contentid): void { argument
506 if (is_object($contentid)) {
507 $contentid = $contentid->id;
[all …]
H A Dframework.php834 * @param int $contentid The h5p content id
836 public function resetContentUserData($contentid) { argument
877 * @param int $contentid Id identifying the content
889 * @param int $contentid Id identifying the content
891 public function deleteContentData($contentid) { argument
895 $DB->delete_records('h5p', array('id' => $contentid));
898 $this->deleteLibraryUsage($contentid);
907 public function deleteLibraryUsage($contentid) { argument
917 * @param int $contentid Id identifying the content
920 public function saveLibraryUsage($contentid, $librariesinuse) { argument
[all …]
/dports/www/moodle310/moodle/contentbank/classes/external/
H A Ddelete_content.php73 foreach ($params['contentids'] as $contentid) {
75 … $record = $DB->get_record('contentbank_content', ['id' => $contentid], '*', MUST_EXIST);
88 'item' => $contentid,
96 'item' => $contentid,
105 'item' => $contentid,
H A Drename_content.php64 * @param int $contentid The content id to rename.
68 public static function execute(int $contentid, string $name): array { argument
75 'contentid' => $contentid,
/dports/www/moodle311/moodle/contentbank/classes/external/
H A Ddelete_content.php75 foreach ($params['contentids'] as $contentid) {
77 … $record = $DB->get_record('contentbank_content', ['id' => $contentid], '*', MUST_EXIST);
87 'item' => $contentid,
95 'item' => $contentid,
103 'item' => $contentid,
H A Dset_content_visibility.php57 * @param int $contentid The content id to rename.
61 public static function execute(int $contentid, int $visibility): array { argument
68 'contentid' => $contentid,
H A Drename_content.php65 * @param int $contentid The content id to rename.
69 public static function execute(int $contentid, string $name): array { argument
76 'contentid' => $contentid,
/dports/www/moodle39/moodle/contentbank/classes/external/
H A Ddelete_content.php73 foreach ($params['contentids'] as $contentid) {
75 … $record = $DB->get_record('contentbank_content', ['id' => $contentid], '*', MUST_EXIST);
88 'item' => $contentid,
96 'item' => $contentid,
105 'item' => $contentid,
H A Drename_content.php64 * @param int $contentid The content id to rename.
68 public static function execute(int $contentid, string $name): array { argument
75 'contentid' => $contentid,
/dports/www/moodle310/moodle/h5p/classes/
H A Dfile_storage.php336 * @param int $contentid
340 public function saveFile($file, $contentid) { argument
346 if ($contentid === 0) {
357 'itemid' => $contentid,
420 * @param string $contentid Id of content
424 $contentidint = (int)$contentid;
507 * @param int $contentid Content id.
511 public function removeContentFile($file, $contentid): void { argument
513 if (is_object($contentid)) {
514 $contentid = $contentid->id;
[all …]
H A Dframework.php843 * @param int $contentid The h5p content id
845 public function resetContentUserData($contentid) { argument
886 * @param int $contentid Id identifying the content
898 * @param int $contentid Id identifying the content
900 public function deleteContentData($contentid) { argument
904 $DB->delete_records('h5p', array('id' => $contentid));
907 $this->deleteLibraryUsage($contentid);
916 public function deleteLibraryUsage($contentid) { argument
926 * @param int $contentid Id identifying the content
929 public function saveLibraryUsage($contentid, $librariesinuse) { argument
[all …]
/dports/www/moodle311/moodle/h5p/classes/
H A Dfile_storage.php336 * @param int $contentid
340 public function saveFile($file, $contentid) { argument
346 if ($contentid === 0) {
357 'itemid' => $contentid,
420 * @param string $contentid Id of content
424 $contentidint = (int)$contentid;
507 * @param int $contentid Content id.
511 public function removeContentFile($file, $contentid): void { argument
513 if (is_object($contentid)) {
514 $contentid = $contentid->id;
[all …]
H A Dframework.php843 * @param int $contentid The h5p content id
845 public function resetContentUserData($contentid) { argument
886 * @param int $contentid Id identifying the content
898 * @param int $contentid Id identifying the content
900 public function deleteContentData($contentid) { argument
904 $DB->delete_records('h5p', array('id' => $contentid));
907 $this->deleteLibraryUsage($contentid);
916 public function deleteLibraryUsage($contentid) { argument
926 * @param int $contentid Id identifying the content
929 public function saveLibraryUsage($contentid, $librariesinuse) { argument
[all …]
/dports/www/bolt/bolt-2.2.24/app/view/twig/changelog/
H A Dchangelogrecordsingle.twig8 …{'contenttype': context.contenttype.slug, 'contentid': context.entry.contentid, 'id': context.prev…
17 {'contenttype': context.contenttype.slug, 'contentid': context.entry.contentid}
24 …{'contenttype': context.contenttype.slug, 'contentid': context.entry.contentid, 'id': context.next…
/dports/www/bolt/bolt-2.2.24/src/Twig/Handler/
H A DUserHandler.php69 $contentid = null;
73 $contentid = $content['id'];
81 return $this->app['users']->isAllowed($what, $contenttype, $contentid);
/dports/www/moodle311/moodle/contentbank/amd/build/
H A Dactions.min.js.map1contentid","contextid","deleteButtonText","get_strings","key","component","param","name","then","l…
/dports/www/bolt/bolt-2.2.24/src/
H A DPermissions.php555 * @param integer $contentid
561 private function isAllowedRule($rule, $user, $userRoles, $content, $contenttypeSlug, $contentid) argument
569 … $this->isAllowedSingle($rule['value'], $user, $userRoles, $content, $contenttypeSlug, $contentid);
572 … if ($this->isAllowedRule($subrule, $user, $userRoles, $content, $contenttypeSlug, $contentid)) {
580 … if (!$this->isAllowedRule($subrule, $user, $userRoles, $content, $contenttypeSlug, $contentid)) {
745 * @param integer $contentid
749 …on isContentStatusTransitionAllowed($fromStatus, $toStatus, $user, $contenttype, $contentid = null) argument
757 return $this->isAllowed($perm, $user, $contenttype, $contentid);
/dports/www/bolt/bolt-2.2.24/src/Controllers/
H A DAsync.php435 * @param integer|null $contentid
439 public function lastmodified(Silex\Application $app, $contenttypeslug, $contentid = null) argument
445 return $this->lastmodifiedByContentLog($app, $contenttypeslug, $contentid);
482 * @param integer $contentid
486 private function lastmodifiedByContentLog(Silex\Application $app, $contenttypeslug, $contentid) argument
494 if (intval($contentid) == 0) {
498 $options['contentid'] = intval($contentid);
506 'contentid' => $contentid,
820 * @param integer $contentid
825 public function changelogRecord($contenttype, $contentid, Silex\Application $app) argument
[all …]
/dports/www/moodle310/moodle/contentbank/amd/build/
H A Dactions.min.js.map1contentid","contextid","deleteButtonText","get_strings","key","component","param","name","then","l…
/dports/www/moodle39/moodle/contentbank/amd/build/
H A Dactions.min.js.map1contentid","contextid","deleteButtonText","get_strings","key","component","param","name","then","l…
/dports/games/retroarch/RetroArch-1.9.7/tools/ps3/ps3py/
H A Dpkg.py591 def pack(folder, contentid, outname=None): argument
691 meta.contentID[i] = ord(contentid[i])
719 for i in range(0, min(len(contentid), 0x30)):
720 header.contentID[i] = ord(contentid[i])
732 outFile = open(contentid + ".pkg", 'wb')
777 contentid = None
797 contentid = arg
804 if len(args) == 1 and contentid != None:
805 pack(args[0], contentid)
806 elif len(args) == 2 and contentid != None:
[all …]

12345