Home
last modified time | relevance | path

Searched refs:options (Results 426 – 450 of 1516) sorted by relevance

1...<<11121314151617181920>>...61

/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap-min.js6options&&lexer.options.ranges;"function"==typeof sharedState.yy.parseError?this.parseError=sharedS… argument
H A Dsequence-diagram-min.js6options&&lexer.options.ranges;"function"==typeof sharedState.yy.parseError?this.parseError=sharedS… argument
8options){var defaultOptions={theme:"hand"};if(options=_.defaults(options||{},defaultOptions),!(opt… argument
/plugin/task/syntax/
H A Dtask.php186 function _statusMenu($options, $status) { argument
188 return $this->_statusMenuNew($options, $status);
190 return $this->_statusMenuOld($options, $status);
200 function _statusMenuNew($options, $status) { argument
216 foreach ($options as $option) {
239 function _statusMenuOld($options, $status) { argument
249 foreach ($options as $option) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php200 * @param array $options
204 public function performRequest(string $method, string $uri, ?array $params = [], $body = null, array $options = [], Transport $transport = null) argument
211 if (isset($options['client']['headers']) && is_array($options['client']['headers'])) {
212 $headers = array_merge($this->headers, $options['client']['headers']);
233 $request = array_replace_recursive($request, $this->connectionParams, $options);
241 $future = $handler($request, $this, $transport, $options);
258 return function (array $request, Connection $connection, Transport $transport = null, $options) use ($handler) {
266 function ($response) use ($connection, $transport, $request, $options) {
301 $options
[all...]
/plugin/structtasks/
H A Dcli.php26 protected function setup(Options $options) argument
28 $options->setHelp('Send emails to users that have been assigned to tasks.');
29 $options->registerOption('verbose', 'Show progress information', 'v', false);
33 public function main(Options $options) argument
35 $this->notify($options->getOpt('verbose'));
/plugin/webdav/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php44 * @param int $options parser options, see the OPTIONS constants
46 public function __construct($input, $options = 0) argument
48 $data = VObject\Reader::read($input, $options);
/plugin/icalevents/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php44 * @param int $options Parser options, see the OPTIONS constants.
46 function __construct($input, $options = 0) { argument
48 $data = VObject\Reader::read($input, $options);
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js1168 Object.extend(this.options, options || { });
1170 this.options.method = this.options.method.toLowerCase();
1175 this.options.parameters = this.options.parameters.toObject();
1211 if (this.options.onCreate) this.options.onCreate(response);
1412 var options = this.request.options;
1413 if (!options.evalJSON || (options.evalJSON != 'force' &&
1433 options = Object.clone(options);
1445 options = this.options;
3382 if (typeof options != 'object') options = { hash: !!options };
3469 form = $(form), options = Object.clone(options || { });
[all …]
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/farm/install/animaltemplate/conf/
H A Dlocal.php.dist4 Simply copy the options you want to change from dokuwiki.php
14 /* The following options are usefull, if you use a MySQL
16 * mysql.conf.php too and adjust the options to match
/plugin/davcard/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php45 * @param int $options Parser options, see the OPTIONS constants.
47 public function __construct($input, $options = 0) { argument
49 $data = VObject\Reader::read($input, $options);
/plugin/webdavclient/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php45 * @param int $options Parser options, see the OPTIONS constants.
47 public function __construct($input, $options = 0) { argument
49 $data = VObject\Reader::read($input, $options);
/plugin/davcal/vendor/sabre/vobject/lib/Splitter/
H A DICalendar.php45 * @param int $options Parser options, see the OPTIONS constants.
47 public function __construct($input, $options = 0) { argument
49 $data = VObject\Reader::read($input, $options);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Firefox/
H A DFirefoxOptions.php22 private $options = []; variable in Facebook\\WebDriver\\Firefox\\FirefoxOptions
54 $this->options[$name] = $value;
95 $array = $this->options;
/plugin/panoview/
H A Dscript.js66 function PanoJS(viewer, options) { argument
80 if (typeof options == 'undefined') {
81 options = {};
84 this.tileUrlProvider = new PanoJS.TileUrlProvider(options.tileBaseUri, options.image);
86 this.tileSize = (options.tileSize ? options.tileSize : PanoJS.TILE_SIZE);
89 … this.zoomLevel = (typeof options.initialZoom == 'undefined' ? -1 : parseInt(options.initialZoom));
90 …this.maxZoomLevel = (typeof options.maxZoom == 'undefined' ? 0 : Math.abs(parseInt(options.maxZoom…
96 this.imgsize.x = (typeof options.imageWidth == 'undefined' ? -1 : parseInt(options.imageWidth));
97 … this.imgsize.y = (typeof options.imageHeight == 'undefined' ? -1 : parseInt(options.imageHeight));
114 var blankTile = options.blankTile ? options.blankTile : PanoJS.BLANK_TILE_IMAGE;
[all …]
/plugin/metadisplay/helper/
H A Dhtml.php24 function init($options) { argument
27 $subdir=$options['namespace'];
28 $page=$options['page'];
29 $exact=$options['exact'];
30 $search=$options['search'];
31 $fuzzy=$options['fuzzy'];
32 $tm=$options['tm'];
33 $dtype=$options['dtype'];
34 $ltype=$options['ltype'];
H A Dplaintext.php24 function init($options) { argument
27 $subdir=$options['namespace'];
28 $page=$options['page'];
29 $exact=$options['exact'];
30 $search=$options['search'];
31 $fuzzy=$options['fuzzy'];
32 $tm=$options['tm'];
33 $dtype=$options['dtype'];
34 $ltype=$options['ltype'];
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonDeserializationVisitor.php19 private $options = 0; variable in JMS\\Serializer\\JsonDeserializationVisitor
37 int $options = 0, argument
41 $this->options = $options;
227 $decoded = json_decode($str, true, $this->depth, $this->options);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DataFusion/
H A DInstance.php82 public $options; variable in Google\\Service\\DataFusion\\Instance
355 public function setOptions($options) argument
357 $this->options = $options;
364 return $this->options;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPKCS1.php154 public static function saveParameters(BaseCurve $curve, array $options = []) argument
162 $key = self::encodeParameters($curve, false, $options);
177 * @param array $options optional
180 …ey(BigInteger $privateKey, BaseCurve $curve, array $publicKey, $password = '', array $options = []) argument
199 return self::wrapPrivateKey($key, 'EC', $password, $options);
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DContext.php59 * @param array $options Options for the context. It may contain the following: (default: empty array)
64 public function __construct($context = null, $options = []) argument
70 if (isset($options[Handlebars::OPTION_ENABLE_DATA_VARIABLES])) {
71 if (!is_bool($options[Handlebars::OPTION_ENABLE_DATA_VARIABLES])) {
76 $this->enableDataVariables = $options[Handlebars::OPTION_ENABLE_DATA_VARIABLES];
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js1369 Object.extend(this.options, options || { });
1371 this.options.method = this.options.method.toLowerCase();
1409 if (this.options.onCreate) this.options.onCreate(response);
1616 var options = this.request.options;
1617 if (!options.evalJSON || (options.evalJSON != 'force' &&
1637 options = Object.clone(options);
1649 options = this.options;
1826 if (el.options && el.options[0]) {
3925 if (typeof options != 'object') options = { hash: !!options };
4016 form = $(form), options = Object.clone(options || { });
[all …]
/plugin/prolog/
H A Dattribute_options.php31 $options = array();
37 array_push($options, $option);
39 return $options;
/plugin/socialshareprivacy2/
H A Daction.php21 $options = array(
55 foreach ($options as $opt) {
84 foreach ($options as $opt) {
/plugin/authfacebook/lib/GraphNodes/
H A DGraphNode.php100 * @param int $options
104 public function asJson($options = 0) argument
106 return json_encode($this->uncastItems(), $options);

1...<<11121314151617181920>>...61