Home
last modified time | relevance | path

Searched refs:isKey (Results 1 – 25 of 540) sorted by relevance

12345678910>>...22

/dports/games/stuntrally/stuntrally-2.6.1/source/editor/
H A DUpdate_Edit.cpp130 { if (isKey(UP) ||isKey(KP_8)) dirD += evt.timeSinceLastFrame; else in frameRenderingQueued()
131 if (isKey(DOWN)||isKey(KP_2)) dirU += evt.timeSinceLastFrame; else in frameRenderingQueued()
244 if (isKey(LEFT) ||isKey(KP_4)) road->Move(-vx*q); in frameRenderingQueued()
245 if (isKey(RIGHT)||isKey(KP_6)) road->Move( vx*q); in frameRenderingQueued()
246 if (isKey(DOWN) ||isKey(KP_2)) road->Move(-vz*q); in frameRenderingQueued()
247 if (isKey(UP) ||isKey(KP_8)) road->Move( vz*q); in frameRenderingQueued()
256 if (isKey(LEFTBRACKET) ||isKey(O)) road->AddPipe(-q*0.2); in frameRenderingQueued()
257 if (isKey(RIGHTBRACKET)||isKey(P)) road->AddPipe( q*0.2); in frameRenderingQueued()
334 if (isKey(SEMICOLON) || (!ctrl && isKey(K))) in frameRenderingQueued()
336 if (isKey(APOSTROPHE) || (!ctrl && isKey(L))) in frameRenderingQueued()
[all …]
H A DUpdate_Frame.cpp293 #define isKey(a) mInputWrapper->isKeyDown(SDL_SCANCODE_##a) in frameStarted() macro
298 if (isKey(A)) mTrans.x -= 1; if (isKey(D)) mTrans.x += 1; in frameStarted()
299 if (isKey(W)) mTrans.z -= 1; if (isKey(S)) mTrans.z += 1; in frameStarted()
300 if (isKey(Q)) mTrans.y -= 1; if (isKey(E)) mTrans.y += 1; in frameStarted()
302 if (isKey(DOWN) ||isKey(KP_2)) mRotKY -= 1; in frameStarted()
303 if (isKey(UP) ||isKey(KP_8)) mRotKY += 1; in frameStarted()
304 if (isKey(RIGHT)||isKey(KP_6)) mRotKX -= 1; in frameStarted()
305 if (isKey(LEFT) ||isKey(KP_4)) mRotKX += 1; in frameStarted()
/dports/science/jmol/jmol-14.32.7/src/javajs/util/
H A DJSJSONParser.java115 private Object getValue(boolean isKey) throws JSONException { in getValue() argument
125 if (!isKey) in getValue()
130 if (!isKey) in getValue()
141 if (isKey && c != ':') in getValue()
145 if (isKey && c == 0) in getValue()
153 if (!isKey) { in getValue()
255 boolean isKey = false; in getObject()
257 if ((isKey = !isKey) == true) in getObject()
265 if (isKey) in getObject()
267 isKey = true; in getObject()
[all …]
/dports/audio/polyphone/polyphone-75a5e88/sources/editor/widgets/
H A Dtabledelegate.cpp54 bool isNumeric, isKey, isLoop, isFixed, isAttenuation; in createEditor()
77 else if (isKey) in createEditor()
111 if (isKey) in createEditor()
131 bool isNumeric, isKey, isLoop, isFixed, isAttenuation; in setEditorData() local
166 else if (isKey) in setEditorData()
196 bool isNumeric, isKey, isLoop, isFixed, isAttenuation; in setModelData() local
320 isKey = false; in getType()
333 isKey = true; in getType()
351 isKey = true; in getType()
355 isKey = true; in getType()
[all …]
/dports/www/twiki-TopicVarsPlugin/TopicVarsPlugin-0.0.16417/lib/TWiki/Plugins/
H A DTopicVarsPlugin.pm70 my $isKey = 0;
73 if( $isKey ) {
79 $isKey = 1;
80 } elsif ( $isKey ) {
86 $isKey = 0;
90 if( $isKey ) {
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/google/cel-go/interpreter/
H A Dattributes.go566 isKey := false
570 obj, isKey = o[s]
573 obj, isKey = o[s]
576 obj, isKey = o[s]
579 obj, isKey = o[s]
582 obj, isKey = o[s]
585 obj, isKey = o[s]
635 isKey := false
743 isKey := false
791 isKey := false
[all …]
/dports/games/ufoai/ufoai-2.5-source/src/game/
H A Dg_spawn.cpp173 if (kvp.isKey("classname")) in ED_ParseField()
175 else if (kvp.isKey("model")) in ED_ParseField()
179 else if (kvp.isKey("speed")) in ED_ParseField()
181 else if (kvp.isKey("dir")) in ED_ParseField()
189 else if (kvp.isKey("item")) in ED_ParseField()
191 else if (kvp.isKey("noise")) in ED_ParseField()
197 else if (kvp.isKey("frame")) in ED_ParseField()
199 else if (kvp.isKey("team")) in ED_ParseField()
203 else if (kvp.isKey("size")) in ED_ParseField()
207 else if (kvp.isKey("time")) in ED_ParseField()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/lib/php/lib/Protocol/SimpleJSON/
H A DMapContext.php27 protected $isKey = true; variable in Thrift\\Protocol\\SimpleJSON\\MapContext
38 $this->isKey = !$this->isKey;
45 return $this->isKey;
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/lib/php/lib/Protocol/SimpleJSON/
H A DMapContext.php27 protected $isKey = true; variable in Thrift\\Protocol\\SimpleJSON\\MapContext
38 $this->isKey = !$this->isKey;
45 return $this->isKey;
/dports/devel/py-thrift/thrift-0.14.0/lib/php/lib/Protocol/SimpleJSON/
H A DMapContext.php27 protected $isKey = true; variable in Thrift\\Protocol\\SimpleJSON\\MapContext
38 $this->isKey = !$this->isKey;
45 return $this->isKey;
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/lib/php/lib/Protocol/SimpleJSON/
H A DMapContext.php27 protected $isKey = true; variable in Thrift\\Protocol\\SimpleJSON\\MapContext
38 $this->isKey = !$this->isKey;
45 return $this->isKey;
/dports/devel/thrift-c_glib/thrift-0.14.0/lib/php/lib/Protocol/SimpleJSON/
H A DMapContext.php27 protected $isKey = true; variable in Thrift\\Protocol\\SimpleJSON\\MapContext
38 $this->isKey = !$this->isKey;
45 return $this->isKey;
/dports/devel/thrift-cpp/thrift-0.14.0/lib/php/lib/Protocol/SimpleJSON/
H A DMapContext.php27 protected $isKey = true; variable in Thrift\\Protocol\\SimpleJSON\\MapContext
38 $this->isKey = !$this->isKey;
45 return $this->isKey;
/dports/devel/thrift/thrift-0.14.0/lib/php/lib/Protocol/SimpleJSON/
H A DMapContext.php27 protected $isKey = true; variable in Thrift\\Protocol\\SimpleJSON\\MapContext
38 $this->isKey = !$this->isKey;
45 return $this->isKey;
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/lib/php/lib/Protocol/SimpleJSON/
H A DMapContext.php27 protected $isKey = true; variable in Thrift\\Protocol\\SimpleJSON\\MapContext
38 $this->isKey = !$this->isKey;
45 return $this->isKey;
/dports/devel/node-thrift/thrift-0.14.0/lib/php/lib/Protocol/SimpleJSON/
H A DMapContext.php27 protected $isKey = true; variable in Thrift\\Protocol\\SimpleJSON\\MapContext
38 $this->isKey = !$this->isKey;
45 return $this->isKey;
/dports/math/cvc4/CVC4-1.7/src/util/
H A Ddense_map.h100 bool isKey(Key x) const{ in isKey() function
118 if(!isKey(key)){ in set()
127 Assert(isKey(key)); in get()
133 Assert(isKey(key));
152 Assert(isKey(x)); in remove()
208 Assert(isKey(x)); in swapToBack()
243 bool isMember(Element x) const{ return d_map.isKey(x); } in isMember()
292 bool isMember(Element x) const{ return d_map.isKey(x); } in isMember()
296 if(d_map.isKey(x)){
326 if(d_map.isKey(x)){ in count()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Entity/System/Data/WebControls/
H A DEntityDataSourceMemberPath.cs35 private readonly bool isKey; field in System.Web.UI.WebControls.EntityDataSourceMemberPath
46 this.isKey = IsPropertyAKey(property); in EntityDataSourceMemberPath()
83 get { return this.isKey; }
190 bool isKey = false; in IsPropertyAKey()
194 isKey = entityType.KeyMembers.Contains(property); in IsPropertyAKey()
196 return isKey; in IsPropertyAKey()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/declarative/qdeclarativexmllistmodel/data/
H A DroleKeys.qml5 XmlRole { id: nameRole; name: "name"; query: "name/string()"; isKey: true }
6 XmlRole { name: "age"; query: "age/number()"; isKey: true }
10 nameRole.isKey = false;
/dports/editors/encryptpad/EncryptPad-0.5.0.1/qt_ui/
H A Dload_save_handler.cpp69 bool isKey = !client.EncryptionKeyFile().isEmpty(); in LoadFile() local
71 if(!can_be_passphrase_protected && !is_wad_file && (isPwd || isKey)) in LoadFile()
84 if(!(isPwd ^ isKey)) in LoadFile()
132 isKey = !client.EncryptionKeyFile().isEmpty(); in LoadFile()
135 …if((isKey && !client.HasKeyFilePassphrase() && CheckIfKeyFileMayRequirePassphrase(client.Encryptio… in LoadFile()
142 if(!isPwd && isKey) in LoadFile()
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DUpdate.cpp38 #define isKey(a) mInputWrapper->isKeyDown(a) macro
171 int k = (isKey(SDL_SCANCODE_1) || isKey(SDL_SCANCODE_KP_DIVIDE) ? -1 : 0) in frameStart()
172 + (isKey(SDL_SCANCODE_2) || isKey(SDL_SCANCODE_KP_MULTIPLY) ? 1 : 0); in frameStart()
299 if (isKey(SDL_SCANCODE_UP) ||isKey(SDL_SCANCODE_KP_8)) dirD += time; else in frameStart()
300 if (isKey(SDL_SCANCODE_DOWN)||isKey(SDL_SCANCODE_KP_2)) dirU += time; else in frameStart()
315 …bool le = isKey(SDL_SCANCODE_LEFTBRACKET), ri = isKey(SDL_SCANCODE_RIGHTBRACKET), ctrlN = ctrl && … in frameStart()
/dports/devel/gh/cli-2.4.0/pkg/jsoncolor/
H A Djsoncolor.go57 isKey := len(stack) > 0 && stack[len(stack)-1] == '{' && idx%2 == 0
61 if isKey {
80 if isKey {
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/segmentio/encoding/json/
H A Dtoken.go62 isKey bool member
99 t.isKey = false
173 t.IsKey = t.isKey
179 t.isKey = true
192 t.isKey = false
199 t.isKey = true
/dports/graphics/libGLU/glu-9.0.2/src/libnurbs/nurbtess/
H A DmonoChain.cc129 isKey = 0; in monoChain()
379 assert(mc1->isKey || mc2->isKey); in compChains()
380 if(mc1->isKey) in compChains()
474 vert->isKey = 1; in MC_sweepY()
477 vert->isKey = 0; in MC_sweepY()
479 vert->getPrev()->isKey = 1; in MC_sweepY()
482 vert->getPrev()->isKey = 0; in MC_sweepY()
519 vert->isKey = 1; in MC_sweepY()
522 vert->isKey = 0; in MC_sweepY()
524 vert->getPrev()->isKey = 1; in MC_sweepY()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/Microsoft/SqlServer/Server/
H A DSmiMetaData.cs1210 isKey, in SmiStorageMetaData()
1255 isKey, in SmiStorageMetaData()
1304 isKey, in SmiStorageMetaData()
1356 _isKey = isKey; in SmiStorageMetaData()
1496 isKey, in SmiQueryMetaData()
1522 SqlBoolean isKey, in SmiQueryMetaData() argument
1548 isKey, in SmiQueryMetaData()
1577 SqlBoolean isKey, in SmiQueryMetaData() argument
1604 isKey, in SmiQueryMetaData()
1634 SqlBoolean isKey, in SmiQueryMetaData() argument
[all …]

12345678910>>...22