Home
last modified time | relevance | path

Searched refs:jsName (Results 1 – 25 of 92) sorted by relevance

1234

/dports/devel/pear-HTML_QuickForm_advmultiselect/HTML_QuickForm_advmultiselect-1.5.1/
H A Dadvmultiselect.php653 $jsName = $this->_jsPrefix . $this->_jsPostfix;
654 $attributes = array('onclick' => $jsName .
662 $attributes = array('onclick' => $jsName .
670 $attributes = array('onclick' => $jsName .
694 'ondblclick' => $jsName .
708 'ondblclick' => $jsName .
829 = array('onclick' => $jsName .
842 = array('onclick' => $jsName .
855 = array('onclick' => $jsName .
868 = array('onclick' => $jsName .
[all …]
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/arcade/
H A Djoystick.cpp19 QString jsName(SDL_JoystickName(i)); in Joystick() local
22 QString jsName(SDL_JoystickName(js)); in Joystick()
25jsName.replace(rx, "\\1"); // remove consecutive duplicate words in the joystick name (i. e. "Logi… in Joystick()
26 joystickNames.append(jsName); in Joystick()
/dports/emulators/qmc2/qmc2-0.195_4/qmc2/
H A Djoystick.cpp22 QString jsName(SDL_JoystickName(i)); in Joystick() local
25 QString jsName(SDL_JoystickName(js)); in Joystick()
28jsName.replace(rx, "\\1"); // remove consecutive duplicate words in the joystick name (i. e. "Logi… in Joystick()
29 joystickNames.append(jsName); in Joystick()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/dop251/goja/
H A Dobject_goreflect.go135 func (o *objectGoReflect) _getField(jsName string) reflect.Value {
136 if info, exists := o.valueTypeInfo.Fields[jsName]; exists {
144 func (o *objectGoReflect) _getMethod(jsName string) reflect.Value {
145 if idx, exists := o.origValueTypeInfo.Methods[jsName]; exists {
/dports/databases/cayley/cayley-0.7.5-2-gcf576ba/vendor/github.com/dop251/goja/
H A Dobject_goreflect.go89 func (o *objectGoReflect) _getField(jsName string) reflect.Value {
90 if info, exists := o.valueTypeInfo.Fields[jsName]; exists {
101 func (o *objectGoReflect) _getMethod(jsName string) reflect.Value {
102 if idx, exists := o.origValueTypeInfo.Methods[jsName]; exists {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/dop251/goja/
H A Dobject_goreflect.go135 func (o *objectGoReflect) _getField(jsName string) reflect.Value {
136 if info, exists := o.valueTypeInfo.Fields[jsName]; exists {
144 func (o *objectGoReflect) _getMethod(jsName string) reflect.Value {
145 if idx, exists := o.origValueTypeInfo.Methods[jsName]; exists {
/dports/net/grpcui/grpcui-1.1.0/vendor/github.com/jhump/protoreflect/desc/builder/
H A Dfield.go502 jsName := flb.JsonName
503 if jsName == "" {
504 jsName = internal.JsonName(flb.name)
523 JsonName: proto.String(jsName),
/dports/net/evans/evans-0.9.1/vendor/github.com/jhump/protoreflect/desc/builder/
H A Dfield.go502 jsName := flb.JsonName
503 if jsName == "" {
504 jsName = internal.JsonName(flb.name)
518 JsonName: proto.String(jsName),
/dports/net/grpcox/grpcox-1.0.0/vendor/github.com/jhump/protoreflect/desc/builder/
H A Dfield.go502 jsName := flb.JsonName
503 if jsName == "" {
504 jsName = internal.JsonName(flb.name)
518 JsonName: proto.String(jsName),
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/java/rocksjni/
H A Dcomparatorjnicallback.cc27 jstring jsName = (jstring)env->CallObjectMethod(m_jcallback_obj, jNameMethodId); in BaseComparatorJniCallback() local
33 m_name = JniUtil::copyString(env, jsName, in BaseComparatorJniCallback()
/dports/net/grpcurl/grpcurl-1.8.5/vendor/github.com/jhump/protoreflect/desc/builder/
H A Dfield.go527 jsName := flb.JsonName
528 if jsName == "" {
529 jsName = internal.JsonName(flb.name)
548 JsonName: proto.String(jsName),
/dports/www/kf5-kjsembed/kjsembed-5.89.0/src/kjsembed/
H A Dkjsembed.cpp186 KJS::Identifier jsName(!name.isEmpty() ? name : toUString(obj->objectName())); in addObject() local
188 parent->putDirect(jsName, returnObject, KJS::DontDelete | KJS::ReadOnly); in addObject()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/test_utils/runner/
H A DTestSuite.cpp188 js::Value jsName; in ResultTypeToJSString() local
189 jsName.SetString(ResultTypeToString(type), *allocator); in ResultTypeToJSString()
190 return jsName; in ResultTypeToJSString()
288 js::Value jsName; in WriteResultsFile() local
289 jsName.SetString(testName, allocator); in WriteResultsFile()
291 tests.AddMember(jsName, jsResult, allocator); in WriteResultsFile()
/dports/www/limesurvey/limesurvey/application/helpers/expressions/
H A Dem_core_helper.php1211 $jsName = $this->GetVarAttribute($token[0], 'jsName', '');
1212 $stringParts[] = "document.getElementById('".$jsName."').value";
1220 $jsName = $this->GetVarAttribute($token[0], 'jsName', '');
1222 if ($jsName != '') {
1426 $jsName = $this->GetVarAttribute($token[0], 'jsName', '');
1436 if ($jsName != '') {
1437 $descriptor = '['.$jsName.']';
1504 $sgqa = substr($jsName, 4);
/dports/lang/spidermonkey60/firefox-60.9.0/servo/components/script/dom/bindings/codegen/
H A DCodegenRust.py6952 def __init__(self, signature, jsName, nativeName, descriptor, singleOperation): argument
6954 self.methodName = jsName
6992 jsName = method.identifier.name
6994 jsName,
6995 MakeNativeName(descriptor.binaryNameFor(jsName)),
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/bindings/
H A DCodegen.py15765 def __init__(self, signature, jsName, nativeName, descriptor, argument
15769 self.methodName = descriptor.binaryNameFor(jsName)
15826 jsName = method.identifier.name
15828 jsName,
15829 MakeNativeName(descriptor.binaryNameFor(jsName)),
/dports/lang/spidermonkey60/firefox-60.9.0/dom/bindings/
H A DCodegen.py16404 def __init__(self, signature, jsName, nativeName, descriptor, argument
16408 self.methodName = descriptor.binaryNameFor(jsName)
16466 jsName = method.identifier.name
16468 jsName,
16469 MakeNativeName(descriptor.binaryNameFor(jsName)),
/dports/www/firefox-esr/firefox-91.8.0/dom/bindings/
H A DCodegen.py20880 jsName, argument
20888 self.methodName = descriptor.binaryNameFor(jsName)
20957 jsName = method.identifier.name
20961 jsName,
20962 MakeNativeName(descriptor.binaryNameFor(jsName)),
/dports/lang/spidermonkey78/firefox-78.9.0/dom/bindings/
H A DCodegen.py17685 def __init__(self, signature, jsName, nativeName, descriptor, argument
17689 self.methodName = descriptor.binaryNameFor(jsName)
17748 jsName = method.identifier.name
17750 jsName,
17751 MakeNativeName(descriptor.binaryNameFor(jsName)),
/dports/www/firefox/firefox-99.0/dom/bindings/
H A DCodegen.py20932 jsName, argument
20940 self.methodName = descriptor.binaryNameFor(jsName)
21009 jsName = method.identifier.name
21013 jsName,
21014 MakeNativeName(descriptor.binaryNameFor(jsName)),
/dports/mail/thunderbird/thunderbird-91.8.0/dom/bindings/
H A DCodegen.py20880 jsName, argument
20888 self.methodName = descriptor.binaryNameFor(jsName)
20957 jsName = method.identifier.name
20961 jsName,
20962 MakeNativeName(descriptor.binaryNameFor(jsName)),
/dports/mail/thunderbird/thunderbird-91.8.0/comm/calendar/base/modules/
H A DIcal.jsm1552 var jsName = property[0];
1596 if (jsName in designSet.property) {
1597 propDetails = designSet.property[jsName];
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/lib/gwt/2.8.1/samples/Hello/war/WEB-INF/deploy/hello/symbolMaps/
H A DDCB22C2C4024EF622CE571C99CEF6C44.symbolMap3 # jsName, jsniIdent, className, memberName, sourceUri, sourceLine, fragmentNumber
H A D3A7F381FE7BC3C21C5392D03A5FB9198.symbolMap3 # jsName, jsniIdent, className, memberName, sourceUri, sourceLine, fragmentNumber
H A D62133638A116171C6197D9472B88F97C.symbolMap3 # jsName, jsniIdent, className, memberName, sourceUri, sourceLine, fragmentNumber

1234