/plugin/alphalist/ |
H A D | helper.php | 40 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 D | syntax.php | 95 $list[$alphalist->plain($match[2])] = $match[2]; 115 $list[$alphalist->plain($match[2])] = $match[2];
|
/plugin/freechat/phpfreechat/lib/csstidy-1.2/ |
H A D | class.csstidy_print.php | 96 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 D | phar-sample.phar | 17 '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 D | jquery.syntax.layout.plain.css | 1 .syntax-container.syntax-theme-base .syntax.plain { 5 .syntax-container.syntax-theme-base .syntax.plain pre {
|
/plugin/dokuprism/ |
H A D | style.css | 1 pre.plain { 7 pre.plain > code {
|
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
H A D | SafeFN.class.php | 19 …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 D | SafeFN.class.php | 18 …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 D | SafeFN.class.php | 19 …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 D | phpSesame.php | 325 $request->setHeader('Accept: text/plain'); 352 $request->setHeader('Content-type: text/plain'); 421 $request->setHeader('Accept: text/plain');
|
/plugin/authradius/ |
H A D | mschap.php | 37 function NtPasswordHash($plain) argument 39 return pack('H*', hash('md4', str2unicode($plain)));
|
/plugin/jquery-syntax/jquery-syntax/modern/ |
H A D | jquery.syntax.layout.plain.css | 1 .syntax-container.syntax-theme-modern .syntax.plain { 14 .syntax-container.syntax-theme-modern .syntax.plain pre {
|
/plugin/combo/resources/conf/ |
H A D | txt.mime.conf | 2 txt text/plain
|
/plugin/jquery-syntax/jquery-syntax/ |
H A D | jquery.syntax.layout.plain.js | 5 Syntax.layouts.plain=function(options,code,container){var toolbar=jQuery('<div class="toolbar">');v… function
|
/plugin/sfauth/ |
H A D | plugin.info.txt | 6 desc Allow SalesForce auth besides auth plain.
|
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/ |
H A D | Core.EscapeInvalidTags.txt |
|
/plugin/text/ |
H A D | plugin.info.txt | 6 desc renders page as plain text. USAGE: <pagename>?do=export_text (Original author: Todd Augsburg…
|
/plugin/structcondstyle/ |
H A D | plugin.info.txt | 6 … extension plugin that allows the user to style parts of agregations with plain CSS depending on t…
|
/plugin/onlinenumber/ |
H A D | plugin.info.txt | 6 desc Export the current number of those who is browsing your wiki, in plain text. This plugin is p…
|
/plugin/pagetitle/ |
H A D | plugin.info.txt | 6 desc Define a title of the wiki page by <title> tag. This plugin allows to write decorative title on the page with setting plain title text in metadata storage.
|
/plugin/syntaxhighlighter3/sxh3/pkg/styles/ |
H A D | shThemeDefault.css | 35 .syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:black !important;}
|
H A D | shThemeEmacs.css | 35 .syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:#d3d3d3 !important;}
|
H A D | shThemeFadeToGrey.css | 35 .syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:white !important;}
|
H A D | shThemeMDUltra.css | 35 .syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:lime !important;}
|
H A D | shThemeMidnight.css | 35 .syntaxhighlighter .plain,.syntaxhighlighter .plain a{color:#d1edff !important;}
|