Home
last modified time | relevance | path

Searched refs:options (Results 501 – 525 of 1516) sorted by relevance

1...<<21222324252627282930>>...61

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DReferralChaserInterface.php40 * Construct the LdapClient with the options you want, and perform other tasks (such as StartTLS)
42 * @param array $options
45 public function client(array $options): LdapClient;
44 client(array $options) global() argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DDisk.php78 public $options; variable in Google\\Service\\Compute\\Disk
359 public function setOptions($options) argument
361 $this->options = $options;
368 return $this->options;
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.stumbleupon.js32 'button' : function (options, uri, settings) { argument
48 src: base_url+$.param({url: uri + options.referrer_track}),
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPKCS1.php116 * @param array $options optional
119 …p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $password = '', array $options = []) argument
132 return self::wrapPrivateKey($key, 'DSA', $password, $options);
/plugin/fetchmedia/script/
H A Dmain.js34 const options = { class in requestDownloadExternalFile
45 fetch(`${DOKU_BASE}lib/exe/ajax.php`, options)
67 const options = {
74 fetch(`${DOKU_BASE}lib/exe/ajax.php?${query}`, options)
/plugin/sequencediagram/bower_components/snap.svg/
H A DGruntfile.js14 options: {
24 options: {
/plugin/achart/
H A Dscript.js18 var options = jsyaml.load(decodeURIComponent(escape(atob(adata))));
19 var chart = new ApexCharts(document.getElementById(id), options);
/plugin/bez/lib/jquery.datepair/
H A Djquery.datepair.js22 var options = typeof option === 'object' && option;
25 data = new Datepair(this, options);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPublicKey.php82 * @param array $options optional
85 public function toString($type, array $options = []) argument
89 return $type::savePublicKey($this->p, $this->q, $this->g, $this->y, $options);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-raphael-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/feedback/_test/
H A DgetFeedbackContact.test.php76 public function test_getFeedbackContact ($input, $options, $expected_output, $message) { argument
80 foreach ($options as $key => $value) {
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DProperty.php543 * @param int $options
547 function validate($options = 0) { argument
556 if ($options & self::REPAIR) {
582 'level' => $options & self::REPAIR ? 1 : 3,
586 if ($options & self::REPAIR) {
637 $warnings = array_merge($warnings, $param->validate($options));
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php404 * @param int $options
407 function validate($options = 0) { argument
409 $warnings = parent::validate($options);
467 if ($options & self::PROFILE_CALDAV) {
/plugin/davcard/vendor/sabre/vobject/lib/Property/
H A DText.php306 * @param int $options
309 public function validate($options = 0) { argument
311 $warnings = parent::validate($options);
323 if ($options & self::REPAIR) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/
H A DText.php306 * @param int $options
309 public function validate($options = 0) { argument
311 $warnings = parent::validate($options);
323 if ($options & self::REPAIR) {
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php404 * @param int $options
407 function validate($options = 0) { argument
409 $warnings = parent::validate($options);
467 if ($options & self::PROFILE_CALDAV) {
/plugin/davcal/vendor/sabre/vobject/lib/Property/
H A DText.php306 * @param int $options
309 public function validate($options = 0) { argument
311 $warnings = parent::validate($options);
323 if ($options & self::REPAIR) {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php404 * @param int $options
407 function validate($options = 0) { argument
409 $warnings = parent::validate($options);
467 if ($options & self::PROFILE_CALDAV) {
/plugin/issuetracker/
H A Dprototype.js1481 Object.extend(this.options, options || { });
1483 this.options.method = this.options.method.toLowerCase();
1518 if (this.options.onCreate) this.options.onCreate(response);
1726 var options = this.request.options;
1727 if (!options.evalJSON || (options.evalJSON != 'force' &&
1747 options = Object.clone(options);
1759 options = this.options;
1953 if (el.options && el.options[0]) {
4971 if (typeof options != 'object') options = { hash: !!options };
5073 form = $(form), options = Object.clone(options || { });
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DStream.php133 * @param int $options Holds additional flags set by the
151 public function stream_open($path, $mode, $options, &$openedPath); argument
/plugin/data/Form/
H A DOptGroup.php15 * @return string[] the values that have been set (options exist)
22 if (isset($this->options[$value])) {
36 foreach ($this->options as $key => $val) {
/plugin/dirtylittlehelper/mermaid/editor/
H A Dwebpack.config.js32 options: {
54 options: {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DXML.php377 * @param array $options optional
380 public static function savePublicKey(BaseCurve $curve, array $publicKey, array $options = []) argument
397 self::encodeXMLParameters($curve, $pre, $options) . "\r\n" .
408 self::encodeXMLParameters($curve, $pre, $options) . "\r\n" .
418 * @param array $options optional
421 private static function encodeXMLParameters(BaseCurve $curve, $pre, array $options = []) argument
423 $result = self::encodeParameters($curve, true, $options);
/plugin/mikioplugin/syntax/
H A Dbadge.php16 public $options = array( variable in syntax_plugin_mikioplugin_badge
26 $this->options['type']['default'] = 'primary';
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js413 options = this.options,
414 platform = options.platforms[0];
440 label = options.name + ':',
520 this.options = {};
522 _.defaults(this.options, _.cloneDeep(jobOptions));
586 var options = this.options,
587 platform = options.platforms[0],
589 label = options.name + ':';
612 'json': this.options

1...<<21222324252627282930>>...61