Home
last modified time | relevance | path

Searched refs:firstArgument (Results 1 – 25 of 100) sorted by relevance

1234

/dports/games/gtkradiant/GPL/GtkRadiant/libs/generic/
H A Dcallback.h105 void operator()(FirstArgument firstArgument) const in operator()
107 m_thunk(m_environment, firstArgument); in operator()
141 Functor1Invoke(FirstArgument firstArgument) : m_firstArgument(firstArgument) in Functor1Invoke() argument
234 static void thunk(void* environment, FirstArgument firstArgument) in thunk() argument
257 static void thunk(void* environment, FirstArgument firstArgument) in thunk() argument
334 static void thunk(void* environment, FirstArgument firstArgument) in thunk() argument
357 static void thunk(void* environment, FirstArgument firstArgument) in thunk() argument
426 static void thunk(void* environment, FirstArgument firstArgument) in thunk() argument
449 static void thunk(void* environment, FirstArgument firstArgument) in thunk() argument
488 static void thunk(void*, FirstArgument firstArgument) in thunk() argument
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/swiftshader/src/Renderer/
H A DTextureStage.cpp42 firstArgument = SOURCE_TEXTURE; in init()
69 state.firstArgument = firstArgument; in textureStageState()
145 void TextureStage::setFirstArgument(SourceArgument firstArgument) in setFirstArgument() argument
147 this->firstArgument = firstArgument; in setFirstArgument()
220 return firstArgument == source; in usesColor()
233 if(firstArgument == source || secondArgument == source) in usesColor()
287 …if(firstArgument == source && (firstModifier == MODIFIER_ALPHA || firstModifier == MODIFIER_INVALP… in usesAlpha()
309 if(firstArgument == source || secondArgument == source) in usesAlpha()
311 …if(firstArgument == source && (firstModifier == MODIFIER_ALPHA || firstModifier == MODIFIER_INVALP… in usesAlpha()
H A DTextureStage.hpp102 unsigned int firstArgument : BITS(SOURCE_LAST); member
146 void setFirstArgument(SourceArgument firstArgument);
177 SourceArgument firstArgument; member in sw::TextureStage
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/src/Renderer/
H A DTextureStage.cpp42 firstArgument = SOURCE_TEXTURE; in init()
69 state.firstArgument = firstArgument; in textureStageState()
145 void TextureStage::setFirstArgument(SourceArgument firstArgument) in setFirstArgument() argument
147 this->firstArgument = firstArgument; in setFirstArgument()
220 return firstArgument == source; in usesColor()
233 if(firstArgument == source || secondArgument == source) in usesColor()
287 …if(firstArgument == source && (firstModifier == MODIFIER_ALPHA || firstModifier == MODIFIER_INVALP… in usesAlpha()
309 if(firstArgument == source || secondArgument == source) in usesAlpha()
311 …if(firstArgument == source && (firstModifier == MODIFIER_ALPHA || firstModifier == MODIFIER_INVALP… in usesAlpha()
/dports/deskutils/copyq/CopyQ-5.0.0/src/
H A Dmain.cpp201 const QString firstArgument = arguments.value(0); in getSessionName() local
204 if (firstArgument == "-s" || firstArgument == "--session" || firstArgument == "session") { in getSessionName()
209 if ( firstArgument.startsWith("--session=") ) { in getSessionName()
211 return firstArgument.mid( firstArgument.indexOf('=') + 1 ); in getSessionName()
215 if (arguments.size() == 2 && firstArgument == "-session") in getSessionName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Management/
H A Dregiisutil.cs24 [In, MarshalAs(UnmanagedType.LPWStr)] string firstArgument, in ProtectedConfigAction() argument
167 …public void ProtectedConfigAction(long options, string firstArgument, string secondArgument, strin… in ProtectedConfigAction() argument
173 …DoProtectSection(firstArgument, providerName, appPath, site, cspOrLocation, (options & DO_RSA_PKM)… in ProtectedConfigAction()
175 … DoUnprotectSection(firstArgument, appPath, site, cspOrLocation, (options & DO_RSA_PKM) != 0); in ProtectedConfigAction()
177 DoProtectSectionFile(firstArgument, secondArgument, providerName); in ProtectedConfigAction()
179 DoUnprotectSectionFile(firstArgument, secondArgument); in ProtectedConfigAction()
181 DoKeyCreate(firstArgument, cspOrLocation, options, keySize); in ProtectedConfigAction()
183 DoKeyDelete(firstArgument, cspOrLocation, options); in ProtectedConfigAction()
185 DoKeyExport(firstArgument, secondArgument, cspOrLocation, options); in ProtectedConfigAction()
187 DoKeyImport(firstArgument, secondArgument, cspOrLocation, options); in ProtectedConfigAction()
[all …]
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/Db/
H A DAbstractDb.php104 $firstArgument = array_shift($options);
105 if (is_array($firstArgument)) {
106 $temp = ArrayUtils::iteratorToArray($firstArgument);
108 $temp['table'] = $firstArgument;
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/Db/
H A DAbstractDb.php104 $firstArgument = array_shift($options);
105 if (is_array($firstArgument)) {
106 $temp = ArrayUtils::iteratorToArray($firstArgument);
108 $temp['table'] = $firstArgument;
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/Db/
H A DAbstractDb.php104 $firstArgument = array_shift($options);
105 if (is_array($firstArgument)) {
106 $temp = ArrayUtils::iteratorToArray($firstArgument);
108 $temp['table'] = $firstArgument;
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-validator/src/Db/
H A DAbstractDb.php104 $firstArgument = array_shift($options);
105 if (is_array($firstArgument)) {
106 $temp = ArrayUtils::iteratorToArray($firstArgument);
108 $temp['table'] = $firstArgument;
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-validator/src/Db/
H A DAbstractDb.php104 $firstArgument = array_shift($options);
105 if (is_array($firstArgument)) {
106 $temp = ArrayUtils::iteratorToArray($firstArgument);
108 $temp['table'] = $firstArgument;
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/Db/
H A DAbstractDb.php104 $firstArgument = array_shift($options);
105 if (is_array($firstArgument)) {
106 $temp = ArrayUtils::iteratorToArray($firstArgument);
108 $temp['table'] = $firstArgument;
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-validator/src/Db/
H A DAbstractDb.php104 $firstArgument = array_shift($options);
105 if (is_array($firstArgument)) {
106 $temp = ArrayUtils::iteratorToArray($firstArgument);
108 $temp['table'] = $firstArgument;
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/Db/
H A DAbstractDb.php104 $firstArgument = array_shift($options);
105 if (is_array($firstArgument)) {
106 $temp = ArrayUtils::iteratorToArray($firstArgument);
108 $temp['table'] = $firstArgument;
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/Db/
H A DAbstractDb.php104 $firstArgument = array_shift($options);
105 if (is_array($firstArgument)) {
106 $temp = ArrayUtils::iteratorToArray($firstArgument);
108 $temp['table'] = $firstArgument;
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-validator/src/Db/
H A DAbstractDb.php104 $firstArgument = array_shift($options);
105 if (is_array($firstArgument)) {
106 $temp = ArrayUtils::iteratorToArray($firstArgument);
108 $temp['table'] = $firstArgument;
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-validator/src/Db/
H A DAbstractDb.php104 $firstArgument = array_shift($options);
105 if (is_array($firstArgument)) {
106 $temp = ArrayUtils::iteratorToArray($firstArgument);
108 $temp['table'] = $firstArgument;
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-validator/src/Db/
H A DAbstractDb.php104 $firstArgument = array_shift($options);
105 if (is_array($firstArgument)) {
106 $temp = ArrayUtils::iteratorToArray($firstArgument);
108 $temp['table'] = $firstArgument;
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Validator/Db/
H A DAbstractDb.php104 $firstArgument = array_shift($options);
105 if (is_array($firstArgument)) {
106 $temp = ArrayUtils::iteratorToArray($firstArgument);
108 $temp['table'] = $firstArgument;
/dports/www/elgg/elgg-3.3.23/vendor/zendframework/zend-validator/src/Db/
H A DAbstractDb.php101 $firstArgument = array_shift($options);
102 if (is_array($firstArgument)) {
103 $temp = ArrayUtils::iteratorToArray($firstArgument);
105 $temp['table'] = $firstArgument;
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-validator/src/Db/
H A DAbstractDb.php100 $firstArgument = array_shift($options);
101 if (is_array($firstArgument)) {
102 $temp = ArrayUtils::iteratorToArray($firstArgument);
104 $temp['table'] = $firstArgument;
/dports/www/owncloud/owncloud/lib/composer/laminas/laminas-validator/src/Db/
H A DAbstractDb.php100 $firstArgument = array_shift($options);
101 if (is_array($firstArgument)) {
102 $temp = ArrayUtils::iteratorToArray($firstArgument);
104 $temp['table'] = $firstArgument;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/mscorlib/system/
H A Ddelegate.cs527 public static Delegate CreateDelegate(Type type, Object firstArgument, MethodInfo method) in CreateDelegate() argument
529 return CreateDelegate(type, firstArgument, method, true); in CreateDelegate()
535 …public static Delegate CreateDelegate(Type type, Object firstArgument, MethodInfo method, bool thr… in CreateDelegate() argument
564 firstArgument, in CreateDelegate()
641 …tatic Delegate CreateDelegateNoSecurityCheck(RuntimeType type, Object firstArgument, MethodInfo me… in CreateDelegateNoSecurityCheck() argument
666 Delegate d = UnsafeCreateDelegate(type, rtMethod, firstArgument, in CreateDelegateNoSecurityCheck()
683 …legateInternal(RuntimeType rtType, RuntimeMethodInfo rtMethod, Object firstArgument, DelegateBindi… in CreateDelegateInternal() argument
700 return UnsafeCreateDelegate(rtType, rtMethod, firstArgument, flags); in CreateDelegateInternal()
704 …CreateDelegate(RuntimeType rtType, RuntimeMethodInfo rtMethod, Object firstArgument, DelegateBindi… in UnsafeCreateDelegate() argument
715 … if (d.BindToMethodInfo(firstArgument, rtMethod, rtMethod.GetDeclaringTypeInternal(), flags)) in UnsafeCreateDelegate()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/System/
H A DDelegate.cs164 …public static Delegate CreateDelegate (Type type, object firstArgument, MethodInfo method, bool th… in CreateDelegate() argument
166 return CreateDelegate (type, firstArgument, method, throwOnBindFailure, true); in CreateDelegate()
169 …static Delegate CreateDelegate (Type type, object firstArgument, MethodInfo method, bool throwOnBi… in CreateDelegate() argument
172 object target = firstArgument; in CreateDelegate()
290 public static Delegate CreateDelegate (Type type, object firstArgument, MethodInfo method) in CreateDelegate() argument
292 return CreateDelegate (type, firstArgument, method, true, true); in CreateDelegate()
629 …internal static Delegate CreateDelegateNoSecurityCheck (RuntimeType type, Object firstArgument, Me… in CreateDelegateNoSecurityCheck() argument
631 return CreateDelegate_internal (type, firstArgument, method, true); in CreateDelegateNoSecurityCheck()
/dports/finance/prestashop/prestashop/vendor/beberlei/doctrineextensions/src/Query/Mysql/
H A DAtan2.php16 $firstArgument = $sqlWalker->walkSimpleArithmeticExpression(
24 return 'ATAN2(' . $firstArgument . ', ' . $secondArgument . ')';

1234