Home
last modified time | relevance | path

Searched refs:drive (Results 1 – 25 of 61) sorted by path

123

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDrive.php85 $this->servicePath = 'drive/v3/';
86 $this->batchPath = 'batch/drive/v3';
88 $this->serviceName = 'drive';
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DChange.php78 public function setDrive(Drive $drive) argument
80 $this->drive = $drive;
87 return $this->drive;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DOwner.php48 public function setDrive(DriveReference $drive) argument
50 $this->drive = $drive;
57 return $this->drive;
H A DTarget.php34 public function setDrive(Drive $drive) argument
36 $this->drive = $drive;
43 return $this->drive;
H A DTargetReference.php32 public function setDrive(DriveReference $drive) argument
34 $this->drive = $drive;
41 return $this->drive;
/plugin/authgooglesheets/vendor/google/auth/
H A DREADME.md89 $scopes = ['https://www.googleapis.com/auth/drive.readonly'];
104 $response = $client->get('drive/v2/files');
189 $scopes = ['https://www.googleapis.com/auth/drive.readonly'];
210 $response = $client->get('drive/v2/files');
/plugin/bible/bible_douayRheims/
H A D2_Kings.txt53 …ord rage unto utter destruction? knowest thou not that it is dangerous to drive people to despair?…
H A DDeuteronomy.txt744 …at for all the fowls of the air, and the beasts of the earth, and be there none to drive them away.
H A DEcclesiasticus.txt657 …22:25. He that flingeth a stone at birds, shall drive them away: so he that upbraideth his friend,…
935 …easing God, and contain thyself: gather up thy heart in his holiness: and drive away sadness far f…
1181 38:21. Give not up thy heart to sadness, but drive it from thee: and remember the latter end.
H A DExodus.txt622 …23:28. Sending out hornets before, that shall drive away the Hevite, and the Chanaanite, and the H…
624 …23:30. By little and little I will drive them out from before thee, till thou be increased, and do…
625 …ver: I will deliver the inhabitants of the land into your hands, and will drive them out from befo…
957 …34:11. Observe all things which this day I command thee: I myself will drive out before thy face t…
H A DIsaias.txt417 22:19. And I will drive thee out from thy station, and depose thee from thy ministry.
H A DJeremias.txt206 … the fowls of the air, and for the beasts of the earth, and there shall be none to drive them away.
665 …27:15. For I have not sent them, saith the Lord: and they prophesy in my name falsely: to drive yo…
769 …uda and all his cities shall dwell therein together: the husbandman and they that drive the flocks.
H A DJob.txt426 18:18. He shall drive him out of light into darkness, and shall remove him out of the world.
941 …t: the air on a sudden shall be thickened into clouds, and the wind shall pass and drive them away.
H A DJoel.txt38 …2:20. And I will remove far off from you the northern enemy: and I will drive him into a land unpa…
H A DJudges.txt459 …r bosom. And she called a barber and shaved his seven locks, and began to drive him away, and thru…
H A DMark.txt158 5:10. And he besought him much, that he would not drive him away out of the country.
H A DNumbers.txt777 …eople, because it is mightier than I: if by any means I may beat them and drive them out of my lan…
782 …e face of the land: come and curse them, if by any means I may fight with them and drive them away.
H A DProverbs.txt631 22:15. Folly is bound up in the heart of a child, and the rod of correction shall drive it away.
H A DWisdom.txt382 …17:8. For they who promised to drive away fears and troubles from a sick soul, were sick themselve…
/plugin/cli/
H A Dcli-examples.txt35 Volume in drive C is mu/drives/c
79 Volume in drive C is mu/drives/c
/plugin/combo/ComboStrap/
H A DFetcherTraitWikiPath.php62 $drive = $tagAttributes->getValueAndRemove(WikiPath::DRIVE_ATTRIBUTE, $defaultDrive);
65 if ($drive == WikiPath::MARKUP_DRIVE) {
72 $wikiPath = WikiPath::createFromPath($path, $drive, $rev);
100 * to be Dokuwiki Compatible even if we can serve from other drive know
H A DWikiPath.php11 * A dokuwiki path has the same structure than a windows path with a drive and a path
13 * The drive being a local path on the local file system
23 * TODO: because all {@link LocalPath} has at minium a drive (ie C:,D:, E: for windows or \ for linux)
25 * The {@link LocalPath::toWikiPath()} should not throw then but as not all drive
26 * may be public, we need to add a drive functionality to get this information.
60 public const DRIVE_ATTRIBUTE = "drive";
98 private $drive; variable in ComboStrap\\WikiPath
120 * @param string $drive - the drive (media, page, combo) - same as in windows for the drive prefi
132 __construct(string $path, string $drive, string $rev = null) global() argument
570 createWikiPath($path, $drive, string $rev = '') global() argument
718 createFromPath(string $path, string $drive, string $rev = null) global() argument
[all...]
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataWikiPath.php23 * @return string - the drive from where the path should be created (ie the poth string only is stored)
119 $drive = $this->getDrive();
120 if ($drive === WikiPath::MARKUP_DRIVE) {
122 * For a Markup drive, a file path should have an extension
129 $this->value = WikiPath::createFromPath($value, $drive);
132 $this->value = WikiPath::createFromPath($value, $drive);
/plugin/combo/action/
H A Dstaticresource.php79 $drive = $_GET[WikiPath::DRIVE_ATTRIBUTE] ?? null;
81 if ($drive === null && $fetcher === null) {
92 if ($drive === WikiPath::CACHE_DRIVE) {
177 $drive = $_GET[WikiPath::DRIVE_ATTRIBUTE] ?? null;
178 if ($drive === null) {

123