Home
last modified time | relevance | path

Searched refs:source (Results 251 – 275 of 1655) sorted by relevance

1...<<11121314151617181920>>...67

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dsource.test2 "source" function
5 {{ source("foo.twig") }}
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D764f9884b370cbdc82a1c5c42ed40ff3.asciidoc3 [source, php]
7 'source' => [
H A D1bc731a4df952228af6dfa6b48627332.asciidoc3 [source, php]
8 'source' => [
H A D033778305d52746f5ce0a2a922c8e521.asciidoc3 [source, php]
11 'source' => 'doc[\'genre\'].value',
H A Da49169b4622918992411fab4ec48191b.asciidoc3 [source, php]
12 'source' => '\'Genre: \' +_value',
H A D96de5703ba0bd43fd4ac239ec5408542.asciidoc3 [source, php]
10 'source' => 'ctx._source.counter += params.count',
H A D0a958e486ede3f519d48431ab689eded.asciidoc3 [source, php]
10 'source' => 'ctx._source.counter += params.count',
H A D4cd246e5c4c035a2cd4081ae9a3d54e5.asciidoc3 [source, php]
10 'source' => 'ctx._source.tags.add(params.tag)',
H A D98aeb275f829b5f7b8eb2147701565ff.asciidoc3 [source, php]
10 'source' => 'if (ctx._source.tags.contains(params.tag)) { ctx.op = \'delete\' } else { ctx.op = \'none\' }',
/plugin/zip/pear/File/Archive/Predicate/
H A DAnd.php76 function isTrue(&$source) argument
79 if (!$p->isTrue($source)) {
H A DOr.php74 function isTrue(&$source) argument
77 if ($p->isTrue($source)) {
/plugin/ol3/
H A Dtest.js3 source: new ol.source.OSM ()
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DMapping.php74 * Sets source values.
76 * To disable source, argument is
79 * @param array $source Source array
83 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-source-field.html
85 public function setSource(array $source): Mapping argument
87 return $this->setParam('_source', $source);
91 * Disables the source in the index.
/plugin/refnotes/
H A Dnamespace.php167 $source = array();
171 $source[$i] = $derived[$i]->getInheritedNamespace();
175 foreach ($source as $i => $s) {
184 unset($source[$i]);
307 public function inheritStyle($source) { argument
308 $this->style = $source->style;
/plugin/farmsync/script/
H A Dresults.js49 var source = jQuery('#results').data('source');
55 'farmsync-source': source,
84 var source = jQuery('#results').data('source');
89 'farmsync-source': source,
171 var source = jQuery('#results').data('source');
176 'farmsync-source': source,
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUtils.php40 * @param StreamInterface $source Stream to read from
47 … public static function copyToStream(StreamInterface $source, StreamInterface $dest, $maxLen = -1) argument
52 while (!$source->eof()) {
53 if (!$dest->write($source->read($bufferSize))) {
59 while ($remaining > 0 && !$source->eof()) {
60 $buf = $source->read(min($bufferSize, $remaining));
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php171 * @param string $source Source path
175 function copy_r($source, $dest, $modedir = 0755, $modefile = 0664) argument
178 if (is_file($source)) {
179 $ret = copy($source, $dest);
190 $dir = dir($source);
203 if ($dest !== $source . DIRECTORY_SEPARATOR . $e)
204 … copy_r($source . DIRECTORY_SEPARATOR . $e, $dest . DIRECTORY_SEPARATOR . $e, $modedir, $modefile);
/plugin/projects/plugins/target/
H A Dplot.php29 $source = new PlotDefinition(array('type' => SOURCE,
31 $source->add_content(file_get_contents($project->path() . $plot));
32 $target = new PlotTarget($project, $file, $source);
40 public function __construct($project, $file, $source) { argument
42 if (!in_array($source->name(), $deps)) $deps[] = $source->name();
45 $this->plot = $source;
/plugin/farmsync/meta/
H A DFarmSyncUtil.php132 * @param string $source
136 public function saveRemoteMedia($source, $target, $media) { argument
138 $timestamp = $this->getRemoteFilemtime($source, $media, true);
141 $sourceContent = $this->readRemoteMedia($source, $media);
255 * @param string $source
259 public function findCommonAncestor($page, $source, $target) { argument
277 $sourceMtime = $this->getRemoteFilemtime($source, $page);
279 …if (!file_exists($this->getRemoteFilename($source, $page, $rev)) && $rev != $sourceMtime) continue;
280 …Text = $rev == $sourceMtime ? $this->readRemotePage($source, $page) : $this->readRemotePage($sourc…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/VMMigrationService/Resource/
H A DProjectsLocationsSources.php94 * @param string $source Required. The name of the Source.
102 public function fetchInventory($source, $optParams = []) argument
104 $params = ['source' => $source];
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DDanglingIndicesNamespace.asciidoc30 [source,php]
46 [source,php]
62 [source,php]
/plugin/webdav/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DBackendInterface.php74 * @param string $source
78 function move($source, $destination); argument
/plugin/davcal/vendor/sabre/dav/lib/DAV/PropertyStorage/Backend/
H A DBackendInterface.php74 * @param string $source
78 function move($source, $destination); argument
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dexperimental-beta-apis.asciidoc29 [source,php]
40 [source,php]
53 [source,php]
64 [source,php]
/plugin/aichat/
H A Dcli.php415 foreach ($sources as $source) {
416 /** @var Chunk $source */
418 "\t" . $source->getPage() . ' ' . $source->getId() . ' (' . $source->getScore() . ')',

1...<<11121314151617181920>>...67