Home
last modified time | relevance | path

Searched refs:options (Results 826 – 850 of 1516) sorted by relevance

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

/plugin/metaeditor/
H A Djstree.js104 options = $.extend(true, {}, $.jstree.defaults, options);
3404 if(options && options.flat) {
3410 if(!options || !options.no_state) {
3417 if(options && options.no_id) {
3426 if(options && options.flat && obj.id !== '#') {
3429 if(!options || !options.no_children) {
3431 if(options && options.flat) {
6652 options = options || {};
6977 if(options && options.types && options.types['default']) {
7028 if(options && options.no_id) {
[all …]
/plugin/dropfiles/
H A Dwebpack.config.js19 options: {
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php262 function assertValidate($vcf, $options, $expectedLevel, $expectedMessage = null) { argument
265 $result = $vcal->validate($options);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php262 function assertValidate($vcf, $options, $expectedLevel, $expectedMessage = null) { argument
265 $result = $vcal->validate($options);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php318 * @param array $options optional
321 public function toString($type, array $options = []) argument
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php262 function assertValidate($vcf, $options, $expectedLevel, $expectedMessage = null) { argument
265 $result = $vcal->validate($options);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DResponseHandlerInterface.php29 public function handleResponse(LdapMessageRequest $messageTo, LdapMessageResponse $messageFrom, ClientQueue $queue, array $options): ?LdapMessageResponse;
28 handleResponse(LdapMessageRequest $messageTo, LdapMessageResponse $messageFrom, ClientQueue $queue, array $options) global() argument
/plugin/simplemysqlclient/syntax/
H A Dsimplemysqlclient.php305 $width = intval ( $this->options ['width'] ) ? ' width="' . $this->options ['width'] . '"' : '';
307 $trClass = $this->options ['wikistyle'] ? '' : ' class="data-list"';
308 $tableClass = $this->options ['wikistyle'] ? ' class="inline"' : '';
/plugin/crossdbsqlclient/syntax/
H A Ddbwrapper.php281 $width = intval ( $this->options ['width'] ) ? ' width="' . $this->options ['width'] . '"' : '';
283 $trClass = $this->options ['wikistyle'] ? '' : ' class="data-list"';
284 $tableClass = $this->options ['wikistyle'] ? ' class="inline"' : '';
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php486 * @param array $options optional
489 public function toString($type, array $options = []) argument
495 $options += [
505 return $type::savePublicKey($this->modulus, $this->publicExponent, $options);
/plugin/todo/syntax/
H A Dlist.php57 $options = substr($match, 10, -2); // strip markup
58 $options = explode(' ', $options);
71 foreach($options as $option) {
375 * @param array $data array with rendering options
/plugin/ckgedit/lang/ru/
H A Dmerger.txt2 …plugin:ckgdoku|ckgdoku]]. См. ckgdoku [[doku>plugin:ckgdoku#configuration|configuration options]].
/plugin/mikioplugin/syntax/
H A Dcollapse.php16 public $options = array( variable in syntax_plugin_mikioplugin_collapse
H A Dheading.php16 public $options = array( variable in syntax_plugin_mikioplugin_heading
H A Daccordion.php18 public $options = array( variable in syntax_plugin_mikioplugin_accordion
H A Dgrid.php16 public $options = array( variable in syntax_plugin_mikioplugin_grid
H A Dcardfooter.php17 public $options = array(
16 public $options = array( global() variable in syntax_plugin_mikioplugin_cardfooter
/plugin/structsection/
H A Dwebpack.config.js21 options: {
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DVirtualProperty.php30 public $options = []; variable in JMS\\Serializer\\Annotation\\VirtualProperty
/plugin/fetchmedia/
H A Dwebpack.config.js20 options: {
/plugin/tagfilter/script/select2/
H A Dselect2.js405 * @param options object containing configuration parameters
406 * @param options.params parameter map for the transport ajax call, can contain such options as cache, jsonpCallback, etc. see $.ajax
407 * @param options.transport function that will be used to execute the ajax request. must be compatible with parameters supported by $.ajax
408 * @param options.url url for the data
409 * @param options.data a function(searchTerm, pageNumber, context) that should return an object containing query string parameters for the above url.
410 * @param options.dataType request data type: ajax, jsonp, other datatypes supported by jQuery's $.ajax function or the transport function if specified
411 * @param options.quietMillis (optional) milliseconds to wait before making the ajaxRequest, helps debounce the ajax function if invoked too often
412 * @param options.results a function(remoteData, pageNumber) that converts data returned form the remote request to the format expected by Select2.
418 function ajax(options) { argument
482 local(options) global() argument
1774 AnonymousFunctionbb87bed05c00(options) global() argument
2339 AnonymousFunctionbb87bed08200(data, options) global() argument
2879 AnonymousFunctionbb87bed0a800(data, options) global() argument
[all...]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCardTest.php278 function assertValidate($vcf, $options, $expectedLevel, $expectedMessage = null) { argument
281 $result = $vcal->validate($options);
/plugin/elasticsearch/helper/
H A Dform.php88 // options
114 $options = [
128 // options
131 foreach ($options as $opt => $label) {
168 // options
/plugin/btable2/
H A DREADME.md43 - tag "opt" - list of options, seperated by whitespace or comma
58 - implement options "closed", "colongroups", "showempty"
/plugin/combo/vendor/symfony/process/
H A DProcess.php76 private $options = ['suppress_errors' => true, 'bypass_shell' => true]; variable in Symfony\\Component\\Process\\Process
215 if ($this->options['create_new_console'] ?? false) {
352 $this->process = @proc_open($commandline, $descriptors, $this->processPipes->pipes, $this->cwd, $envPairs, $this->options);
1227 * Defines options to pass to the underlying proc_open().
1229 * @see https://php.net/proc_open for the options supported by PHP.
1234 public function setOptions(array $options) argument
1237 throw new RuntimeException('Setting options while the process is running is not possible.');
1240 $defaultOptions = $this->options;
1243 foreach ($options as $key => $value) {
1245 $this->options
[all...]

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