Home
last modified time | relevance | path

Searched refs:source (Results 201 – 225 of 1655) sorted by relevance

12345678910>>...67

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DatabaseMigrationService/
H A DMigrationJob.php69 public $source; variable in Google\\Service\\DatabaseMigrationService\\MigrationJob
274 public function setSource($source) argument
276 $this->source = $source;
283 return $this->source;
/plugin/gitbacked/lib/
H A DGit.php70 …public static function &create($repo_path, $source = null, \action_plugin_gitbacked_editcommit $pl… argument
71 return GitRepo::create_new($repo_path, $source, $plugin);
157 …ate_new($repo_path, \action_plugin_gitbacked_editcommit $plugin = null, $source = null, $remote_so… argument
162 if (is_string($source)) {
170 $repo->clone_remote($source, $reference);
172 $repo->clone_from($source);
519 public function clone_from($source) { argument
520 return $this->run("clone --local $source ".$this->repo_path);
534 public function clone_remote($source, $reference) { argument
535 return $this->run("clone $reference $source ".$this->repo_path);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DClusterNamespace.asciidoc42 [source,php]
57 [source,php]
72 [source,php]
85 [source,php]
100 [source,php]
115 [source,php]
131 [source,php]
155 [source,php]
169 [source,php]
182 [source,ph
[all...]
H A DLogstashNamespace.asciidoc30 [source,php]
43 [source,php]
56 [source,php]
H A DDataFrameTransformDeprecatedNamespace.asciidoc36 [source,php]
51 [source,php]
69 [source,php]
85 [source,php]
98 [source,php]
112 [source,php]
127 [source,php]
144 [source,php]
H A DSqlNamespace.asciidoc30 [source,php]
42 [source,php]
56 [source,php]
/plugin/diagramsnet/lib/js/diagramly/
H A DDiffSync.js607 if (diff.source != null)
872 var source = oldPage.viewState;
881 if (source != null && target != null)
887 var old = JSON.stringify(source[key]);
965 if (cell.source != null)
967 result.source = cell.source.getId();
1049 if (((oldCell.source != null) ? newCell.source == null : newCell.source != null) ||
1050 (oldCell.source != null && newCell.source != null &&
1051 oldCell.source.getId() != newCell.source.getId()))
1053 diff.source = (newCell.source != null) ? newCell.source.getId() : '';
[all …]
/plugin/elasticsearch/
H A Dcomposer.lock12 "source": {
74 "source": {
120 "source": "https://github.com/ezimuel/guzzlestreams/tree/3.1.0"
127 "source": {
177 "source": "https://github.com/ezimuel/ringphp/tree/1.2.2"
184 "source": {
233 "source": "https://github.com/Nyholm/dsn/tree/2.0.1"
246 "source": {
291 "source": "https://github.com/patrickschur/language-detection/tree/v5.3.0"
298 "source"
[all...]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/Iterator/
H A DAssetCollectionFilterIterator.php66 $source = $sourceRoot.'/'.$sourcePath;
67 if (in_array($source, $this->sources)) {
70 $this->sources[] = $source;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClient.asciidoc102 [source,php]
126 [source,php]
140 [source,php]
153 [source,php]
182 [source,php]
205 [source,php]
228 [source,php]
258 [source,php]
272 [source,php]
287 [source,ph
[all...]
/plugin/blogtng/entities/
H A DComment.php27 private $source; variable in dokuwiki\\plugin\\blogtng\\entities\\Comment
390 return $this->source;
394 * @param string $source
396 public function setSource($source) argument
398 $this->source = $source;
/plugin/combo/vendor/php-webdriver/webdriver/lib/Interactions/
H A DWebDriverActions.php112 * Drag and drop from $source to $target.
114 * @param WebDriverElement $source
118 public function dragAndDrop(WebDriverElement $source, WebDriverElement $target) argument
121 new WebDriverClickAndHoldAction($this->mouse, $source)
134 * Drag $source and drop by offset ($x_offset, $y_offset).
136 * @param WebDriverElement $source
141 public function dragAndDropBy(WebDriverElement $source, $x_offset, $y_offset) argument
144 new WebDriverClickAndHoldAction($this->mouse, $source)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnecting.asciidoc26 [source,php]
40 [source,php]
62 [source,php]
88 [source,php]
127 [source,php]
146 [source,php]
171 [source,php]
192 [source,php]
246 [source,php]
263 [source,ph
[all...]
H A Dcrud.asciidoc23 [source,php]
37 [source,php]
54 [source,php]
81 [source,php]
104 [source,php]
147 [source,php]
174 [source,php]
198 [source,php]
222 [source,php]
229 'source'
[all...]
/plugin/zip/pear/File/Archive/Reader/
H A DTar.php79 $skipped = $this->source->skip($length);
96 $rewinded = $this->source->rewind($length);
147 $error = $this->source->skip($this->leftLength + $this->footerLength);
151 $rawHeader = $this->source->getData(512);
226 $data = $this->source->getData($actualLength);
284 $this->source->makeWriterRemoveBlocks($blocks, -$seek)
345 $innerWriter = $this->source->makeWriterRemoveBlocks(array(), -$this->seekToEnd);
/plugin/archivegenerator/
H A Dadmin.php364 * @param string $source
372 … protected function addFilesToArchive($source, Zip $archive, $filesOnly = false, $skipRegex = null) argument
375 if (is_file($source)) {
376 if (filesize($source) > 50 * 1024 * 1024) {
378 hsc($source)) . ' ' . filesize_h(filesize($source)));
382 $archive->addFile($source, $this->getDWPathName($source));
391 $dir = dir($source);
396 $srcFN = "$source/$entry";
/plugin/livemark/
H A Daction.php62 $source = imagecreatefromgif($input); break;
64 $source = imagecreatefromjpeg($input); break;
66 $source = imagecreatefrompng($input); break;
71 $output = $this->imagewatermark($source, $width, $height);
/plugin/authgooglesheets/
H A Dcomposer.lock12 "source": {
69 "source": {
140 "source": {
184 "source": {
242 "source": {
313 "source": {
397 "source": {
507 "source": {
606 "source": {
673 "source": {
[all …]
/plugin/farmsync/meta/
H A DStructUpdates.php10 public function updateEntity($struct, $source, $target) { argument
32 …$this->assignments = $this->farm_util->getAnimalStructAssignments($this->source, $this->assignment…
34 $schemas = $this->farm_util->getAnimalStructSchemasJSON($this->source, $schemas);
/plugin/aichat/
H A Dcomposer.lock12 "source": {
54 "source": "https://github.com/bdelespierre/php-kmeans/tree/v2.2.0"
61 "source": {
104 "source": "https://github.com/erusev/parsedown/tree/1.7.x"
111 "source": {
151 "source": "https://github.com/mehrab-wj/tiktoken-php/tree/v1.0.0"
158 "source": {
199 "source": "https://github.com/vanderlee/php-sentence"
/plugin/backup/
H A DCHANGELOG.md42 [BT-42]: http://192.168.1.150/open-source/dokuwiki/backup/-/issues/42
43 [BT-43]: http://192.168.1.150/open-source/dokuwiki/backup/-/issues/43
44 [BT-44]: http://192.168.1.150/open-source/dokuwiki/backup/-/issues/44
45 [BT-46]: http://192.168.1.150/open-source/dokuwiki/backup/-/issues/46
46 [BT-47]: http://192.168.1.150/open-source/dokuwiki/backup/-/issues/47
/plugin/zip/pear/File/Archive/
H A DPredicate.php48 * @param File_Archive_Reader $source Reader which will be filtered
51 function isTrue(&$source) argument
/plugin/authgooglesheets/vendor/google/auth/src/
H A DCredentialsLoader.php273 throw new UnexpectedValueException('Invalid client cert source JSON');
277 'cert source requires "cert_provider_command"'
282 'cert source expects "cert_provider_command" to be an array'
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.layout.list.css19 .syntax-container.syntax-theme-base ol.syntax li div.source {
25 .syntax-container.syntax-theme-base ol.syntax li.alt div.source {
45 .syntax-container.syntax-theme-base ul.syntax li div.source {
50 .syntax-container.syntax-theme-base ul.syntax li.alt div.source {
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js4795 return copyObject(source, getSymbols(source), object);
11149 return source == null || baseConformsTo(object, source, keys(source));
11824 return object === source || baseIsMatch(object, source, getMatchData(source));
12596 if (isPrototype(source) || isArrayLike(source)) {
12597 copyObject(source, keys(source), object);
12639 copyObject(source, keysIn(source), object);
12704 copyObject(source, keys(source), object, customizer);
14843 source = 'with (obj) {\n' + source + '\n}\n';
14846 source = (isEvaluating ? source.replace(reEmptyStringLeading, '') : source)
14876 result.source = source;
[all …]

12345678910>>...67