Home
last modified time | relevance | path

Searched refs:getSwimlane (Results 1 – 4 of 4) sorted by relevance

/dports/www/kanboard/kanboard-1.2.21/app/Controller/
H A DSwimlaneController.php89 $swimlane = $this->getSwimlane($project);
106 $swimlane = $this->getSwimlane($project);
133 $swimlane = $this->getSwimlane($project);
150 $swimlane = $this->getSwimlane($project);
170 $swimlane = $this->getSwimlane($project);
190 $swimlane = $this->getSwimlane($project);
H A DBaseController.php241 protected function getSwimlane(array $project) function in Kanboard\\Controller\\BaseController
/dports/security/keybase/client-v5.7.1/shared/desktop/yarn-helper/
H A Dlog-to-trace.tsx52 const getSwimlane = (line: string) => {
98 const app = getSwimlane(line) || ''
149 const app = getSwimlane(line) || _app || ''
/dports/www/kanboard/kanboard-1.2.21/app/Api/Procedure/
H A DSwimlaneProcedure.php41 public function getSwimlane($swimlane_id) function in Kanboard\\Api\\Procedure\\SwimlaneProcedure