Home
last modified time | relevance | path

Searched refs:options (Results 476 – 500 of 1516) sorted by relevance

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

/plugin/xcom/
H A Dscript.js70 var options = xcom_params();
72 var func = options[0];
73 xcom_query_status(options);
76 var params = 'params=' + JSON.stringify(options);
78 if(typeof options[2] == 'object' && options[2] !== null ) {
80 if(options[2].hasOwnProperty('hash')) {
500 params[i] = fn_sel.options[fn_sel.selectedIndex].value;
585 function xcom_query_status(options) { argument
587 if(typeof options != 'object' && !(options instanceof Array)) return;
589 var q = options.join(',&nbsp;');
[all …]
/plugin/randomtables/table-roller/src/Table/
H A DDokuwikiJsonTable.php11 // this is a bit of a round-trip but it helps make the options
13 $options = array_map(function($item) {
17 $this->setOptions($options);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Factory/
H A DMessageFactoryInterface.php28 * @param array $options
33 public function create(int $type, array $options = [], ?Message $received = null): Message; argument
/plugin/top/
H A Dsyntax.php47 $options = array('lang' => null, 'month' => null, 'tag' => 'ul', 'score' => 'false' );
55 $options[$key] = $val;
58 return array($state, $options);
/plugin/authfacebook/lib/GraphNodes/
H A DCollection.php151 * @param int $options
155 public function asJson($options = 0) argument
157 return json_encode($this->asArray(), $options);
/plugin/structtemplate/meta/
H A DStructTemplateSyntax.php98 …$options['html'] = (preg_match('/\bhtml\b/', strtolower($lines[0])) === 1); //FIXME: check if HTML…
122 return [$search_config, $template, $options];
139 $options = $data[2];
202 if ($conf['htmlok'] == true and $options['html'] == true) {
/plugin/advanced/admin/
H A Dexport.php108 $options = array();
110 search($namespaces, $conf['datadir'], 'search_namespaces', $options, '');
149 $options = array('depth' => $depth);
151 search($pages, $conf['datadir'], 'search_allpages', $options, $namespace);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DText.php385 * @param int $options
389 function validate($options = 0) { argument
391 $warnings = parent::validate($options);
399 'level' => $options & self::REPAIR ? 1 : 3,
403 if ($options & self::REPAIR) {
/plugin/codehighlight/cp/
H A Dcodepress.js24 self.options = self.textarea.className;
50 if(self.options.match('\\b'+language+'\\b'))
55 if(self.options.match('autocomplete-off')) self.toggleAutoComplete();
56 if(self.options.match('readonly-on')) self.toggleReadOnly();
57 if(self.options.match('linenumbers-off')) self.toggleLineNumbers();
/plugin/mobiletable/
H A DmobileTable.js3 window.mobileTables = ((options) => {
5 options = options || {}
8 const selector = options.selector || "table"
11 const parseColumnIndex = options.parseColumnIndex || (node => -1)
14 const hideHeadings = options.hideHeadings || []
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/
H A DProtection.php58 private $options; variable in Mpdf\\Pdf\\Protection
83 $this->options = [
239 if (!isset($this->options[$permission])) {
242 if ($this->options[$permission] > 32) {
245 if (isset($this->options[$permission])) {
246 $protection += $this->options[$permission];
/plugin/siteexport/lang/en/
H A Dmanagerintro.txt3 Configure a ''%%{{siteAGGREGATOR}}%%'' element with these options.
5 When done, press the button at the end of the page and the options will be put into the page.
/plugin/darcs/
H A Ddarcs.php70 function darcs_check($options='') { argument
78 function darcs_get($options='') { argument
81 $this->last_cmd=$this->darcs_bin.' get '.$options.' 2>&1';
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVTodo.php142 * @param int $options
145 public function validate($options = 0) { argument
147 $result = parent::validate($options);
/plugin/authfacebook/lib/HttpClients/
H A DFacebookCurlHttpClient.php95 $options = [
109 $options[CURLOPT_POSTFIELDS] = $body;
113 $this->facebookCurl->setoptArray($options);
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVTodo.php142 * @param int $options
145 public function validate($options = 0) { argument
147 $result = parent::validate($options);
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DDerEncoder.php33 * @param array $options
35 public function __construct(array $options = []) argument
37 parent::__construct($options);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DPuTTY.php103 * @param array $options optional
106 …eger $d, array $primes, array $exponents, array $coefficients, $password = '', array $options = []) argument
115 return self::wrapPrivateKey($public, $private, 'ssh-rsa', $password, $options);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVTodo.php142 * @param int $options
145 public function validate($options = 0) { argument
147 $result = parent::validate($options);
/plugin/siteexport/lang/fr/
H A Dmanagerintro.txt3 Configurez un element ''%%{{siteAGGREGATOR}}%%'' avec ces options.
5 Ceci fait, pressez le bouton à la fin de la page et les options seront insérées dans la page.
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPKCS1.php183 * @param array $options optional
186 protected static function wrapPrivateKey($key, $type, $password, array $options = []) argument
194 …$encryptionAlgorithm = isset($options['encryptionAlgorithm']) ? $options['encryptionAlgorithm'] : …
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/
H A DBaseCompressorFilter.php63 * @param array $options An indexed array of additional options
67 protected function compress($content, $type, $options = array()) argument
77 foreach ($options as $option) {
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVTodo.php143 * @param int $options
147 public function validate($options = 0) argument
149 $result = parent::validate($options);
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVTodo.php143 * @param int $options
147 function validate($options = 0) { argument
149 $result = parent::validate($options);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DSlackWebhookHandler.php99 $options = array(
107 $options[CURLOPT_SAFE_UPLOAD] = true;
110 curl_setopt_array($ch, $options);

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