Home
last modified time | relevance | path

Searched refs:force (Results 51 – 75 of 287) sorted by relevance

12345678910>>...12

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/ConnectionPool/
H A DStaticConnectionPool.php48 public function nextConnection(bool $force = false): ConnectionInterface argument
71 // All "alive" nodes failed, force pings on "dead" nodes
/plugin/authgoogle/google/contrib/
H A DGoogle_DatastoreService.php520 public $force; variable in Google_Mutation
540 public function setForce( $force) { argument
541 $this->force = $force;
544 return $this->force;
/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/ckgdoku/ckeditor/plugins/tableselection/styles/
H A Dtableselection.css7 It will force repaint (without reflow) so that selection is properly displayed. */
/plugin/authucenter/lib/uc_client/
H A Dclient.php25 function uc_addslashes($string, $force = 0, $strip = FALSE) { argument
27 if(!MAGIC_QUOTES_GPC || $force) {
30 $string[$key] = uc_addslashes($val, $force, $strip);
40 function daddslashes($string, $force = 0) { argument
41 return uc_addslashes($string, $force);
/plugin/odt2dw/
H A Daction.php243 function _msg( $message, $type=null, $force=false ) { argument
290 if ( !$force && $this->debug == 0 ) return ( $err == -1 ? false : true );
293 if ( !$force && $err != -1 && $this->debug < 3 ) return true;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-pool.asciidoc128 * @param bool $force
132 public function nextConnection($force = false)
177 * @param bool $force
181 public function nextConnection($force = false)
/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/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/owncloud/
H A Dstyle.css63 /* Uncomment these lines to force the edit button show up bellow the imagebox. */
/plugin/button/
H A Dstyle.css24 - vertical-align : force inherit to get the one from upper level
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDatabaseMigrationService.php138 'force' => [
272 'force' => [
H A DBackupforGKE.php274 'force' => [
532 'force' => [
658 'force' => [
H A DDataCatalog.php140 'force' => [
518 'force' => [
610 'force' => [
H A DDialogflow.php314 'force' => [
786 'force' => [
932 'force' => [
1024 'force' => [
1580 'force' => [
/plugin/dirtylittlehelper/
H A Dscript.js207 function dlh_sb_toggle(force=''){ argument
212 if( dlh_objectValueGet('dlh_left_tmp_status')=='show' || force == 'hide'){
219 if( dlh_objectValueGet('dlh_left_tmp_status')=='hide' || force == 'show'){
/plugin/tokenbucketauth/
H A DREADME4 DokuWiki plugin to prevent brute force attacks by delaying them.
/plugin/combo/
H A Dcli.php71 const FORCE_OPTION = 'force';
145 "Replicate with force",
186 $force = $options->getOpt(self::FORCE_OPTION, false);
199 $this->index($startPath, $force, $depth);
/plugin/swiftmail/Swift/Message/
H A DHeaders.php260 public function forceEncoding($force=true) argument
262 $this->forceEncoding = (boolean) $force;
/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/backup/
H A DCHANGELOG.md31 …rver, we now alert the user that there may be issues with the plugin, and force an "I Understand" …
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.pdflib.class.php429 function generate_cpg($encoding, $force = false) { argument
430 if (!$force) {
/plugin/fckg/scripts/
H A Dvki_kb.js1553 this.VKI_position = function(force) { argument
1557 if (force !== true) {
1563 if (place || force === true) {
1574 if (force === true) self.VKI_position();
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js11 …m);matches.push(new Syntax.Match(offset,text.length,{klass:elem.className,force:true,element:elem,…
34 return container;};Syntax.Match.prototype.canContain=function(match){if(match.expression.force){ret…
57force){return this._insert(match);}else{return null;}}else if(match.offset<child.endOffset){if(mat…
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js1529 if (force || input != document.activeElement)
2356 if (force || document.activeElement != input)
2618 if (force || document.activeElement != width)
2623 if (force || document.activeElement != height)
2638 if (force || document.activeElement != left)
2643 if (force || document.activeElement != top)
2976 if (force || document.activeElement != width)
4149 if (force || document.activeElement != input)
5449 if (force || document.activeElement != input)
5455 if (force || document.activeElement != altInput)
[all …]

12345678910>>...12