Home
last modified time | relevance | path

Searched refs:a_text (Results 1 – 25 of 676) sorted by relevance

12345678910>>...28

/dports/www/ilias/ILIAS-5.4.25/Services/COPage/classes/
H A Dclass.ilPCParagraph.php514 $a_text = ilUtil::stripSlashes($a_text, false);
523 $a_text = trim($a_text);
529 $a_text = str_replace("&", "&", $a_text);
531 $a_text = str_replace("<", "&lt;", $a_text);
532 $a_text = str_replace(">", "&gt;", $a_text);
548 $a_text = str_replace(chr(13), "<br />", $a_text);
549 $a_text = str_replace(chr(10), "<br />", $a_text);
563 $a_text = self::intLinks2xml($a_text);
569 $a_text = str_replace($found[0], "", $a_text);
572 $a_text = str_replace($found[0], "", $a_text);
[all …]
H A Dclass.ilPCMap.php249 public static function handleCaptionInput($a_text) argument
251 $a_text = str_replace(chr(13) . chr(10), "<br />", $a_text);
252 $a_text = str_replace(chr(13), "<br />", $a_text);
253 $a_text = str_replace(chr(10), "<br />", $a_text);
255 return $a_text;
258 public static function handleCaptionFormOutput($a_text) argument
260 $a_text = str_replace("<br />", "\n", $a_text);
261 $a_text = str_replace("<br/>", "\n", $a_text);
263 return $a_text;
/dports/www/ilias6/ILIAS-6.14/Services/COPage/classes/
H A Dclass.ilPCParagraph.php561 $a_text = ilUtil::stripSlashes($a_text, false);
570 $a_text = trim($a_text);
576 $a_text = str_replace("&", "&amp;", $a_text);
578 $a_text = str_replace("<", "&lt;", $a_text);
579 $a_text = str_replace(">", "&gt;", $a_text);
595 $a_text = str_replace(chr(13), "<br />", $a_text);
596 $a_text = str_replace(chr(10), "<br />", $a_text);
610 $a_text = self::intLinks2xml($a_text);
616 $a_text = str_replace($found[0], "", $a_text);
619 $a_text = str_replace($found[0], "", $a_text);
[all …]
H A Dclass.ilPCMap.php249 public static function handleCaptionInput($a_text) argument
251 $a_text = str_replace(chr(13) . chr(10), "<br />", $a_text);
252 $a_text = str_replace(chr(13), "<br />", $a_text);
253 $a_text = str_replace(chr(10), "<br />", $a_text);
255 return $a_text;
258 public static function handleCaptionFormOutput($a_text) argument
260 $a_text = str_replace("<br />", "\n", $a_text);
261 $a_text = str_replace("<br/>", "\n", $a_text);
263 return $a_text;
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/swing/text/html/parser/support/
H A DtextPreProcessor.java59 if (a_text.length() == 0) in preprocess()
77 a_text.setLength(0); in preprocess()
90 a_text.append(' '); in preprocess()
92 a_text.append(c); in preprocess()
98 a_text.getChars(0, a_text.length(), text, 0); in preprocess()
102 return toCharArray(a_text); in preprocess()
117 if (a_text.length() == 0) in preprocessPreformatted()
150 a_text.setLength(0); in preprocessPreformatted()
166 a_text.append(c); in preprocessPreformatted()
171 a_text.getChars(0, a_text.length(), text, 0); in preprocessPreformatted()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/javax/swing/text/html/parser/support/
H A DtextPreProcessor.java59 if (a_text.length() == 0) in preprocess()
77 a_text.setLength(0); in preprocess()
90 a_text.append(' '); in preprocess()
92 a_text.append(c); in preprocess()
98 a_text.getChars(0, a_text.length(), text, 0); in preprocess()
102 return toCharArray(a_text); in preprocess()
117 if (a_text.length() == 0) in preprocessPreformatted()
150 a_text.setLength(0); in preprocessPreformatted()
166 a_text.append(c); in preprocessPreformatted()
171 a_text.getChars(0, a_text.length(), text, 0); in preprocessPreformatted()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/javax/swing/text/html/parser/support/
H A DtextPreProcessor.java59 if (a_text.length() == 0) in preprocess()
77 a_text.setLength(0); in preprocess()
90 a_text.append(' '); in preprocess()
92 a_text.append(c); in preprocess()
98 a_text.getChars(0, a_text.length(), text, 0); in preprocess()
102 return toCharArray(a_text); in preprocess()
117 if (a_text.length() == 0) in preprocessPreformatted()
150 a_text.setLength(0); in preprocessPreformatted()
166 a_text.append(c); in preprocessPreformatted()
171 a_text.getChars(0, a_text.length(), text, 0); in preprocessPreformatted()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/javax/swing/text/html/parser/support/
H A DtextPreProcessor.java59 if (a_text.length() == 0) in preprocess()
77 a_text.setLength(0); in preprocess()
90 a_text.append(' '); in preprocess()
92 a_text.append(c); in preprocess()
98 a_text.getChars(0, a_text.length(), text, 0); in preprocess()
102 return toCharArray(a_text); in preprocess()
117 if (a_text.length() == 0) in preprocessPreformatted()
150 a_text.setLength(0); in preprocessPreformatted()
166 a_text.append(c); in preprocessPreformatted()
171 a_text.getChars(0, a_text.length(), text, 0); in preprocessPreformatted()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/javax/swing/text/html/parser/support/
H A DtextPreProcessor.java59 if (a_text.length() == 0) in preprocess()
77 a_text.setLength(0); in preprocess()
90 a_text.append(' '); in preprocess()
92 a_text.append(c); in preprocess()
98 a_text.getChars(0, a_text.length(), text, 0); in preprocess()
102 return toCharArray(a_text); in preprocess()
117 if (a_text.length() == 0) in preprocessPreformatted()
150 a_text.setLength(0); in preprocessPreformatted()
166 a_text.append(c); in preprocessPreformatted()
171 a_text.getChars(0, a_text.length(), text, 0); in preprocessPreformatted()
[all …]
/dports/java/sablevm-classpath/sablevm-classpath-1.13/gnu/javax/swing/text/html/parser/support/
H A DtextPreProcessor.java59 if (a_text.length() == 0) in preprocess()
80 a_text.setLength(0); in preprocess()
94 a_text.append(' '); in preprocess()
96 a_text.append(c); in preprocess()
102 a_text.getChars(0, a_text.length(), text, 0); in preprocess()
106 return toCharArray(a_text); in preprocess()
121 if (a_text.length() == 0) in preprocessPreformatted()
154 a_text.setLength(0); in preprocessPreformatted()
170 a_text.append(c); in preprocessPreformatted()
175 a_text.getChars(0, a_text.length(), text, 0); in preprocessPreformatted()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/RTE/classes/
H A Dclass.ilRTE.php192 * @param string $a_text text, including media object tags
202 $a_text = str_replace($found[0], "", $a_text);
224 * @param string $a_text text, including media object tags
230 if (!strlen($a_text)) {
236 …$a_text = preg_replace('/src="([^"]*?\/mobs\/mm_([0-9]+)\/.*?)\"/', 'src="il_' . IL_INST_ID . '_mo…
241 $resulttext = $a_text;
253 $a_text = $resulttext;
257 return $a_text;
262 * @param string $a_text text, including media object tags
266 public static function _getMediaObjects($a_text, $a_direction = 0) argument
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/RTE/classes/
H A Dclass.ilRTE.php192 * @param string $a_text text, including media object tags
202 $a_text = str_replace($found[0], "", $a_text);
224 * @param string $a_text text, including media object tags
230 if (!strlen($a_text)) {
236 …$a_text = preg_replace('/src="([^"]*?\/mobs\/mm_([0-9]+)\/.*?)\"/', 'src="il_' . IL_INST_ID . '_mo…
241 $resulttext = $a_text;
253 $a_text = $resulttext;
257 return $a_text;
262 * @param string $a_text text, including media object tags
266 public static function _getMediaObjects($a_text, $a_direction = 0) argument
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/tms32082/
H A Ddis_pp.cpp450 char a_text[32]; in disassemble() local
490 sprintf(a_text, "0x%02X", src2imm); in disassemble()
510 sprintf(a_text, "0x%02X", src2imm); in disassemble()
515 sprintf(a_text, "0x%02X", src2imm); in disassemble()
525 sprintf(a_text, "%s", REG_NAMES[s1reg]); in disassemble()
570 sprintf(a_text, "%s", REG_NAMES[s2reg]); in disassemble()
590 sprintf(a_text, "%s", REG_NAMES[s2reg]); in disassemble()
595 sprintf(a_text, "%s", REG_NAMES[s2reg]); in disassemble()
636 sprintf(a_text, "0x%08X", imm32); in disassemble()
656 sprintf(a_text, "0x%08X", imm32); in disassemble()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/tms32082/
H A Ddis_pp.cpp450 char a_text[32]; in disassemble() local
490 sprintf(a_text, "0x%02X", src2imm); in disassemble()
510 sprintf(a_text, "0x%02X", src2imm); in disassemble()
515 sprintf(a_text, "0x%02X", src2imm); in disassemble()
525 sprintf(a_text, "%s", REG_NAMES[s1reg]); in disassemble()
570 sprintf(a_text, "%s", REG_NAMES[s2reg]); in disassemble()
590 sprintf(a_text, "%s", REG_NAMES[s2reg]); in disassemble()
595 sprintf(a_text, "%s", REG_NAMES[s2reg]); in disassemble()
636 sprintf(a_text, "0x%08X", imm32); in disassemble()
656 sprintf(a_text, "0x%08X", imm32); in disassemble()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/netbsd32/
H A Dnetbsd32_exec_aout.c163 epp->ep_tsize = execp->a_text; in netbsd32_exec_aout_prep_zmagic()
164 epp->ep_daddr = epp->ep_taddr + execp->a_text; in netbsd32_exec_aout_prep_zmagic()
180 epp->ep_daddr, epp->ep_vp, execp->a_text, in netbsd32_exec_aout_prep_zmagic()
204 epp->ep_tsize = execp->a_text; in netbsd32_exec_aout_prep_nmagic()
243 epp->ep_tsize = execp->a_text; in netbsd32_exec_aout_prep_omagic()
244 epp->ep_daddr = epp->ep_taddr + execp->a_text; in netbsd32_exec_aout_prep_omagic()
270 dsize = epp->ep_dsize + execp->a_text - roundup(execp->a_text, in netbsd32_exec_aout_prep_omagic()
293 epp->ep_tsize = execp->a_text; in netbsd32_exec_aout_prep_oldzmagic()
341 epp->ep_tsize = execp->a_text; in netbsd32_exec_aout_prep_oldnmagic()
385 epp->ep_tsize = execp->a_text; in netbsd32_exec_aout_prep_oldomagic()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/common/
H A Dcompat_exec.c66 epp->ep_tsize = execp->a_text; in exec_aout_prep_oldzmagic()
67 epp->ep_daddr = epp->ep_taddr + execp->a_text; in exec_aout_prep_oldzmagic()
76 NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_pagedvn, execp->a_text, in exec_aout_prep_oldzmagic()
83 execp->a_text + PAGE_SIZE, /* XXX CLBYTES? */ in exec_aout_prep_oldzmagic()
112 epp->ep_tsize = execp->a_text; in exec_aout_prep_oldnmagic()
118 NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_readvn, execp->a_text, in exec_aout_prep_oldnmagic()
124 epp->ep_daddr, epp->ep_vp, execp->a_text + sizeof(struct exec), in exec_aout_prep_oldnmagic()
154 epp->ep_tsize = execp->a_text; in exec_aout_prep_oldomagic()
155 epp->ep_daddr = epp->ep_taddr + execp->a_text; in exec_aout_prep_oldomagic()
161 execp->a_text + execp->a_data, epp->ep_taddr, epp->ep_vp, in exec_aout_prep_oldomagic()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/UIComponent/Tabs/classes/
H A Dclass.ilTabsGUI.php126 * @param string $a_text menu item text
134 $a_text, argument
212 * @param string $a_text tab text
223 "text" => $a_text,
272 * @param string $a_text menu item text
281 $a_text, argument
326 * @param string $a_text menu item text
344 * @param string $a_text menu item text
359 * @param string $a_text menu item text
362 public function setSubTabActive($a_text) argument
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/UIComponent/Tabs/classes/
H A Dclass.ilTabsGUI.php126 * @param string $a_text menu item text
134 $a_text, argument
212 * @param string $a_text tab text
223 "text" => $a_text,
272 * @param string $a_text menu item text
281 $a_text, argument
326 * @param string $a_text menu item text
344 * @param string $a_text menu item text
359 * @param string $a_text menu item text
362 public function setSubTabActive($a_text) argument
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/UIComponent/Tooltip/classes/
H A Dclass.ilTooltipGUI.php22 $a_text, argument
37 $a_text,
55 $a_text, argument
71 $a_text = htmlspecialchars(str_replace(array("\n", "\r"), "", $a_text));
73 $a_text = str_replace(array("\n", "\r", "'", '"'), array("", "", "\'", '\"'), $a_text);
79 ' text:"' . $a_text . '" ' . $addstr . '} );';
/dports/www/ilias6/ILIAS-6.14/Services/UIComponent/Tooltip/classes/
H A Dclass.ilTooltipGUI.php22 $a_text, argument
37 $a_text,
55 $a_text, argument
71 $a_text = htmlspecialchars(str_replace(array("\n", "\r"), "", $a_text));
73 $a_text = str_replace(array("\n", "\r", "'", '"'), array("", "", "\'", '\"'), $a_text);
79 ' text:"' . $a_text . '" ' . $addstr . '} );';
/dports/www/ilias/ILIAS-5.4.25/Services/BackgroundTask/classes/
H A Dclass.ilBackgroundTaskJson.php129 * @param string $a_text
132 protected static function jsonSafeString($a_text) argument
134 if (!is_string($a_text)) {
135 return $a_text;
138 $a_text = htmlentities($a_text, ENT_COMPAT | ENT_HTML401, "UTF-8");
139 $a_text = str_replace("'", "&#039;", $a_text);
141 return $a_text;
/dports/misc/rump/buildrump.sh-b914579/src/sys/kern/
H A Dexec_aout.c158 epp->ep_tsize = execp->a_text; in exec_aout_prep_zmagic()
159 epp->ep_daddr = epp->ep_taddr + execp->a_text; in exec_aout_prep_zmagic()
173 epp->ep_daddr, epp->ep_vp, execp->a_text, in exec_aout_prep_zmagic()
196 epp->ep_tsize = execp->a_text; in exec_aout_prep_nmagic()
197 epp->ep_daddr = roundup(epp->ep_taddr + execp->a_text, AOUT_LDPGSZ); in exec_aout_prep_nmagic()
202 NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_readvn, execp->a_text, in exec_aout_prep_nmagic()
208 epp->ep_daddr, epp->ep_vp, execp->a_text + sizeof(struct exec), in exec_aout_prep_nmagic()
232 epp->ep_tsize = execp->a_text; in exec_aout_prep_omagic()
233 epp->ep_daddr = epp->ep_taddr + execp->a_text; in exec_aout_prep_omagic()
239 execp->a_text + execp->a_data, epp->ep_taddr, epp->ep_vp, in exec_aout_prep_omagic()
[all …]
/dports/misc/rump/buildrump.sh-b914579/src/sys/compat/m68k4k/
H A Dm68k4k_exec.c176 epp->ep_tsize = execp->a_text; in exec_m68k4k_prep_zmagic()
177 epp->ep_daddr = epp->ep_taddr + execp->a_text; in exec_m68k4k_prep_zmagic()
186 NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_pagedvn, execp->a_text, in exec_m68k4k_prep_zmagic()
191 epp->ep_daddr, epp->ep_vp, execp->a_text, in exec_m68k4k_prep_zmagic()
214 epp->ep_tsize = execp->a_text; in exec_m68k4k_prep_nmagic()
215 epp->ep_daddr = roundup(epp->ep_taddr + execp->a_text, in exec_m68k4k_prep_nmagic()
221 NEW_VMCMD(&epp->ep_vmcmds, vmcmd_map_readvn, execp->a_text, in exec_m68k4k_prep_nmagic()
251 epp->ep_tsize = execp->a_text; in exec_m68k4k_prep_omagic()
252 epp->ep_daddr = epp->ep_taddr + execp->a_text; in exec_m68k4k_prep_omagic()
258 execp->a_text + execp->a_data, epp->ep_taddr, epp->ep_vp, in exec_m68k4k_prep_omagic()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/
H A Dbinfmt_aout.c166 current->mm->end_code = ex.a_text + in load_aout_binary()
186 map_size = ex.a_text+ex.a_data + PAGE_SIZE - 1; in load_aout_binary()
189 map_size = ex.a_text+ex.a_data; in load_aout_binary()
196 ex.a_text+ex.a_data); in load_aout_binary()
200 if ((ex.a_text & 0xfff || ex.a_data & 0xfff) && in load_aout_binary()
214 error = vm_brk(N_TXTADDR(ex), ex.a_text+ex.a_data); in load_aout_binary()
219 ex.a_text + ex.a_data); in load_aout_binary()
234 fd_offset + ex.a_text); in load_aout_binary()
305 ex.a_text + ex.a_data); in load_aout_library()
318 len = PAGE_ALIGN(ex.a_text + ex.a_data); in load_aout_library()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/
H A Dbinfmt_aout.c166 current->mm->end_code = ex.a_text + in load_aout_binary()
186 map_size = ex.a_text+ex.a_data + PAGE_SIZE - 1; in load_aout_binary()
189 map_size = ex.a_text+ex.a_data; in load_aout_binary()
196 ex.a_text+ex.a_data); in load_aout_binary()
200 if ((ex.a_text & 0xfff || ex.a_data & 0xfff) && in load_aout_binary()
214 error = vm_brk(N_TXTADDR(ex), ex.a_text+ex.a_data); in load_aout_binary()
219 ex.a_text + ex.a_data); in load_aout_binary()
234 fd_offset + ex.a_text); in load_aout_binary()
305 ex.a_text + ex.a_data); in load_aout_library()
318 len = PAGE_ALIGN(ex.a_text + ex.a_data); in load_aout_library()
[all …]

12345678910>>...28