Home
last modified time | relevance | path

Searched refs:update (Results 776 – 800 of 801) sorted by last modified time

1...<<313233

/plugin/tline/
H A DCHANGES.txt61 3) Optionally update the theme's autoWidthAnimationTime setting.
62 4) Optionally update the autoWidthMargin settings in the Theme. The margin, per
/plugin/groupmgr/
H A Dsyntax.php322 $update = array();
327 $update['grps'] = $u['grps'];
332 $update['grps'] = $u['grps'];
335 if (count($update) > 0) {
336 if ($auth->modifyUser($name, $update)) {
/plugin/clock/
H A Dscript.js46 update ( obj ) {
64 dwClockTimer.update(dwClockDOMObject);
/plugin/usersubscriptions/
H A Dsyntax.php116 $update = !is_subscribed($id, $INFO['client'], false);
119 $update = !is_subscribed($id.':', $INFO['client'], true);
121 if($update) {
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java.bak1091 update(target, fieldname);
1105 update(target, fieldname);
1111 public void update(Object target, String fieldname) {
/plugin/jquery/
H A Djquery-1.4.2.min.js139 …ptions=b;this.elem=a;this.prop=d;if(!b.orig)b.orig={}}});c.fx.prototype={update:function(){this.op… method in c.fx
142 this.end;this.pos=this.state=1;this.update();this.options.curAnim[this.prop]=true;for(var f in this…
143 …ptions.duration);this.now=this.start+(this.end-this.start)*this.pos;this.update()}return true}};c.…
H A Djquery-1.4.2.js5729 update: function() { method in jQuery.fx
5805 this.update();
5858 this.update();
H A Dscript.js19update:function(){if(this.options.step){this.options.step.call(this.elem,this.now,this)}(o.fx.step… method in o.fx
/plugin/jmol2/jmol/
H A DCHANGES.txt389 # bug fix: arrays passed to functions by reference do not update if size is increased
1445 # readers: MOLDEN reader update contributed by Albert DeFusco - adefusco
1446 # readers: GAMESS reader update contributed by Albert DeFusco - adefusco
1487 # bug fix: quaternion straightness update
1762 # bug fix: data property_partialcharge does not update atomic partialCharge data itself for MEP
2846 # code: eval/compiler error processing update
3169 # Translation update: Estonian
3942 # POV-Ray dialog update
4249 # Bug? fix: update the page templates to XHTML 1.1
4962 # update of Turkish translation
[all …]
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/farm/install/
H A Dfarmstructurecreator.php.bak47 }else die('Could not update install step');
159 }else die('Could not update rewrite file');
/plugin/tooltip/
H A DChangeLog18 * style.css: (update) set "div.dokuwiki" specifiers to all CSS styles.
/plugin/asciimath/
H A Dasciimathml148r.js864 for (var i=0;i<frag.length;i++) frag[i].update()
/plugin/superacl/
H A Dadmin.php113 }elseif(isset($_REQUEST['cmd']['update'])){
/plugin/flowplay2/flowplayer/
H A DREADME.txt132 by the latest Flash player 3 update codenamed "Moviestar"
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js614 ,update /* :Boolean */) /* :Boolean */{ argument
625 if (false !== update) this.updateOptions();
644 ,update /* :Boolean */) /* :Boolean */ { argument
646 if (isUndefined(update)) update = true;
654 …if (update) node.options[node.options.length] = new Option ( text ,value ,defaultSelected ,selecte…
677 ,update /* :Boolean */) /* :Boolean */ { argument
679 if (isUndefined(update)) update = true;
685 ,false, update);
688 ,false, update);
691 ,false, update);
/plugin/chat/
H A Dreadme.txt44 For the chat plugin to work correctly, you need to update **SACK** with latest 1.6 version.
H A DChatNotify.class ... Play () public void Stop () public void update (java.awt.Graphics) java.awt ...
/plugin/galleryv1.5/
H A Dscript.js47 return this.update();
49 WindowSize.prototype.update = function() method in WindowSize
67 return this.update();
69 PageSize.prototype.update = function() method in PageSize
80 this.win.update();
89 return this.update();
91 PagePos.prototype.update = function() method in PagePos
323 self._page.update();
324 self._pos.update();
/plugin/txtconf/
H A Dadmin.php94 if ($this->_myconf->setting[$key]->update($input))
H A Dtxtconfig.class.php238 function update($input) { function in setting_text
H A Dconfig0.class.php317 function update($input) { function in setting0

1...<<313233