Home
last modified time | relevance | path

Searched refs:reveal (Results 1 – 25 of 67) sorted by path

123

/plugin/authg2fa/
H A Daction.php58 $reveal = false;
87 $reveal = true;
97 if($reveal) {
/plugin/authgoogle/google/contrib/
H A DGoogle_GamesService.php111 public function reveal($achievementId, $optParams = array()) { function in Google_AchievementsServiceResource
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DGames.php151 ],'reveal' => [
152 'path' => 'games/v1/achievements/{achievementId}/reveal',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/Resource/
H A DAchievements.php91 public function reveal($achievementId, $optParams = []) function in Google\\Service\\Games\\Resource\\Achievements
/plugin/bible/bible_douayRheims/
H A DGalatians.txt16 …1:16. To reveal his Son in me, that I might preach him among the Gentiles: immediately I condescen…
H A DJeremias.txt835 …lose their wounds and give them health, and I will cure them: and I will reveal to them the prayer…
H A DJob.txt485 20:27. The heavens shall reveal his iniquity, and the earth shall rise up against him.
H A DLuke.txt492 …the Son is, but the Father: and who the Father is, but the Son and to whom the Son will reveal him.
H A DMatthew.txt342 …er doth any one know the Father, but the Son, and he to whom it shall please the Son to reveal him.
H A DPhilippians.txt75 …ect, be thus minded: and if in any thing you be otherwise minded, this also God will reveal to you,
H A DTobias.txt243 12:7. For it is good to hide the secret of a king: to reveal and confess the works of God.
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js396reveal(e):(t&&this._tree.reveal(e.parent),yield this._tree.expand(e.parent),this._tree.reveal(e));…
426reveal(e)}}getActiveDescendant(){return this.list.getHTMLElement().getAttribute("aria-activedescen…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1reveal\",\n \"browsers\": [\n \"E\",\n \"IE10\"\n …
H A Dbundle.js396reveal(e):(t&&this._tree.reveal(e.parent),yield this._tree.expand(e.parent),this._tree.reveal(e));…
426reveal(e)}}getActiveDescendant(){return this.list.getHTMLElement().getAttribute("aria-activedescen…
H A Dbundle.js.map1reveal(this.list.getFocus()[0]);\n this.view.domNode.focus();\n }\n onDownArrow(e) {\…
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md22 $user = new App\Entity\User($hasher->reveal());
110 $dummy = $prophecy->reveal();
127 Ok, now we know how to create basic prophecies and reveal dummies from them. That's
319 $stub = $prophecy->reveal();
386 $controller->createUser($em->reveal());
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCallCenter.php153 $classname = get_class($prophecy->reveal());
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Comparator/
H A DProphecyComparator.php26 …parent::assertEquals($expected, $actual->reveal(), $delta, $canonicalize, $ignoreCase, $processed);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prediction/
H A DCallPrediction.php68 get_class($object->reveal()),
81 get_class($object->reveal()),
H A DCallTimesPrediction.php72 get_class($object->reveal()),
86 get_class($object->reveal()),
99 get_class($object->reveal()),
H A DNoCallsPrediction.php60 get_class($object->reveal()),
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php49 $double = $objectProphecy->reveal();
102 return $prophet->prophesize($type)->reveal();
H A DObjectProphecy.php112 public function reveal() function in Prophecy\\Prophecy\\ObjectProphecy
144 get_class($this->reveal()),
188 $arguments = $this->revealer->reveal($arguments);
191 return $this->revealer->reveal($return);
214 $exception = new AggregateException(sprintf("%s:\n", get_class($this->reveal())));
242 $arguments = new ArgumentsWildcard($this->revealer->reveal($arguments));
268 return $this->reveal()->$name;
279 $this->reveal()->$name = $this->revealer->reveal($value);
H A DProphecyInterface.php26 public function reveal(); function
H A DRevealer.php28 public function reveal($value) function in Prophecy\\Prophecy\\Revealer
39 $value = $value->reveal();

123