Home
last modified time | relevance | path

Searched refs:options (Results 376 – 400 of 1516) sorted by relevance

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

/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DAvailable.php107 * @param int $options
111 function validate($options = 0) { argument
113 $result = parent::validate($options);
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DAvailable.php105 * @param int $options
109 public function validate($options = 0) argument
111 $result = parent::validate($options);
/plugin/davcard/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php45 * @param int $options Parser options, see the OPTIONS constants.
47 public function __construct($input, $options = 0) { argument
50 $this->parser = new MimeDir($input, $options);
/plugin/webdavclient/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php45 * @param int $options Parser options, see the OPTIONS constants.
47 public function __construct($input, $options = 0) { argument
50 $this->parser = new MimeDir($input, $options);
/plugin/davcal/vendor/sabre/vobject/lib/Splitter/
H A DVCard.php45 * @param int $options Parser options, see the OPTIONS constants.
47 public function __construct($input, $options = 0) { argument
50 $this->parser = new MimeDir($input, $options);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DContext.php129 $options = ['bar' => ['baz' => 'qux']]
131 ->when($result = $context->setOptions($options))
142 $options = ['bar' => ['baz' => 'qux']],
143 $context->setOptions($options)
148 ->isEqualTo($options);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DPKCS8.php131 * @param array $options optional
134 …p, BigInteger $q, BigInteger $g, BigInteger $y, BigInteger $x, $password = '', array $options = []) argument
144 return self::wrapPrivateKey($key, [], $params, $password, null, '', $options);
155 * @param array $options optional
158 …tion savePublicKey(BigInteger $p, BigInteger $q, BigInteger $g, BigInteger $y, array $options = []) argument
/plugin/sequencediagram/bower_components/lodash/lib/common/
H A Dminify.js24 function minify(srcPath, destPath, callback, options) { argument
27 options = callback;
35 const output = uglify.minify(srcPath, _.defaults(options || {}, uglifyOptions));
/plugin/authfacebook/lib/HttpClients/
H A DFacebookCurl.php63 * @param array $options
65 public function setoptArray(array $options) argument
67 curl_setopt_array($this->curl, $options);
/plugin/mikioplugin/syntax/
H A Dprogressbar.php16 public $options = array( variable in syntax_plugin_mikioplugin_progressbar
29 $this->options['type']['default'] = 'primary';
30 $this->options['height']['default'] = '1.5em';
/plugin/abbrlist/
H A Dsyntax.php51 $options = trim(substr($match,11,-2));
52 $options = explode(',', $options);
59 foreach($options as $option)
/plugin/linksenhanced/syntax/
H A Dtable.php51 $options = trim(substr($match,16,-2));
52 $options = explode(',', $options);
58 foreach($options as $option)
/plugin/tagentry/
H A Daction.php70 $options = array(
75 $out .= $this->_format_tags( $alltags, $options );
175 function _format_tags( $alltags, $options ) { argument
192 $hasBlacklist = is_array( $options['blacklist'] );
193 $inBlacklist = $this->in_iarray( $tagname, $options['blacklist'] );
201 if ( $this->in_iarray( $tagname, $options['assigned'] ) ){
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DStream.php43 * @param array $options Associative array of options.
47 public function __construct($stream, $options = []) argument
53 if (isset($options['size'])) {
54 $this->size = $options['size'];
57 $this->customMetadata = isset($options['metadata'])
58 ? $options['metadata']
H A DUtils.php297 …* @param array $options Addition…
303 public static function streamFor($resource = '', array $options = []) argument
311 return new Stream($stream, $options);
327 return new Stream($resource, $options);
339 }, $options);
341 return Utils::streamFor((string) $resource, $options);
345 return new Stream(self::tryFopen('php://temp', 'r+'), $options);
349 return new PumpStream($resource, $options);
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonSerializationVisitor.php18 private $options = JSON_PRESERVE_ZERO_FRACTION; variable in JMS\\Serializer\\JsonSerializationVisitor
30 int $options = JSON_PRESERVE_ZERO_FRACTION argument
33 $this->options = $options;
186 $result = @json_encode($data, $this->options);
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshLegacy.js40 options = {},
48 options[parts[i]] = 'true';
58 gutter : defaultValue(reverse[options.nogutter], showGutter),
59 toolbar : defaultValue(reverse[options.nocontrols], showControls),
60 collapse : defaultValue(straight[options.collapse], collapseAll),
/plugin/farmsync/
H A Dadmin.php93 $options = $INPUT->arr('farmsync');
95 $pages = array_filter(explode($textare_linebreak, $options['pages']));
96 $media = array_filter(explode($textare_linebreak, $options['media']));
98 $source = $options['source']; // ToDo: validate thath source exists
112 echo "<div id=\"plugin__farmsync\"><div id=\"results\" data-source='$options[source]'>";
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshLegacy.js56 options = {},
64 options[parts[i]] = 'true';
74 gutter : defaultValue(reverse[options.nogutter], showGutter),
75 toolbar : defaultValue(reverse[options.nocontrols], showControls),
76 collapse : defaultValue(straight[options.collapse], collapseAll),
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram.js467 var ranges = lexer.options && lexer.options.ranges;
686 options: {
948 var BaseTheme = function(diagram, options) { argument
949 this.init(diagram, options);
955 init: function(diagram, options) { argument
1302 _.defaults(options, {
1308 this.init(diagram, options, resume);
1527 _.defaults(options, {
1533 this.init(diagram, options, resume);
2686 options = _.defaults(options || {}, defaultOptions);
[all …]
/plugin/htmlokay/
H A Dscript.js61 var ns = f['abs_path'].options[index].value;
63 document.getElementById('current_ns').innerHTML = f['abs_path'].options[index].text;
74 s.options.length = 0;
94 s.options[i] = o;
95 s.options[i].selected = selected;
98 s.options[i].selected = true;
/plugin/gcalendar/inc/
H A Dgcal_read.php11 * @param array $options contains a list of parameters passed to the plugin at the wiki-page
16 function read_pages_into_calendar(&$options,&$pages,$default_date) { argument
38 $page_list = expand_ns($page_list,isset($options['nested']));
48 if(!isset($options["showdup"]) && in_array($wikipage,$pages_allready_read)) continue;
57 if( ($options["pagelinks"]=="show") ||
58 (($options["pagelinks"]!="hide") && count($page_list)>1) ) {
65 read_wikipage_into_calendar($options,$page_key,$wikipage,$section,$pagelink,$default_date);
76 * @param array $options contains a list of parameters passed to the plugin at the wiki-page
84 function read_wikipage_into_calendar(&$options,$page_key,$wikipage,$section,$pagelink,$default_date… argument
/plugin/upgrade/vendor/splitbrain/php-cli/src/
H A DOptions.php8 * Parses command line options passed to the CLI script. Allows CLI scripts to easily register all accepted options and
16 /** @var array keeps the list of options to parse */
19 /** @var array store parsed options */
20 protected $options = array(); variable in splitbrain\\phpcli\\Options
63 $this->options = array();
131 * Sub commands have their own options and use their own function (not main()).
175 throw new Exception("Short options should be exactly one ASCII character");
209 * Parses the given arguments for known options and command
212 * array is stripped from any options an
[all...]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DWriter.php36 * @param int $options
40 static function writeJson(Component $component, $options = 0) { argument
42 return json_encode($component, $options);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DWriter.php35 * @param int $options
39 public static function writeJson(Component $component, $options = 0) argument
41 return json_encode($component, $options);

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