/plugin/odt/helper/ |
H A D | stylefactory.php | 104 public static function createTextStyle(array $properties, array $disabled_props = NULL){ 125 public static function createParagraphStyle(array $properties, array $disabled_props = NULL){ 146 …public static function createTableTableStyle(array $properties, array $disabled_props = NULL, $max… 166 public static function createTableRowStyle(array $properties, array $disabled_props = NULL){ 186 public static function createTableCellStyle(array $properties, array $disabled_props = NULL){ 209 public static function createTableColumnStyle(array $properties, array $disabled_props = NULL){ 231 …public static function createMultiColumnFrameStyle(array $properties, array $disabled_props = NULL… 251 public static function createPageLayoutStyle(array $properties, array $disabled_props = NULL) {
|
/plugin/odt/ODT/styles/ |
H A D | ODTStyle.php | 29 protected $properties = array(); variable in ODTStyle 47 abstract public function importProperties($properties, $disabled); 89 public function getPropertyInternal($property, $properties=NULL) { 187 protected function importODTStyleInternal(array $fields, $xmlCode, &$properties=NULL) { 218 … protected function importPropertiesInternal(array $fields, $properties, $disabled, &$dest=NULL) {
|
H A D | ODTTableCellStyle.php | 84 public function importProperties($properties, $disabled=array()) { 206 public static function createTableCellStyle(array $properties, array $disabled_props = NULL){
|
H A D | ODTTableColumnStyle.php | 42 public function importProperties($properties, $disabled=array()) { 143 public static function createTableColumnStyle(array $properties, array $disabled_props = NULL){
|
H A D | ODTTableRowStyle.php | 61 public function importProperties($properties, $disabled=array()) { 164 public static function createTableRowStyle(array $properties, array $disabled_props = NULL){
|
H A D | ODTTableStyle.php | 71 public function importProperties($properties, $disabled=array()) { 175 …public static function createTableTableStyle(array $properties, array $disabled_props = NULL, $max…
|
H A D | ODTTextStyle.php | 134 public function importProperties($properties, $disabled=array()) { 233 …public static function createTextStyle(array $properties, array $disabled_props = NULL, ODTDocumen…
|
H A D | ODTUnknownStyle.php | 58 public function importProperties($properties, $disabled=array()) { 159 …public static function createMultiColumnFrameStyle(array $properties, array $disabled_props = NULL…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/ |
H A D | GroupResult.php | 29 public $properties; variable in Google\\Service\\SecurityCommandCenter\\GroupResult 48 public function setProperties($properties)
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/ |
H A D | KubernetesSoftwareConfig.php | 29 public $properties; variable in Google\\Service\\Dataproc\\KubernetesSoftwareConfig 48 public function setProperties($properties)
|
H A D | RuntimeConfig.php | 29 public $properties; variable in Google\\Service\\Dataproc\\RuntimeConfig 52 public function setProperties($properties)
|
H A D | SoftwareConfig.php | 34 public $properties; variable in Google\\Service\\Dataproc\\SoftwareConfig 67 public function setProperties($properties)
|
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/ |
H A D | VAvailabilityTest.php | 334 protected function template(array $properties) { 354 protected function templateAvailable(array $properties) { 379 protected function _template($template, array $properties) {
|
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/ |
H A D | VAvailabilityTest.php | 334 protected function template(array $properties) { 354 protected function templateAvailable(array $properties) { 379 protected function _template($template, array $properties) {
|
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/ |
H A D | VAvailabilityTest.php | 334 protected function template(array $properties) { 354 protected function templateAvailable(array $properties) { 379 protected function _template($template, array $properties) {
|
/plugin/odt/ODT/ |
H A D | ODTFrame.php | 98 …public static function openTextBoxUseProperties (ODTInternalParams $params, $properties, $element=… 139 …blic static function openMultiColumnTextBoxUseProperties (ODTInternalParams $params, $properties) { 218 …public static function openFrameUseProperties (ODTInternalParams $params, $properties, $element=NU…
|
H A D | ODTTable.php | 400 …public static function tableOpenUseProperties (ODTInternalParams $params, $properties, $maxcols = … 427 … static function tableAddColumnUseProperties (ODTInternalParams $params, array $properties = NULL){ 464 …public static function tableHeaderOpenUseProperties (ODTInternalParams $params, $properties = NULL… 499 public static function tableRowOpenUseProperties (ODTInternalParams $params, $properties){ 540 …public static function tableCellOpenUseProperties (ODTInternalParams $params, $properties = NULL, … 550 …unction tableCellOpenUsePropertiesInternal (ODTInternalParams $params, $properties, $inHeader = fa… 584 static protected function adjustColumnStyle(ODTInternalParams $params, array $properties) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/ |
H A D | OSPolicyResourcePackageResourceMSI.php | 26 public $properties; variable in Google\\Service\\OSConfig\\OSPolicyResourcePackageResourceMSI 33 public function setProperties($properties)
|
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/ |
H A D | VAvailabilityTest.php | 439 protected function template(array $properties) { 459 protected function templateAvailable(array $properties) { 484 protected function _template($template, array $properties) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/ |
H A D | Step.php | 33 public $properties; variable in Google\\Service\\Dataflow\\Step 66 public function setProperties($properties)
|
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/ |
H A D | PropertiesCollection.php | 21 public $properties; variable in Sabre\\DAV\\Mock\\PropertiesCollection 31 public function __construct($name, array $children, array $properties = []) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDataplex/ |
H A D | GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime.php | 30 public $properties; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1TaskInfrastructureSpecContainerImageRuntime 53 public function setProperties($properties)
|
H A D | GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime.php | 34 public $properties; variable in Google\\Service\\CloudDataplex\\GoogleCloudDataplexV1EnvironmentInfrastructureSpecOsImageRuntime 71 public function setProperties($properties)
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Xml/Element/ |
H A D | Sharee.php | 46 public $properties = []; variable in Sabre\\DAV\\Xml\\Element\\Sharee 88 function __construct(array $properties = []) {
|
/plugin/odt/renderer/ |
H A D | page.php | 1721 function _odtSpanOpenUseProperties($properties){ 1756 function _odtParagraphOpenUseProperties($properties){ 1786 function _odtDivOpenAsFrameUseProperties ($properties) { 1888 function _odtTableRowOpenUseProperties ($properties){ 1922 function _odtOpenMultiColumnFrame ($properties) { 1943 function _odtOpenTextBoxUseProperties ($properties) { 1964 function _odtOpenFrameUseProperties ($properties) { 2145 public function createTextStyle ($properties, $common=true) { 2154 public function createParagraphStyle ($properties, $common=true) { 2163 public function createTableStyle ($properties, $common=true) { [all …]
|