Home
last modified time | relevance | path

Searched defs:prepend (Results 1 – 25 of 2732) sorted by relevance

12345678910>>...110

/dports/www/ilias/ILIAS-5.4.25/Services/MetaData/classes/
H A Dclass.ilMDUtilSelect.php44 …public static function _getLanguageSelect($a_selected, $a_name, $prepend = array(), $a_options_onl…
78 …public static function _getStructureSelect($a_selected, $a_name, $prepend = array(), $a_options_on…
109 …public static function _getStatusSelect($a_selected, $a_name, $prepend = array(), $a_options_only …
140 …public static function _getRoleSelect($a_selected, $a_name, $prepend = array(), $a_options_only = …
204 …public static function _getBrowserSelect($a_selected, $a_name, $prepend = array(), $a_options_only…
236 …public static function _getFormatSelect($a_selected, $a_name, $prepend = array(), $a_options_only …
277 public static function _getDurationSelect($a_selected, $a_name, $prepend = array())
502 public static function _getLocationTypeSelect($a_selected, $a_name, $prepend = array())
561 public static function _getTypicalAgeRangeSelect($a_selected, $a_name, $prepend = array())
589 public static function _getTypicalLearningTimeSelect($a_selected, $a_name, $prepend = array())
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/MetaData/classes/
H A Dclass.ilMDUtilSelect.php44 …public static function _getLanguageSelect($a_selected, $a_name, $prepend = array(), $a_options_onl…
78 …public static function _getStructureSelect($a_selected, $a_name, $prepend = array(), $a_options_on…
109 …public static function _getStatusSelect($a_selected, $a_name, $prepend = array(), $a_options_only …
140 …public static function _getRoleSelect($a_selected, $a_name, $prepend = array(), $a_options_only = …
204 …public static function _getBrowserSelect($a_selected, $a_name, $prepend = array(), $a_options_only…
236 …public static function _getFormatSelect($a_selected, $a_name, $prepend = array(), $a_options_only …
277 public static function _getDurationSelect($a_selected, $a_name, $prepend = array())
502 public static function _getLocationTypeSelect($a_selected, $a_name, $prepend = array())
561 public static function _getTypicalAgeRangeSelect($a_selected, $a_name, $prepend = array())
589 public static function _getTypicalLearningTimeSelect($a_selected, $a_name, $prepend = array())
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/java/lang/
H A DStringConcatHelper.java147 private static long prepend(long indexCoder, byte[] buf, boolean value) { in prepend() method in StringConcatHelper
192 static long prepend(long indexCoder, byte[] buf, String prefix, boolean value, String suffix) { in prepend() method in StringConcatHelper
211 static long prepend(long indexCoder, byte[] buf, String prefix, byte value, String suffix) { in prepend() method in StringConcatHelper
228 private static long prepend(long indexCoder, byte[] buf, char value) { in prepend() method in StringConcatHelper
249 static long prepend(long indexCoder, byte[] buf, String prefix, char value, String suffix) { in prepend() method in StringConcatHelper
268 static long prepend(long indexCoder, byte[] buf, String prefix, short value, String suffix) { in prepend() method in StringConcatHelper
285 private static long prepend(long indexCoder, byte[] buf, int value) { in prepend() method in StringConcatHelper
305 static long prepend(long indexCoder, byte[] buf, String prefix, int value, String suffix) { in prepend() method in StringConcatHelper
322 private static long prepend(long indexCoder, byte[] buf, long value) { in prepend() method in StringConcatHelper
342 static long prepend(long indexCoder, byte[] buf, String prefix, long value, String suffix) { in prepend() method in StringConcatHelper
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/java/lang/
H A DStringConcatHelper.java151 private static long prepend(long indexCoder, byte[] buf, boolean value) { in prepend() method in StringConcatHelper
195 static long prepend(long indexCoder, byte[] buf, boolean value, String prefix) { in prepend() method in StringConcatHelper
212 static long prepend(long indexCoder, byte[] buf, byte value, String prefix) { in prepend() method in StringConcatHelper
228 private static long prepend(long indexCoder, byte[] buf, char value) { in prepend() method in StringConcatHelper
248 static long prepend(long indexCoder, byte[] buf, char value, String prefix) { in prepend() method in StringConcatHelper
265 static long prepend(long indexCoder, byte[] buf, short value, String prefix) { in prepend() method in StringConcatHelper
281 private static long prepend(long indexCoder, byte[] buf, int value) { in prepend() method in StringConcatHelper
300 static long prepend(long indexCoder, byte[] buf, int value, String prefix) { in prepend() method in StringConcatHelper
316 private static long prepend(long indexCoder, byte[] buf, long value) { in prepend() method in StringConcatHelper
335 static long prepend(long indexCoder, byte[] buf, long value, String prefix) { in prepend() method in StringConcatHelper
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/java/lang/
H A DStringConcatHelper.java151 private static long prepend(long indexCoder, byte[] buf, boolean value) { in prepend() method in StringConcatHelper
195 static long prepend(long indexCoder, byte[] buf, boolean value, String prefix) { in prepend() method in StringConcatHelper
212 static long prepend(long indexCoder, byte[] buf, byte value, String prefix) { in prepend() method in StringConcatHelper
228 private static long prepend(long indexCoder, byte[] buf, char value) { in prepend() method in StringConcatHelper
248 static long prepend(long indexCoder, byte[] buf, char value, String prefix) { in prepend() method in StringConcatHelper
265 static long prepend(long indexCoder, byte[] buf, short value, String prefix) { in prepend() method in StringConcatHelper
281 private static long prepend(long indexCoder, byte[] buf, int value) { in prepend() method in StringConcatHelper
300 static long prepend(long indexCoder, byte[] buf, int value, String prefix) { in prepend() method in StringConcatHelper
316 private static long prepend(long indexCoder, byte[] buf, long value) { in prepend() method in StringConcatHelper
335 static long prepend(long indexCoder, byte[] buf, long value, String prefix) { in prepend() method in StringConcatHelper
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/java/lang/
H A DStringConcatHelper.java151 private static long prepend(long indexCoder, byte[] buf, boolean value) { in prepend() method in StringConcatHelper
195 static long prepend(long indexCoder, byte[] buf, boolean value, String prefix) { in prepend() method in StringConcatHelper
212 static long prepend(long indexCoder, byte[] buf, byte value, String prefix) { in prepend() method in StringConcatHelper
228 private static long prepend(long indexCoder, byte[] buf, char value) { in prepend() method in StringConcatHelper
248 static long prepend(long indexCoder, byte[] buf, char value, String prefix) { in prepend() method in StringConcatHelper
265 static long prepend(long indexCoder, byte[] buf, short value, String prefix) { in prepend() method in StringConcatHelper
281 private static long prepend(long indexCoder, byte[] buf, int value) { in prepend() method in StringConcatHelper
300 static long prepend(long indexCoder, byte[] buf, int value, String prefix) { in prepend() method in StringConcatHelper
316 private static long prepend(long indexCoder, byte[] buf, long value) { in prepend() method in StringConcatHelper
335 static long prepend(long indexCoder, byte[] buf, long value, String prefix) { in prepend() method in StringConcatHelper
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/java/lang/
H A DStringConcatHelper.java147 private static long prepend(long indexCoder, byte[] buf, boolean value) { in prepend() method in StringConcatHelper
192 static long prepend(long indexCoder, byte[] buf, String prefix, boolean value, String suffix) { in prepend() method in StringConcatHelper
211 static long prepend(long indexCoder, byte[] buf, String prefix, byte value, String suffix) { in prepend() method in StringConcatHelper
228 private static long prepend(long indexCoder, byte[] buf, char value) { in prepend() method in StringConcatHelper
249 static long prepend(long indexCoder, byte[] buf, String prefix, char value, String suffix) { in prepend() method in StringConcatHelper
268 static long prepend(long indexCoder, byte[] buf, String prefix, short value, String suffix) { in prepend() method in StringConcatHelper
285 private static long prepend(long indexCoder, byte[] buf, int value) { in prepend() method in StringConcatHelper
305 static long prepend(long indexCoder, byte[] buf, String prefix, int value, String suffix) { in prepend() method in StringConcatHelper
322 private static long prepend(long indexCoder, byte[] buf, long value) { in prepend() method in StringConcatHelper
342 static long prepend(long indexCoder, byte[] buf, String prefix, long value, String suffix) { in prepend() method in StringConcatHelper
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/java/lang/
H A DStringConcatHelper.java135 static long prepend(long indexCoder, byte[] buf, boolean value) { in prepend() method in StringConcatHelper
178 static long prepend(long indexCoder, byte[] buf, byte value) { in prepend() method in StringConcatHelper
192 static long prepend(long indexCoder, byte[] buf, char value) { in prepend() method in StringConcatHelper
211 static long prepend(long indexCoder, byte[] buf, short value) { in prepend() method in StringConcatHelper
225 static long prepend(long indexCoder, byte[] buf, int value) { in prepend() method in StringConcatHelper
243 static long prepend(long indexCoder, byte[] buf, long value) { in prepend() method in StringConcatHelper
261 static long prepend(long indexCoder, byte[] buf, String value) { in prepend() method in StringConcatHelper
/dports/devel/pear-codegen/CodeGen-1.0.7/CodeGen/Dependency/
H A DHeader.php53 protected $prepend = false; variable in CodeGen_Dependency_Header
88 function setPrepend($prepend)
119 function hCode($prepend=false)
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/wx/src/gen/
H A DwxMenu.erl503 prepend(This,Itemid) function
506 prepend(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ItemT,ref=ItemRef}) -> function
519 prepend(#wx_ref{type=ThisT,ref=ThisRef},Itemid, Options) function
534 prepend(This,Itemid,Text,Submenu) function
549 prepend(#wx_ref{type=ThisT,ref=ThisRef},Itemid,Text,Help,IsCheckable) function
556 prepend(#wx_ref{type=ThisT,ref=ThisRef},Itemid,Text,#wx_ref{type=SubmenuT,ref=SubmenuRef}, Options) function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/wx/src/gen/
H A DwxMenu.erl503 prepend(This,Itemid) function
506 prepend(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ItemT,ref=ItemRef}) -> function
519 prepend(#wx_ref{type=ThisT,ref=ThisRef},Itemid, Options) function
534 prepend(This,Itemid,Text,Submenu) function
549 prepend(#wx_ref{type=ThisT,ref=ThisRef},Itemid,Text,Help,IsCheckable) function
556 prepend(#wx_ref{type=ThisT,ref=ThisRef},Itemid,Text,#wx_ref{type=SubmenuT,ref=SubmenuRef}, Options) function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/wx/src/gen/
H A DwxMenu.erl503 prepend(This,Itemid) function
506 prepend(#wx_ref{type=ThisT,ref=ThisRef},#wx_ref{type=ItemT,ref=ItemRef}) -> function
519 prepend(#wx_ref{type=ThisT,ref=ThisRef},Itemid, Options) function
534 prepend(This,Itemid,Text,Submenu) function
549 prepend(#wx_ref{type=ThisT,ref=ThisRef},Itemid,Text,Help,IsCheckable) function
556 prepend(#wx_ref{type=ThisT,ref=ThisRef},Itemid,Text,#wx_ref{type=SubmenuT,ref=SubmenuRef}, Options) function
/dports/devel/cmake-gui/cmake-3.22.1/Source/
H A DcmTargetPropCommandBase.cxx82 bool prepend = false; in HandleArguments() local
121 std::vector<std::string> const& args, unsigned int& argIndex, bool prepend, in ProcessContentArgs()
163 bool prepend, bool system) in PopulateTargetProperies()
180 cmTarget* tgt, const std::vector<std::string>& content, bool prepend, bool) in HandleInterfaceContent() argument
/dports/devel/cmake/cmake-3.22.1/Source/
H A DcmTargetPropCommandBase.cxx82 bool prepend = false; in HandleArguments() local
121 std::vector<std::string> const& args, unsigned int& argIndex, bool prepend, in ProcessContentArgs()
163 bool prepend, bool system) in PopulateTargetProperies()
180 cmTarget* tgt, const std::vector<std::string>& content, bool prepend, bool) in HandleInterfaceContent() argument
/dports/devel/cmake-doc/cmake-3.22.1/Source/
H A DcmTargetPropCommandBase.cxx82 bool prepend = false; in HandleArguments() local
121 std::vector<std::string> const& args, unsigned int& argIndex, bool prepend, in ProcessContentArgs()
163 bool prepend, bool system) in PopulateTargetProperies()
180 cmTarget* tgt, const std::vector<std::string>& content, bool prepend, bool) in HandleInterfaceContent() argument
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/jdk/jfr/startupargs/
H A DTestBadOptionValues.java49 …private static void test(String prepend, String expectedOutput, String... options) throws Exceptio… in test()
62 private static void testBoolean(String prepend, String... options) throws Exception { in testBoolean()
73 private static void testJlong(String prepend, String... options) throws Exception { in testJlong()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/jdk/jfr/startupargs/
H A DTestBadOptionValues.java49 …private static void test(String prepend, String expectedOutput, String... options) throws Exceptio… in test()
62 private static void testBoolean(String prepend, String... options) throws Exception { in testBoolean()
73 private static void testJlong(String prepend, String... options) throws Exception { in testJlong()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/jfr/startupargs/
H A DTestBadOptionValues.java49 …private static void test(String prepend, String expectedOutput, String... options) throws Exceptio… in test()
62 private static void testBoolean(String prepend, String... options) throws Exception { in testBoolean()
73 private static void testJlong(String prepend, String... options) throws Exception { in testJlong()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/jdk/jfr/startupargs/
H A DTestBadOptionValues.java49 …private static void test(String prepend, String expectedOutput, String... options) throws Exceptio… in test()
62 private static void testBoolean(String prepend, String... options) throws Exception { in testBoolean()
73 private static void testJlong(String prepend, String... options) throws Exception { in testJlong()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/command_lib/spanner/
H A Dsql.py235 def _DisplayKindAndName(self, out, prepend, stub): argument
265 def _DisplayExecutionStats(self, out, prepend, beneath_stub): argument
307 def _DisplayMetadata(self, out, prepend, beneath_stub): argument
326 def _DisplayShortRepresentation(self, out, prepend, beneath_stub): argument
333 def _DisplayBreakLine(self, out, prepend, beneath_stub, is_root): argument
354 def PrettyPrint(self, out, prepend=None, is_last=True, is_root=True): argument
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/
H A DStringConcatHelper.java206 static int prepend(int index, byte[] buf, byte coder, boolean value) { in prepend() method in StringConcatHelper
247 static int prepend(int index, byte[] buf, byte coder, byte value) { in prepend() method in StringConcatHelper
261 static int prepend(int index, byte[] buf, byte coder, char value) { in prepend() method in StringConcatHelper
280 static int prepend(int index, byte[] buf, byte coder, short value) { in prepend() method in StringConcatHelper
294 static int prepend(int index, byte[] buf, byte coder, int value) { in prepend() method in StringConcatHelper
312 static int prepend(int index, byte[] buf, byte coder, long value) { in prepend() method in StringConcatHelper
330 static int prepend(int index, byte[] buf, byte coder, String value) { in prepend() method in StringConcatHelper
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/java/lang/
H A DStringConcatHelper.java206 static int prepend(int index, byte[] buf, byte coder, boolean value) { in prepend() method in StringConcatHelper
247 static int prepend(int index, byte[] buf, byte coder, byte value) { in prepend() method in StringConcatHelper
261 static int prepend(int index, byte[] buf, byte coder, char value) { in prepend() method in StringConcatHelper
280 static int prepend(int index, byte[] buf, byte coder, short value) { in prepend() method in StringConcatHelper
294 static int prepend(int index, byte[] buf, byte coder, int value) { in prepend() method in StringConcatHelper
312 static int prepend(int index, byte[] buf, byte coder, long value) { in prepend() method in StringConcatHelper
330 static int prepend(int index, byte[] buf, byte coder, String value) { in prepend() method in StringConcatHelper
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/startupargs/
H A DTestBadOptionValues.java53 …private static void test(String prepend, String expectedOutput, String... options) throws Exceptio… in test()
66 private static void testBoolean(String prepend, String... options) throws Exception { in testBoolean()
77 private static void testJlong(String prepend, String... options) throws Exception { in testJlong()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/jdk/jfr/startupargs/
H A DTestBadOptionValues.java53 …private static void test(String prepend, String expectedOutput, String... options) throws Exceptio… in test()
66 private static void testBoolean(String prepend, String... options) throws Exception { in testBoolean()
77 private static void testJlong(String prepend, String... options) throws Exception { in testJlong()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/jdk/jfr/startupargs/
H A DTestBadOptionValues.java53 …private static void test(String prepend, String expectedOutput, String... options) throws Exceptio… in test()
66 private static void testBoolean(String prepend, String... options) throws Exception { in testBoolean()
77 private static void testJlong(String prepend, String... options) throws Exception { in testJlong()

12345678910>>...110