Home
last modified time | relevance | path

Searched refs:force (Results 76 – 100 of 287) sorted by relevance

12345678910>>...12

/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloClient.js35 TrelloClient.prototype.authenticate = function(fn, error, force) argument
37 if (force)
/plugin/pgn4web/
H A DREADME.md40 find pgn4web/ -type f -name "*.png" | xargs pngquant --ext .png --force --skip-if-larger # (optiona…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DServiceNetworking.php241 'force' => [
H A DBigQueryReservation.php176 'force' => [
H A DCloudFilestore.php222 'force' => [
H A DGKEHub.php137 'force' => [
H A DCloudRun.php104 'force' => [
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dfutures.asciidoc111 If you wish to force future resolution, but don't need the values immediately,
112 you can call `wait()` on the future to force resolution, too:
H A Dphp_json_objects.asciidoc60 By using an explicit stdClass object, we can force the `json_encode` parser to
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc94 $params['force'] = (boolean) True if the job should be forcefully closed
152 $params['force'] = (boolean) True if the job should be forcefully deleted (Default = false)
167 $params['force'] = (boolean) True if the datafeed should be forcefully deleted
224 $params['force'] = (boolean) True if the job should be forcefully deleted (Default = false)
908 $params['force'] = (boolean) True if the data frame analytics should be forcefully stopped
926 $params['force'] = (boolean) True if the datafeed should be forcefully stopped.
H A DDataFrameTransformDeprecatedNamespace.asciidoc40 $params['force'] = (boolean) When `true`, the transform is deleted regardless of its current state. The default value is `false`, meaning that the transform must be `stopped` before it can be deleted.
/plugin/sfauth/
H A DREADME.wiki59 As username the plug-in will use the e-mail address provided by sales force.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm27 * As ColdFusion 5 does not fully support UTF-8 encoding, we force ASCII
88 …// virtual directory or a symbolic link / junction. Use the serverPath config setting to force a p…
H A Dcf5_upload.cfm27 * As ColdFusion 5 does not fully support UTF-8 encoding, we force ASCII
110 …// virtual directory or a symbolic link / junction. Use the serverPath config setting to force a p…
/plugin/virtualkeyboard/vk/extensions/dom/
H A Dselectbox.js883 this.selectOption = function (id /* :Number */, force) { argument
884 if (!isNumber(id) || (!force && (id<0 || !node.options[Math.abs(id)]))) return false;
/plugin/fastwiki/
H A Dscript.js727 * @param {boolean=} force - Force an AJAX load, even if the code thinks it can optimize it out.
730 function load(page, sectionForm, params, force, callback) { argument
754 if (page == m_origViewMode && !force) {
/plugin/news/
H A DREADME56 However, you can force a new feed to be created by method 2 or 3.
/plugin/catlist/
H A Dsyntax.php116 "force" => CATLIST_NSLINK_FORCE ));
251 function _getStartPage ($index_priority, $parid, $parpath, $name, $force) {
267 if ($force && isset($index_priority[0]))
254 _getStartPage($index_priority, $parid, $parpath, $name, $force) global() argument
/plugin/aclauditor/
H A Dadmin.php120 header('Content-type: application/force-download');
/plugin/jmol2/jmol/
H A DJmolApplet0_Minimize.jar ... atom public double[] coord public double[] force public java.util.Vector bonds public int nBonds ...
H A DJmolAppletSigned0_Minimize.jar ... atom public double[] coord public double[] force public java.util.Vector bonds public int nBonds ...
/plugin/groupmail/
H A DREADME.textile17 * support force sending with registered identity
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DJplayerMp3.as183 private function checkPlaying(force:Boolean):void {
189 if(myStatus.isWaiting || force) {
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js107 function mixin(target, source, force, deepStringMixin) { argument
110 if (force || !hasProp(target, prop)) {
115 mixin(target[prop], value, force, deepStringMixin);
/plugin/jplayer/components/
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