Home
last modified time | relevance | path

Searched refs:firstParams (Results 1 – 8 of 8) sorted by relevance

/dports/www/beehive/beehive-0.4.0/vendor/github.com/mrexodia/wray/
H A Dgo_faye_test.go164 var firstParams map[string]interface{}
173 Given(func() { firstParams = map[string]interface{}{"foo": "bar"} })
177 messages = []Message{Message{Channel: "/foo/bar", Id: "1", Data: firstParams},
185 Then(func() { So(firstMessages[0].Data, ShouldResemble, firstParams) })
187 Then(func() { So(secondMessages[0].Data, ShouldResemble, firstParams) })
/dports/devel/py-pygithub/PyGithub-1.54/github/
H A DPaginatedList.py129 firstParams, argument
137 self.__firstParams = firstParams or ()
139 self.__nextParams = firstParams or {}
H A DInstallation.py93 firstParams=url_parameters,
H A DPaginatedList.pyi28 firstParams: Any,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/autofill/prefeditor/
H A DEditorDialog.java399 LinearLayout.LayoutParams firstParams = in prepareEditor() local
404 firstParams.width = 0; in prepareEditor()
405 firstParams.weight = 1; in prepareEditor()
406 MarginLayoutParamsCompat.setMarginEnd(firstParams, mHalfRowMargin); in prepareEditor()
414 fieldModel.isDropdownField() ? firstParams : lastParams; in prepareEditor()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/OgreMain/src/
H A DOgreInstanceBatch.cpp334 CustomParamsVec::iterator firstParams = usedParams.end() - maxInstancesToCopy * in defragmentBatchNoCull() local
342 mCustomParams.insert( mCustomParams.begin(), firstParams, usedParams.end() ); in defragmentBatchNoCull()
/dports/graphics/ogre3d/ogre-1.11.6/OgreMain/src/
H A DOgreInstanceBatch.cpp333 CustomParamsVec::iterator firstParams = usedParams.end() - maxInstancesToCopy * in defragmentBatchNoCull() local
341 mCustomParams.insert( mCustomParams.begin(), firstParams, usedParams.end() ); in defragmentBatchNoCull()
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DSpinB.c94 String *firstParams, Cardinal *firstCount );
1250 String *firstParams, /* unused */ in SpinBFirst() argument