Home
last modified time | relevance | path

Searched refs:force (Results 176 – 200 of 287) sorted by path

12345678910>>...12

/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG292 …* added an option to force PHP bytecode invalidation when writing a compiled template into the cac…
707 …* added the possibility to force the escaping of a string already marked as safe (instance of Twig…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst346 To get around this, force Twig to invalidate the bytecode cache::
/plugin/flowcharts/
H A Dmermaid.min.js1 …+t,e):a},velocityDecay:function(t){return arguments.length?(o=1-t,e):1-o},force:function(t,n){retu… method in AnonymousFunction6e8e008519100.e
/plugin/flowplay2/flowplayer/
H A DLICENSE.txt172 in force. You may convey covered works to others for the sole purpose
/plugin/flowplayer/player/
H A DLICENSE.txt213 in force. You may convey covered works to others for the sole purpose
H A DREADME.txt84 - #363 silent seek and force to seek to a keyframe or else video frame will not display initially w…
/plugin/geophp/vendor/funiq/geophp/src/
H A DgeoPHP.php138 public static function geosInstalled($force = null) argument
141 if ($force !== null) {
142 $geosInstalled = $force;
/plugin/git/lib/
H A DGit.php500 public function delete_branch($branch, $force = false) { argument
501 return $this->run("branch ".(($force) ? '-D' : '-d')." $branch");
/plugin/gitbacked/lib/
H A DGit.php548 public function clean($dirs = false, $force = false) { argument
549 return $this->run("clean".(($force) ? " -f" : "").(($dirs) ? " -d" : ""));
574 public function delete_branch($branch, $force = false) { argument
575 return $this->run("branch ".(($force) ? '-D' : '-d')." $branch");
/plugin/googlemaps3/
H A DLICENSE166 in force. You may convey covered works to others for the sole purpose
/plugin/gplusone/
H A DCOPYING166 in force. You may convey covered works to others for the sole purpose
/plugin/groupmail/
H A DLICENSE166 in force. You may convey covered works to others for the sole purpose
H A DREADME.textile17 * support force sending with registered identity
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pdflib.class.php429 function generate_cpg($encoding, $force = false) { argument
430 if (!$force) {
/plugin/htmlokalt/
H A DLICENSE66 …t convey, without conditions so long as your license otherwise remains in force. You may convey co…
/plugin/imagecarousel/
H A DLICENSE166 in force. You may convey covered works to others for the sole purpose
/plugin/inlineedit/
H A DLICENSE166 in force. You may convey covered works to others for the sole purpose
/plugin/issuetracker/
H A Dprototype.js2805 Element._getContentFromAnonymousElement = function(tagName, html, force) { argument
2811 else if (force) {
/plugin/jmol2/jmol/
H A DCHANGES.txt1616 … feature: mol2 format reads force field atom types for AMBER, CFF91, GAFF, ESFF, CHARMM, COMPASS, …
5583 # or force integer math:
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0_Minimize.jar ... atom public double[] coord public double[] force public java.util.Vector bonds public int nBonds ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_Minimize.jar ... atom public double[] coord public double[] force public java.util.Vector bonds public int nBonds ...
/plugin/jplayer/components/
H A Drequire-built.js107 function mixin(target, source, force, deepStringMixin) { argument
110 if (force || !hasProp(target, prop)) {
115 mixin(target[prop], value, force, deepStringMixin);
H A Drequire.js107 function mixin(target, source, force, deepStringMixin) { argument
110 if (force || !hasProp(target, prop)) {
115 mixin(target[prop], value, force, deepStringMixin);

12345678910>>...12