Home
last modified time | relevance | path

Searched refs:getmethod (Results 1 – 25 of 148) sorted by relevance

123456

/dports/devel/sdl2pp/libSDL2pp-0.16.1/tests/
H A Dmovetest.hh1 #define MOVE_TEST(cl, obj, getmethod, nullval) { \ argument
2 auto ptr = obj.getmethod(); \
6 EXPECT_EQUAL(obj1.getmethod(), ptr); \
7 EXPECT_TRUE(obj.getmethod() == nullval); \
10 EXPECT_EQUAL(obj.getmethod(), ptr); \
11 EXPECT_TRUE(obj1.getmethod() == nullval); \
15 EXPECT_EQUAL(obj.getmethod(), ptr); \
/dports/www/moodle39/moodle/question/classes/statistics/questions/
H A Dcalculated_question_summary.php82 $getmethod = 'get_min_max_of_' . $attribute;
83 if (method_exists($this, $getmethod)) {
84 return $this->$getmethod();
/dports/www/moodle310/moodle/question/classes/statistics/questions/
H A Dcalculated_question_summary.php82 $getmethod = 'get_min_max_of_' . $attribute;
83 if (method_exists($this, $getmethod)) {
84 return $this->$getmethod();
/dports/www/moodle311/moodle/question/classes/statistics/questions/
H A Dcalculated_question_summary.php82 $getmethod = 'get_min_max_of_' . $attribute;
83 if (method_exists($this, $getmethod)) {
84 return $this->$getmethod();
/dports/lang/kawa/kawa-3.1.1/gnu/kawa/reflect/
H A DSlotGet.java153 java.lang.reflect.Method getmethod = null; in getSlotValue() local
158 getmethod = clas.getMethod(mname, noClasses); in getSlotValue()
162 getmethod = clas.getMethod(mname, noClasses); in getSlotValue()
166 && (getmethod.getModifiers() & java.lang.reflect.Modifier.STATIC) == 0) in getSlotValue()
169 Object result = getmethod.invoke(obj, Values.noArgs); in getSlotValue()
170 result = language.coerceToObject(getmethod.getReturnType(), result); in getSlotValue()
H A DSlotSet.java72 java.lang.reflect.Method getmethod = null; in apply() local
83 getmethod = clas.getMethod(getName, SlotGet.noClasses); in apply()
87 getmethod = clas.getMethod(getName, SlotGet.noClasses); in apply()
91 setArgTypes[0] = getmethod.getReturnType(); in apply()
/dports/databases/hbase/hbase-1.2.1/hbase-server/src/main/java/org/apache/hadoop/hbase/http/jmx/
H A DJMXJsonServlet.java182 String getmethod = request.getParameter("get"); in doGet() local
183 if (getmethod != null) { in doGet()
184 String[] splitStrings = getmethod.split("\\:\\:"); in doGet()
/dports/mail/thunderbird/thunderbird-91.8.0/comm/suite/components/migration/src/
H A DnsSuiteProfileMigratorUtils.h27 #define MAKEPREFTRANSFORM(pref, newpref, getmethod, setmethod) \ argument
28 { pref, newpref, F(Get##getmethod), F(Set##setmethod), false, { -1 } }
H A DnsSuiteProfileMigratorBase.h33 #define MAKEPREFTRANSFORM(pref, newpref, getmethod, setmethod) \ argument
34 { pref, newpref, F(Get##getmethod), F(Set##setmethod), false, { -1 } }
/dports/www/moodle310/moodle/mod/h5pactivity/tests/local/
H A Dattempt_test.php359 $getmethod = 'get_'.$attribute;
362 $this->assertEquals($dbattempt->$attribute, $attempt->$getmethod());
368 $this->assertEquals($newvalue, $attempt->$getmethod());
374 $this->assertEquals($dbattempt->$attribute, $attempt->$getmethod());
380 $this->assertNull($attempt->$getmethod());
386 $this->assertEquals($dbattempt->$attribute, $attempt->$getmethod());
/dports/www/moodle311/moodle/mod/h5pactivity/tests/local/
H A Dattempt_test.php359 $getmethod = 'get_'.$attribute;
362 $this->assertEquals($dbattempt->$attribute, $attempt->$getmethod());
368 $this->assertEquals($newvalue, $attempt->$getmethod());
374 $this->assertEquals($dbattempt->$attribute, $attempt->$getmethod());
380 $this->assertNull($attempt->$getmethod());
386 $this->assertEquals($dbattempt->$attribute, $attempt->$getmethod());
/dports/www/moodle39/moodle/mod/h5pactivity/tests/local/
H A Dattempt_test.php359 $getmethod = 'get_'.$attribute;
362 $this->assertEquals($dbattempt->$attribute, $attempt->$getmethod());
368 $this->assertEquals($newvalue, $attempt->$getmethod());
374 $this->assertEquals($dbattempt->$attribute, $attempt->$getmethod());
380 $this->assertNull($attempt->$getmethod());
386 $this->assertEquals($dbattempt->$attribute, $attempt->$getmethod());
/dports/audio/dpf-plugins-lv2/DPF-Plugins-1.4/plugins/common/gen_dsp/
H A Dgenlib.h79 size_t genlib_getstatesize(CommonState *cself, getparameter_method getmethod);
80 short genlib_getstate(CommonState *cself, char *state, getparameter_method getmethod);
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mail/components/migration/src/
H A DnsNetscapeProfileMigratorBase.h29 #define MAKEPREFTRANSFORM(pref, newpref, getmethod, setmethod) \ argument
31 pref, newpref, F(Get##getmethod), F(Set##setmethod), false, { -1 } \
/dports/math/py-rpy2/rpy2-3.4.5/rpy2/robjects/
H A Dmethods.py10 getmethod = _get_exported_value('methods', 'getMethod') variable
109 r_meth = getmethod(StrSexpVector((rname, )),
254 r_meth = getmethod(StrSexpVector((r_name, )),
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/TeX/
H A Dpcepage.sty77 \def\getmethod{\@ifstar{\@emptygetmethod}{\@getmethod}}
89 \def\@getmethod#1#2#3#4{%
H A Dxpce.sty63 \def\getmethod{\@ifstar{\@emptygetmethod}{\@getmethod}}
84 \def\@getmethod#1#2#3#4{%
H A Dpceslide.sty78 \def\getmethod{\@ifstar{\@emptygetmethod}{\@getmethod}}
90 \def\@getmethod#1#2#3#4{%
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/man/userguide/
H A Dlibplot.doc63 \getmethod{plot_axis}{location}{int{\tt|}real}{int}
67 \getmethod{plot_axis}{value_from_coordinate}{int}{int{\tt|}real}
129 \getmethod{plotter}{translate}{X:int{\tt|}real,
133 \getmethod{plotter}{value_from_x}{int}{int{\tt|}real}
136 \getmethod{plotter}{value_from_y}{int}{int{\tt|}real}
228 \getmethod{bar_stack}{selection}{}{chain}
291 \getmethod{bar_button_group}{bar}{}{bar{\tt|}bar_stack}
H A Dmlingual.doc19 \getmethod{dialog_item}{label_name}{Id}{Label}
33 \getmethod{menu_item}{label_name}{Id}{Label}
36 \getmethod{dialog_group}{label_name}{Id}{Label}
H A Dtoc.doc93 \getmethod{toc_window}{popup}{Id:any}{Popup:popup}
102 \getmethod{toc_window}{selection}{}{ChainOfNodes}
106 \getmethod{toc_window}{node}{Id:any}{Node:toc_node}
H A Ddocument.doc120 \getmethod{parbox}{content}{Content:vector}
160 \getmethod{parbox}{minimum_width}{}{int}
170 \getmethod{parbox}{box}{At:int}{Box:hbox}
173 \getmethod{parbox}{locate_event}{Event:event}{Index:int}
177 \getmethod{parbox}{find}{Condition:code}{Result:tuple(ParBox, Index)}
196 \getmethod{parbox}{box_area}{For:hbox|int, To:[device]}{area}
/dports/lang/swi-pl/swipl-8.2.3/packages/ltx2htm/
H A Dxpce.cmd3 \getmethod*{-}{-}{+}=item
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/jmx/
H A DJMXJsonServlet.java188 String getmethod = request.getParameter("get"); in doGet() local
189 if (getmethod != null) { in doGet()
190 String[] splitStrings = getmethod.split("\\:\\:"); in doGet()
/dports/sysutils/munin-contrib/contrib-c31cb28/plugins/mediawiki/
H A Dmediawiki67 $getmethod="curl";
203 switch ($getmethod) {

123456