Home
last modified time | relevance | path

Searched refs:set (Results 1 – 25 of 1255) sorted by relevance

12345678910>>...51

/plugin/tagfilter/_test/
H A Dajax.test.php28 $INPUT->set('id', 0);
29 $INPUT->set('form', json_encode(array()));
30 $INPUT->set('ns', json_encode('test:plugin_tagfilter:tags'));
31 $INPUT->set('flags', json_encode(array()));
32 $INPUT->set('pagesearch', json_encode(array()));
54 $INPUT->set('id', 0);
55 $INPUT->set('form', '[["cat1:blorg","cat2:a","cat3:1","cat2:b","cat3:2"]]');
56 $INPUT->set('ns', json_encode('test:plugin_tagfilter:tags'));
57 $INPUT->set('flags', json_encode(array()));
58 $INPUT->set('pagesearc
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DSetTransition.php12 * A transition containing a set of values.
17 public $set; variable in Antlr\\Antlr4\\Runtime\\Atn\\Transitions\\SetTransition
19 public function __construct(ATNState $target, ?IntervalSet $set = null) argument
23 if ($set !== null) {
24 $this->set = $set;
26 $this->set = new IntervalSet();
27 $this->set->addOne(Token::INVALID_TYPE);
33 return $this->set->contains($symbol);
38 return $this->set;
[all...]
/plugin/structstatus/
H A Dscript.js10 const set = makeDataSet($self.parent(), $self.data('rid'));
18 entry: set,
32 applyDataSet($self.parent(), set);
49 function applyDataSet($full, set) { argument
51 if (typeof set == 'undefined') {
52 set = [];
55 if (set.indexOf(JSON.stringify($self.data('rid'))) === -1) {
71 const set = [];
79 set.push(rid); // this is an enabled value we keep
88 return [JSON.stringify(set.pop())];
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_csp.js157 var set = [0, 0, 1, 0, 0, 0];
165 set[2] = temp[i] || 1;
169 set[1] = (temp[i] || 1) - 1;
172 set[0] = temp[i] * 1 + (temp[i] > 50 ? 1900 : 2000);
178 set[3] = temp[i] || 0;
181 set[4] = temp[i] || 0;
184 set[0] = temp[i] || 0;
188 set[3] = set[3] % 12 + ((temp[i] || '').toLowerCase() == 'am' ? 0 : 12);
191 set[5] = temp[i] || 0;
205 return new Date(Date.UTC(set[0], set[1], set[2], set[3], set[4], set[5]));
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dset.rst1 ``set``
11 {% set foo = 'bar' %}
26 {% set foo = [1, 2] %}
27 {% set foo = {'foo': 'bar'} %}
28 {% set foo = 'foo' ~ 'bar' %}
38 {% set foo = 'foo' %}
39 {% set bar = 'bar' %}
45 {% set foo %}
64 {% set foo = item %}
73 {% set foo = "" %}
[all …]
/plugin/settingstree/
H A Dhelper.php225 $values = $set->getValueTree();
235 $set = $this->_loadSettings($pluginname);
236 $level = $set->getLevel($folder);
242 $set = $this->_loadSettings($pluginname);
249 $level = $set->getLevel($folder);
256 $set = $this->_loadSettings($pluginname);
257 $level = $set->getLevel($folder);
270 $set = $this->_loadSettings($pluginname);
286 $set = $this->_loadSettings($pluginname);
287 $level = $set->getLevel($folder);
[all …]
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DDigestMD5MessageFactory.php81 $challenge->set('algorithm', 'md5-sess');
82 $challenge->set('nonce', $options['nonce'] ?? $this->generateNonce($options['nonce_size'] ?? self::NONCE_SIZE));
83 $challenge->set('qop', $this->generateAvailableQops($options));
84 $challenge->set('realm', $options['realm'] ?? $_SERVER['USERDOMAIN'] ?? gethostname());
85 $challenge->set('maxbuf', $options['maxbuf'] ?? '65536');
86 $challenge->set('charset', 'utf-8');
88 $challenge->set('cipher', $this->getAvailableCiphers($options));
112 $response->set('algorithm', 'md5-sess');
113 $response->set('nonce', $challenge->get('nonce'));
114 $response->set('cnonc
[all...]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DShare.php33 public $set = []; variable in Sabre\\CalDAV\\Xml\\Request\\Share
47 * @param array $set
50 function __construct(array $set, array $remove) { argument
52 $this->set = $set;
85 $set = [];
97 $set[] = [
112 return new self($set, $remove);
/plugin/refnotes/
H A Dadmin.js23 set(value) {
24 super.set(value.getName(), value);
99 lang.set(match[1], match[2]);
288 fields.set(new CheckField('replace-footnotes'));
289 fields.set(new CheckField('reference-db-enable'));
290 fields.set(new TextField('reference-db-namespace'));
415 styles.set(name, value);
541 fields.set(new SelectField('refnote-id'));
542 fields.set(new SelectField('reference-base'));
543 fields.set(ne
[all...]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dmodel.js140 model.set({id: 2});
170 a.set({foo: 100});
219 model.set({
276 a.set({foo: 2});
280 a.set({foo: 2});
363 model.set({a: 2});
431 model.set({
434 model.set({
533 obj.set(attrs);
940 model.set({x: a});
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DSetHtmlPageFooter.php33 $set = 1;
35 $set = 1;
37 $set = 0;
40 $set = 1;
47 if ($set && ($tag === 'SETHTMLPAGEHEADER' || $tag === 'SETPAGEHEADER')) {
49 } elseif ($set && ($tag === 'SETHTMLPAGEFOOTER' || $tag === 'SETPAGEFOOTER')) {
58 if ($set && ($tag === 'SETHTMLPAGEHEADER' || $tag === 'SETPAGEHEADER')) {
60 } elseif ($set && ($tag === 'SETHTMLPAGEFOOTER' || $tag === 'SETPAGEFOOTER')) {
/plugin/bez/tpl/
H A Dstart.php53 <?php $tpl->set('no_filters', true) ?>
56 <?php $tpl->set('threads', $tpl->get('proposals')) ?>
61 <?php $tpl->set('threads', $tpl->get('my_threads')) ?>
65 <?php $tpl->set('tasks', $tpl->get('my_tasks')) ?>
69 <?php $tpl->set('threads', $tpl->get('reported_threads')) ?>
73 <?php $tpl->set('tasks', $tpl->get('reported_tasks')) ?>
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Challenge/
H A DDigestMD5Challenge.php104 $this->context->set('seqnumsnt', 0);
105 $this->context->set('seqnumrcv', 0);
140 $this->context->set('qop', 'auth-conf');
142 $this->context->set('qop', 'auth-int');
144 $this->context->set('qop', 'auth');
166 $response->set('response', DigestMD5Mechanism::computeResponse(
174 $this->context->set(
186 $this->context->set('a1', hex2bin(DigestMD5Mechanism::computeA1($password, $message, $response)));
187 $this->context->set('cipher', $response->get('cipher'));
237 $this->context->set('a
[all...]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddataprovider-debug.phpt16 Starting test 'DataProviderDebugTest::testProvider with data set #0 (null, true, 1, 1.0)'.
18 Starting test 'DataProviderDebugTest::testProvider with data set #1 (1.2, resource(%d) of type (str…
20 Starting test 'DataProviderDebugTest::testProvider with data set #2 (array(array(1, 2, 3), array(3,…
22 Starting test 'DataProviderDebugTest::testProvider with data set #3 ('this\nis\na\nvery\nvery\nvery…
24 Starting test 'DataProviderDebugTest::testProvider with data set #4 (stdClass Object (), stdClass O…
26 Starting test 'DataProviderDebugTest::testProvider with data set #5 (Binary String: 0x000102030405,…
28 Starting test 'DataProviderDebugTest::testProvider with data set #6 (Binary String: 0x0009)'.
H A Ddataprovider-log-xml-isolation.phpt21 <testcase name="testAdd with data set #0" assertions="1" time="%f"/>
22 <testcase name="testAdd with data set #1" assertions="1" time="%f"/>
23 <testcase name="testAdd with data set #2" assertions="1" time="%f">
24 …"PHPUnit_Framework_ExpectationFailedException">DataProviderTest::testAdd with data set #2 (1, 1, 3)
30 <testcase name="testAdd with data set #3" assertions="1" time="%f"/>
40 1) DataProviderTest::testAdd with data set #2 (1, 1, 3)
/plugin/bez/mdl/
H A DThread.php266 $set = implode(',', array_map(function ($v) { return "$v=0"; }, $flags));
268 $sql = "UPDATE thread_participant SET $set WHERE thread_id=? AND user_id=?";
302 $set = implode(',', array_map(function($flag) { return "$flag=1"; }, $flags));
305 $set .= ',removed=0';
308 $q = "UPDATE thread_participant SET $set WHERE thread_id=? AND user_id=?";
483 $tpl->set('thread', $this);
484 $tpl->set('style', $style);
485 $tpl->set('no_actions', true);
498 $tpl->set('content', $thread_box);
510 $tpl->set('wh
[all...]
/plugin/bez/ctl/
H A Dstart.php103 $this->tpl->set('timeline', $timeline->get_assoc());
108 $this->tpl->set('proposals', $proposals);
109 $this->tpl->set('proposals_count', $this->model->threadFactory->count($filter));
114 $this->tpl->set('my_threads', $my_threads);
115 $this->tpl->set('my_threads_count', $this->model->threadFactory->count($filter));
120 $this->tpl->set('my_tasks', $my_tasks);
121 $this->tpl->set('my_tasks_count', $this->model->taskFactory->count($filter));
126 $this->tpl->set('reported_threads', $reported_threads);
127 $this->tpl->set('reported_threads_count', $this->model->threadFactory->count($filter));
132 $this->tpl->set('reported_task
[all...]
H A D8d.php19 $this->tpl->set('thread', $thread);
20 $this->tpl->set('causes',
23 $this->tpl->set('risks',
26 $this->tpl->set('opportunities',
30 $this->tpl->set('8d_tasks', $tasks);
43 $this->tpl->set('preventive_close_date', date('Y-m-d', strtotime($max_preventive_close_date)));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/set/
H A Dmutating.test2 "set" tag
4 {% set foo = "foo" %}
6 {% set bar %}
7 {%- set foo = "bar" -%}
H A Dbasic.test2 "set" tag
4 {% set foo = 'foo' %}
5 {% set bar = 'foo<br />' %}
10 {% set foo, bar = 'foo', 'bar' %}
/plugin/pot/
H A DREADME.md66 …be merged ( overwritten ) by the page code (if set), and finally merged by the individual settings…
72 | set | | any number or word, | with this key word you will set a page default, see below |
83 …value | | shortcut, if you have used "set=3" you can use ~3 to call all settings done within th…
84 | color+ | | | set a color for results above 0 |
85 | color- | | | set a color for results beneath 0 |
86 | type | | (formula) text | the pot can be used to calculate formulas or to set and reuse text …
92 …<pot set=1 | potid=example | decimals=2 | currency=€ | sepdec=, | sepmil=. | display=none > 1100.0…
98 Will be displayed as: 1.101,01 € ( because of the formatting set with set=1 )
106 Already set "< pot>" values can be retrieved and included in the formulas. To retrieve exactly one …
122set individual names to each pot. If not, it will be set automatically. There is a simple rule in …
[all …]
/plugin/twofactor/
H A DManager.php108 $set = $this->getConf('optinout');
109 if ($set === 'mandatory') {
112 if ($set === 'optout') {
148 throw new \RuntimeException('2fa user already set, cannot be changed');
154 * Get or set the user opt-out state
159 * @param bool|null $set
162 public function userOptOutState($set = null) argument
169 if ($set === null) {
174 if ($set) {
175 $settings->set('stat
[all...]
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64set-session-field|xdmp:set-response-encoding|xdmp:set-response-content-type|xdmp:set-response-code…
/plugin/edittable/action/
H A Dnewtable.php63 $INPUT->post->set('edittable__new', $fields);
70 $INPUT->post->set('target', 'table');
74 $INPUT->post->set('target', 'table');
82 $INPUT->post->set('target', 'section');
88 $INPUT->post->set('target', 'section');
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js2set:function(a){s=a}},gravity:{get:function(){return f},set:function(a){f=a}},distance:{get:functi…
3set:function(a){i=a}},height:{get:function(){return j},set:function(a){j=a}},staggerLabels:{get:fu…
4set:function(a){j=a}},height:{get:function(){return k},set:function(a){k=a}},staggerLabels:{get:fu…
5set:function(a){m=a}},height:{get:function(){return n},set:function(a){n=a}},showLegend:{get:funct…
6set:function(a){l=a}},height:{get:function(){return m},set:function(a){m=a}},showLegend:{get:funct…
7set:function(b){x=a.utils.getColor(b)}}}),a.utils.initOptions(b),b},a.models.parallelCoordinates=f…
8set:function(b){a.deprecated("tooltipContent","use chart.tooltip.contentGenerator() instead"),i.co…

12345678910>>...51