Home
last modified time | relevance | path

Searched refs:findByName (Results 1 – 9 of 9) sorted by relevance

/plugin/fksnewsfeed/admin/
Dpush.php38 $stream = $this->helper->serviceStream->findByName($INPUT->param('news')['stream']);
59 $stream = $this->helper->serviceStream->findByName($streamName);
/plugin/fksnewsfeed/
Daction.php127 $stream = $this->helper->serviceStream->findByName($streamId);
177 $stream = $this->helper->serviceStream->findByName($streamName);
193 $stream = $this->helper->serviceStream->findByName($INPUT->param('news')['stream']);
208 $stream = $this->helper->serviceStream->findByName($INPUT->param('news')['stream']);
/plugin/fksnewsfeed/inc/ORM/
DServiceStream.php17 public function findByName(string $name): ?ModelStream { function in FYKOS\\dokuwiki\\Extension\\PluginNewsFeed\\ORM\\ServiceStream
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DHandlerStack.php220 private function findByName(string $name): int function in GuzzleHttp\\HandlerStack
237 $idx = $this->findByName($findName);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
DHandlerStack.php216 private function findByName($name) function in GuzzleHttp\\HandlerStack
238 $idx = $this->findByName($findName);
/plugin/fksnewsfeed/syntax/
Dcarousel.php36 $stream = $this->helper->serviceStream->findByName($param['stream']);
/plugin/fksnewsfeed/inc/renderer/
DVyfukRenderer.php101 $stream = $this->helper->serviceStream->findByName($streamName);
DFykosRenderer.php86 $stream = $this->helper->serviceStream->findByName($streamName);
/plugin/stlviewer/stlviewer/
Dthree.min.js2findByName:function(t,e){var n=t;if(!Array.isArray(t)){var r=t;n=r.geometry&&r.geometry.animations… method