Home
last modified time | relevance | path

Searched refs:plain (Results 1 – 25 of 216) sorted by relevance

123456789

/plugin/alphalist/
H A Dhelper.php40 function plain($string) function in helper_plugin_alphalist
43 $plain = str_replace($doku_inline_tags, '', $string);
45 $plain = preg_replace($req_link, '', $plain);
48 dbglog(trim($plain), 'alphalist helper::plain after');
50 return trim($plain);
H A Dsyntax.php95 $list[$alphalist->plain($match[2])] = $match[2];
115 $list[$alphalist->plain($match[2])] = $match[2];
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_print.php96 function plain() function in csstidy_print
116 * @param bool $plain plain text or not
120 function _print($plain = false) argument
133 if ($plain) {
164 $out .= $template[0].$this->_htmlsp($token[1], $plain).$template[1];
170 …= '@') ? $template[2].$this->_htmlsp($token[1], $plain) : $template[0].$this->_htmlsp($token[1], $
181 $out .= $this->_htmlsp($token[1], $plain);
209 if (!$plain) {
279 * @param bool $plain
285 function _htmlsp($string, $plain) argument
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Loader/Fixtures/phar/
H A Dphar-sample.phar17 'c' => 'text/plain',
18 'cc' => 'text/plain',
19 'cpp' => 'text/plain',
20 'c++' => 'text/plain',
21 'dtd' => 'text/plain',
22 'h' => 'text/plain',
23 'log' => 'text/plain',
24 'rng' => 'text/plain',
25 'txt' => 'text/plain',
26 'xsd' => 'text/plain',
[all …]
/plugin/jquery-syntax/jquery-syntax/base/
H A Djquery.syntax.layout.plain.css1 .syntax-container.syntax-theme-base .syntax.plain {
5 .syntax-container.syntax-theme-base .syntax.plain pre {
/plugin/dokuprism/
H A Dstyle.css1 pre.plain {
7 pre.plain > code {
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php19 …private static $plain = '-./[_0123456789abcdefghijklmnopqrstuvwxyz'; // these characters aren't co… variable in SafeFN
85 … return !preg_match('#[^'.self::$plain.self::$post_indicator.self::$pre_indicator.']#',$safe);
102 … if ($codepoint < 127 && (strpos(self::$plain.self::$post_indicator,chr($codepoint))!==false)) {
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php18 …private static $plain = '-./[_0123456789abcdefghijklmnopqrstuvwxyz'; // these characters aren't co… variable in SafeFN
84 … return !preg_match('#[^'.self::$plain.self::$post_indicator.self::$pre_indicator.']#',$safe);
101 … if ($codepoint < 127 && (strpos(self::$plain.self::$post_indicator,chr($codepoint))!==false)) {
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A DSafeFN.class.php19 …private static $plain = '-./[_0123456789abcdefghijklmnopqrstuvwxyz'; // these characters aren't co… variable in SafeFN
85 … return !preg_match('#[^'.self::$plain.self::$post_indicator.self::$pre_indicator.']#',$safe);
102 … if ($codepoint < 127 && (strpos(self::$plain.self::$post_indicator,chr($codepoint))!==false)) {
/plugin/semanticdata/phpSesame/
H A DphpSesame.php325 $request->setHeader('Accept: text/plain');
352 $request->setHeader('Content-type: text/plain');
421 $request->setHeader('Accept: text/plain');
/plugin/authradius/
H A Dmschap.php37 function NtPasswordHash($plain) argument
39 return pack('H*', hash('md4', str2unicode($plain)));
/plugin/jquery-syntax/jquery-syntax/modern/
H A Djquery.syntax.layout.plain.css1 .syntax-container.syntax-theme-modern .syntax.plain {
14 .syntax-container.syntax-theme-modern .syntax.plain pre {
/plugin/combo/resources/conf/
H A Dtxt.mime.conf2 txt text/plain
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.layout.plain.js5 Syntax.layouts.plain=function(options,code,container){var toolbar=jQuery('<div class="toolbar">');v… function
/plugin/sfauth/
H A Dplugin.info.txt6 desc Allow SalesForce auth besides auth plain.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.EscapeInvalidTags.txt
/plugin/text/
H A Dplugin.info.txt6 desc renders page as plain text. USAGE: <pagename>?do=export_text (Original author: Todd Augsburg…
/plugin/structcondstyle/
H A Dplugin.info.txt6 … extension plugin that allows the user to style parts of agregations with plain CSS depending on t…
/plugin/onlinenumber/
H A Dplugin.info.txt6 desc Export the current number of those who is browsing your wiki, in plain text. This plugin is p…
/plugin/pagetitle/
H A Dplugin.info.txt6 …ag. This plugin allows to write decorative title on the page with setting plain title text in meta…
/plugin/syntaxhighlighter3/sxh3/pkg/styles/
H A DshThemeDefault.css35 .syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:black !important;}
H A DshThemeEmacs.css35 .syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:#d3d3d3 !important;}
H A DshThemeFadeToGrey.css35 .syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:white !important;}
H A DshThemeMDUltra.css35 .syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:lime !important;}
H A DshThemeMidnight.css35 .syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:#d1edff !important;}

123456789