Home
last modified time | relevance | path

Searched refs:force (Results 176 – 200 of 287) sorted by last modified time

12345678910>>...12

/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A DLICENSE47 … under the terms of this License), and this License will continue in full force and effect unless …
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md142 The API also provides the `load` method to force the load of an entity,
/plugin/findologicxmlexport/vendor/hoa/file/
H A DDirectory.php145 * @param bool $force Force to copy if the file $to already exists.
151 public function copy($to, $force = Stream\IStream\Touchable::DO_NOT_OVERWRITE) argument
193 $handle->copy($_to, $force);
H A DGeneric.php304 * @param bool $force Force to copy if the file $to already exists.
309 public function copy($to, $force = Stream\IStream\Touchable::DO_NOT_OVERWRITE) argument
313 if ($force === Stream\IStream\Touchable::DO_NOT_OVERWRITE &&
329 * @param bool $force Force to move if the file $name already
340 $force = Stream\IStream\Touchable::DO_NOT_OVERWRITE, argument
345 if ($force === Stream\IStream\Touchable::DO_NOT_OVERWRITE &&
/plugin/findologicxmlexport/vendor/hoa/stream/IStream/
H A DTouchable.php94 * @param bool $force Force to copy if the file $to already exists.
98 public function copy($to, $force = self::DO_NOT_OVERWRITE); argument
104 * @param bool $force Force to move if the file $name already
113 $force = self::DO_NOT_OVERWRITE, argument
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst346 To get around this, force Twig to invalidate the bytecode cache::
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md55 It will force non-evaluating your values in 4.0. Use plain integers or `!!float` instead.
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst161 // force auto-reload to always have the latest version of the template
172 // force compilation
/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/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DClassNode.php103 public function addMethod(MethodNode $method, $force = false) argument
112 if ($force || !isset($this->methods[$method->getName()])) {
/plugin/orgapp/
H A DCOPYING166 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/barcode/
H A DCOPYING166 in force. You may convey covered works to others for the sole purpose
/plugin/file2dw/
H A Daction.php454 * @param bool $force force displaying the message without checking debugLvl
457 function _msg( $message, $type=null, $force=false ) { argument
510 if ( $force || $this->debugShowInfo == 1 || $err == -1 ) {
/plugin/pgpinlinesupport/
H A DLICENSE166 in force. You may convey covered works to others for the sole purpose
/plugin/sha3sum/
H A DLICENSE166 in force. You may convey covered works to others for the sole purpose
/plugin/odtplus2dw/
H A Daction.php260 function _msg( $message, $type=null, $force=false ) { argument
275 # $force : boolean : force displaying the message without checking debugLvl
307 if ( !$force && $this->debug == 0 ) return ( $err == -1 ? false : true );
310 if ( !$force && $err != -1 && $this->debug < 3 ) return true;
/plugin/timetrack/
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/ckgdoku/ckeditor/plugins/tableselection/styles/
H A Dtableselection.css7 It will force repaint (without reflow) so that selection is properly displayed. */
/plugin/autogroup/
H A DLICENSE166 in force. You may convey covered works to others for the sole purpose
/plugin/authsmartcard/auth/
H A D.htaccess6 downgrade-1.0 force-response-1.0
/plugin/twofactorsmsgateway/
H A Dhelper.php130 public function transmitMessage($subject, $message, $force = false){ argument
131 if (!$this->canUse() && !$force) { return false; }
/plugin/wavedrom/
H A DLICENSE166 in force. You may convey covered works to others for the sole purpose
/plugin/twofactorsmsappliance/
H A Dhelper.php102 public function transmitMessage($subject, $message, $force = false){ argument
103 if (!$this->canUse() && !$force) { return false; }

12345678910>>...12