Home
last modified time | relevance | path

Searched refs:source (Results 126 – 150 of 1655) sorted by relevance

12345678910>>...67

/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DPDO.php215 * @param string $source
219 function move($source, $destination) { argument
226 $select->execute([$source, $source . '/%']);
233 if ($row['path'] !== $source && strpos($row['path'], $source . '/') !== 0) continue;
235 $trailingPart = substr($row['path'], strlen($source) + 1);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSearch/
H A DQuerySource.php81 public function setSource(Source $source) argument
83 $this->source = $source;
90 return $this->source;
H A DSuggestResult.php64 public function setSource(Source $source) argument
66 $this->source = $source;
73 return $this->source;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DRuleset.php80 public function setSource(Source $source) argument
82 $this->source = $source;
89 return $this->source;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DCopyPasteRequest.php80 public function setSource(GridRange $source) argument
82 $this->source = $source;
89 return $this->source;
/plugin/icalevents/
H A Dsyntax-impl.php59 list($source, $flagStr) = explode('#', $match, 2);
124 $source,
139 $source,
160 $content = static::readSource($source);
380 * @param string $source URL or media id
383 static function readSource($source) { argument
384 if (static::isLocalFile($source)) {
385 $path = mediaFN($source);
394 if (!$http->get($source)) {
405 static function isLocalFile($source) { argument
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DDisk.php64 public $source; variable in Google\\Service\\AIPlatformNotebooks\\Disk
213 public function setSource($source) argument
215 $this->source = $source;
222 return $this->source;
H A DLocalDisk.php62 public $source; variable in Google\\Service\\AIPlatformNotebooks\\LocalDisk
211 public function setSource($source) argument
213 $this->source = $source;
220 return $this->source;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
H A DDownloadAccessRestriction.php65 public $source; variable in Google\\Service\\Books\\DownloadAccessRestriction
214 public function setSource($source) argument
216 $this->source = $source;
223 return $this->source;
H A DDictlayerdataDictWords.php77 public function setSource(DictlayerdataDictWordsSource $source) argument
79 $this->source = $source;
86 return $this->source;
/plugin/farmsync/_test/mock/
H A DFarmSyncUtil.php46 public function setCommonAncestor($source, $animal, $page, $content) { argument
47 $this->remoteData[$source][$animal][$page]['commonAncestor'] = $content;
50 public function findCommonAncestor($page, $source, $target) { argument
51 …[$source][$target][$page]['commonAncestor']) ? $this->remoteData[$source][$target][$page]['commonA…
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php294 * @param INode $source
299 …protected function copyNode(INode $source, ICollection $destinationParent, $destinationName = null… argument
302 $destinationName = $source->getName();
305 if ($source instanceof IFile) {
307 $data = $source->get();
319 } elseif ($source instanceof ICollection) {
324 foreach ($source->getChildren() as $child) {
331 if ($source instanceof IProperties && $destination instanceof IProperties) {
333 $props = $source->getProperties([]);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php292 * @param INode $source
297 …protected function copyNode(INode $source, ICollection $destinationParent, $destinationName = null… argument
299 if (!$destinationName) $destinationName = $source->getName();
301 if ($source instanceof IFile) {
303 $data = $source->get();
315 } elseif ($source instanceof ICollection) {
320 foreach ($source->getChildren() as $child) {
327 if ($source instanceof IProperties && $destination instanceof IProperties) {
329 $props = $source->getProperties([]);
/plugin/podcast/blogtng-tpl/
H A Dlist.php25 $source = array( ); variable
29 $source[] = "<source src='".$f['url']."' />";
33 if( count( $source )) {
35 echo implode( "\n", $source );
/plugin/zip/pear/File/Archive/Predicate/
H A DCustom.php71 function isTrue(&$source) argument
74 $name = $source->getFilename();
77 $stat = $source->getStat();
82 $mime = $source->getMIME();
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
H A DUtils.php88 * @param StreamInterface $source Stream to read from
94 StreamInterface $source, argument
99 while (!$source->eof()) {
100 if (!$dest->write($source->read(1048576))) {
108 while (!$source->eof()) {
109 $buf = $source->read($maxLen - $bytes);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
H A DAlert.php59 public $source; variable in Google\\Service\\AlertCenter\\Alert
202 public function setSource($source) argument
204 $this->source = $source;
211 return $this->source;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DResult.php40 $source = $this->getData();
42 return $source[$key] ?? null;
52 $source = $this->getData();
54 return \array_key_exists($key, $source) && null !== $source[$key];
209 * Returns the result source.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DEnrichNamespace.asciidoc32 [source,php]
45 [source,php]
59 [source,php]
72 [source,php]
86 [source,php]
H A DSnapshotNamespace.asciidoc38 [source,php]
53 [source,php]
70 [source,php]
87 [source,php]
104 [source,php]
119 [source,php]
132 [source,php]
149 [source,php]
164 [source,php]
181 [source,ph
[all...]
/plugin/database2/
H A Dmedia.php80 $source = @unserialize( @base64_decode( $_GET['s'] ) ); variable
81 if ( !$source )
85 list( $pageID, $ioIndex, $column ) = $source;
109 $source = @unserialize( @gzuncompress( @base64_decode( $_GET['a'] ) ) ); variable
112 if ( !is_array( $source ) || ( $hash === '' ) )
116 $ioIndex, $user, $addr ) = $source;
123 $t = sha1( implode( '/', $source ) );
212 $source = serialize( $source ); variable
213 if ( Database2::ssha( $source, $salt ) !== $providedHash )
/plugin/zip/pear/File/Archive/Reader/
H A DChangeName.php48 function File_Archive_Reader_AddBaseName($baseName, &$source) argument
50 parent::File_Archive_Reader_Relay($source);
114 return $this->source->select($name, $close);
136 ($oldBaseName, $newBaseName, &$source) argument
138 parent::File_Archive_Reader_Relay($source);
207 return $this->source->select($this->unmodifyName($filename));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A Db1efa1c51a34dd5ab5511b71a399f5b1.asciidoc3 [source, php]
7 'source' => [
8 'index' => 'source',
H A D400e89eb46ead8e9c9e40f123fd5e590.asciidoc3 [source, php]
7 'source' => [
8 'index' => 'source',
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3TransitionCoverageTransition.php84 public function setSource(GoogleCloudDialogflowCxV3TransitionCoverageTransitionNode $source) argument
86 $this->source = $source;
93 return $this->source;

12345678910>>...67