Home
last modified time | relevance | path

Searched refs:properties (Results 51 – 75 of 802) sorted by relevance

12345678910>>...33

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DInlineTag.php54 $properties = $this->cssManager->MergeCSS('INLINE', $tag, $attr);
55 if (!empty($properties)) {
56 $this->mpdf->setCSS($properties, 'INLINE');
77 if (isset($properties['DIRECTION'])) {
78 $currdir = strtolower($properties['DIRECTION']);
105 } elseif (isset($properties ['UNICODE-BIDI']) && strtolower($properties ['UNICODE-BIDI']) === 'bidi-override') {
114 } elseif (isset($properties ['UNICODE-BIDI']) && strtolower($properties ['UNICODE-BIDI']) === 'embed') {
123 } elseif (isset($properties ['UNICOD
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DGroupResult.php29 public $properties; variable in Google\\Service\\SecurityCommandCenter\\GroupResult
48 public function setProperties($properties) argument
50 $this->properties = $properties;
57 return $this->properties;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DKubernetesSoftwareConfig.php29 public $properties; variable in Google\\Service\\Dataproc\\KubernetesSoftwareConfig
48 public function setProperties($properties) argument
50 $this->properties = $properties;
57 return $this->properties;
H A DRuntimeConfig.php29 public $properties; variable in Google\\Service\\Dataproc\\RuntimeConfig
52 public function setProperties($properties) argument
54 $this->properties = $properties;
61 return $this->properties;
H A DSoftwareConfig.php34 public $properties; variable in Google\\Service\\Dataproc\\SoftwareConfig
67 public function setProperties($properties) argument
69 $this->properties = $properties;
76 return $this->properties;
/plugin/odt/ODT/
H A DODTImage.php188 ODTUtility::adjustValuesForODT ($properties, $params->units);
189 $width = $properties ['width'];
190 $height = $properties ['height'];
191 $title = $properties ['title'];
192 $bg_color = $properties ['background-color'];
226 if (!empty($properties ['margin-left'])) {
227 $image_style .= ' fo:margin-left="'.$properties ['margin-left'].'"';
229 if (!empty($properties ['margin-right'])) {
232 if (!empty($properties ['margin-top'])) {
233 $image_style .= ' fo:margin-top="'.$properties ['margin-top'].'"';
[all …]
H A DODTParagraph.php116 $properties = array();
117 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
164 $properties = array();
165 ODTUtility::openHTMLElement ($params, $properties, $element, $attributes);
168 self::paragraphOpenUseProperties($params, $properties);
185 * @param array $properties Properties to use.
187 public static function paragraphOpenUseProperties(ODTInternalParams $params, $properties){ argument
200 $odt_bg = $properties ['background-color'];
201 $picture = $properties ['background-image'];
221 $style_obj = ODTParagraphStyle::createParagraphStyle ($properties);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DOSPolicyResourcePackageResourceMSI.php26 public $properties; variable in Google\\Service\\OSConfig\\OSPolicyResourcePackageResourceMSI
33 public function setProperties($properties) argument
35 $this->properties = $properties;
42 return $this->properties;
/plugin/divalign2/
H A Dcommon.php147 $properties = array ();
148 $properties ['justify-single-word'] = 'false';
149 $properties ['style-class'] = NULL;
150 $properties ['style-parent'] = 'Plugin_DivAlign2';
156 $properties ['style-name'] = $style_name;
157 $properties ['style-display-name'] = $name;
158 $properties ['text-align'] = $alignment;
159 $renderer->createParagraphStyle($properties);
/plugin/odt/ODT/styles/
H A DODTTableRowStyle.php61 public function importProperties($properties, $disabled=array()) { argument
62 … $this->importPropertiesInternal(ODTStyleStyle::getStyleProperties (), $properties, $disabled);
63 $this->importPropertiesInternal(self::$table_row_fields, $properties, $disabled);
160 * @param array $properties
164 public static function createTableRowStyle(array $properties, array $disabled_props = NULL){ argument
166 $style_name = $properties ['style-name'];
169 $properties ['style-name'] = $style_name;
179 $object->importProperties($properties, $disabled_props);
H A DODTPageLayoutStyle.php135 public function importProperties($properties, $disabled=array()) { argument
136 …$this->importPropertiesInternal(self::$page_layout_fields, $properties, $disabled, $this->page_lay…
137 …$this->importPropertiesInternal(self::$layout_props_fields, $properties, $disabled, $this->layout_…
138 … $this->importPropertiesInternal(self::$bgi_fields, $properties, $disabled, $this->bgi_props);
139 …$this->importPropertiesInternal(self::$columns_fields, $properties, $disabled, $this->columns_prop…
140 …$this->importPropertiesInternal(self::$footnote_props, $properties, $disabled, $this->footnote_fie…
346 public static function createPageLayoutStyle(array $properties, array $disabled_props = NULL) { argument
348 $style_name = $properties ['style-name'];
351 $properties ['style-name'] = $style_name;
354properties ['width'].'cm" fo:page-height="'.$properties ['height'].'cm" style:num-format="1" style…
H A DODTTableCellStyle.php84 public function importProperties($properties, $disabled=array()) { argument
85 … $this->importPropertiesInternal(ODTStyleStyle::getStyleProperties (), $properties, $disabled);
86 $this->importPropertiesInternal(ODTTextStyle::getTextProperties (), $properties, $disabled);
87 …$this->importPropertiesInternal(ODTParagraphStyle::getParagraphProperties (), $properties, $disabl…
88 $this->importPropertiesInternal(self::$table_cell_fields, $properties, $disabled);
206 public static function createTableCellStyle(array $properties, array $disabled_props = NULL){ argument
208 $style_name = $properties ['style-name'];
211 $properties ['style-name'] = $style_name;
221 $object->importProperties($properties, $disabled_props);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DStep.php33 public $properties; variable in Google\\Service\\Dataflow\\Step
66 public function setProperties($properties) argument
68 $this->properties = $properties;
75 return $this->properties;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/
H A DGoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime.php30 public $properties; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime
53 public function setProperties($properties) argument
55 $this->properties = $properties;
62 return $this->properties;
H A DGoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime.php34 public $properties; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime
71 public function setProperties($properties) argument
73 $this->properties = $properties;
80 return $this->properties;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DMapping.php28 * @param array $properties OPTIONAL Properties
30 public function __construct(array $properties = []) argument
32 if ($properties) {
33 $this->setProperties($properties);
38 * Sets the mapping properties.
40 * @param array $properties Properties
44 public function setProperties(array $properties): Mapping argument
46 return $this->setParam('properties', $properties);
50 * Gets the mapping properties
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Browser/
H A DGuessContentTypeTest.php27 $properties = array(
30 $result = $this->server->getPropertiesForPath('/somefile.jpg',$properties);
43 $properties = array(
46 $result = $this->server->getPropertiesForPath('/somefile.jpg',$properties);
60 $properties = array(
63 $result = $this->server->getPropertiesForPath('/somefile.hoi',$properties);
/plugin/gtime/gtlib/tsp/
H A DGTTimestamp.php176 private $properties; variable in GTTimestamp
201 $this->properties = array();
286 $this->properties[self::POLICY_ID] = $tstInfo->getPolicy();
287 $this->properties[self::SERIAL_NUMBER] = $tstInfo->getSerialNumber();
294 $this->properties[self::ACCURACY] = $accuracy->getFormatted();
300 $this->properties[self::ISSUER_NAME] = $tsa;
314 $this->properties[self::HISTORY_ID] = $historyId->getValue();
315 $this->properties[self::LOCATION_ID] = $locationId->getValue();
325 $this->properties[self::PUBLICATION_ID] = $publicationId->getValue();
513 if (!isset($this->properties[$name])) {
[all …]
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php102 $properties = $node;
151 …$this->generateResponse($path, $start, $end, $expand, $componentType, $format, $properties, $respo…
167 * @param array $properties
170 …nerateResponse($path, $start, $end, $expand, $componentType, $format, $properties, ResponseInterfa… argument
223 $properties,
266 * @param array $properties Some CalDAV properties
270 function mergeObjects(array $properties, array $inputObjects) { argument
279 if (isset($properties['{DAV:}displayname'])) {
280 $calendar->{'X-WR-CALNAME'} = $properties['{DAV:}displayname'];
282 if (isset($properties['{http://apple.com/ns/ical/}calendar-color'])) {
[all …]
/plugin/odt/ODT/css/
H A Dcssimportnew.php1142 $properties = $parent->getProperties ();
1143 if (isset($properties [$key])) {
1144 return $properties [$key];
1164 if (isset($properties ['calculated']) && $properties ['calculated'] == '1') {
1169 $properties ['calculated'] = '1';
1190 if (isset($properties ['font-size']) || isset($properties ['line-height'])) {
1199 $properties ['font-size'] = $units->toPoints($properties ['font-size'], 'y');
1221 foreach ($properties as $key => $value) {
1247 $element->setProperties($properties);
1368 if (!isset($properties)) {
[all …]
/plugin/svgembed/
H A Dsyntax.php285 … $properties = '"' . ml($data['src'], $ml_array) . '" class="media' . $data['align'] . '"';
288 $properties .= ' title="' . $data['title'] . '"';
289 $properties .= ' alt="' . $data['title'] . '"';
291 $properties .= ' alt=""';
296 $properties .= ' style="width:100%"';
307 if (preg_match('/class="([^"]*)"/i', $properties, $pmatches)) {
308 …$properties = str_replace("class=\"{$pmatches[1]}\"", "class=\"{$pmatches[1]} {$additionalCssClass…
315 $ret .= "<img id=\"" . $svgembed_md5 . "\" src={$properties} />";
318 …gembed_md5 . "\" type=\"image/svg+xml\" data={$properties}><embed type=\"image/svg+xml\" src={$pro…
320 unset($properties);
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DPropFind.php39 * @param array $properties
43 function __construct($path, array $properties, $depth = 0, $requestType = self::NORMAL) { argument
46 $this->properties = $properties;
51 $this->properties = [
62 foreach ($this->properties as $propertyName) {
246 return $this->properties;
319 protected $properties = []; variable in Sabre\\DAV\\PropFind
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropFind.php39 * @param array $properties
43 function __construct($path, array $properties, $depth = 0, $requestType = self::NORMAL) { argument
46 $this->properties = $properties;
51 $this->properties = [
62 foreach ($this->properties as $propertyName) {
246 return $this->properties;
319 protected $properties = []; variable in Sabre\\DAV\\PropFind
/plugin/bpmnio/vendor/dmn-js/dist/assets/
H A Ddmn-js-literal-expression.css2 --decision-properties-background-color: var(--color-white);
3 --decision-properties-border-color: var(--color-grey-225-10-15);
4 --decision-properties-color: var(--color-grey-225-10-15);
7 --literal-expression-properties-color: var(--color-grey-225-10-15);
41 /* decision properties */
42 .dmn-literal-expression-container .decision-properties {
43 border: 1px solid var(--decision-properties-border-color);
47 color: var(--decision-properties-color);
48 background-color: var(--decision-properties-background-color);
123 /* literal expression properties */
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php102 $properties = $node;
151 …$this->generateResponse($path, $start, $end, $expand, $componentType, $format, $properties, $respo…
167 * @param array $properties
170 …nerateResponse($path, $start, $end, $expand, $componentType, $format, $properties, ResponseInterfa… argument
223 $properties,
280 * @param array $properties Some CalDAV properties
284 function mergeObjects(array $properties, array $inputObjects) { argument
293 if (isset($properties['{DAV:}displayname'])) {
294 $calendar->{'X-WR-CALNAME'} = $properties['{DAV:}displayname'];
296 if (isset($properties['{http://apple.com/ns/ical/}calendar-color'])) {
[all …]

12345678910>>...33