Home
last modified time | relevance | path

Searched refs:ownKeys (Results 1 – 25 of 453) sorted by relevance

12345678910>>...19

/dports/net/messagelib/messagelib-21.12.3/messagecomposer/autotests/
H A Dautocryptheadersjobtest.cpp60 std::vector<GpgME::Key> ownKeys; in testAutocryptHeader() local
69 aJob->setSenderKey(ownKeys[0]); in testAutocryptHeader()
102 std::vector<GpgME::Key> ownKeys; in testContentChained() local
112 aJob->setSenderKey(ownKeys[0]); in testContentChained()
147 std::vector<GpgME::Key> ownKeys; in testAutocryptGossipHeader() local
158 aJob->setSenderKey(ownKeys[0]); in testAutocryptGossipHeader()
187 std::vector<GpgME::Key> ownKeys; in testSetGnupgHome() local
216 aJob->setSenderKey(ownKeys[0]); in testSetGnupgHome()
247 std::vector<GpgME::Key> ownKeys; in testStripSenderKey() local
251 keys.push_back(ownKeys[0]); in testStripSenderKey()
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/reflect.ownkeys/
H A DREADME.md1 # Reflect.ownKeys
3 …fill for ES6's [Reflect.ownKeys](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference…
14 var ownKeys = require('reflect.ownkeys');
15 ownKeys({a: 1, b: 2});
/dports/lang/v8/v8-9.6.180.12/test/mjsunit/harmony/
H A Dmodules-import-assertions-dynamic-12.mjs10 let badAssertProxy1 = new Proxy({}, { ownKeys() { throw "bad ownKeys!"; } });
12 () => assertUnreachable('Should have failed due to throwing ownKeys'),
25 assertEquals('bad ownKeys!', result1);
/dports/editors/ted/Ted-2.23/appUtil/
H A DappCgiIn.c31 const int ownKeys= 1; in appCgiInGetHeaderList() local
33 void * tree= utilTreeMakeTree( ownKeys ); in appCgiInGetHeaderList()
108 const int ownKeys= 0; in appCgiInGetEnvironmentList() local
110 void * tree= utilTreeMakeTree( ownKeys ); in appCgiInGetEnvironmentList()
186 const int ownKeys= 1; in appCgiInAnalyseQueryString() local
188 void * tree= utilTreeMakeTree( ownKeys ); in appCgiInAnalyseQueryString()
310 const int ownKeys= 1; in appCgiInAnalyseCookieString() local
312 void * tree= utilTreeMakeTree( ownKeys ); in appCgiInAnalyseCookieString()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/immer/src/utils/
H A Dcommon.ts64 export const ownKeys: (target: AnyObject) => PropertyKey[] = constant
65 typeof Reflect !== "undefined" && Reflect.ownKeys
66 ? Reflect.ownKeys
79 ownKeys(target).forEach(key => {
92 ;(enumerableOnly ? Object.keys : ownKeys)(obj).forEach(key => {
169 let keys = ownKeys(descriptors)
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/airbnb-prop-types/test/
H A DforbidExtraProps.jsx3 import ownKeys from 'reflect.ownkeys';
12 [specialProperty] = ownKeys(forbidExtraProps({}));
45 expect(ownKeys(result)).to.eql(ownKeys(propTypes).concat(specialProperty));
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/observabilityDashboards/node_modules/immer/src/plugins/
H A Des5.ts19 ownKeys,
56 const keys = ownKeys(descriptors)
208 const keys = ownKeys(draft_)
231 …return keys.length !== ownKeys(base_).length + (baseIsDraft ? 0 : 1) // + 1 to correct for DRAFT_S…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/prop-types-exact/build/
H A Dsloppy.js.map1 …py.js","sourcesContent":["import ownKeys from 'reflect.ownkeys';\nimport exact from './';\n\nconst…
/dports/lang/v8/v8-9.6.180.12/test/mjsunit/
H A Dmodules-namespace-getownproperty2.mjs48 // Reflect.ownKeys
49 assertEquals(['b', 'c', Symbol.toStringTag], Reflect.ownKeys(ns));
116 // Reflect.ownKeys
117 assertEquals(['b', 'c', Symbol.toStringTag], Reflect.ownKeys(ns));
H A Dmodules-namespace-getownproperty1.mjs46 // Reflect.ownKeys
47 assertEquals(['a', 'b', 'c', Symbol.toStringTag], Reflect.ownKeys(ns));
116 // Reflect.ownKeys
117 assertEquals(['a', 'b', 'c', Symbol.toStringTag], Reflect.ownKeys(ns));
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/prop-types-exact/test/
H A Dindex.jsx3 import ownKeys from 'reflect.ownkeys';
20 const [specialProperty] = ownKeys(exact({}));
55 const resultOwnKeys = ownKeys(result).sort(stringSort);
56 const propTypesOwnKeys = ownKeys(propTypes).concat(specialProperty).sort(stringSort);
/dports/editors/ted/Ted-2.23/appFrame/
H A DappResource.c29 const int ownKeys= 1; in appMakeSystemProperties() local
31 ea->eaSystemProperties= utilTreeMakeTree( ownKeys ); in appMakeSystemProperties()
43 const int ownKeys= 1; in appMakeUserProperties() local
45 ea->eaUserProperties= utilTreeMakeTree( ownKeys ); in appMakeUserProperties()
/dports/editors/ted/Ted-2.23/docBuf/
H A DdocCalculateSeqField.c74 const int ownKeys= 1; in docRenumberSeqField() local
76 bd->bdSeqFieldIdentifiers= utilTreeMakeTree( ownKeys ); in docRenumberSeqField()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/airbnb-prop-types/build-test/
H A DforbidExtraProps.js.map1ownKeys from 'reflect.ownkeys';\n\nimport { forbidExtraProps } from '..';\n\nimport callValidator …
/dports/devel/gwenhywfar-gtk2/gwenhywfar-5.6.0/src/cryptmsg/
H A Dcryptmgrkeys.c37 int ownKeys) in GWEN_CryptMgrKeys_new() argument
51 xcm->ownLocalKey=ownKeys; in GWEN_CryptMgrKeys_new()
60 xcm->ownPeerKey=ownKeys; in GWEN_CryptMgrKeys_new()
H A Dcryptmgrkeys.h28 int ownKeys);
/dports/devel/gwenhywfar-gtk3/gwenhywfar-5.6.0/src/cryptmsg/
H A Dcryptmgrkeys.c37 int ownKeys) in GWEN_CryptMgrKeys_new() argument
51 xcm->ownLocalKey=ownKeys; in GWEN_CryptMgrKeys_new()
60 xcm->ownPeerKey=ownKeys; in GWEN_CryptMgrKeys_new()
/dports/devel/gwenhywfar/gwenhywfar-5.6.0/src/cryptmsg/
H A Dcryptmgrkeys.c37 int ownKeys) in GWEN_CryptMgrKeys_new() argument
51 xcm->ownLocalKey=ownKeys; in GWEN_CryptMgrKeys_new()
60 xcm->ownPeerKey=ownKeys; in GWEN_CryptMgrKeys_new()
H A Dcryptmgrkeys.h28 int ownKeys);
/dports/devel/gwenhywfar-qt5/gwenhywfar-5.6.0/src/cryptmsg/
H A Dcryptmgrkeys.c37 int ownKeys) in GWEN_CryptMgrKeys_new() argument
51 xcm->ownLocalKey=ownKeys; in GWEN_CryptMgrKeys_new()
60 xcm->ownPeerKey=ownKeys; in GWEN_CryptMgrKeys_new()
H A Dcryptmgrkeys.h28 int ownKeys);
/dports/lang/coffeescript/coffeescript-2.6.1/test/
H A Dargument_parsing.coffee7 ownKeys = Object.keys(opts1).sort()
9 arrayEq ownKeys, otherKeys, msg
10 for k in ownKeys
/dports/devel/gwenhywfar-fox16/gwenhywfar-5.6.0/src/cryptmsg/
H A Dcryptmgrkeys.c37 int ownKeys) in GWEN_CryptMgrKeys_new() argument
51 xcm->ownLocalKey=ownKeys; in GWEN_CryptMgrKeys_new()
60 xcm->ownPeerKey=ownKeys; in GWEN_CryptMgrKeys_new()
/dports/editors/ted/Ted-2.23/utilPs/
H A DpsFace.c88 const int ownKeys= 1; in psRememberPostsciptFace() local
90 pstl->pstlFaceTree= utilTreeMakeTree( ownKeys ); in psRememberPostsciptFace()
/dports/editors/ted/Ted-2.23/docBase/
H A DdocStyleSheet.c156 const int ownKeys= 1; in docInsertStyle() local
158 dss->dssStylesByName= utilTreeMakeTree( ownKeys ); in docInsertStyle()

12345678910>>...19