/** * check if the directory should be ignored when scanning * NOTE: the special directories . and .. would cause never ending recursion * * @param string $dir * @return boolean */O8@B% x@ʏ@Bā@8(~@8o@B/** * Add a new data collector to the profiler. This allows to later on * collect all the data from every registered collector. * * @see IDataCollector * @since 24.0.0 */_88@@Bx@R8ʏ@BR8ā@@8(~@8S8o@B@@@/** * S@@(m@016-2024@ ,@cloud coX@Bopyright@B. * SPD@BPL-3.0-o@@/** * Set a value in the cache if it's not already stored * * @param string $key * @param mixed $value * @param int $ttl Time To Live in seconds. Defaults to 60*60*24 * @return bool */bUP-?0[U*v`.a0OU`P.KPUP/>PU@0>@U88U8bUPR?uUSpUPPSBUS<PU@T>8u@8u@_8/** * Set a value in the cache if it's not already stored * * @param string $key * @param mixed $value * @param int $ttl Time To Live in seconds. Defaults to 60*60*24 * @return bool *//** * Set the ttl for an existing value if the value matches * * @param string $key * @param mixed $value * @param int $ttl time to live in seconds * @since 27 */_8/** * Mark the start of an event setting its ID $id and providing event description $description. * * @param string $id * @param string $description * @since 8.0.0 */_8/** * This method should return all \OCP\Diagnostics\IEvent objects stored using * start()/end() or log() methods * * @return \OCP\Diagnostics\IEvent[] * @since 8.0.0 */Œ8Œ8/** * This class manages the apps. It allows them to register and integrate in the * ownCloud ecosystem. Furthermore, this class is responsible for installing, * upgrading and removing apps. *//** * parses the app data array and enhanced the 'description' value * * @param array $data the app data * @param string $lang * @return array improved app data */PGܑ8[8/** * Load normal config or config set as lazy loaded * * @param bool|null $lazy set to TRUE to load config set as lazy loaded, set to NULL to load all config */th the one requested. *//** * if $lazy is: * - false: set fast config as loaded * - true : set lazy config as loaded * - null : set both config as loaded * * @param bool $lazy */Fܑ8\8/** * get all values of the app or and filters out sensitive data * * @param string $app * * @return array * @deprecated 29.0.0 use {@see getAllValues()} */bU@P}?U`}@Upp}@U}|PU@}>P@_8h_8_8Ќ8@88etProducts($products): void; /** * @return mixed[]|FilterInterface */ public function getItems(); /** * @param mixed[]|FilterInterface $items */ public function setItems($items): void; /** * @param int|null $idx * @return mixed[]|bool */ public function getFilter(int $idx = null); /** * @param mixed[] $filter */ public function setFilter(array $filter): void; /** * @return string[][] */ public function getConfig(): array; /** * @param string[][] $config */ public function setConfig(array $config): void; /** * @return string */ public function getJSON(): string; /** * @param string $json */ public function setJSON(string $json): void; /** * @param int $pageType * @param int $pageID * @return bool */ public function isBoxVisible(int $pageType = \PAGE_UNBEKANNT, int $pageID = 0): bool; /** * @param \stdClass[] $boxData */ public function map(array $boxData): void; /** * @return BoxInterface[] */ public function getChildren(): array; /** * @param array $chilren */ public function setChildren(array $chilren): void; /** * @return class-string */ public function getRenderer(): string; /** * @return string */ public function getHTML(): string; /** * @param string $html */ public function setHTML(string $html): void; /** * @return string */ public function getRenderedContent(): string; /** * @param string $renderedContent */ public function setRenderedContent(string $renderedContent): void; /** * */ public function init(): void; }