Home
last modified time | relevance | path

Searched refs:propertyName (Results 51 – 75 of 95) sorted by last modified time

1234

/plugin/webdav/vendor/sabre/dav/lib/CardDAV/
H A DAddressBook.php214 foreach ($properties as $propertyName) {
216 if (isset($this->addressBookInfo[$propertyName])) {
218 $response[$propertyName] = $this->addressBookInfo[$propertyName];
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DCorePlugin.php417 foreach ($result as $propertyName => $code) {
419 $multiStatus[$code][$propertyName] = null;
421 $multiStatus[$code] = [$propertyName => null];
849 foreach ($nodeProperties as $propertyName => $propertyValue) {
850 $propFind->set($propertyName, $propertyValue, 200);
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Djquery.min.js3 …this,"propertychange._change",function(a){"checked"===a.originalEvent.propertyName&&(this._just_ch…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1propertyName","brush","renderer","brushName","matches","code","findBrush","useScriptTags","stripCD…
H A Dsyntaxhighlighter.js189 propertyName = 'innerHTML',
223 code = target[propertyName];
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php373 function preferred($propertyName) { argument
377 foreach($this->select($propertyName) as $field) {
436 * @param string $propertyName
439 function getClassNameForPropertyName($propertyName) { argument
441 $className = parent::getClassNameForPropertyName($propertyName);
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DJson.php132 $propertyName,
137 $propertyName = strtoupper($propertyName);
141 $defaultPropertyClass = $this->root->getClassNameForPropertyName($propertyName);
150 $propertyName = $parameters['group'] . '.' . $propertyName;
154 $prop = $this->root->createProperty($propertyName, null, $parameters, $valueType);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DDocument.php248 * @param string $propertyName
251 public function getClassNameForPropertyName($propertyName) { argument
253 if (isset(static::$propertyMap[$propertyName])) {
254 return static::$propertyMap[$propertyName];
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.d.ts1823 getTaskBy(propertyName: string|GanttCallback, propertyValue: any): any[];
H A Ddhtmlxgantt.js.map1propertyName","propertyValue","filterResourceTasks","getResourceTasks","falsyValuePreffix","random…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js467 Promise.prototype.get = function (propertyName) { argument
468 var isIndex = (typeof propertyName === "number");
472 var maybeGetter = getGetter(propertyName);
5089 for (var propertyName in Parent.prototype) {
5091 propertyName.charAt(propertyName.length-1) !== "$"
5093 this[propertyName + "$"] = Parent.prototype[propertyName];
15830 function getTaskBy(propertyName, propertyValue) { argument
15831 if (typeof propertyName == "function") {
15832 return filterResourceTasks(propertyName);
15835 return getResourceTasks(propertyName, propertyValue);
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/skin/xp/
H A Dfirebug-1.3a2.css803 .propertyName {
H A Dfirebug.css3133 .propertyName {
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js18164 if (event.propertyName != "value" || !isVisible(this.input) || !this.keyDownPressed)
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DDoctrineTypeDriver.php31 $propertyName = $propertyMetadata->name;
32 if ($doctrineMetadata->hasField($propertyName)
33 && ($typeOfFiled = $doctrineMetadata->getTypeOfField($propertyName))
36 } elseif ($doctrineMetadata->hasAssociation($propertyName)) {
37 $targetEntity = $doctrineMetadata->getAssociationTargetClass($propertyName);
50 if (!$doctrineMetadata->isSingleValuedAssociation($propertyName)) {
H A DDoctrinePHPCRTypeDriver.php25 $propertyName = $propertyMetadata->name;
26 if ($doctrineMetadata->hasField($propertyName)
27 && ($typeOfFiled = $doctrineMetadata->getTypeOfField($propertyName))
29 $field = $doctrineMetadata->getFieldMapping($propertyName);
35 } elseif ($doctrineMetadata->hasAssociation($propertyName)) {
37 $targetEntity = $doctrineMetadata->getAssociationTargetClass($propertyName);
46 if (!$doctrineMetadata->isSingleValuedAssociation($propertyName)) {
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/Naming/
H A DCamelCaseNamingStrategyTest.php23 public function testCamelCaseNamingHandlesMultipleUppercaseLetters($propertyName, $expected) argument
26 $mockProperty->name = $propertyName;
H A DIdenticalPropertyNamingStrategyTest.php24 public function testTranslateName($propertyName) argument
27 $mockProperty->name = $propertyName;
30 self::assertEquals($propertyName, $strategy->translateName($mockProperty));
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityNotAllowedPropertyError.php22 private $propertyName; variable in Twig\\Sandbox\\SecurityNotAllowedPropertyError
24 …public function __construct($message, $className, $propertyName, $lineno = -1, $filename = null, \… argument
28 $this->propertyName = $propertyName;
38 return $this->propertyName;
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/TypeFilter/Date/
H A DDateIntervalFilter.php27 foreach ($element as $propertyName => $propertyValue) {
28 $copy->{$propertyName} = $propertyValue;
/plugin/findologicxmlexport/vendor/findologic/libflexport/examples/
H A DXmlExample.php201 foreach ($propertiesData as $propertyName => $values) {
202 $propertyElement = new Property($propertyName, $values);
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Reflection/
H A DReflectionHelper.php31 $propertyName = $prop->getName();
32 $propsArr[$propertyName] = $prop;
/plugin/ckgdoku/ckeditor/
H A Dckeditor.js521 …etElement();a.on("propertychange",function(b){b=b.data.$;"checked"==b.propertyName&&this.fire("cha…
523 ….getElement().on("propertychange",function(a){a=a.data.$;"checked"==a.propertyName&&this.$.checked…
/plugin/fckg/fckeditor/editor/css/behaviors/
H A Dshowtableborders.htc30 if ( event.propertyName == 'border' || event.propertyName == 'className' )
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js1570 propertyName = 'innerHTML',
1606 code = target[propertyName];

1234