Home
last modified time | relevance | path

Searched refs:newProp (Results 1 – 3 of 3) sorted by relevance

/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dmergeduplicates.php113 foreach ($vcard->children() as $newProp) {
115 if (in_array($newProp->name, $ignoredProperties)) {
120 foreach ($collectedNames[$fn]->select($newProp->name) as $compareProp) {
122 if ($compareProp->serialize() === $newProp->serialize()) {
130 if ($newProp->name === 'EMAIL' || $newProp->name === 'TEL') {
135 foreach ($collectedNames[$fn]->select($newProp->name) as $compareProp) {
137 if ($compareProp->getValue() === $newProp->getValue()) {
146 $collectedNames[$fn]->add(clone $newProp);
160 …if ($debug) fwrite($debug, "Missing '" . $newProp->name . "' property in duplicate. Earlier vcard:…
/plugin/diagramsnet/lib/js/grapheditor/
H A DDialogs.js1546 var newProp = document.createElement('div');
1547 newProp.style.boxSizing = 'border-box';
1548 newProp.style.paddingRight = '160px';
1549 newProp.style.whiteSpace = 'nowrap';
1550 newProp.style.marginTop = '6px';
1551 newProp.style.width = '100%';
1561 newProp.appendChild(nameInput);
1562 top.appendChild(newProp);
1635 newProp.appendChild(addBtn);
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js4780 …var newProp = {type: subType, parentRow: myRow, index: index, isDeletable: true, defVal: defVal, c… class in StyleFormatPanel.addProperties.createDynArrList.AnonymousFunctionc583fea83300
4781 var arrItem = createPropertyRow(pName, '', newProp, index % 2 == 0, flipBkg);
4782 applyStyleVal(pName, defVal, newProp);