Home
last modified time | relevance | path

Searched refs:options (Results 526 – 550 of 1516) sorted by relevance

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

/plugin/authgoogle/google/io/
H A DGoogle_HttpStreamIO.php103 $options = array("http" => array_merge(self::$DEFAULT_HTTP_CONTEXT,
108 $context = stream_context_create($options);
140 public function setOptions($options) { argument
/plugin/newpagetemplate/lang/en/
H A Dhowto.txt1 This admin app is a GUI for the command line plugin that is described in the [[doku>plugin:newpagetemplate:cmdline|]] documentation. It has four options, corresponding to the main command line options.: ''Ini file'', ''Template'', ''Page id'', and ''User replacements''. These options enable you to process a single page using the selected page and template or one or more pages using one or more templates using an initialization file.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPuTTY.php98 * @param array $options optional
101 …BigInteger $privateKey, BaseCurve $curve, array $publicKey, $password = false, array $options = []) argument
124 return self::wrapPrivateKey($public, $private, $name, $password, $options);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPKCS1.php118 * @param array $options optional
121 …eger $d, array $primes, array $exponents, array $coefficients, $password = '', array $options = []) argument
145 return self::wrapPrivateKey($key, 'RSA', $password, $options);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php250 * @param int $options
254 function validate($options = 0) { argument
256 $repair = ($options & self::REPAIR);
258 $warnings = parent::validate($options);
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DRecur.php233 * @param int $options
237 public function validate($options = 0) argument
239 $repair = ($options & self::REPAIR);
241 $warnings = parent::validate($options);
/plugin/dokubookmark/
H A Dhelper.php96 function printForm ($data, $options, $alltags = NULL) { argument
163 if ($options['preset']) {
166 foreach ($options['presets'] as $n => $ps) {
213 if ($options['enable_save']) {
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dhtml5shiv.min.js10 var options = window.html5 || {}; variable
265 …'elements': options.elements || 'abbr article aside audio bdi canvas data datalist details dialog …
277 'shivCSS': (options.shivCSS !== false),
292 'shivMethods': (options.shivMethods !== false),
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DGuzzle.php56 $options = [
65 $options[RequestOptions::TIMEOUT] = $connection->getTimeout();
69 $options[RequestOptions::PROXY] = $proxy;
76 $res = $client->send($req, $options);
/plugin/dev/
H A DSkeletor.php116 public function addComponent($type, $component = '', $options = []) argument
139 $replacements = $this->actionReplacements($options);
141 if ($type === 'renderer' && isset($options[0]) && $options[0] === 'Doku_Renderer_xhtml') {
/plugin/searchpattern/
H A Dsyntax.php264 $options = substr($match, 0, -4); //extract options ...
265 $match = substr($options, 0, strrpos($options,'??')).'~~'; //...
266 $options = substr($options, strrpos($options,'??')+2); //...
267 if($options != ""){
268 $options_list = explode(' ', $options); //explode options in an array
/plugin/swiftmail/
H A DSwift.php67 protected $options; variable in Swift
81 public function __construct(Swift_Connection $conn, $domain=false, $options=null) argument
84 $this->setOptions($options);
183 return ($this->options & $option);
190 public function setOptions($options) argument
192 $this->options = (int) $options;
200 return (int) $this->options;
/plugin/twofactorgoogleauth/
H A DQRCode.php37 protected $options; variable in dokuwiki\\plugin\\twofactorgoogleauth\\QRCode
41 * @param array $options
43 public function __construct($data, $options = []) argument
48 if (!is_array($options)) $options = [];
51 $this->options = array_merge($defaults, $options);
58 * @param array $options
61 static public function svg($data, $options = []) argument
63 return (new QRCode($data, $options))->createSVG();
73 $code = $this->dispatch_encode($this->data, $this->options);
89 protected function dispatch_encode($data, $options) argument
[all …]
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php942 if (is_array($options)) {
943 $prefix = empty($options['prefix'])?null:$options['prefix'];
944 $prefix_ns = empty($options['prefix_ns'])?null:$options['prefix_ns'];
945 $id_name = empty($options['id_name'])?'Id':$options['id_name'];
946 $overwrite_id = !isset($options['overwrite'])?true:(bool)$options['overwrite'];
947 $force_uri = !isset($options['force_uri'])?false:(bool)$options['force_uri'];
1011 public function addReference($node, $algorithm, $arTransforms=null, $options=null) { argument
1212 if (is_array($options)) {
1213 if (! empty($options['issuerSerial'])) {
1216 if (! empty($options['subjectName'])) {
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js2074 options = options || {};
15836 options = options || {};
17058 this.options = options != null ? options : {};
17124 options = this.options;
17829 options = options || {};
19032 if (options && options.readable === false)
19035 if (options && options.writable === false)
19121 options = options || {};
31679 options = this._initOptions(options);
31873 mode = options.fill && options.stroke ? 2 : options.stroke ? 1 : 0;
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/Formats/Keys/
H A DRaw.php56 $options = ['p' => 1, 'q' => 1, 'g' => 1, 'x' => 1, 'y' => 1];
58 return array_intersect_key($key, $options);
/plugin/combo/resources/snippet/js/
H A Donview-intersector.js41 let options = { class
46 const observer = new IntersectionObserver(callback, options);
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php61 private $options = ['suppress_errors' => true]; variable in Symfony\\Component\\Process\\Process
140 * @param array $options An array of options for proc_open
144 …($commandline, $cwd = null, array $env = null, $input = null, $timeout = 60, array $options = null) argument
169 if (null !== $options) {
171 $this->options = array_replace($this->options, $options);
310 $this->options['bypass_shell'] = true;
339 …pen($commandline, $descriptors, $this->processPipes->pipes, $this->cwd, $envPairs, $this->options);
1190 return $this->options;
1196 * @param array $options The new options
1202 public function setOptions(array $options) argument
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/
H A DProperty.php455 * @param int $options
458 function validate($options = 0) { argument
467 if ($options & self::REPAIR) {
497 if ($options & self::REPAIR) {
548 $warnings = array_merge($warnings, $param->validate($options));
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Dcircle.player.js32 var CirclePlayer = function(jPlayerSelector, media, options) { argument
67 this.options = $.extend(true, {}, defaults, options); // Deep copy
77 self.jq[entity] = $(self.options.cssSelectorAncestor + " " + cssSel);
89 this.player.jPlayer(this.options);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DProperty.php455 * @param int $options
458 function validate($options = 0) { argument
467 if ($options & self::REPAIR) {
497 if ($options & self::REPAIR) {
548 $warnings = array_merge($warnings, $param->validate($options));
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php455 * @param int $options
458 function validate($options = 0) { argument
467 if ($options & self::REPAIR) {
497 if ($options & self::REPAIR) {
548 $warnings = array_merge($warnings, $param->validate($options));
/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js649 var options = FindValue(
655 if(options == null)
658 options = options.split(':');
660 language = options[0].toLowerCase();
671 highlighter.noGutter = (showGutter == null) ? IsOptionSet('nogutter', options) : !showGutter;
672 …highlighter.addControls = (showControls == null) ? !IsOptionSet('nocontrols', options) : showContr…
673 highlighter.collapse = (collapseAll == null) ? IsOptionSet('collapse', options) : collapseAll;
674 …highlighter.showColumns = (showColumns == null) ? IsOptionSet('showcolumns', options) : showColumn…
697 …highlighter.firstLine = (firstLine == null) ? parseInt(GetOptionValue('firstline', options, 1)) : …
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js153 …i];var options=FindValue(element.attributes['class'],element.className,element.attributes['languag…
154 continue;options=options.split(':');language=options[0].toLowerCase();if(registered[language]==null)
155options):!showGutter;highlighter.addControls=(showControls==null)?!IsOptionSet('nocontrols',option…
161 highlighter.firstLine=(firstLine==null)?parseInt(GetOptionValue('firstline',options,1)):firstLine;h…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
H A Dwsdl_class_partial.phpt22 public function __construct($wsdl, array $options)
24 parent::__construct('%s/GoogleSearch.wsdl', $options);

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