Home
last modified time | relevance | path

Searched refs:getFields (Results 1 – 25 of 2733) sorted by relevance

12345678910>>...110

/dports/games/scorched3d/scorched/src/server/webserver/
H A DServerWebHandler.cpp204 request.getFields()["PLAYERS"] = players; in processRequest()
224 request.getFields()["ADD"] = add; in processRequest()
297 request.getFields()["LOG"] = log; in processRequest()
305 request.getFields()["sid"].c_str(), in processRequest()
310 request.getFields()["sid"].c_str()); in processRequest()
311 request.getFields()["PAGES"] = pages; in processRequest()
355 request.getFields()["FILE"] = file; in processRequest()
426 request.getFields()["sid"].c_str(), in processRequest()
431 request.getFields()["LOG"] = log; in processRequest()
573 request.getFields()["BANNED"] = banned; in processRequest()
[all …]
H A DServerWebSettingsHandler.cpp147 const char *action = getField(request.getFields(), "action"); in processRequest()
192 request.getFields()["PLAYERS"] = players; in processRequest()
210 const char *action = getField(request.getFields(), "action"); in processRequest()
287 request.getFields()["LANDSCAPES"] = landscapes; in processRequest()
309 const char *action = getField(request.getFields(), "action"); in processRequest()
349 request.getFields()["SETTINGS"] = settings; in processRequest()
371 const char *action = getField(request.getFields(), "action"); in processRequest()
402 const char *action = getField(request.getFields(), "action"); in processRequest()
430 request.getFields(), text); in processRequest()
438 request.getFields(), text); in processRequest()
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/core/Tracker/
H A DDefinition.php94 function getFields() function in Tracker_Definition
115 foreach ($this->getFields() as $f) {
127 foreach ($this->getFields() as $f) {
140 foreach ($this->getFields() as $f) {
158 foreach ($this->getFields() as $field) {
169 foreach ($this->getFields() as $field) {
179 foreach ($this->getFields() as $field) {
189 foreach ($this->getFields() as $field) {
200 foreach ($this->getFields() as $field) {
215 foreach ($this->getFields() as $field) {
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.tests/ui/org/eclipse/jdt/ui/tests/core/source/
H A DGenerateHashCodeEqualsTest.java93 private IField[] getFields(IType type, String[] fieldNames) { in getFields() method in GenerateHashCodeEqualsTest
215 IField[] fields= getFields(a.getType("A"), new String[] {"aBool" }); in test02()
277 IField[] fields= getFields(a.getType("A"), new String[] {"anA", "aB" }); in test03()
347 IField[] fields= getFields(a.getType("A"), new String[] {"anA", "aB" }); in test04()
471 IField[] fields= getFields(a.getType("A"), new String[] {"someInt" }); in test06()
598 IField[] fields= getFields(a.getType("A"), new String[] {"d1", "d2" }); in test08()
810 IField[] fields= getFields(a.getType("A"), new String[] {"aBool" }); in test11()
1715 IField[] fields= getFields(type, new String[] {"x" }); in enclosingInstance()
1775 IField[] fields= getFields(type, new String[] { "x" }); in enclosingInstanceIn17()
2073 IField[] fields= getFields(a.getType("A"), new String[] { "other" }); in otherFieldIn17()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/features/keyboard_accessory/internal/java/src/org/chromium/chrome/browser/keyboard_accessory/sheet_tabs/
H A DAddressAccessorySheetViewBinder.java50 bindChipView(view.getNameFull(), info.getFields().get(0)); in bind()
51 bindChipView(view.getCompanyName(), info.getFields().get(1)); in bind()
52 bindChipView(view.getAddressHomeLine1(), info.getFields().get(2)); in bind()
53 bindChipView(view.getAddressHomeLine2(), info.getFields().get(3)); in bind()
54 bindChipView(view.getAddressHomeZip(), info.getFields().get(4)); in bind()
55 bindChipView(view.getAddressHomeCity(), info.getFields().get(5)); in bind()
56 bindChipView(view.getAddressHomeState(), info.getFields().get(6)); in bind()
57 bindChipView(view.getAddressHomeCountry(), info.getFields().get(7)); in bind()
58 bindChipView(view.getPhoneHomeWholeNumber(), info.getFields().get(8)); in bind()
59 bindChipView(view.getEmailAddress(), info.getFields().get(9)); in bind()
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/elasticsearch/hooks/
H A DuseFields.test.tsx16 …it("returns a function that calls datasource's getFields with the correct parameters", async () =>…
25 const getFields: ElasticDatasource['getFields'] = jest.fn(() => from([[]]));
29 datasource={{ getFields } as ElasticDatasource}
48 expect(getFields).toHaveBeenLastCalledWith([], timeRange);
53 expect(getFields).toHaveBeenLastCalledWith(['number'], timeRange);
61 expect(getFields).toHaveBeenLastCalledWith(['date'], timeRange);
66 expect(getFields).toHaveBeenLastCalledWith(['number'], timeRange);
71 expect(getFields).toHaveBeenLastCalledWith(['geo_point'], timeRange);
76 expect(getFields).toHaveBeenLastCalledWith([], timeRange);
81 expect(getFields).toHaveBeenLastCalledWith(['number'], timeRange);
/dports/www/ilias/ILIAS-5.4.25/Services/ActiveRecord/Views/
H A Dclass.arViewFields.php64 $fields = $this->active_record->getArFieldList()->getFields();
91 public function getFields() function in arViewFields
122 if (!$this->fields_for_display && $this->getFields()) {
123 foreach ($this->getFields() as $field) {
154 foreach ($this->getFields() as $field) {
185 foreach ($this->getFields() as $field) {
215 foreach ($this->getFields() as $field) {
245 foreach ($this->getFields() as $field) {
275 foreach ($this->getFields() as $field) {
/dports/www/ilias6/ILIAS-6.14/Services/ActiveRecord/Views/
H A Dclass.arViewFields.php64 $fields = $this->active_record->getArFieldList()->getFields();
91 public function getFields() function in arViewFields
122 if (!$this->fields_for_display && $this->getFields()) {
123 foreach ($this->getFields() as $field) {
154 foreach ($this->getFields() as $field) {
185 foreach ($this->getFields() as $field) {
215 foreach ($this->getFields() as $field) {
245 foreach ($this->getFields() as $field) {
275 foreach ($this->getFields() as $field) {
/dports/www/tikiwiki/tiki-21.2/lib/test/core/Search/
H A DActionStepTest.php21 $this->assertEquals(['hello'], $step->getFields());
37 $this->assertEquals(['hello'], $step->getFields());
53 $this->assertEquals([], $step->getFields());
69 $this->assertEquals(['hello'], $step->getFields());
85 $this->assertEquals(['test'], $step->getFields());
101 $this->assertEquals(['foo', 'bar', 'test', 'baz', 'hello'], $step->getFields());
114 $this->assertEquals(['foo', 'bar', 'test', 'baz', 'hello'], $step->getFields());
130 $this->assertEquals(['hello'], $step->getFields());
146 $this->assertEquals([], $step->getFields());
162 $this->assertEquals(['foo', 'bar', 'baz'], $step->getFields());
/dports/www/grafana8/grafana-8.3.6/public/app/plugins/datasource/elasticsearch/components/QueryEditor/MetricAggregationsEditor/
H A DMetricEditor.test.tsx26 const getFields: ElasticDatasource['getFields'] = jest.fn(() => from([[]]));
30 datasource={{ getFields } as ElasticDatasource}
62 const getFields: ElasticDatasource['getFields'] = jest.fn(() => from([[]]));
66 datasource={{ getFields } as ElasticDatasource}
95 const getFields: ElasticDatasource['getFields'] = jest.fn(() => from([[]]));
99 datasource={{ getFields, esVersion, xpack } as ElasticDatasource}
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/document/
H A DDocumentTest.cpp82 EXPECT_EQ(2, doc->getFields().size()); in TEST_F()
98 EXPECT_EQ(3, doc->getFields().size()); in TEST_F()
116 EXPECT_EQ(2, doc->getFields().size()); in TEST_F()
119 EXPECT_EQ(0, doc->getFields().size()); in TEST_F()
125 EXPECT_EQ(8, doc->getFields().size()); in TEST_F()
127 EXPECT_EQ(6, doc->getFields().size()); in TEST_F()
130 EXPECT_EQ(6, doc->getFields().size()); in TEST_F()
132 EXPECT_EQ(5, doc->getFields().size()); in TEST_F()
134 EXPECT_EQ(4, doc->getFields().size()); in TEST_F()
136 EXPECT_EQ(4, doc->getFields().size()); in TEST_F()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/ActiveRecord/Views/Edit/
H A Dclass.arEditGUI.php123 foreach ($this->fields->getFields() as $field) {
256 foreach ($this->fields->getFields() as $field) {
343 $modified_by_field = $this->getFields()->getModifiedByField();
348 $modification_date_field = $this->getFields()->getModificationDateField();
357 $created_by_field = $this->getFields()->getCreatedByField();
362 $creation_date_field = $this->getFields()->getCreationDateField();
402 foreach ($this->fields->getFields() as $field) {
544 public function getFields() function in arEditGUI
555 return $this->getFields()->getFields();
566 return $this->getFields()->getField($field_name);
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/ActiveRecord/Views/Edit/
H A Dclass.arEditGUI.php123 foreach ($this->fields->getFields() as $field) {
256 foreach ($this->fields->getFields() as $field) {
343 $modified_by_field = $this->getFields()->getModifiedByField();
348 $modification_date_field = $this->getFields()->getModificationDateField();
357 $created_by_field = $this->getFields()->getCreatedByField();
362 $creation_date_field = $this->getFields()->getCreationDateField();
402 foreach ($this->fields->getFields() as $field) {
544 public function getFields() function in arEditGUI
555 return $this->getFields()->getFields();
566 return $this->getFields()->getField($field_name);
[all …]
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/ramsey/uuid/src/Lazy/
H A DLazyUuidFromString.php248 public function getFields(): FieldsInterface function in Ramsey\\Uuid\\Lazy\\LazyUuidFromString
251 ->getFields();
299 $instance->getFields()
323 $instance->getFields()
347 $instance->getFields()
407 $instance->getFields()
431 $instance->getFields()
455 $instance->getFields()
479 $instance->getFields()
500 $fields = $instance->getFields();
/dports/www/nextcloud/nextcloud/3rdparty/ramsey/uuid/src/Lazy/
H A DLazyUuidFromString.php248 public function getFields(): FieldsInterface function in Ramsey\\Uuid\\Lazy\\LazyUuidFromString
251 ->getFields();
299 $instance->getFields()
323 $instance->getFields()
347 $instance->getFields()
407 $instance->getFields()
431 $instance->getFields()
455 $instance->getFields()
479 $instance->getFields()
500 $fields = $instance->getFields();
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/ramsey/uuid/src/Codec/
H A DOrderedTimeCodec.php60 !($uuid->getFields() instanceof Rfc4122FieldsInterface)
61 || $uuid->getFields()->getVersion() !== Uuid::UUID_TYPE_TIME
68 $bytes = $uuid->getFields()->getBytes();
101 !($uuid->getFields() instanceof Rfc4122FieldsInterface)
102 || $uuid->getFields()->getVersion() !== Uuid::UUID_TYPE_TIME
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/ramsey/uuid/src/Codec/
H A DOrderedTimeCodec.php60 !($uuid->getFields() instanceof Rfc4122FieldsInterface)
61 || $uuid->getFields()->getVersion() !== Uuid::UUID_TYPE_TIME
68 $bytes = $uuid->getFields()->getBytes();
102 !($uuid->getFields() instanceof Rfc4122FieldsInterface)
103 || $uuid->getFields()->getVersion() !== Uuid::UUID_TYPE_TIME
/dports/www/nextcloud/nextcloud/3rdparty/ramsey/uuid/src/Codec/
H A DOrderedTimeCodec.php60 !($uuid->getFields() instanceof Rfc4122FieldsInterface)
61 || $uuid->getFields()->getVersion() !== Uuid::UUID_TYPE_TIME
68 $bytes = $uuid->getFields()->getBytes();
101 !($uuid->getFields() instanceof Rfc4122FieldsInterface)
102 || $uuid->getFields()->getVersion() !== Uuid::UUID_TYPE_TIME
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/ramsey/uuid/src/Lazy/
H A DLazyUuidFromString.php277 public function getFields(): FieldsInterface function in Ramsey\\Uuid\\Lazy\\LazyUuidFromString
280 ->getFields();
328 $instance->getFields()
352 $instance->getFields()
376 $instance->getFields()
436 $instance->getFields()
460 $instance->getFields()
484 $instance->getFields()
508 $instance->getFields()
529 $fields = $instance->getFields();
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/ramsey/uuid/src/Lazy/
H A DLazyUuidFromString.php277 public function getFields(): FieldsInterface function in Ramsey\\Uuid\\Lazy\\LazyUuidFromString
280 ->getFields();
328 $instance->getFields()
352 $instance->getFields()
376 $instance->getFields()
436 $instance->getFields()
460 $instance->getFields()
484 $instance->getFields()
508 $instance->getFields()
529 $fields = $instance->getFields();
/dports/lang/gcc48/gcc-4.8.5/libgo/go/net/
H A Dlookup_plan9.go60 f := getFields(lines[0])
83 f := getFields(lines[0])
102 f := getFields(line)
146 f := getFields(lines[0])
166 if f := getFields(lines[0]); len(f) >= 3 {
185 f := getFields(line)
208 f := getFields(line)
226 f := getFields(line)
258 f := getFields(line)
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/net/
H A Dlookup_plan9.go60 f := getFields(lines[0])
83 f := getFields(lines[0])
102 f := getFields(line)
146 f := getFields(lines[0])
166 if f := getFields(lines[0]); len(f) >= 3 {
185 f := getFields(line)
208 f := getFields(line)
226 f := getFields(line)
258 f := getFields(line)
/dports/lang/bsh/beanshell-2.1.0/tests/test-scripts/
H A Dfields1.bsh7 assert( Fields.getFields().x == 5 );
8 assert( Fields.getFields().getFields2().x == 5 );
28 assert( Fields.getFields().ambigName.equals("field") );
29 assert( Fields.getFields().ambigName().equals("method") );
31 f=Fields.getFields();
/dports/www/moodle311/moodle/lib/ddl/
H A Dsqlite_sql_generator.php106 if ($this->primary_keys && count($xmldb_key->getFields())>1) {
110 …y = $this->getNameForObject($xmldb_table->getName(), implode(', ', $xmldb_key->getFields()), 'pk');
112 … $key .= ' PRIMARY KEY (' . implode(', ', $this->getEncQuoted($xmldb_key->getFields())) . ')';
117 …y = $this->getNameForObject($xmldb_table->getName(), implode(', ', $xmldb_key->getFields()), 'uk');
118 … $key .= ' UNIQUE (' . implode(', ', $this->getEncQuoted($xmldb_key->getFields())) . ')';
124 …y = $this->getNameForObject($xmldb_table->getName(), implode(', ', $xmldb_key->getFields()), 'fk');
125 … $key .= ' FOREIGN KEY (' . implode(', ', $this->getEncQuoted($xmldb_key->getFields())) . ')';
219 $fields = $index->getFields();
237 $fields = $key->getFields();
257 $fields = $xmldb_table->getFields();
/dports/www/moodle310/moodle/lib/ddl/
H A Dsqlite_sql_generator.php106 if ($this->primary_keys && count($xmldb_key->getFields())>1) {
110 …y = $this->getNameForObject($xmldb_table->getName(), implode(', ', $xmldb_key->getFields()), 'pk');
112 … $key .= ' PRIMARY KEY (' . implode(', ', $this->getEncQuoted($xmldb_key->getFields())) . ')';
117 …y = $this->getNameForObject($xmldb_table->getName(), implode(', ', $xmldb_key->getFields()), 'uk');
118 … $key .= ' UNIQUE (' . implode(', ', $this->getEncQuoted($xmldb_key->getFields())) . ')';
124 …y = $this->getNameForObject($xmldb_table->getName(), implode(', ', $xmldb_key->getFields()), 'fk');
125 … $key .= ' FOREIGN KEY (' . implode(', ', $this->getEncQuoted($xmldb_key->getFields())) . ')';
219 $fields = $index->getFields();
237 $fields = $key->getFields();
257 $fields = $xmldb_table->getFields();

12345678910>>...110