Home
last modified time | relevance | path

Searched refs:displayOptions (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/www/drupal8/drupal-8.9.20/core/modules/datetime/tests/src/Functional/
H A DDateTimeFieldTest.php97 $this->displayOptions = [
142 $this->displayOptions['type'] = 'datetime_plain';
156 $this->displayOptions['type'] = 'datetime_custom';
195 $this->displayOptions['settings'] = [
309 $this->displayOptions['type'] = 'datetime_plain';
313 ->setComponent($field_name, $this->displayOptions)
320 $this->displayOptions['type'] = 'datetime_custom';
323 ->setComponent($field_name, $this->displayOptions)
330 $this->displayOptions['type'] = 'datetime_custom';
333 ->setComponent($field_name, $this->displayOptions)
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/datetime_range/tests/src/Functional/
H A DDateRangeFieldTest.php122 $this->displayOptions = [
166 $this->displayOptions['type'] = 'daterange_plain';
225 $this->displayOptions = [
338 $this->displayOptions['settings'] = [
363 $this->displayOptions['type'] = 'daterange_plain';
415 $this->displayOptions = [
440 $this->displayOptions['type'] = 'daterange_plain';
511 $this->displayOptions['settings'] = [
536 $this->displayOptions['type'] = 'daterange_plain';
587 $this->displayOptions = [
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/datetime_range/tests/src/Functional/
H A DDateRangeFieldTest.php122 $this->displayOptions = [
166 $this->displayOptions['type'] = 'daterange_plain';
225 $this->displayOptions = [
338 $this->displayOptions['settings'] = [
363 $this->displayOptions['type'] = 'daterange_plain';
415 $this->displayOptions = [
440 $this->displayOptions['type'] = 'daterange_plain';
511 $this->displayOptions['settings'] = [
536 $this->displayOptions['type'] = 'daterange_plain';
587 $this->displayOptions = [
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/datetime/tests/src/Functional/
H A DDateTimeFieldTest.php98 $this->displayOptions = [
143 $this->displayOptions['type'] = 'datetime_plain';
157 $this->displayOptions['type'] = 'datetime_custom';
196 $this->displayOptions['settings'] = [
310 $this->displayOptions['type'] = 'datetime_plain';
314 ->setComponent($field_name, $this->displayOptions)
321 $this->displayOptions['type'] = 'datetime_custom';
324 ->setComponent($field_name, $this->displayOptions)
331 $this->displayOptions['type'] = 'datetime_custom';
334 ->setComponent($field_name, $this->displayOptions)
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/gerbview/dialogs/
H A Dpanel_gerbview_display_options.cpp60 GBR_DISPLAY_OPTIONS displayOptions = m_Parent->GetDisplayOptions(); in TransferDataFromWindow() local
66 if( option != displayOptions.m_DisplayLinesFill ) in TransferDataFromWindow()
69 displayOptions.m_DisplayLinesFill = option; in TransferDataFromWindow()
76 displayOptions.m_DisplayFlashedItemsFill = option; in TransferDataFromWindow()
80 if( option != displayOptions.m_DisplayPolygonsFill ) in TransferDataFromWindow()
83 displayOptions.m_DisplayPolygonsFill = option; in TransferDataFromWindow()
89 if( displayOptions.m_DiffMode ) in TransferDataFromWindow()
96 settings->LoadDisplayOptions( displayOptions ); in TransferDataFromWindow()
/dports/misc/bibletime/bibletime-2.11.2/src/frontend/
H A Dcexportmanager.cpp53 DisplayOptions const & displayOptions) in CExportManager() argument
56 m_displayOptions = displayOptions; in CExportManager()
261 PrintSettings(DisplayOptions const & displayOptions) in PrintSettings()
275 PrintSettings settings{displayOptions}; in printKey()
278 BtPrinter{displayOptions, filterOptions}.printKeyTree(tree); in printKey()
288 PrintSettings settings{displayOptions}; in printKey()
295 BtPrinter{displayOptions, filterOptions}.printKeyTree(tree); in printKey()
311 PrintSettings settings{displayOptions}; in printByHyperlink()
348 BtPrinter{displayOptions, filterOptions}.printKeyTree(tree); in printByHyperlink()
359 PrintSettings settings{displayOptions}; in printKeyList()
[all …]
H A Dcexportmanager.h45 const DisplayOptions &displayOptions = btConfig().getDisplayOptions());
75 DisplayOptions const & displayOptions,
81 DisplayOptions const & displayOptions,
88 DisplayOptions const & displayOptions,
93 DisplayOptions const & displayOptions,
98 DisplayOptions const & displayOptions,
/dports/misc/bibletime/bibletime-2.11.2/src/frontend/display/
H A Dcreaddisplay.cpp48 const DisplayOptions &displayOptions, in print() argument
57 …Manager mgr(false, QString::null, displayWindow->filterOptions(), displayWindow->displayOptions()); in print()
74 mgr.printKey(module, startKey.key(), stopKey.key(), displayOptions, filterOptions); in print()
77 mgr.printKey(module, key->key(), key->key(), displayOptions, filterOptions); in print()
91 mgr.printKey(module, startKey.key(), stopKey.key(), displayOptions, filterOptions); in print()
97 mgr.printByHyperlink( activeAnchor(), displayOptions, filterOptions ); in print()
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudSearch/
H A DObjectOptions.php28 public function setDisplayOptions(Google_Service_CloudSearch_ObjectDisplayOptions $displayOptions) argument
30 $this->displayOptions = $displayOptions;
37 return $this->displayOptions;
H A DMetadata.php45 …public function setDisplayOptions(Google_Service_CloudSearch_ResultDisplayMetadata $displayOptions) argument
47 $this->displayOptions = $displayOptions;
54 return $this->displayOptions;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudSearch/
H A DObjectOptions.php28 public function setDisplayOptions(Google_Service_CloudSearch_ObjectDisplayOptions $displayOptions) argument
30 $this->displayOptions = $displayOptions;
37 return $this->displayOptions;
H A DMetadata.php45 …public function setDisplayOptions(Google_Service_CloudSearch_ResultDisplayMetadata $displayOptions) argument
47 $this->displayOptions = $displayOptions;
54 return $this->displayOptions;
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/var-dumper/Dumper/
H A DHtmlDumper.php70 private $displayOptions = [ variable in Symfony\\Component\\VarDumper\\Dumper\\HtmlDumper
84 …$this->displayOptions['fileLinkFormat'] = ini_get('xdebug.file_link_format') ?: get_cfg_var('xdebu…
109 * @param array $displayOptions A map of display options to customize the behavior
111 public function setDisplayOptions(array $displayOptions) argument
114 $this->displayOptions = $displayOptions + $this->displayOptions;
162 …$line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHT…
798 …$this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact…
818 if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
978 $options = $this->extraDisplayOptions + $this->displayOptions;
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/var-dumper/Dumper/
H A DHtmlDumper.php70 private $displayOptions = [ variable in Symfony\\Component\\VarDumper\\Dumper\\HtmlDumper
84 …$this->displayOptions['fileLinkFormat'] = ini_get('xdebug.file_link_format') ?: get_cfg_var('xdebu…
109 * @param array $displayOptions A map of display options to customize the behavior
111 public function setDisplayOptions(array $displayOptions) argument
114 $this->displayOptions = $displayOptions + $this->displayOptions;
157 …$line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHT…
793 …$this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact…
813 if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
973 $options = $this->extraDisplayOptions + $this->displayOptions;
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/var-dumper/Dumper/
H A DHtmlDumper.php70 private $displayOptions = [ variable in Symfony\\Component\\VarDumper\\Dumper\\HtmlDumper
84 …$this->displayOptions['fileLinkFormat'] = ini_get('xdebug.file_link_format') ?: get_cfg_var('xdebu…
109 * @param array $displayOptions A map of display options to customize the behavior
111 public function setDisplayOptions(array $displayOptions) argument
114 $this->displayOptions = $displayOptions + $this->displayOptions;
162 …$line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHT…
798 …$this->line .= $cursor->depth >= $this->displayOptions['maxDepth'] ? ' <samp class=sf-dump-compact…
818 if ($cursor->skipChildren || $cursor->depth >= $this->displayOptions['maxDepth']) {
978 $options = $this->extraDisplayOptions + $this->displayOptions;
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/
H A DHtmlDumper.php49 private $displayOptions = [ variable in Symfony\\Component\\VarDumper\\Dumper\\HtmlDumper
63 …$this->displayOptions['fileLinkFormat'] = ini_get('xdebug.file_link_format') ?: get_cfg_var('xdebu…
78 * @param array $displayOptions A map of display options to customize the behavior
80 public function setDisplayOptions(array $displayOptions) argument
83 $this->displayOptions = $displayOptions + $this->displayOptions;
131 …$line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHT…
891 $options = $this->extraDisplayOptions + $this->displayOptions;
/dports/www/elgg/elgg-3.3.23/vendor/symfony/var-dumper/Dumper/
H A DHtmlDumper.php49 private $displayOptions = [ variable in Symfony\\Component\\VarDumper\\Dumper\\HtmlDumper
63 …$this->displayOptions['fileLinkFormat'] = ini_get('xdebug.file_link_format') ?: get_cfg_var('xdebu…
78 * @param array $displayOptions A map of display options to customize the behavior
80 public function setDisplayOptions(array $displayOptions) argument
83 $this->displayOptions = $displayOptions + $this->displayOptions;
131 …$line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHT…
891 $options = $this->extraDisplayOptions + $this->displayOptions;
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/VarDumper/Dumper/
H A DHtmlDumper.php49 private $displayOptions = [ variable in Symfony\\Component\\VarDumper\\Dumper\\HtmlDumper
63 …$this->displayOptions['fileLinkFormat'] = ini_get('xdebug.file_link_format') ?: get_cfg_var('xdebu…
78 * @param array $displayOptions A map of display options to customize the behavior
80 public function setDisplayOptions(array $displayOptions) argument
83 $this->displayOptions = $displayOptions + $this->displayOptions;
131 …$line = str_replace('{$options}', json_encode($this->displayOptions, \JSON_FORCE_OBJECT), <<<'EOHT…
891 $options = $this->extraDisplayOptions + $this->displayOptions;
/dports/www/drupal8/drupal-8.9.20/core/modules/field/tests/src/Kernel/
H A DDisplayApiTest.php44 protected $displayOptions; variable in Drupal\\Tests\\field\\Kernel\\DisplayApiTest
86 $this->displayOptions = [
108 ->setComponent($this->fieldName, $this->displayOptions['default'])
113 ->setComponent($this->fieldName, $this->displayOptions['teaser'])
205 $setting = $this->displayOptions['teaser']['settings']['test_formatter_setting'];
215 $setting = $this->displayOptions['default']['settings']['test_formatter_setting'];
267 $setting = $this->displayOptions['teaser']['settings']['test_formatter_setting'];
277 $setting = $this->displayOptions['default']['settings']['test_formatter_setting'];
/dports/deskutils/egroupware/egroupware/vendor/symfony/var-dumper/Dumper/
H A DHtmlDumper.php70 private $displayOptions = [ variable in Symfony\\Component\\VarDumper\\Dumper\\HtmlDumper
84 …$this->displayOptions['fileLinkFormat'] = ini_get('xdebug.file_link_format') ?: get_cfg_var('xdebu…
109 * @param array $displayOptions A map of display options to customize the behavior
111 public function setDisplayOptions(array $displayOptions) argument
114 $this->displayOptions = $displayOptions + $this->displayOptions;
162 …$line = str_replace('{$options}', json_encode($this->displayOptions, JSON_FORCE_OBJECT), <<<'EOHTM…
991 $options = $this->extraDisplayOptions + $this->displayOptions;
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/var-dumper/Dumper/
H A DHtmlDumper.php70 private $displayOptions = [ variable in Symfony\\Component\\VarDumper\\Dumper\\HtmlDumper
84 …$this->displayOptions['fileLinkFormat'] = ini_get('xdebug.file_link_format') ?: get_cfg_var('xdebu…
109 * @param array $displayOptions A map of display options to customize the behavior
111 public function setDisplayOptions(array $displayOptions) argument
114 $this->displayOptions = $displayOptions + $this->displayOptions;
162 …$line = str_replace('{$options}', json_encode($this->displayOptions, JSON_FORCE_OBJECT), <<<'EOHTM…
991 $options = $this->extraDisplayOptions + $this->displayOptions;
/dports/www/drupal9/drupal-9.2.10/core/modules/field/tests/src/Kernel/
H A DDisplayApiTest.php44 protected $displayOptions; variable in Drupal\\Tests\\field\\Kernel\\DisplayApiTest
86 $this->displayOptions = [
108 ->setComponent($this->fieldName, $this->displayOptions['default'])
113 ->setComponent($this->fieldName, $this->displayOptions['teaser'])
205 $setting = $this->displayOptions['teaser']['settings']['test_formatter_setting'];
215 $setting = $this->displayOptions['default']['settings']['test_formatter_setting'];
267 $setting = $this->displayOptions['teaser']['settings']['test_formatter_setting'];
277 $setting = $this->displayOptions['default']['settings']['test_formatter_setting'];
/dports/misc/bibletime/bibletime-2.11.2/src/backend/rendering/
H A Dcentrydisplay.cpp29 const DisplayOptions &displayOptions, in text() argument
31 return textKeyRendering(modules, keyName, displayOptions, filterOptions, in text()
38 const DisplayOptions &displayOptions, in textKeyRendering() argument
45 CDisplayRendering render(displayOptions, filterOptions); in textKeyRendering()
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/maximebf/debugbar/src/DebugBar/DataFormatter/
H A DDebugBarVarDumper.php229 $displayOptions = array();
233 $displayOptions['maxDepth'] = $dumperOptions['expanded_depth'];
237 $displayOptions['maxStringLength'] = $dumperOptions['max_string'];
241 $displayOptions['fileLinkFormat'] = $dumperOptions['file_link_format'];
243 return $displayOptions;
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/maximebf/debugbar/src/DebugBar/DataFormatter/
H A DDebugBarVarDumper.php229 $displayOptions = array();
233 $displayOptions['maxDepth'] = $dumperOptions['expanded_depth'];
237 $displayOptions['maxStringLength'] = $dumperOptions['max_string'];
241 $displayOptions['fileLinkFormat'] = $dumperOptions['file_link_format'];
243 return $displayOptions;

12345678910