Home
last modified time | relevance | path

Searched defs:container_guid (Results 1 – 25 of 39) sorted by relevance

12

/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/file/views/default/forms/file/
H A Dupload.php11 $container_guid = elgg_extract('container_guid', $vars); variable
13 $container_guid = elgg_get_logged_in_user_guid(); variable
/dports/www/elgg/elgg-3.3.23/mod/file/views/default/forms/file/
H A Dupload.php11 $container_guid = elgg_extract('container_guid', $vars); variable
13 $container_guid = elgg_get_logged_in_user_guid(); variable
/dports/www/elgg/elgg-3.3.23/mod/file/actions/file/
H A Dupload.php10 $container_guid = (int) get_input('container_guid', 0); variable
14 $container_guid = $container_guid ?: elgg_get_logged_in_user_guid(); variable
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/file/actions/file/
H A Dupload.php10 $container_guid = (int) get_input('container_guid', 0); variable
14 $container_guid = $container_guid ?: elgg_get_logged_in_user_guid(); variable
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/Elgg/Notifications/
H A DSubscriptionsService.php95 public function getSubscriptionsForContainer($container_guid) {
153 protected function getSubscriptionRecords($container_guid) {
/dports/www/elgg/elgg-3.3.23/mod/embed/views/default/resources/embed/
H A Dembed.php6 $container_guid = (int) get_input('container_guid'); variable
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/embed/views/default/resources/embed/
H A Dembed.php6 $container_guid = (int) get_input('container_guid'); variable
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/bookmarks/views/default/resources/bookmarks/
H A Dbookmarklet.php6 $container_guid = elgg_extract('guid', $vars, elgg_extract('container_guid', $vars)); variable
/dports/www/elgg/elgg-3.3.23/mod/bookmarks/views/default/resources/bookmarks/
H A Dbookmarklet.php6 $container_guid = elgg_extract('guid', $vars, elgg_extract('container_guid', $vars)); variable
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/tagcloud/views/default/page/elements/
H A Dtagcloud_block.php12 $container_guid = elgg_extract('container_guid', $vars, ELGG_ENTITIES_ANY_VALUE); variable
/dports/www/elgg/elgg-3.3.23/mod/tagcloud/views/default/page/elements/
H A Dtagcloud_block.php12 $container_guid = elgg_extract('container_guid', $vars, ELGG_ENTITIES_ANY_VALUE); variable
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/views/default/page/elements/
H A Dcomments_block.php23 $container_guid = elgg_extract('container_guid', $vars); variable
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/discussions/views/default/forms/discussion/
H A Dsave.php12 $container_guid = elgg_extract('container_guid', $vars); variable
/dports/www/elgg/elgg-3.3.23/mod/discussions/views/default/forms/discussion/
H A Dsave.php12 $container_guid = elgg_extract('container_guid', $vars); variable
/dports/www/elgg/elgg-3.3.23/mod/discussions/actions/discussion/
H A Dsave.php10 $container_guid = (int) get_input('container_guid'); variable
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/discussions/actions/discussion/
H A Dsave.php10 $container_guid = (int) get_input('container_guid'); variable
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/bookmarks/actions/bookmarks/
H A Dsave.php12 $container_guid = get_input('container_guid', elgg_get_logged_in_user_guid()); variable
/dports/www/elgg/elgg-3.3.23/mod/bookmarks/actions/bookmarks/
H A Dsave.php12 $container_guid = get_input('container_guid', elgg_get_logged_in_user_guid()); variable
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/Elgg/
H A DGroupItemVisibility.php47 public static function factory($container_guid, $use_cache = true) {
/dports/www/elgg/elgg-3.3.23/mod/blog/actions/blog/
H A Dauto_save_revision.php11 $container_guid = get_input('container_guid'); variable
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/blog/actions/blog/
H A Dauto_save_revision.php11 $container_guid = get_input('container_guid'); variable
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/pages/actions/pages/
H A Dedit.php21 $container_guid = (int) get_input('container_guid'); variable
/dports/www/elgg/elgg-3.3.23/mod/pages/actions/pages/
H A Dedit.php21 $container_guid = (int) get_input('container_guid'); variable
/dports/www/elgg/elgg-3.3.23/mod/search/views/default/resources/search/
H A Dindex.php17 $container_guid = elgg_extract('container_guid', $params); variable
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/search/views/default/resources/search/
H A Dindex.php17 $container_guid = elgg_extract('container_guid', $params); variable

12