Home
last modified time | relevance | path

Searched refs:selectKey (Results 1 – 25 of 75) sorted by relevance

123

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/parser/
H A DSelectionParserTest13.java48 String selectKey = "<SelectOnName:"; in test001() local
94 String selectKey = "<SelectOnName:"; in test002() local
144 String selectKey = "<SelectOnName:"; in test003() local
190 String selectKey = "<SelectOnName:"; in test004() local
242 String selectKey = "<SelectOnName:"; in test005() local
287 String selectKey = "<SelectOnName:"; in test006() local
337 String selectKey = "<SelectOnName:"; in test007() local
383 String selectKey = "<SelectOnName:"; in test008() local
434 String selectKey = "<SelectOnName:"; in test009() local
485 String selectKey = "<SelectOnName:"; in test010() local
[all …]
H A DSelectionParserTest12.java48 String selectKey = "<SelectOnName:"; in test001() local
94 String selectKey = "<SelectOnName:"; in test002() local
144 String selectKey = "<SelectOnName:"; in test003() local
190 String selectKey = "<SelectOnName:"; in test004() local
242 String selectKey = "<SelectOnName:"; in test005() local
287 String selectKey = "<SelectOnName:"; in test006() local
337 String selectKey = "<SelectOnName:"; in test007() local
383 String selectKey = "<SelectOnName:"; in test008() local
434 String selectKey = "<SelectOnName:"; in test009() local
485 String selectKey = "<SelectOnName:"; in test010() local
[all …]
H A DSelectionParserTest9.java40 String selectKey = "<SelectOnPackageVisibility:"; in test510339_001_since_9() local
41 String expectedCompletionNodeToString = selectKey + selection + ">"; in test510339_001_since_9()
102 String selectKey = "<SelectOnPackageVisibility:"; in test510339_003_since_9() local
103 String expectedCompletionNodeToString = selectKey + selection + ">"; in test510339_003_since_9()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/
H A DSortAction.cs17 private int selectKey = Compiler.InvalidQueryKey; field in System.Xml.Xsl.XsltOld.SortAction
103 if (selectKey == Compiler.InvalidQueryKey) { in Compile()
104 selectKey = compiler.AddQuery("."); in Compile()
116 … this.sort = new Sort(this.selectKey, this.lang, this.dataType, this.order, this.caseOrder); in Compile()
125 this.selectKey = compiler.AddQuery(value); in CompileAttribute()
152 this.selectKey, in Execute()
H A DCopyOfAction.cs20 private int selectKey = Compiler.InvalidQueryKey; field in System.Xml.Xsl.XsltOld.CopyOfAction
24 CheckRequiredAttribute(compiler, selectKey != Compiler.InvalidQueryKey, "select"); in Compile()
32 this.selectKey = compiler.AddQuery(value); in CompileAttribute()
47 Query query = processor.GetValueQuery(this.selectKey); in Execute()
H A DVariableAction.cs29 protected int selectKey = Compiler.InvalidQueryKey; field in System.Xml.Xsl.XsltOld.VariableAction
68 if (this.selectKey != Compiler.InvalidQueryKey && this.containedActions != null) { in Compile()
91 this.selectKey = compiler.AddQuery(value); in CompileAttribute()
125 if (this.selectKey != Compiler.InvalidQueryKey) { in Execute()
126 value = processor.RunQuery(frame, this.selectKey); in Execute()
H A DValueOfAction.cs18 private int selectKey = Compiler.InvalidQueryKey; field in System.Xml.Xsl.XsltOld.ValueOfAction
30 CheckRequiredAttribute(compiler, selectKey != Compiler.InvalidQueryKey, "select"); in Compile()
39 this.selectKey = compiler.AddQuery(value); in CompileAttribute()
59 string value = processor.ValueOf(frame, this.selectKey); in Execute()
H A DForeachAction.cs22 private int selectKey = Compiler.InvalidQueryKey; field in System.Xml.Xsl.XsltOld.ForEachAction
27 CheckRequiredAttribute(compiler, selectKey != Compiler.InvalidQueryKey, "select"); in Compile()
41 this.selectKey = compiler.AddQuery(value); in CompileAttribute()
63 frame.InitNewNodeSet(processor.StartQuery(frame.NodeSet, this.selectKey)); in Execute()
H A DWithParamAction.cs26 if (this.selectKey != Compiler.InvalidQueryKey && this.containedActions != null) { in Compile()
37 if (this.selectKey != Compiler.InvalidQueryKey) { in Execute()
38 ParamValue = processor.RunQuery(frame, this.selectKey); in Execute()
H A DApplyTemplatesAction.cs22 private int selectKey = Compiler.InvalidQueryKey; field in System.Xml.Xsl.XsltOld.ApplyTemplatesAction
58 this.selectKey = compiler.AddQuery(value); in CompileAttribute()
136 if (this.selectKey == Compiler.InvalidQueryKey) { in Execute()
144 frame.InitNewNodeSet(processor.StartQuery(frame.NodeSet, this.selectKey)); in Execute()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/XsltOld/
H A DVariableAction.cs27 protected int selectKey = Compiler.InvalidQueryKey; field in System.Xml.Xsl.XsltOld.VariableAction
75 if (this.selectKey != Compiler.InvalidQueryKey && this.containedActions != null) in Compile()
105 this.selectKey = compiler.AddQuery(value); in CompileAttribute()
148 if (this.selectKey != Compiler.InvalidQueryKey) in Execute()
150 value = processor.RunQuery(frame, this.selectKey); in Execute()
H A DWithParamAction.cs26 if (this.selectKey != Compiler.InvalidQueryKey && this.containedActions != null) in Compile()
40 if (this.selectKey != Compiler.InvalidQueryKey) in Execute()
42 ParamValue = processor.RunQuery(frame, this.selectKey); in Execute()
/dports/textproc/scim-openvanilla/openvanilla-0.7.2.20070514/Modules/Experiments/OVIMAutoPhonetic/
H A DOVIMAutoPhonetic.cpp51 virtual const char *selectKey();
67 const char *OVIMAutoPhonetic::selectKey() { in selectKey() function in OVIMAutoPhonetic
213 int perpage=strlen(parent->selectKey()); in candidateEvent()
234 int perpage=strlen(parent->selectKey()); in updateCandidateWindow()
263 int maxpage=(candi.size()-1) / strlen(parent->selectKey()); in candidatePageUp()
273 int maxpage=(candi.size()-1) / strlen(parent->selectKey()); in candidatePageDown()
/dports/textproc/openvanilla-framework/openvanilla-0.7.2.20070514/Modules/Experiments/OVIMAutoPhonetic/
H A DOVIMAutoPhonetic.cpp51 virtual const char *selectKey();
67 const char *OVIMAutoPhonetic::selectKey() {
213 int perpage=strlen(parent->selectKey());
234 int perpage=strlen(parent->selectKey());
263 int maxpage=(candi.size()-1) / strlen(parent->selectKey());
273 int maxpage=(candi.size()-1) / strlen(parent->selectKey());
/dports/textproc/localize/Localize/Resources/English.lproj/MakeStrings.gorm/
H A Ddata.classes4 "selectKey:",
161 "selectKey:",
/dports/textproc/localize/Localize/Resources/English.lproj/Localize.gorm/
H A Ddata.classes11 "selectKey:",
172 "selectKey:",
/dports/textproc/localize/Localize/Resources/Thai.lproj/Localize.gorm/
H A Ddata.classes11 "selectKey:",
172 "selectKey:",
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Data.Linq/src/DbLinq/Data/Linq/Sugar/Implementation/
H A DExpressionDispatcher.cs122 …cted virtual LambdaExpression BuildSelectGroup(LambdaExpression select, LambdaExpression selectKey, in BuildSelectGroup() argument
127 var kType = selectKey.Body.Type; in BuildSelectGroup()
131 … var invokeSelectKey = Expression.Invoke(selectKey, dataRecordParameter, mappingContextParameter); in BuildSelectGroup()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/copyright/ui/
H A DHistogramBase.php271 $selectKey = $filter == 'nolic' ? 'nolic' : 'all';
275 $selected = ($selectKey == $key) ? "selected" : "";
281 …list($tables, $tableVars) = $this->ShowUploadHist($uploadId, $item, $uri, $selectKey, $uploadtree_…
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/edit3d/
H A Dedit3dview.cpp105 const QString selectKey = QStringLiteral("selectionMode"); in updateActiveScene3D() local
118 if (sceneState.contains(selectKey)) in updateActiveScene3D()
119 m_selectionModeAction->action()->setChecked(sceneState[selectKey].toInt() == 1); in updateActiveScene3D()
/dports/databases/db18/db-18.1.40/lang/java/src/com/sleepycat/persist/
H A DKeySelector.java39 boolean selectKey(K key); in selectKey() method
/dports/java/berkeley-db/je-6.2.31/src/com/sleepycat/persist/
H A DKeySelector.java39 boolean selectKey(K key); in selectKey() method
/dports/databases/db5/db-5.3.28/lang/java/src/com/sleepycat/persist/
H A DKeySelector.java39 boolean selectKey(K key); in selectKey() method
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/
H A Drangemap.hpp575 position_type selectKey = in insert() local
581 TSelectMapI selectIter = this->insertLevel(selectKey); in insert()
637 position_type selectKey = in insert() local
643 ret.m_SelectIter = this->insertLevel(selectKey); in insert()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/
H A Drangemap.hpp575 position_type selectKey = in insert() local
581 TSelectMapI selectIter = this->insertLevel(selectKey); in insert()
637 position_type selectKey = in insert() local
643 ret.m_SelectIter = this->insertLevel(selectKey); in insert()

123