Home
last modified time | relevance | path

Searched refs:toChange (Results 1 – 25 of 55) sorted by relevance

123

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/tests/events/
H A DEventsValue.cs28 toChange.Value = newValue; in XTextChangeValue()
54 toChange.Value = newValue; in XCDataChangeValue()
80 toChange.Value = newValue; in XCommentChangeValue()
106 toChange.Data = newValue; in XProcessingInstructionChangeValue()
185 int count = toChange.Nodes().Count(); in ExecuteXElementVariation()
193 toChange.Value = newValue; in ExecuteXElementVariation()
195 toChange.Verify(); in ExecuteXElementVariation()
222 toChange.Value = newValue; in ExecuteXAttributeVariation()
251 toChange.SetValue(newValue); in ExecuteXAttributeVariation()
282 toChange.SetValue(newValue); in ExecuteXElementVariation()
[all …]
H A DEventsName.cs21 XElement original = new XElement(toChange); in ExecuteXElementVariation()
22 using (UndoManager undo = new UndoManager(toChange)) in ExecuteXElementVariation()
27 toChange.Name = newName; in ExecuteXElementVariation()
42 using (UndoManager undo = new UndoManager(toChange)) in XProcessingInstructionPIVariation()
47 toChange.Target = "newTarget"; in XProcessingInstructionPIVariation()
63 toChange.Name = "newName"; in XDocumentTypeDocTypeVariation()
65 eHelper.Verify(XObjectChange.Name, toChange); in XDocumentTypeDocTypeVariation()
168 toChange.Add(new XElement("Add", "Me")); in AttachListnersAtEachLevelNestedElementsXElementAttachAtEachLevel()
172 toChange.Add(new XAttribute("at", "value")); in AttachListnersAtEachLevelNestedElementsXElementAttachAtEachLevel()
197 Assert.Null(toChange.Element("Add")); in ExceptionInPREEventHandlerXElementPreException()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/disk/impl/
H A DDiskManagerFileInfoSetImpl.java48 public void setPriority(int[] toChange) { in setPriority() argument
49 if(toChange.length != files.length) in setPriority()
59 if(toChange[i] != 0){ in setPriority()
60 files[i].setPriority(toChange[i]); in setPriority()
68 if(toChange.length != files.length) in setSkipped()
80 boolean[] toLinear = new boolean[toChange.length]; in setSkipped()
86 for ( int i=0;i<toChange.length;i++){ in setSkipped()
88 if ( toChange[i] ){ in setSkipped()
124 if (toChange[i]) in setSkipped()
140 if(toChange.length != files.length) in setStorageTypes()
[all …]
H A DDiskManagerUtil.java371 public void setPriority(int[] toChange) { in getFileInfoSkeleton()
372 if(toChange.length != res.length) in getFileInfoSkeleton()
376 res[i].priority = toChange[i]; in getFileInfoSkeleton()
384 if(toChange[i] != 0 ) in getFileInfoSkeleton()
389 if(toChange.length != res.length) in getFileInfoSkeleton()
403 if ( toChange[i] ){ in getFileInfoSkeleton()
442 if(toChange[i]){ in getFileInfoSkeleton()
473 if(toChange[i]){ in getFileInfoSkeleton()
480 if(toChange.length != res.length) in getFileInfoSkeleton()
494 if(!toChange[i]) in getFileInfoSkeleton()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/tests/Properties/
H A DXElement_Value.cs37 XElement toChange = XElement.Parse(xml); in ValidVariation()
40 toChange.Name = newName; in ValidVariation()
53 XElement toChange = XElement.Parse(xml); in InValidVariation()
73 toChange.Target = "newTarget"; in ValidPIVariation()
87 toChange.Target = null; in InvalidPIVariation()
97 toChange.Target = " "; in InvalidPIVariation()
108 toChange.Target = ""; in InvalidPIVariation()
125 toChange.Name = "newName"; in ValidDocTypeVariation()
139 toChange.Name = null; in InvalidDocTypeVariation()
149 toChange.Name = " "; in InvalidDocTypeVariation()
[all …]
/dports/x11/disman/disman-fd261a3b0c8991d1deb81e2d78e575bd96f5be60/backends/xrandr/
H A Dxrandrconfig.cpp178 Disman::OutputMap toDisable, toEnable, toChange; in applyDismanConfig() local
214 if (toChange.find(outputId) == toChange.end()) { in applyDismanConfig()
215 toChange.insert({outputId, dismanOutput}); in applyDismanConfig()
220 if (toChange.find(outputId) == toChange.end()) { in applyDismanConfig()
221 toChange.insert({outputId, dismanOutput}); in applyDismanConfig()
226 if (toChange.find(outputId) == toChange.end()) { in applyDismanConfig()
232 if (toChange.find(outputId) == toChange.end()) { in applyDismanConfig()
312 if (!toChange.empty()) { in applyDismanConfig()
313 print_keys(toChange); in applyDismanConfig()
327 && toChange.empty()) { in applyDismanConfig()
[all …]
/dports/net-p2p/vuze/vuze-5.7.4.0_2/org/gudy/azureus2/core3/disk/
H A DDiskManagerFileInfoSet.java26 public boolean[] setStorageTypes(boolean[] toChange, int newStroageType); in setStorageTypes() argument
27 public void setPriority(int[] toChange); in setPriority() argument
28 public void setSkipped(boolean[] toChange, boolean setSkipped); in setSkipped() argument
/dports/x11/plasma5-libkscreen/libkscreen-5.23.5/backends/xrandr/
H A Dxrandrconfig.cpp142 KScreen::OutputList toDisable, toEnable, toChange; in applyKScreenConfig() local
168 if (!toChange.contains(outputId)) { in applyKScreenConfig()
169 toChange.insert(outputId, kscreenOutput); in applyKScreenConfig()
174 if (!toChange.contains(outputId)) { in applyKScreenConfig()
175 toChange.insert(outputId, kscreenOutput); in applyKScreenConfig()
180 if (!toChange.contains(outputId)) { in applyKScreenConfig()
181 toChange.insert(outputId, kscreenOutput); in applyKScreenConfig()
186 if (!toChange.contains(outputId)) { in applyKScreenConfig()
187 toChange.insert(outputId, kscreenOutput); in applyKScreenConfig()
251 if (!toChange.isEmpty()) { in applyKScreenConfig()
[all …]
/dports/graphics/IPA/IPA-1.08/Global/
H A DGlobal2.c240 PLAGLine toChange; in find_lag_components() local
301 if ( toChange != nil) in find_lag_components()
303 while ( toChange-> next != nil) in find_lag_components()
305 toChange-> code = newCode; in find_lag_components()
306 toChange = toChange-> next; in find_lag_components()
308 toChange-> code = newCode; in find_lag_components()
356 if ( toChange) in find_lag_components()
358 while ( toChange-> next) in find_lag_components()
360 toChange-> code = newCode; in find_lag_components()
361 toChange = toChange-> next; in find_lag_components()
[all …]
/dports/www/wt/wt-4.6.1/examples/treeview-dragdrop/
H A DFolderView.C64 WModelIndexSet toChange = selection->selectedIndexes(); in dropEvent() local
66 for (WModelIndexSet::reverse_iterator i = toChange.rbegin(); in dropEvent()
67 i != toChange.rend(); ++i) { in dropEvent()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/fix/
H A DVariableDeclarationFixCore.java182 List<VariableDeclarationFragment> toChange= new ArrayList<>(); in handleFragments() local
191 toChange.add(fragment); in handleFragments()
194 toChange.add(fragment); in handleFragments()
199 if (toChange.size() == 0) in handleFragments()
202 …ModifierChangeOperation op= new ModifierChangeOperation(declaration, toChange, Modifier.FINAL, Mod… in handleFragments()
433 …public ModifierChangeOperation(ASTNode declaration, List<VariableDeclarationFragment> toChange, in… in ModifierChangeOperation() argument
435 fToChange= toChange; in ModifierChangeOperation()
447 …VariableDeclarationFragment[] toChange= fToChange.toArray(new VariableDeclarationFragment[fToChang… in rewriteAST() local
448 …ionRewrite.rewriteModifiers((VariableDeclarationStatement)fDeclaration, toChange, fIncludedModifie… in rewriteAST()
450 …VariableDeclarationFragment[] toChange= fToChange.toArray(new VariableDeclarationFragment[fToChang… in rewriteAST() local
[all …]
/dports/games/bzflag-server/bzflag-2.4.22/src/bzfs/
H A DScore.cxx65 void Score::changeScoreElement(bz_eScoreElement element, int *toChange, int newValue) in changeScoreElement() argument
67 int oldValue = *toChange; in changeScoreElement()
68 *toChange = newValue; in changeScoreElement()
/dports/games/bzflag/bzflag-2.4.22/src/bzfs/
H A DScore.cxx65 void Score::changeScoreElement(bz_eScoreElement element, int *toChange, int newValue) in changeScoreElement() argument
67 int oldValue = *toChange; in changeScoreElement()
68 *toChange = newValue; in changeScoreElement()
/dports/games/spring/spring_98.0/AI/Wrappers/CUtils/
H A DUtil.c293 void util_strReplaceChar(char* toChange, char toFind, char replacer) { in util_strReplaceChar() argument
295 const unsigned int len = strlen(toChange); in util_strReplaceChar()
298 if (toChange[i] == toFind) { in util_strReplaceChar()
299 toChange[i] = replacer; in util_strReplaceChar()
303 char* util_allocStrReplaceStr(const char* toChange, const char* toFind, in util_allocStrReplaceStr() argument
309 for (found = strstr(toChange, toFind); found != NULL; numFinds++) { in util_allocStrReplaceStr()
313 int toChange_len = strlen(toChange); in util_allocStrReplaceStr()
323 const char* endLastFound = toChange; in util_allocStrReplaceStr()
325 STRNCAT(result, endLastFound, (found - toChange)); in util_allocStrReplaceStr()
330 STRNCAT(result, endLastFound, (toChange + toChange_len - endLastFound)); in util_allocStrReplaceStr()
H A DUtil.h84 void util_strReplaceChar(char* toChange, char toFind, char replacer);
85 char* util_allocStrReplaceStr(const char* toChange, const char* toFind,
/dports/devel/qbs/qbs-src-1.21.0/src/lib/corelib/tools/
H A Dsettingsmodel.cpp283 QString *toChange = nullptr; in setData() local
289 toChange = &node->name; in setData()
291 toChange = &node->value; in setData()
294 if (toChange) { in setData()
295 *toChange = valueString; in setData()
299 return toChange; in setData()
/dports/games/multimc/MultiMC5-0.6.11/api/logic/minecraft/
H A DComponentUpdateTask.cpp409 … ComponentIndex & index, const RequireExSet & input, RequireExSet & toAdd, RequireExSet & toChange) in getTrivialComponentChanges() argument
486 toChange.insert(req); in getTrivialComponentChanges()
540 RequireExSet toChange; in resolveDependencies() local
541 bool succeeded = getTrivialComponentChanges(componentIndex, allRequires, toAdd, toChange); in resolveDependencies()
549 if(toAdd.size() || toChange.size()) in resolveDependencies()
613 if(toChange.size()) in resolveDependencies()
616 for(auto &change: toChange) in resolveDependencies()
/dports/www/p5-HTML-WikiConverter-GoogleCode/HTML-WikiConverter-GoogleCode-0.12/lib/HTML/WikiConverter/
H A DGoogleCode.pm180 my %toChange;
185 $toChange{$1} = undef;
189 foreach my $val (keys %toChange) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.core.manipulation/core extension/org/eclipse/jdt/internal/corext/dom/
H A DVariableDeclarationRewrite.java61 …l FieldDeclaration declarationNode, final VariableDeclarationFragment[] toChange, final int includ… in rewriteModifiers() argument
62 final List<VariableDeclarationFragment> fragmentsToChange= Arrays.asList(toChange); in rewriteModifiers()
183 …clarationStatement declarationNode, final VariableDeclarationFragment[] toChange, final int includ… in rewriteModifiers() argument
184 final List<VariableDeclarationFragment> fragmentsToChange= Arrays.asList(toChange); in rewriteModifiers()
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/Diff-0.4.0/src/Data/Algorithm/
H A DDiffOutput.hs30 toChange leftLine rightLine lsF lsS rs
32 toChange leftLine rightLine lsF lsS rs
41 toChange leftLine rightLine lsF lsS rs=
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/Diff-0.4.0/src/Data/Algorithm/
H A DDiffOutput.hs30 toChange leftLine rightLine lsF lsS rs
32 toChange leftLine rightLine lsF lsS rs
41 toChange leftLine rightLine lsF lsS rs=
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/Diff-0.4.0/src/Data/Algorithm/
H A DDiffOutput.hs30 toChange leftLine rightLine lsF lsS rs
32 toChange leftLine rightLine lsF lsS rs
41 toChange leftLine rightLine lsF lsS rs=
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/Diff-0.4.0/src/Data/Algorithm/
H A DDiffOutput.hs30 toChange leftLine rightLine lsF lsS rs
32 toChange leftLine rightLine lsF lsS rs
41 toChange leftLine rightLine lsF lsS rs=
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/Diff-0.4.0/src/Data/Algorithm/
H A DDiffOutput.hs30 toChange leftLine rightLine lsF lsS rs
32 toChange leftLine rightLine lsF lsS rs
41 toChange leftLine rightLine lsF lsS rs=
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Diff-0.4.0/src/Data/Algorithm/
H A DDiffOutput.hs30 toChange leftLine rightLine lsF lsS rs
32 toChange leftLine rightLine lsF lsS rs
41 toChange leftLine rightLine lsF lsS rs=

123