Home
last modified time | relevance | path

Searched refs:options (Results 876 – 900 of 1516) sorted by relevance

1...<<31323334353637383940>>...61

/plugin/bibtex4dw/lib/
H A Dbibtexrender.php30 * Options can be set by calling setOptions($options = array())
79 * As it loads the configuration options set e.g. via the config manager via the admin
135 * Set options of object
137 * @param options
139 public function setOptions($options) {
146 // Handle options, convert to $_conf if possible
147 foreach($options as $optkey => $optval) {
174 if (!array_key_exists('sort',$options)) {
138 setOptions($options) global() argument
/plugin/distribute/syntax/
H A Dsyntax.php7 var $options = array(); variable in syntax_plugin_distribute_syntax
/plugin/lastpages/
H A DREADME.md12 * **2021-05-29**: Added ~~LASTPAGES~~ as keyword and options in the admin backend.
/plugin/mikioplugin/syntax/
H A Daccordionitem.php21 public $options = array(
20 public $options = array( global() variable in syntax_plugin_mikioplugin_accordionitem
H A Dlistgroupitem.php17 public $options = array(
16 public $options = array( global() variable in syntax_plugin_mikioplugin_listgroupitem
/plugin/xcom/lang/en/
H A Dhowto.txt25options. Clicking the ''Query types'' button will bring up a listing of query types and their opt…
26 …n)''. See the ''Query types'' listing for details on how to handle array options for specific quer…
27 …' box. The function name must come first and then, in order listed, the options. They must all be…
54 …G images in a namespace, you would enter the following expression in the options field: ''(#\.png#…
/plugin/skype/
H A Dsyntax.php135 $code .= '"name": "'.$options['function'].'",';
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php218 * @param array $options optional
221 public function toString($type, array $options = []) argument
225 return $type::savePrivateKey($this->dA, $this->curve, $this->QA, $this->password, $options);
/plugin/struct/types/
H A DLookup.php111 * Creates the options array
132 $options = ['' => ''];
135 $options[$val] = $result[$i][0]->getDisplayValue();
137 return $options;
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php122 $options = array_map(
142 foreach ($options as $optionIndex => $option) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DBinaryAuthorization.php143 'options.requestedPolicyVersion' => [
225 'options.requestedPolicyVersion' => [
/plugin/davcal/vendor/sabre/http/lib/
H A Dfunctions.php122 $options = array_map(
142 foreach ($options as $optionIndex => $option) {
/plugin/publish/action/
H A Dmail.php217 $options = array(
220 $revlink = wl($id, $options, true, '&');
/plugin/ifauthex/lib/
H A Dtokenizer.php19 $options = substr($regex, $lastDelim + 1);
21 return array($regex, $options);
/plugin/ckgedit/lang/de/
H A Dmerger.txt4 …kgdoku]] zusammen. Siehe bei ckgdoku: [[doku>plugin:ckgdoku#configuration|configuration options]].
/plugin/timetrack/vendor/pnotify/
H A Djquery.pnotify.js106 pnotify: function(options) { argument
112 if (typeof options != "object") {
114 opts.text = options;
116 opts = $.extend({}, $.pnotify.defaults, options);
250 pnotify.pnotify = function(options) { argument
253 if (typeof options == "string")
254 opts.text = options;
256 opts = $.extend({}, opts, options);
/plugin/ajaxedit/vendor/pnotify/
H A Djquery.pnotify.js106 pnotify: function(options) { argument
112 if (typeof options != "object") {
114 opts.text = options;
116 opts = $.extend({}, $.pnotify.defaults, options);
250 pnotify.pnotify = function(options) { argument
253 if (typeof options == "string")
254 opts.text = options;
256 opts = $.extend({}, opts, options);
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.sql.js5 …sh.push(Syntax.lib.sqlStyleComment);brush.push(keywords,{klass:'keyword',options:'gi'});brush.push…
/plugin/findologicxmlexport/vendor/hoa/ustring/Bin/
H A DTocode.php57 protected $options = [ variable in Hoa\\Ustring\\Bin\\Tocode
H A DFromcode.php57 protected $options = [ variable in Hoa\\Ustring\\Bin\\Fromcode
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientStartTlsHandler.php32 * @param array $options
37 public function handleResponse(LdapMessageRequest $messageTo, LdapMessageResponse $messageFrom, ClientQueue $queue, array $options): ?LdapMessageResponse
30 handleResponse(LdapMessageRequest $messageTo, LdapMessageResponse $messageFrom, ClientQueue $queue, array $options) global() argument
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php669 function assertValidate($ics, $options, $expectedLevel, $expectedMessage = null) { argument
672 $result = $vcal->validate($options);
/plugin/oembed/docs/
H A Ddokuwiki-oembed.txt32 Some providers can be given extra options in the form ''%%{{>url?options}}%%'' such as ''%%maxwidth…
H A Ddokuwiki-oembed.org36 Some providers can be given extra options in the form ~{{>url?options}}~ such as ~maxwidth~ or ~max…
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php669 function assertValidate($ics, $options, $expectedLevel, $expectedMessage = null) { argument
672 $result = $vcal->validate($options);

1...<<31323334353637383940>>...61