Home
last modified time | relevance | path

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

1234567

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/fo/properties/
H A DFontWeightPropertyMaker.java51 Property newProp = checkEnumValues(pValue); in make() local
52 int enumValue = (newProp != null) ? newProp.getEnum() : -1; in make()
60 newProp = EnumProperty.getInstance(Constants.EN_200, "200"); in make()
63 newProp = EnumProperty.getInstance(Constants.EN_300, "300"); in make()
66 newProp = EnumProperty.getInstance(Constants.EN_400, "400"); in make()
69 newProp = EnumProperty.getInstance(Constants.EN_500, "500"); in make()
72 newProp = EnumProperty.getInstance(Constants.EN_600, "600"); in make()
75 newProp = EnumProperty.getInstance(Constants.EN_700, "700"); in make()
124 if (newProp != null) { in make()
125 newProp = convertProperty(newProp, pList, fo); in make()
[all …]
H A DFontShorthandProperty.java57 FontShorthandProperty newProp = new FontShorthandProperty(); in make() local
58 newProp.setSpecifiedValue(value); in make()
66 newProp.addProperty(prop, i); in make()
71 newProp.addProperty(null, pos); in make()
114 newProp.addProperty(prop, 1); in make()
142 newProp.addProperty(prop, 0); in make()
148 newProp.addProperty(prop, 2); in make()
159 if (newProp.list.get(i) == null) { in make()
165 newProp.addProperty(prop, i); in make()
180 if (newProp.list.get(0) == null || newProp.list.get(1) == null) { in make()
[all …]
/dports/games/tads/tads-3.0.8/tads3/test/data/
H A Dnewprop.t11 local newProp;
15 newProp = t3AllocProp();
16 obj.(newProp) = 'new prop!';
17 obj.newPropId = newProp;
20 global.newProp_ = newProp;
26 obj.(newProp) = <<obj.(newProp)>>\n
31 newProp = global.newProp_;
37 obj.(newProp) = <<obj.(newProp)>>\n
47 obj.(newProp) = <<obj.(newProp)>>\n
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/materialeditor/
H A DMaterialDef.cpp121 MaterialDef* newProp = new MaterialDef(); in InitializeMaterialDefList() local
124 newProp->type = MaterialDef::MATERIAL_DEF_TYPE_GROUP; in InitializeMaterialDefList()
126 newProp->type = MaterialDef::MATERIAL_DEF_TYPE_BOOL; in InitializeMaterialDefList()
130 newProp->type = MaterialDef::MATERIAL_DEF_TYPE_FLOAT; in InitializeMaterialDefList()
132 newProp->type = MaterialDef::MATERIAL_DEF_TYPE_INT; in InitializeMaterialDefList()
140 newProp->dictName = token; in InitializeMaterialDefList()
147 newProp->displayName = token; in InitializeMaterialDefList()
154 newProp->displayInfo = token; in InitializeMaterialDefList()
159 newProp->quotes = false; in InitializeMaterialDefList()
167 newProp->quotes = true; in InitializeMaterialDefList()
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/includes/sabre/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:…
/dports/www/baikal/baikal/vendor/sabre/vobject/bin/
H A Dmergeduplicates.php102 foreach ($vcard->children() as $newProp) {
103 if (in_array($newProp->name, $ignoredProperties)) {
108 foreach ($collectedNames[$fn]->select($newProp->name) as $compareProp) {
109 if ($compareProp->serialize() === $newProp->serialize()) {
116 if ('EMAIL' === $newProp->name || 'TEL' === $newProp->name) {
120 foreach ($collectedNames[$fn]->select($newProp->name) as $compareProp) {
121 if ($compareProp->getValue() === $newProp->getValue()) {
129 $collectedNames[$fn]->add(clone $newProp);
140 …fwrite($debug, "Missing '".$newProp->name."' property in duplicate. Earlier vcard:\n".$collectedNa…
/dports/audio/ampache/ampache-php74-5.0.0/vendor/sabre/vobject/bin/
H A Dmergeduplicates.php102 foreach ($vcard->children() as $newProp) {
103 if (in_array($newProp->name, $ignoredProperties)) {
108 foreach ($collectedNames[$fn]->select($newProp->name) as $compareProp) {
109 if ($compareProp->serialize() === $newProp->serialize()) {
116 if ('EMAIL' === $newProp->name || 'TEL' === $newProp->name) {
120 foreach ($collectedNames[$fn]->select($newProp->name) as $compareProp) {
121 if ($compareProp->getValue() === $newProp->getValue()) {
129 $collectedNames[$fn]->add(clone $newProp);
140 …fwrite($debug, "Missing '".$newProp->name."' property in duplicate. Earlier vcard:\n".$collectedNa…
/dports/mail/roundcube-carddav/carddav-4.0.4-vendor/vendor/sabre/vobject/bin/
H A Dmergeduplicates.php102 foreach ($vcard->children() as $newProp) {
103 if (in_array($newProp->name, $ignoredProperties)) {
108 foreach ($collectedNames[$fn]->select($newProp->name) as $compareProp) {
109 if ($compareProp->serialize() === $newProp->serialize()) {
116 if ('EMAIL' === $newProp->name || 'TEL' === $newProp->name) {
120 foreach ($collectedNames[$fn]->select($newProp->name) as $compareProp) {
121 if ($compareProp->getValue() === $newProp->getValue()) {
129 $collectedNames[$fn]->add(clone $newProp);
140 …fwrite($debug, "Missing '".$newProp->name."' property in duplicate. Earlier vcard:\n".$collectedNa…
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/includes/sabre/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:…
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/sabre/vobject/bin/
H A Dmergeduplicates.php102 foreach ($vcard->children() as $newProp) {
103 if (in_array($newProp->name, $ignoredProperties)) {
108 foreach ($collectedNames[$fn]->select($newProp->name) as $compareProp) {
109 if ($compareProp->serialize() === $newProp->serialize()) {
116 if ('EMAIL' === $newProp->name || 'TEL' === $newProp->name) {
120 foreach ($collectedNames[$fn]->select($newProp->name) as $compareProp) {
121 if ($compareProp->getValue() === $newProp->getValue()) {
129 $collectedNames[$fn]->add(clone $newProp);
140 …fwrite($debug, "Missing '".$newProp->name."' property in duplicate. Earlier vcard:\n".$collectedNa…
/dports/www/ilias/ILIAS-5.4.25/libs/composer/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:…
/dports/www/groupoffice/groupoffice-6.4.231-php-71/vendor/sabre/vobject/bin/
H A Dmergeduplicates.php102 foreach ($vcard->children() as $newProp) {
103 if (in_array($newProp->name, $ignoredProperties)) {
108 foreach ($collectedNames[$fn]->select($newProp->name) as $compareProp) {
109 if ($compareProp->serialize() === $newProp->serialize()) {
116 if ('EMAIL' === $newProp->name || 'TEL' === $newProp->name) {
120 foreach ($collectedNames[$fn]->select($newProp->name) as $compareProp) {
121 if ($compareProp->getValue() === $newProp->getValue()) {
129 $collectedNames[$fn]->add(clone $newProp);
140 …fwrite($debug, "Missing '".$newProp->name."' property in duplicate. Earlier vcard:\n".$collectedNa…
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/sabre/vobject/bin/
H A Dmergeduplicates.php102 foreach ($vcard->children() as $newProp) {
103 if (in_array($newProp->name, $ignoredProperties)) {
108 foreach ($collectedNames[$fn]->select($newProp->name) as $compareProp) {
109 if ($compareProp->serialize() === $newProp->serialize()) {
116 if ('EMAIL' === $newProp->name || 'TEL' === $newProp->name) {
120 foreach ($collectedNames[$fn]->select($newProp->name) as $compareProp) {
121 if ($compareProp->getValue() === $newProp->getValue()) {
129 $collectedNames[$fn]->add(clone $newProp);
140 …fwrite($debug, "Missing '".$newProp->name."' property in duplicate. Earlier vcard:\n".$collectedNa…
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/serialize/
H A Dserialization_objects_012.phpt16 $ua[0]->a = "newProp";
33 $ua[0]->a = "newProp";
98 string(7) "newProp"
103 string(7) "newProp"
112 string(7) "newProp"
139 string(7) "newProp"
144 string(7) "newProp"
176 string(7) "newProp"
181 string(7) "newProp"
190 string(7) "newProp"
[all …]
/dports/lang/php80/php-8.0.15/ext/standard/tests/serialize/
H A Dserialization_objects_012.phpt16 $ua[0]->a = "newProp";
33 $ua[0]->a = "newProp";
98 string(7) "newProp"
103 string(7) "newProp"
112 string(7) "newProp"
139 string(7) "newProp"
144 string(7) "newProp"
176 string(7) "newProp"
181 string(7) "newProp"
190 string(7) "newProp"
[all …]
/dports/lang/php81/php-8.1.1/ext/standard/tests/serialize/
H A Dserialization_objects_012.phpt16 $ua[0]->a = "newProp";
33 $ua[0]->a = "newProp";
98 string(7) "newProp"
103 string(7) "newProp"
112 string(7) "newProp"
139 string(7) "newProp"
144 string(7) "newProp"
176 string(7) "newProp"
181 string(7) "newProp"
190 string(7) "newProp"
[all …]
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/serialize/
H A Dserialization_objects_012.phpt16 $ua[0]->a = "newProp";
33 $ua[0]->a = "newProp";
98 string(7) "newProp"
103 string(7) "newProp"
112 string(7) "newProp"
139 string(7) "newProp"
144 string(7) "newProp"
176 string(7) "newProp"
181 string(7) "newProp"
190 string(7) "newProp"
[all …]
/dports/science/massxpert/massxpert-c229f4a1abde3c20b83a90e50f9c5d79104dfa5f/lib/
H A DpropListHolder.cpp60 void *newProp = static_cast<void *>(prop->clone()); in PropListHolder() local
61 Q_ASSERT(newProp); in PropListHolder()
63 appendProp(static_cast<Prop *>(newProp)); in PropListHolder()
97 void *newProp = static_cast<void *>(prop->clone()); in clone() local
98 Q_ASSERT(newProp); in clone()
100 other->appendProp(static_cast<Prop *>(newProp)); in clone()
118 void *newProp = static_cast<void *>(prop->clone()); in mold() local
119 Q_ASSERT(newProp); in mold()
121 appendProp(static_cast<Prop *>(newProp)); in mold()
/dports/cad/csxcad/CSXCAD-0.6.2-103-g3c4fb66/src/
H A DContinuousStructure.cpp93 newProp->AddPrimitive(prim); in ReplaceProperty()
94 prim->SetProperty(newProp); in ReplaceProperty()
98 *iter=newProp; in ReplaceProperty()
526 CSProperties* newProp=NULL; in ReadFromXML() local
546 newProp=NULL; in ReadFromXML()
548 if (newProp) in ReadFromXML()
552 AddProperty(newProp); in ReadFromXML()
557 delete newProp; in ReadFromXML()
561 AddProperty(newProp); in ReadFromXML()
568 delete newProp; in ReadFromXML()
[all …]
/dports/lang/php73/php-7.3.33/ext/standard/tests/serialize/
H A Dserialization_objects_012.phpt27 $ua[0]->a = "newProp";
44 $ua[0]->a = "newProp";
109 string(7) "newProp"
114 string(7) "newProp"
123 string(7) "newProp"
150 string(7) "newProp"
155 string(7) "newProp"
187 string(7) "newProp"
192 string(7) "newProp"
201 string(7) "newProp"
[all …]
/dports/lang/php74/php-7.4.27/ext/standard/tests/serialize/
H A Dserialization_objects_012.phpt27 $ua[0]->a = "newProp";
44 $ua[0]->a = "newProp";
109 string(7) "newProp"
114 string(7) "newProp"
123 string(7) "newProp"
150 string(7) "newProp"
155 string(7) "newProp"
187 string(7) "newProp"
192 string(7) "newProp"
201 string(7) "newProp"
[all …]
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/serialize/
H A Dserialization_objects_012.phpt27 $ua[0]->a = "newProp";
44 $ua[0]->a = "newProp";
109 string(7) "newProp"
114 string(7) "newProp"
123 string(7) "newProp"
150 string(7) "newProp"
155 string(7) "newProp"
187 string(7) "newProp"
192 string(7) "newProp"
201 string(7) "newProp"
[all …]
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/serialize/
H A Dserialization_objects_012.phpt27 $ua[0]->a = "newProp";
44 $ua[0]->a = "newProp";
109 string(7) "newProp"
114 string(7) "newProp"
123 string(7) "newProp"
150 string(7) "newProp"
155 string(7) "newProp"
187 string(7) "newProp"
192 string(7) "newProp"
201 string(7) "newProp"
[all …]
/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/opencontainers/runc/libcontainer/cgroups/systemd/
H A Dv2.go96 newProp("CPUWeight", num))
111 newProp(m[k], bits))
134 newProp(m[k], num))
146 newProp("TasksMax", num))
183 newProp("MemoryMax", uint64(r.Memory)))
201 newProp("CPUWeight", r.CpuWeight))
273 newProp("MemoryAccounting", true),
274 newProp("CPUAccounting", true),
275 newProp("IOAccounting", true),
276 newProp("TasksAccounting", true),
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/opencontainers/runc/libcontainer/cgroups/systemd/
H A Dv2.go94 newProp("CPUWeight", num))
109 newProp(m[k], bits))
132 newProp(m[k], num))
144 newProp("TasksAccounting", true),
145 newProp("TasksMax", num))
201 newProp("CPUWeight", r.CpuWeight))
208 newProp("TasksAccounting", true),
274 newProp("MemoryAccounting", true),
275 newProp("CPUAccounting", true),
276 newProp("IOAccounting", true))
[all …]

1234567