Home
last modified time | relevance | path

Searched refs:set (Results 26 – 50 of 1255) sorted by relevance

12345678910>>...51

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddataprovider-log-xml.phpt20 <testcase name="testAdd with data set #0" assertions="1" time="%f"/>
21 <testcase name="testAdd with data set #1" assertions="1" time="%f"/>
22 <testcase name="testAdd with data set #2" assertions="1" time="%f">
23 …"PHPUnit_Framework_ExpectationFailedException">DataProviderTest::testAdd with data set #2 (1, 1, 3)
29 <testcase name="testAdd with data set #3" assertions="1" time="%f"/>
39 1) DataProviderTest::testAdd with data set #2 (1, 1, 3)
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DKML.php152 foreach ($coordinates as $set) {
153 $hasZ = $hasZ || (isset($set[2]) && $set[2]);
154 $hasM = $hasM || (isset($set[3]) && $set[3]);
156 foreach ($coordinates as $set) {
158 $set[0],
159 $set[1],
160 ($hasZ ? (isset($set[2]) ? $set[
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Access.php65 public function setSet(GoogleCloudApigeeV1AccessSet $set) argument
67 $this->set = $set;
74 return $this->set;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php67 * If param is set, only specified setting is return.
128 * One can use a real bool, int(0), int(1) to set bool settings.
159 return $this->set(['number_of_replicas' => $replicas]);
165 * If no number of replicas is set, the default number is returned
181 * If no number of shards is set, the default number is returned
205 return $this->set(['blocks.read_only' => $readOnly]);
237 return $this->set(['blocks.read' => $state]);
259 return $this->set(['blocks.write' => $state]);
293 return $this->set(['blocks.metadata' => $state]);
312 return $this->set(['refresh_interva
307 public function set(array $data): Response global() function in Elastica\\Index\\Settings
[all...]
/plugin/findologicxmlexport/vendor/hoa/math/Combinatorics/Combination/
H A DCartesianProduct.php100 public function __construct($set) argument
137 foreach ($this->_sets as $set) {
138 $this->_current[] = $set->current();
193 foreach ($this->_sets as $set) {
194 $set->rewind();
/plugin/swiftmail/Swift/
H A DMessage.php90 $this->headers->set("MIME-Version", "1.0");
156 $this->headers->set("Message-ID", $id);
194 $this->headers->set("Return-Path", $address);
221 $this->headers->set("From", $from);
245 $this->headers->set("To", $to);
274 $this->headers->set("Reply-To", $replyto);
303 $this->headers->set("Cc", $cc);
332 $this->headers->set("Bcc", $bcc);
353 $this->headers->set("Subject", $subject);
369 $this->headers->set("Date", date("r", $date));
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DMetricUpdate.php59 public $set; variable in Google\\Service\\Dataflow\\MetricUpdate
194 public function setSet($set) argument
196 $this->set = $set;
203 return $this->set;
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dmerge.rst8 {% set values = [1, 2] %}
10 {% set values = values|merge(['apple', 'orange']) %}
20 {% set items = { 'apple': 'fruit', 'orange': 'fruit', 'peugeot': 'unknown' } %}
22 {% set items = items|merge({ 'peugeot': 'car', 'renault': 'car' }) %}
37 {% set items = { 'apple': 'fruit', 'orange': 'fruit' } %}
39 {% set items = { 'apple': 'unknown' }|merge(items) %}
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DPropFindTest.php44 $propFind->set('{DAV:}displayname', 'bar');
56 $propFind->set('{DAV:}customproperty', 'bar');
67 $propFind->set('{DAV:}displayname', 'bar');
68 $propFind->set('{DAV:}displayname', null);
/plugin/bez/ctl/
H A Dactivity_report.php23 $this->tpl->set('thread_involvement', $this->model->threadFactory->users_involvement($period));
24 $this->tpl->set('task_involvement', $this->model->taskFactory->users_involvement($period));
25 $this->tpl->set('kpi', $this->model->threadFactory->kpi($period));
26 $this->tpl->set('bez_activity', $this->model->threadFactory->bez_activity($period))
H A Dthread.php21 $this->tpl->set('thread', $thread);
23 $this->tpl->set('lang_suffix', '_project');
37 $this->tpl->set('timeline', $timeline);
38 $this->tpl->set('tasks', $tasks);
39 $this->tpl->set('task_programs', $this->model->task_programFactory->get_all([], 'name'));
43 $this->tpl->set('thread_comment', $thread_comment);
109 $this->tpl->set('task_new', $task);
121 $this->tpl->set('task', $task);
H A Dreport.php22 $this->tpl->set('issues', $this->model->threadFactory->report_issue($period)->fetchAll(PDO::FETCH_ASSOC));
23 $this->tpl->set('projects', $this->model->threadFactory->report_project($period)->fetchAll(PDO::FETCH_ASSOC));
24 $this->tpl->set('tasks', $this->model->taskFactory->report($period)->fetchAll(PDO::FETCH_ASSOC));
25 $this->tpl->set('comments', $this->model->thread_commentFactory->report($period));
/plugin/csv/
H A Dhelper.php61 foreach ($matches as $set) {
62 $option = $set[1];
63 $value = isset($set[4]) ? $set[4] : '';
67 $col = isset($set[2]) ? $set[2] : 1;
68 $typ = isset($set[3]) ? $set[3] : 'g';
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DPropFindAllTest.php31 $pf->set('{DAV:}displayname', 'foo');
41 $pf->set('{DAV:}displayname', null);
51 $pf->set('{DAV:}displayname', null);
62 $pf->set('{DAV:}displayname', 'foo');
/plugin/dirtylittlehelper/mermaid/editor/src/
H A Dcode-store.js28 codeStore.set({ ...state, updateEditor: true });
31 codeStore.set(newState);
35 codeStore.set({ ...state, code, updateEditor });
39 codeStore.set({ ...state, mermaid: config, updateEditor });
/plugin/sketchcanvas/
H A Daction.php191 $INPUT->post->set('editfigure__new', $fields);
198 $INPUT->post->set('target', 'plugin_sketchcanvas');
202 $INPUT->post->set('target', 'plugin_sketchcanvas');
219 $INPUT->post->set('target', 'section');
225 $INPUT->post->set('target', 'section');
/plugin/gtime/gtlib/asn1/cms/
H A DCMSSignedData.php95 $set = $object->getObjectAt(1);
97 if (!$set instanceof ASN1Set) {
103 foreach ($set->getObjects() as $item) {
131 $set = $item->getObjectAs(ASN1_TAG_SET);
133 if ($set->getObjectCount() == 0) {
137 foreach ($set->getObjects() as $certificate) {
/plugin/pgn4web/
H A Dsyntax.php99 $set = $this->getConf('set');
191 if (preg_match("/svg/",$set)) {
194 if ($set >=0 && $set <= 6) { # set is valid -> err_size if folder not found
195 … $renderer->doc .= pgn4web_error(sprintf($this->getLang('err_size'),$setsizeportrait,$set+1));
238 var pgn4web_set = "' . $set . '".split(" ",1);
/plugin/captcha/_test/
H A DHelperTest.php
/plugin/bez/mdl/
H A DThread_comment.php61 throw new \Exception('$defaults[thread] not set');
120 $tpl->set('content', $html);
121 $tpl->set('who', $this->author);
122 $tpl->set('when', $this->create_date);
127 $tpl->set('action_border_color', '#ddb68d');
128 $tpl->set('action_background_color', '#ffeedc');
130 $tpl->set('action', $action);
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php15 * of a sequential range of numbers that are all part of the set. For example,
16 * the set { 1, 2, 3, 4, 7, 8 } may be represented as { [1, 4], [7, 8] }.
31 * Create a set with a single element, el.
35 $set = new self();
37 $set->addOne($number);
39 return $set;
43 * Create a set with all ints within range [start..end] (inclusive).
47 $set = new self();
49 $set->addRange($start, $end);
51 return $set;
54 complement(IntervalSet $set) global() argument
63 subtract(IntervalSet $set) global() argument
[all...]
/plugin/scrape/
H A Dsyntax.php176 $config->set('Attr.EnableID', true);
177 $config->set('Attr.IDPrefix', 'scrape___');
178 $config->set('URI.Base', $data['url']);
179 $config->set('URI.MakeAbsolute', true);
180 $config->set('Attr.AllowedFrameTargets', ['_blank', '_self', '_parent', '_top']);
182 $config->set('Cache.SerializerPath', $conf['cachedir'] . '/_HTMLPurifier');
/plugin/swiftmail/Swift/Plugin/
H A DMailSend.php130 if (!empty($bcc)) $message->headers->set("Bcc", $bcc);
138 $message->headers->set("To", null);
139 $message->headers->set("Subject", null);
148 $message->headers->set("To", $to_orig);
149 $message->headers->set("Subject", $subject_orig);
150 $message->headers->set("Bcc", $bcc_orig);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/
H A Dinheritance.test2 "set" tag with inheritance
6 {% set bar %}bar{% endset %}
12 {% set foo %}foo{% endset %}
H A Dinheritance_overriding.test2 "set" tag with inheritance
6 {% set foo %}bar{% endset %}
12 {% set foo %}foo{% endset %}

12345678910>>...51