Home
last modified time | relevance | path

Searched defs:properties (Results 26 – 50 of 398) sorted by relevance

12345678910>>...16

/plugin/odt/renderer/
Dpage.php1674 function _odtAddImageUseProperties($src, array $properties, $returnonly = false){
1721 function _odtSpanOpenUseProperties($properties){
1756 function _odtParagraphOpenUseProperties($properties){
1786 function _odtDivOpenAsFrameUseProperties ($properties) {
1818 function _odtTableOpenUseProperties ($properties, $maxcols = 0, $numrows = 0){
1840 function _odtTableAddColumnUseProperties (array $properties = NULL){
1864 function _odtTableHeaderOpenUseProperties ($properties = NULL, $colspan = 1, $rowspan = 1){
1888 function _odtTableRowOpenUseProperties ($properties){
1912 function _odtTableCellOpenUseProperties ($properties, $colspan = 1, $rowspan = 1){
1922 function _odtOpenMultiColumnFrame ($properties) {
[all …]
/plugin/odt/ODT/styles/
DODTUnknownStyle.php58 public function importProperties($properties, $disabled=array()) {
159 …public static function createMultiColumnFrameStyle(array $properties, array $disabled_props = NULL…
DODTPageLayoutStyle.php135 public function importProperties($properties, $disabled=array()) {
346 public static function createPageLayoutStyle(array $properties, array $disabled_props = NULL) {
DODTParagraphStyle.php105 public function importProperties($properties, $disabled=array()) {
334 …public static function createParagraphStyle(array $properties, array $disabled_props = NULL, ODTDo…
/plugin/odt/ODT/
DODTDocument.php371 function spanOpenUseProperties($properties){
447 function paragraphOpenUseProperties($properties){
1201 function tableOpenUseProperties ($properties, $maxcols = 0, $numrows = 0){
1211 function tableAddColumnUseProperties ($properties){
1240 function tableHeaderOpenUseProperties($properties, $colspan = 1, $rowspan = 1){
1269 function tableRowOpenUseProperties($properties){
1298 function tableCellOpenUseProperties($properties, $colspan = 1, $rowspan = 1){
1327 function openTextBoxUseProperties ($properties) {
1347 function openFrameUseProperties ($properties) {
1367 function openMultiColumnTextBoxUseProperties ($properties) {
[all …]
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/
Dremove-unused.js1 function removeUnused(properties) { argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
DSparkRJob.php44 public $properties; variable in Google\\Service\\Dataproc\\SparkRJob
119 public function setProperties($properties)
DHiveJob.php34 public $properties; variable in Google\\Service\\Dataproc\\HiveJob
77 public function setProperties($properties)
DSparkSqlJob.php32 public $properties; variable in Google\\Service\\Dataproc\\SparkSqlJob
75 public function setProperties($properties)
DPrestoJob.php40 public $properties; variable in Google\\Service\\Dataproc\\PrestoJob
107 public function setProperties($properties)
DPigJob.php36 public $properties; variable in Google\\Service\\Dataproc\\PigJob
93 public function setProperties($properties)
DHadoopJob.php52 public $properties; variable in Google\\Service\\Dataproc\\HadoopJob
155 public function setProperties($properties)
/plugin/elasticsearch/vendor/ruflin/elastica/src/
DMapping.php30 public function __construct(array $properties = [])
44 public function setProperties(array $properties): Mapping
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DICSExportPlugin.php170 …enerateResponse($path, $start, $end, $expand, $componentType, $format, $properties, ResponseInterf…
270 function mergeObjects(array $properties, array $inputObjects) {
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/
DICSExportPlugin.php170 …enerateResponse($path, $start, $end, $expand, $componentType, $format, $properties, ResponseInterf…
284 function mergeObjects(array $properties, array $inputObjects) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
DPropPatch.php87 function handle($properties, callable $callback) {
150 function setResultCode($properties, $resultCode) {
DClient.php198 function propFind($url, array $properties, $depth = 0) {
268 function propPatch($url, array $properties) {
DIProperties.php45 function getProperties($properties);
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropPatch.php80 function handle($properties, callable $callback) {
143 function setResultCode($properties, $resultCode) {
H A DClient.php195 function propFind($url, array $properties, $depth = 0) {
265 function propPatch($url, array $properties) {
H A DIProperties.php45 function getProperties($properties);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Ordering/
DIdenticalPropertyOrderingStrategy.php12 public function order(array $properties): array
DPropertyOrderingInterface.php16 public function order(array $properties): array;
DAlphabeticalPropertyOrderingStrategy.php14 public function order(array $properties): array
/plugin/asciidocjs/node_modules/lodash/
Dcreate.js38 function create(prototype, properties) { argument

12345678910>>...16