Home
last modified time | relevance | path

Searched refs:set (Results 51 – 75 of 1255) sorted by relevance

12345678910>>...51

/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcresource.js20 this.labels.set(key,value);
37 this.fileurl.set(key,value);
50 this.smileys.set(key, value);
51 this.smileysreverse.set(value,key);
/plugin/behave/
H A Dbehave.js189 set: function (start, end) {
260 set: function(data){
428 utils.editor.set(edited);
475 utils.editor.set(edited);
501 utils.editor.set(edited);
502 utils.cursor.set(pos - 1);
507 utils.editor.set(edited);
508 utils.cursor.set(pos - 1);
512 utils.editor.set(edited);
513 utils.cursor.set(pos);
[all …]
/plugin/bez/mdl/
H A DTask.php91 'type' => array(array('select', array('corrective', 'preventive')), 'NULL'), // only corrective, preventive can be set this way
411 $set = implode(',', array_map(function ($v) { return "$v=0"; }, $flags));
413 $sql = "UPDATE task_participant SET $set WHERE task_id=? AND user_id=?";
446 $set = implode(',', array_map(function($flag) { return "$flag=1"; }, $flags));
449 $set .= ',removed=0';
452 $q = "UPDATE task_participant SET $set WHERE task_id=? AND user_id=?";
547 $tpl->set('task', $this);
548 $tpl->set('style', $style);
549 $tpl->set('no_actions', true);
561 $tpl->set('conten
[all...]
H A DTask_comment.php47 throw new \Exception('$defaults[task] not set');
90 $tpl->set('content', $html);
91 $tpl->set('who', $this->author);
92 $tpl->set('when', $this->create_date);
93 $tpl->set('action', 'mail_task_comment_added');
/plugin/stlviewer/stlviewer/
H A DOrbitControls.js147 panOffset.set( te[ 0 ], te[ 1 ], te[ 2 ] );
160 panOffset.set( te[ 4 ], te[ 5 ], te[ 6 ] );
274 pan.set( 0, 0, 0 );
320 rotateStart.set( event.clientX, event.clientY );
327 dollyStart.set( event.clientX, event.clientY );
334 panStart.set( event.clientX, event.clientY );
356 rotateEnd.set( event.clientX, event.clientY );
371 dollyEnd.set( event.clientX, event.clientY );
390 panEnd.set( event.clientX, event.clientY );
502 dollyStart.set( 0, distance );
[all …]
/plugin/bez/meta/
H A DTpl.php25 $this->set('client', $this->model->user_nick);
28 $this->set('version', $info['date']);
30 $this->set('wiki_title', $this->conf['title']);
33 $this->set('users', $this->action->get_model()->userFactory->get_all());
34 $this->set('groups', $this->action->get_model()->userFactory->get_groups());
81 public function set($id, $value) { function in dokuwiki\\plugin\\bez\\meta\\Tpl
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dsplit.rst12 {% set foo = "one,two,three"|split(',') %}
27 {% set foo = "one,two,three,four,five"|split(',', 3) %}
31 chunks. Length is set by the ``limit`` argument (one character by default).
35 {% set foo = "123"|split('') %}
38 {% set bar = "aabbcc"|split('', 2) %}
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/expressions/
H A Darray.test16 {% set a = [1, 2, [1, 2], {'foo': {'foo': 'bar'}}] %}
35 {% set a = 1 %}
36 {% set b = "foo" %}
37 {% set ary = { (a): 'a', (b): 'b', 'c': 'c', (a ~ b): 'd' } %}
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DInput.class.php121 public function set($name, $value) { function in Input
138 $this->set($name, $default);
267 $this->set($name, $value);
291 public function set($name, $value) { function in PostInput
292 parent::set($name, $value);
316 public function set($name, $value) { function in GetInput
317 parent::set($name, $value);
/plugin/tos/
H A Daction.php146 * @param int $set
149 protected function sessionState($set = 0) argument
151 if (!$this->getConf('usesession')) return $set;
153 if ($set) {
155 $_SESSION[self::FORMFIELD] = $set;
/plugin/bez/tpl/
H A D8d.php64 <?php $tpl->set('tasks', $tpl->get('8d_tasks')['correction']) ?>
70 <?php $tpl->set('causes', $tpl->get('causes')) ?>
76 <?php $tpl->set('tasks', $tpl->get('8d_tasks')['corrective']) ?>
91 <?php $tpl->set('causes', $preventive) ?>
94 <?php $tpl->set('tasks', $tpl->get('8d_tasks')['preventive']) ?>
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Drecursive_block_with_inheritance.test6 {% block list %}{% set class = 'b' %}{{ parent() }}{% endblock %}
9 {% block list %}{% set class = class|default('a') %}<ol class="{{ class }}">{{ block('children') }}…
13 {% block children %}{% set currentItem = item %}{% for item in currentItem %}{{ block('item') }}{% …
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPTSTInfo.php174 $set = $item->getObjectAs(ASN1_TAG_SET);
178 for ($i = 0; $i < $set->getObjectCount(); $i++) {
181 $extension->decode($set->getObjectAt($i));
249 $set = new ASN1Set();
252 $set->add($extension);
260 $tag->setObject($set);
/plugin/odt/ODT/
H A DODTImport.php321 $set = array ();
325 $set ['margin-left'] = NULL;
326 $set ['margin-right'] = NULL;
328 $set ['margin-bottom'] = '0pt';
331 $set ['margin-top'] = '0pt';
332 $lastStyle->importProperties($set, $disabled);
468 $set = array ();
472 $set ['margin-left'] = NULL;
473 $set ['margin-right'] = NULL;
475 $set ['margin-bottom'] = '0pt';
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dcycle.rst8 {% set start_year = date() | date('Y') %}
9 {% set end_year = start_year + 5 %}
19 {% set fruits = ['apple', 'orange', 'citrus'] %}
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DExpiringCache.php49 public function set($key, $value) function in Assetic\\Cache\\ExpiringCache
51 $this->cache->set($key.'.expires', time() + $this->lifetime);
52 $this->cache->set($key, $value);
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dwith.rst7 Use the ``with`` tag to create a new inner scope. Variables set within this
13 {% set foo = 42 %}
30 {% set vars = { foo: 42 } %}
40 {% set bar = 'bar' %}
/plugin/gtime/gtlib/asn1/gt/
H A DGTTimeSignature.php125 $set = $tag->getObjectAs(ASN1_TAG_SET);
129 foreach ($set->getObjects() as $item) {
174 $set = new ASN1Set();
177 $set->add(new ASN1OctetString($item));
185 $tag->setObject($set);
/plugin/wrap/images/
H A DREADME3 Icon set: Human-O2
10 Icon set: Silk
15 Icon set: Silk Companion
/plugin/amcharts/assets/amcharts/
H A Dradar.js4 …anChart();this.dispDUpd();this.gridSet.toBack();this.axesSet.toBack();this.set.toBack()},formatStr…
5 …ckness,f=a.axisColor,m=a.axisAlpha;this.set=b.container.set();this.set.translate(a.x,a.y);b.axesSe…
6 …Math.cos(q/180*Math.PI);0<m&&(t=d.line(b.container,[0,t],[0,q],f,m,c),this.set.push(t),d.setCN(b,t…
7set.push(g);d.setCN(b,g,a.bcn+"title")}}}}})})();(function(){var d=window.AmCharts;d.RadItem=d.Cla…
10set},getLabel:function(){return this.label}})})();(function(){var d=window.AmCharts;d.RadarFill=d.…
11 …");f.id&&d.setCN(b,n,"guide-fill-"+f.id);this.set.push(n);this.fill=n},graphics:function(){return …
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DDocument.php63 $this->set($key, $value);
101 public function set(string $key, $value): self function in Elastica\\Document
157 $this->set($key, $value);
167 return $this->set($key, \base64_encode($content));
181 $this->set($key, $value);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DDesiredCapabilities.php59 $this->set(WebDriverCapabilityType::BROWSER_NAME, $browser_name);
78 $this->set(WebDriverCapabilityType::VERSION, $version);
108 $this->set($name, $value);
127 $this->set(WebDriverCapabilityType::PLATFORM, $platform);
169 $this->set(WebDriverCapabilityType::JAVASCRIPT_ENABLED, $enabled);
236 // Remove platformName if it is set to "any"
267 // Convert profile only if not already set in moz:firefoxOptions
422 private function set($key, $value) function in Facebook\\WebDriver\\Remote\\DesiredCapabilities
/plugin/settingstree/settings/
H A Dsettingslevel.class.php155 $set = $this->_getSettings();
159 if (!$set[$key]->tryUpdate($new['config'])){ // returns false on error
163 if ($set[$key]->_value !== null && $par_val !== $set[$key]->_value){
164 …$this->_values[$key]['value'] = $set[$key]->_value; // we do need to save value, as it's not defau…
175 $set[$key]->setProtect($toset);
188 $set = $this->_getSettings();
190 $set[$key]->markChanged($key);
/plugin/htmlokay/lang/en/
H A Dselection.txt1 Use this page to set HTML access policies for users and groups.
4 **H** is the highest number, **M** a Middle range, **L** a Low or Lax set of restrictions. **U** i…
5 For security, set the restriction policies as High as possible.
/plugin/tablemath/
H A Dscript.js31 var set = new Array();
36 set.push(tmParseValue(table.rows[y].cells[x]));
40 return set;

12345678910>>...51