Home
last modified time | relevance | path

Searched refs:source (Results 101 – 125 of 1527) sorted by relevance

12345678910>>...62

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DDictlayerdataDict.php31 public function setSource(DictlayerdataDictSource $source) argument
33 $this->source = $source;
40 return $this->source;
H A DConcurrentAccessRestriction.php57 public $source; variable in Google\\Service\\Books\\ConcurrentAccessRestriction
182 public function setSource($source) argument
184 $this->source = $source;
191 return $this->source;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DSourceSplitRequest.php44 public function setSource(Source $source) argument
46 $this->source = $source;
53 return $this->source;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DUpdateDataSourceRequest.php44 public function setSource(DataSource $source) argument
46 $this->source = $source;
53 return $this->source;
H A DSourceResultCount.php82 public function setSource(Source $source) argument
84 $this->source = $source;
91 return $this->source;
H A DSourceConfig.php60 public function setSource(Source $source) argument
62 $this->source = $source;
69 return $this->source;
/plugin/farmsync/meta/
H A DMediaConflict.php18 protected $source; variable in dokuwiki\\plugin\\farmsync\\meta\\MediaConflict
20 public function __construct($item, $target, $source) { argument
21 $this->source = $source;
36 $sourcebase = $this->_farm_util->getAnimalLink($this->source);
H A DTemplateUpdates.php8 public function updateEntity($template, $source, $target) { argument
9 $sourceModTime = $this->farm_util->getRemoteFilemtime($source, $template, false, false);
13 $sourceContent = $this->farm_util->readRemotePage($source, $template, false);
41 $templates = array_merge($templates, $this->getDocumentsFromLine($this->source, $line));
110 * @param string $source
115 public function getDocumentsFromLine($source, $line) { argument
119 … $documentdir = dirname($this->farm_util->getRemoteFilename($source, $cleanline, null, false));
136 if (!$this->farm_util->remotePageExists($source, $document, false)) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HangoutsChat/
H A DAttachment.php45 public $source; variable in Google\\Service\\HangoutsChat\\Attachment
138 public function setSource($source) argument
140 $this->source = $source;
147 return $this->source;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2WebhookResponse.php42 public $source; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2WebhookResponse
131 public function setSource($source) argument
133 $this->source = $source;
140 return $this->source;
H A DGoogleCloudDialogflowV2beta1WebhookResponse.php50 public $source; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1WebhookResponse
167 public function setSource($source) argument
169 $this->source = $source;
176 return $this->source;
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonTokenFactory.php61 Pair $source, argument
70 $token = new CommonToken($type, $source, $channel, $start, $stop);
77 } elseif ($this->copyText && $source->b !== null) {
78 if (!$source->b instanceof CharStream) {
82 $token->setText($source->b->getText($start, $stop));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DSourceAndDestination.php64 public function setSource(GridRange $source) argument
66 $this->source = $source;
73 return $this->source;
H A DTextToColumnsRequest.php64 public function setSource(GridRange $source) argument
66 $this->source = $source;
73 return $this->source;
H A DCutPasteRequest.php62 public function setSource(GridRange $source) argument
64 $this->source = $source;
71 return $this->source;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DRunBuildTriggerRequest.php50 public function setSource(RepoSource $source) argument
52 $this->source = $source;
59 return $this->source;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Digitalassetlinks/
H A DStatementTemplate.php48 public function setSource(Asset $source) argument
50 $this->source = $source;
57 return $this->source;
H A DStatement.php48 public function setSource(Asset $source) argument
50 $this->source = $source;
57 return $this->source;
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DNodeTestCase.php27 public function testCompile($node, $source, $environment = null, $isPattern = false) argument
29 $this->assertNodeCompilation($source, $node, $environment, $isPattern);
32 …public function assertNodeCompilation($source, Node $node, Environment $environment = null, $isPat… argument
38 $this->assertStringMatchesFormat($source, trim($compiler->getSource()));
40 $this->assertEquals($source, trim($compiler->getSource()));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DMock.php91 * @param string $source
95 public function move($source, $destination) { argument
99 if ($path === $source) {
105 if (strpos($path, $source . '/')===0) {
106 $this->data[$destination . substr($path, strlen($source)+1)] = $props;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PeopleService/
H A DFieldMetadata.php54 public function setSource(Source $source) argument
56 $this->source = $source;
63 return $this->source;
/plugin/findologicxmlexport/vendor/hoa/event/
H A DBucket.php84 public function send($eventId, Source $source) argument
86 return Event::notify($eventId, $source, $this);
95 public function setSource(Source $source) argument
98 $this->_source = $source;
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DFileCache.php62 private function renameFile(string $source, string $target): void argument
64 if (false === @rename($source, $target)) {
66 if (false === copy($source, $target)) {
69 if (false === unlink($source)) {
70 … throw new \RuntimeException(sprintf('(WIN) Could not delete temp cache file to %s.', $source));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBooks.php102 'source' => [
116 'source' => [
153 'source' => [
241 'source' => [
254 'source' => [
271 'source' => [
308 'source' => [
334 'source' => [
389 'source' => [
442 'source' => [
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc88 [source,php]
106 [source,php]
119 [source,php]
133 [source,php]
148 [source,php]
163 [source,php]
177 [source,php]
191 [source,php]
204 [source,php]
220 [source,ph
[all...]

12345678910>>...62