Home
last modified time | relevance | path

Searched refs:childName (Results 1 – 25 of 1157) sorted by relevance

12345678910>>...47

/dports/www/mattermost-server/mattermost-server-6.0.2/store/sqlstore/
H A Dintegrity.go16 childName string member
130 childName: "Posts",
148 childName: "FileInfo",
167 childName: "Reactions",
206 childName: "Channels",
229 childName: "Commands",
312 childName: "Commands",
330 childName: "Emoji",
339 childName: "FileInfo",
393 childName: "Posts",
[all …]
/dports/www/limesurvey/limesurvey/framework/web/auth/
H A DCPhpAuthManager.php96 * @param string $childName the child item name
104 $child=$this->_items[$childName];
107 if($this->detectLoop($itemName,$childName))
113 $this->_children[$itemName][$childName]=$this->_items[$childName];
121 * @param string $childName the child item name
128 unset($this->_children[$itemName][$childName]);
138 * @param string $childName the child item name
428 foreach($item['children'] as $childName)
430 if(isset($this->_items[$childName]))
431 $this->_children[$name][$childName]=$this->_items[$childName];
[all …]
H A DCDbAuthManager.php125 * @param string $childName the child item name
129 public function addItemChild($itemName,$childName) argument
131 if($itemName===$childName)
140 ':name2'=>$childName
157 if($this->detectLoop($itemName,$childName))
164 'child'=>$childName,
177 * @param string $childName the child item name
185 ':child'=>$childName
192 * @param string $childName the child item name
202 ':child'=>$childName))
[all …]
/dports/www/thundersnarf/thundersnarf/protected/yii114/framework/web/auth/
H A DCPhpAuthManager.php95 public function addItemChild($itemName,$childName) argument
99 $child=$this->_items[$childName];
102 if($this->detectLoop($itemName,$childName))
108 $this->_children[$itemName][$childName]=$this->_items[$childName];
122 unset($this->_children[$itemName][$childName]);
135 public function hasItemChild($itemName,$childName) argument
421 foreach($item['children'] as $childName)
423 if(isset($this->_items[$childName]))
424 $this->_children[$name][$childName]=$this->_items[$childName];
463 if($childName===$itemName)
[all …]
/dports/www/domoticz/domoticz-2020.2/hardware/
H A DMySensorsBase.cpp294 mSensor.childName = sd2[2]; in LoadDevicesFromDatabase()
644 …ensor(cNode, pChild->batValue, Temp, Humidity, (!pChild->childName.empty()) ? pChild->childName : … in SendSensor2Domoticz()
649 …SendTempSensor(cNode, pChild->batValue, Temp, (!pChild->childName.empty()) ? pChild->childName : "… in SendSensor2Domoticz()
732 …iditySensor(cNode, pChild->batValue, Humidity, (!pChild->childName.empty()) ? pChild->childName : … in SendSensor2Domoticz()
880 …SoundSensor(cNode, pChild->batValue, intValue, (!pChild->childName.empty()) ? pChild->childName : … in SendSensor2Domoticz()
884 …stureSensor(cNode, pChild->batValue, intValue, (!pChild->childName.empty()) ? pChild->childName : … in SendSensor2Domoticz()
895 …ainSensor(cNode, pChild->batValue, floatValue, (!pChild->childName.empty()) ? pChild->childName : … in SendSensor2Domoticz()
993 std::string devname = (!pChild->childName.empty()) ? pChild->childName : "Forecast"; in SendSensor2Domoticz()
1002 MakeAndSendWindSensor(pChild->nodeID, (!pChild->childName.empty()) ? pChild->childName : "Wind"); in SendSensor2Domoticz()
2222 (pSensor->childName != payload) in ParseLine()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/kNet/include/kNet/
H A DStatsEventHierarchy.h109 std::string childName = FirstToken(name, '.', nextTokenStart); in AddEventToHierarchy() local
110 if (childName.empty()) in AddEventToHierarchy()
114 NodeMap::iterator iter = children.find(childName); in AddEventToHierarchy()
116 …children[childName].valueType = valueType; // To optimize, only copy this field in the first time … in AddEventToHierarchy()
118 children[childName].AddEventToThisLevel(value, oldAgeMSecs); in AddEventToHierarchy()
120 children[childName].AddEventToHierarchy(name + nextTokenStart, value, valueType, oldAgeMSecs); in AddEventToHierarchy()
127 std::string childName = FirstToken(name, '.', nextTokenStart); in FindChild() local
128 if (childName.empty()) in FindChild()
132 NodeMap::iterator iter = children.find(childName); in FindChild()
136 return &children[childName]; in FindChild()
[all …]
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-recipes/zookeeper-recipes-queue/src/main/java/org/apache/zookeeper/recipes/queue/
H A DDistributedQueue.java71 for (String childName : childNames) { in orderedChildren()
74 if (!childName.regionMatches(0, prefix, 0, prefix.length())) { in orderedChildren()
75 LOG.warn("Found child node with improper name: {}", childName); in orderedChildren()
78 String suffix = childName.substring(prefix.length()); in orderedChildren()
80 orderedChildren.put(childId, childName); in orderedChildren()
82 LOG.warn("Found child node with improper format : {}", childName, e); in orderedChildren()
106 for (String childName : childNames) { in smallestChildName()
109 if (!childName.regionMatches(0, prefix, 0, prefix.length())) { in smallestChildName()
110 LOG.warn("Found child node with improper name: {}", childName); in smallestChildName()
113 String suffix = childName.substring(prefix.length()); in smallestChildName()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/imageio/plugins/gif/
H A DGIFWritableStreamMetadata.java183 String childName = childNode.getNodeName(); in mergeStandardTree() local
184 if (childName.equals("Palette")) { in mergeStandardTree()
189 } else if (childName.equals("BackgroundIndex")) { in mergeStandardTree()
200 String childName = childNode.getNodeName(); in mergeStandardTree() local
201 if (childName.equals("BitsPerSample")) { in mergeStandardTree()
213 String childName = childNode.getNodeName(); in mergeStandardTree() local
214 if (childName.equals("PixelAspectRatio")) { in mergeStandardTree()
224 } else if (childName.equals("HorizontalScreenSize")) { in mergeStandardTree()
229 } else if (childName.equals("VerticalScreenSize")) { in mergeStandardTree()
240 String childName = childNode.getNodeName(); in mergeStandardTree() local
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/com/sun/imageio/plugins/gif/
H A DGIFWritableStreamMetadata.java183 String childName = childNode.getNodeName(); in mergeStandardTree() local
184 if (childName.equals("Palette")) { in mergeStandardTree()
189 } else if (childName.equals("BackgroundIndex")) { in mergeStandardTree()
200 String childName = childNode.getNodeName(); in mergeStandardTree() local
201 if (childName.equals("BitsPerSample")) { in mergeStandardTree()
213 String childName = childNode.getNodeName(); in mergeStandardTree() local
214 if (childName.equals("PixelAspectRatio")) { in mergeStandardTree()
224 } else if (childName.equals("HorizontalScreenSize")) { in mergeStandardTree()
229 } else if (childName.equals("VerticalScreenSize")) { in mergeStandardTree()
240 String childName = childNode.getNodeName(); in mergeStandardTree() local
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/com/sun/imageio/plugins/gif/
H A DGIFWritableStreamMetadata.java183 String childName = childNode.getNodeName(); in mergeStandardTree() local
184 if (childName.equals("Palette")) { in mergeStandardTree()
189 } else if (childName.equals("BackgroundIndex")) { in mergeStandardTree()
200 String childName = childNode.getNodeName(); in mergeStandardTree() local
201 if (childName.equals("BitsPerSample")) { in mergeStandardTree()
213 String childName = childNode.getNodeName(); in mergeStandardTree() local
214 if (childName.equals("PixelAspectRatio")) { in mergeStandardTree()
224 } else if (childName.equals("HorizontalScreenSize")) { in mergeStandardTree()
229 } else if (childName.equals("VerticalScreenSize")) { in mergeStandardTree()
240 String childName = childNode.getNodeName(); in mergeStandardTree() local
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFWritableStreamMetadata.java183 String childName = childNode.getNodeName(); in mergeStandardTree() local
184 if (childName.equals("Palette")) { in mergeStandardTree()
189 } else if (childName.equals("BackgroundIndex")) { in mergeStandardTree()
200 String childName = childNode.getNodeName(); in mergeStandardTree() local
201 if (childName.equals("BitsPerSample")) { in mergeStandardTree()
213 String childName = childNode.getNodeName(); in mergeStandardTree() local
214 if (childName.equals("PixelAspectRatio")) { in mergeStandardTree()
224 } else if (childName.equals("HorizontalScreenSize")) { in mergeStandardTree()
229 } else if (childName.equals("VerticalScreenSize")) { in mergeStandardTree()
240 String childName = childNode.getNodeName(); in mergeStandardTree() local
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/com/sun/imageio/plugins/gif/
H A DGIFWritableStreamMetadata.java183 String childName = childNode.getNodeName(); in mergeStandardTree() local
184 if (childName.equals("Palette")) { in mergeStandardTree()
189 } else if (childName.equals("BackgroundIndex")) { in mergeStandardTree()
200 String childName = childNode.getNodeName(); in mergeStandardTree() local
201 if (childName.equals("BitsPerSample")) { in mergeStandardTree()
213 String childName = childNode.getNodeName(); in mergeStandardTree() local
214 if (childName.equals("PixelAspectRatio")) { in mergeStandardTree()
224 } else if (childName.equals("HorizontalScreenSize")) { in mergeStandardTree()
229 } else if (childName.equals("VerticalScreenSize")) { in mergeStandardTree()
240 String childName = childNode.getNodeName(); in mergeStandardTree() local
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/com/sun/imageio/plugins/gif/
H A DGIFWritableStreamMetadata.java183 String childName = childNode.getNodeName(); in mergeStandardTree() local
184 if (childName.equals("Palette")) { in mergeStandardTree()
189 } else if (childName.equals("BackgroundIndex")) { in mergeStandardTree()
200 String childName = childNode.getNodeName(); in mergeStandardTree() local
201 if (childName.equals("BitsPerSample")) { in mergeStandardTree()
213 String childName = childNode.getNodeName(); in mergeStandardTree() local
214 if (childName.equals("PixelAspectRatio")) { in mergeStandardTree()
224 } else if (childName.equals("HorizontalScreenSize")) { in mergeStandardTree()
229 } else if (childName.equals("VerticalScreenSize")) { in mergeStandardTree()
240 String childName = childNode.getNodeName(); in mergeStandardTree() local
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/com/sun/imageio/plugins/gif/
H A DGIFWritableStreamMetadata.java183 String childName = childNode.getNodeName(); in mergeStandardTree() local
184 if (childName.equals("Palette")) { in mergeStandardTree()
189 } else if (childName.equals("BackgroundIndex")) { in mergeStandardTree()
200 String childName = childNode.getNodeName(); in mergeStandardTree() local
201 if (childName.equals("BitsPerSample")) { in mergeStandardTree()
213 String childName = childNode.getNodeName(); in mergeStandardTree() local
214 if (childName.equals("PixelAspectRatio")) { in mergeStandardTree()
224 } else if (childName.equals("HorizontalScreenSize")) { in mergeStandardTree()
229 } else if (childName.equals("VerticalScreenSize")) { in mergeStandardTree()
240 String childName = childNode.getNodeName(); in mergeStandardTree() local
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/com/sun/imageio/plugins/gif/
H A DGIFWritableStreamMetadata.java183 String childName = childNode.getNodeName(); in mergeStandardTree() local
184 if (childName.equals("Palette")) { in mergeStandardTree()
189 } else if (childName.equals("BackgroundIndex")) { in mergeStandardTree()
200 String childName = childNode.getNodeName(); in mergeStandardTree() local
201 if (childName.equals("BitsPerSample")) { in mergeStandardTree()
213 String childName = childNode.getNodeName(); in mergeStandardTree() local
214 if (childName.equals("PixelAspectRatio")) { in mergeStandardTree()
224 } else if (childName.equals("HorizontalScreenSize")) { in mergeStandardTree()
229 } else if (childName.equals("VerticalScreenSize")) { in mergeStandardTree()
240 String childName = childNode.getNodeName(); in mergeStandardTree() local
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/com/sun/imageio/plugins/gif/
H A DGIFWritableStreamMetadata.java183 String childName = childNode.getNodeName(); in mergeStandardTree() local
184 if (childName.equals("Palette")) { in mergeStandardTree()
189 } else if (childName.equals("BackgroundIndex")) { in mergeStandardTree()
200 String childName = childNode.getNodeName(); in mergeStandardTree() local
201 if (childName.equals("BitsPerSample")) { in mergeStandardTree()
213 String childName = childNode.getNodeName(); in mergeStandardTree() local
214 if (childName.equals("PixelAspectRatio")) { in mergeStandardTree()
224 } else if (childName.equals("HorizontalScreenSize")) { in mergeStandardTree()
229 } else if (childName.equals("VerticalScreenSize")) { in mergeStandardTree()
240 String childName = childNode.getNodeName(); in mergeStandardTree() local
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/imageio/plugins/gif/
H A DGIFWritableStreamMetadata.java183 String childName = childNode.getNodeName(); in mergeStandardTree() local
184 if (childName.equals("Palette")) { in mergeStandardTree()
189 } else if (childName.equals("BackgroundIndex")) { in mergeStandardTree()
200 String childName = childNode.getNodeName(); in mergeStandardTree() local
201 if (childName.equals("BitsPerSample")) { in mergeStandardTree()
213 String childName = childNode.getNodeName(); in mergeStandardTree() local
214 if (childName.equals("PixelAspectRatio")) { in mergeStandardTree()
224 } else if (childName.equals("HorizontalScreenSize")) { in mergeStandardTree()
229 } else if (childName.equals("VerticalScreenSize")) { in mergeStandardTree()
240 String childName = childNode.getNodeName(); in mergeStandardTree() local
[all …]
/dports/devel/sope2/SOPE/sope-appserver/NGObjWeb/
H A DWOChildComponentReference.m54 self->childName = [_name copyWithZone:[self zone]];
62 RELEASE(self->childName);
70 - (NSString *)childName { method
71 return self->childName;
89 __PRETTY_FUNCTION__, self->childName];
95 self->childName, [parent name]];
125 self->childName];
132 self->childName, [parent name]];
163 __PRETTY_FUNCTION__, self->childName];
169 self->childName, [parent name]];
[all …]
/dports/devel/sope/SOPE/sope-appserver/NGObjWeb/
H A DWOChildComponentReference.m54 self->childName = [_name copyWithZone:[self zone]];
62 RELEASE(self->childName);
70 - (NSString *)childName { method
71 return self->childName;
89 __PRETTY_FUNCTION__, self->childName];
95 self->childName, [parent name]];
125 self->childName];
132 self->childName, [parent name]];
163 __PRETTY_FUNCTION__, self->childName];
169 self->childName, [parent name]];
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADAMax/src/
H A DCOLLADAMaxExtra.cpp51 …void Extra::addAnimatedExtraParameter(const String & parameterName, const String& childName, IPara… in addAnimatedExtraParameter() argument
65 …mExtraTechnique->addExtraTechniqueChildParameter(Extra::TECHNIQUE_PROFILE_3DSMAX, childName, param… in addAnimatedExtraParameter()
71 …mExtraTechnique->addExtraTechniqueChildParameter(Extra::TECHNIQUE_PROFILE_3DSMAX, childName, param… in addAnimatedExtraParameter()
76 …mExtraTechnique->addExtraTechniqueChildParameter(Extra::TECHNIQUE_PROFILE_3DSMAX, childName, param… in addAnimatedExtraParameter()
83 …mExtraTechnique->addExtraTechniqueChildParameter(Extra::TECHNIQUE_PROFILE_3DSMAX, childName, param… in addAnimatedExtraParameter()
88 …mExtraTechnique->addExtraTechniqueChildParameter(Extra::TECHNIQUE_PROFILE_3DSMAX, childName, param… in addAnimatedExtraParameter()
98 …void Extra::addAnimatedExtraParameter(const String & parameterName, const String& childName, IPara… in addAnimatedExtraParameter() argument
115 …mExtraTechnique->addExtraTechniqueChildParameter(Extra::TECHNIQUE_PROFILE_3DSMAX, childName, param… in addAnimatedExtraParameter()
121 …mExtraTechnique->addExtraTechniqueChildParameter(Extra::TECHNIQUE_PROFILE_3DSMAX, childName, param… in addAnimatedExtraParameter()
126 …mExtraTechnique->addExtraTechniqueChildParameter(Extra::TECHNIQUE_PROFILE_3DSMAX, childName, param… in addAnimatedExtraParameter()
[all …]
/dports/security/keybase/client-v5.7.1/go/kbfs/libkbfs/
H A Dfile_block_map_memory.go35 childName data.PathPartString, topBlock *data.FileBlock) error {
41 nameMap[childName.Plaintext()] = fileBlockMapMemoryInfo{childName, topBlock}
47 childName data.PathPartString) (*data.FileBlock, error) {
52 info, ok := nameMap[childName.Plaintext()]
55 "No such name %s in parent %s", childName, parentPtr)
/dports/games/flightgear/flightgear-2020.3.11/src/GUI/
H A DQmlPropertyModel.hxx28 Q_PROPERTY(QString childName READ childName WRITE setChildName NOTIFY childNameChanged); property in FGQmlPropertyModel
35 QString childName() const;
43 void setChildName(QString childName);
48 void childNameChanged(QString childName);
/dports/net/evans/evans-0.9.1/vendor/github.com/chzyer/readline/
H A Dcomplete_helper.go125 for _, childName := range childNames {
126 if len(line) >= len(childName) {
127 if runes.HasPrefix(line, childName) {
128 if len(line) == len(childName) {
131 newLine = append(newLine, childName)
133 offset = len(childName)
138 if runes.HasPrefix(childName, line) {
139 newLine = append(newLine, childName[len(line):])
/dports/x11-wm/fvwm3/fvwm3-1.0.4/bin/FvwmPrompt/vendor/github.com/abiosoft/readline/
H A Dcomplete_helper.go125 for _, childName := range childNames {
126 if len(line) >= len(childName) {
127 if runes.HasPrefix(line, childName) {
128 if len(line) == len(childName) {
131 newLine = append(newLine, childName)
133 offset = len(childName)
138 if runes.HasPrefix(childName, line) {
139 newLine = append(newLine, childName[len(line):])
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/chzyer/readline/
H A Dcomplete_helper.go125 for _, childName := range childNames {
126 if len(line) >= len(childName) {
127 if runes.HasPrefix(line, childName) {
128 if len(line) == len(childName) {
131 newLine = append(newLine, childName)
133 offset = len(childName)
138 if runes.HasPrefix(childName, line) {
139 newLine = append(newLine, childName[len(line):])

12345678910>>...47