Home
last modified time | relevance | path

Searched refs:properties (Results 126 – 150 of 802) sorted by last modified time

12345678910>>...33

/plugin/ckgedit/ckeditor/
H A DCHANGES.md307 …hod. It allows to merge two objects, returning the new object with all properties from both object…
460 …: Fixed: Cannot change the state of checkboxes or radio buttons if the properties dialog was invok…
864 …/ckeditor4/latest/api/CKEDITOR.fileTools.uploadRepository.html) and changed all related properties.
1199 …s/ckeditor4/latest/api/CKEDITOR_feature.html#property-requiredContent) properties for it manually,…
1205 … which can be applied to a specific widget must contain two additional properties — `type` a…
1208 …* Many new methods and properties were introduced in the [Widget API](https://ckeditor.com/docs/ck…
1428 …ocs/ckeditor4/latest/api/CKEDITOR_editor.html#property-shiftEnterMode) properties – normaliz…
1430 …t/api/CKEDITOR_editor.html#event-activeEnterModeChange) event, and two properties: [`editor.active…
H A Dckeditor.js.unc17469 …CKEDITOR.dialog.isTabEnabled(a, "flash", "properties") && (b += ";object[align]; embed[allowscript…
17483 label: a.lang.flash.properties,
20958 this.properties = a + c + (d || x);
20962 return (this.properties & a) == a
H A Dckeditor.js890 …s/flash.js");a.addMenuItems&&a.addMenuItems({flash:{label:a.lang.flash.properties,command:"flash",…
1061 …";z.prototype={set:function(a,c,d){this.properties=a+c+(d||x);return this},is:function(a){return(t…
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc70 // Basic properties of the dialog window: title, minimum size.
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js.unc18 // Basic properties of the dialog window: title, minimum size.
/plugin/ckgedit/ckeditor/lang/
H A Den.4.9.js.beautified335 "properties": "Flash Properties",
H A Den.js-4.9.merged5 …Play":"Auto Play","flashvars":"Variables for Flash","hSpace":"HSpace","properties":"Flash Properti…
H A Den.js.4.95 …Play":"Auto Play","flashvars":"Variables for Flash","hSpace":"HSpace","properties":"Flash Properti…
H A Den.js.unc5 …Play":"Auto Play","flashvars":"Variables for Flash","hSpace":"HSpace","properties":"Flash Properti…
H A Dfr.js.unc261 "properties": "Propriétés du Flash",
H A Dlang_array.txt255 "properties": "Flash Properties",
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc202 // Prevent from changing cell properties when the field's value
204 // only the properties of the first cell (https://dev.ckeditor.com/ticket/11439).
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified335 "properties": "Flash Properties",
/plugin/ckgedit/ckeditor/plugins/fontAssist/
H A Dplugin.js.unc307 // Basic properties of the dialog window: title, minimum size.
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc52 // Basic properties of the dialog window: title, minimum size.
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js.unc20 // Basic properties of the dialog window: title, minimum size.
/plugin/sectiontoggle/
H A DMobile_Detect.php602 protected static $properties = array( variable in Mobile_Detect
1264 * Get the properties array.
1270 return self::$properties;
1299 * keys for all possible properties.
1318 $properties = self::getProperties();
1320 // Check if the property exists in the properties array.
1321 if (true === isset($properties[$propertyName])) {
1325 $properties[$propertyName] = (array) $properties[$propertyName];
1327 foreach ($properties[
[all...]
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2properties:{direction:{},color:{}}},directionalLightShadows:{value:[],properties:{shadowBias:{},sh…
/plugin/wrap/
H A Dhelper.php286 $properties = array ();
293 // Get CSS properties for ODT export.
294 $renderer->getODTProperties ($properties, 'div', $class, $style);
296 if ( empty($properties ['background-image']) === false ) {
297 $properties ['background-image'] =
298 $renderer->replaceURLPrefix ($properties ['background-image'], DOKU_INC);
301 if ( empty($properties ['float']) === true ) {
305 $properties ['float'] = 'left';
307 $properties ['float'] = 'center';
312 $properties ['displa
[all...]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DTreeTest.php93 $file->properties = ['test1'=>'value'];
166 public $properties; variable in Sabre\\DAV\\TreeFileTester
188 function getProperties($properties) { argument
190 return $this->properties;
208 $this->properties = $propPatch->getMutations();
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DPropPatchTest.php13 $propPatch->properties = [
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Backend/
H A DPDO.php194 * @param array $properties
197 function createCalendar($principalUri, $calendarUri, array $properties) { argument
215 if (!isset($properties[$sccs])) {
224 if (isset($properties[$transp])) {
229 if (isset($properties[$xmlName])) {
231 $values[':' . $dbName] = $properties[$xmlName];
1009 * @param array $properties
1012 function createSubscription($principalUri, $uri, array $properties) { argument
1021 if (!isset($properties['{http://calendarserver.org/ns/}source'])) {
1033 if (isset($properties[$xmlName])) {
[all …]
H A DSubscriptionSupport.php58 * @param array $properties
61 function createSubscription($principalUri, $uri, array $properties); argument
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVAvailabilityTest.php88 $properties = array(
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DPlugin.php566 $properties = $this->server->getProperties(
572 if (!isset($properties[$CUAS])) {
576 $addresses = $properties[$CUAS]->getHrefs();

12345678910>>...33