Home
last modified time | relevance | path

Searched refs:special (Results 1 – 25 of 698) sorted by relevance

12345678910>>...28

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php530 * @param array $special
570 if (isset($special[$key])) {
571 $value = $special[$key]($value);
654 if (isset($special[$key])) {
655 $candidate = $special[$key]($candidate);
728 if (isset($special[$key])) {
855 * @param array $special
862 return self::encode_der($source, $mapping, null, $special);
871 * @param array $special
887 if (isset($special[$idx])) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CivicInfo/
H A DContest.php112 public $special; variable in Google\\Service\\CivicInfo\\Contest
443 public function setSpecial($special) argument
445 $this->special = $special;
452 return $this->special;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D47.47.js1special:["\\n","\\r","\\t","\\b","\\a","\\f","\\v","\\'",'\\"',"\\\\"],brackets:[{open:"{",close:"… property in AnonymousFunction3be257710100.n
/plugin/publist/
H A DTODO10 * In function ConnectTo (syntax.php), make special pattern not to collide
17 * Stronger special pattern parsing in function "handle" (syntax.php)
21 * Completely change special pattern format to something like:
/plugin/publistf/
H A DTODO10 * In function ConnectTo (syntax.php), make special pattern not to collide
17 * Stronger special pattern parsing in function "handle" (syntax.php)
21 * Completely change special pattern format to something like:
/plugin/publistx/
H A DTODO10 * In function ConnectTo (syntax.php), make special pattern not to collide
17 * Stronger special pattern parsing in function "handle" (syntax.php)
21 * Completely change special pattern format to something like:
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushPython.js8 var special = 'None True False self cls class_'
18 { regex: new RegExp(this.GetKeywords(special), 'gm'), css: 'special' }
/plugin/syntaxhighlighter/Scripts/
H A DshBrushPython.js9 …port in is '+'lambda not or pass print raise return try yield while';var special='None True False …
10 …ywords(keywords),'gm'),css:'keyword'},{regex:new RegExp(this.GetKeywords(special),'gm'),css:'speci…
/plugin/bliki/
H A Dlocal.php.dist6 …'===== l, F j ====='; // Format for date header/separator (passed to date(), escape special flags!)
7 … Format for the footer datestamp (includes hours/minutes) (passed to date(), escape special flags!)
8 …|Edit]]</sub> \\\\ \\\\ '; // use {timestamp}, {permalink} and {edit} to link to special variables.
/plugin/codehighlight/cp/languages/
H A Dgeneric.css6 u {color:darkblue;font-weight:bold;} /* special words */
9 em {font-weight:bold;} /* special chars */
H A Djavascript.css6 u {color:darkblue;font-weight:bold;} /* special words */
H A Druby.css10 u {font-weight:bold;} /* special chars */
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushPython.js23 var special = 'None True False self cls class_';
35 { regex: new RegExp(this.getKeywords(special), 'gm'), css: 'color1' }
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushPython.js39 var special = 'None True False self cls class_';
51 { regex: new RegExp(this.getKeywords(special), 'gm'), css: 'color1' }
/plugin/diagramsnet/lib/
H A Dexport-fonts.css1 /* Add any special fonts css for export3.html (mainly PDF export) */
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/block/
H A Dspecial_chars.test2 "§" special chars in a block name
/plugin/datasearchform/
H A DREADME.md4 Adds a special search form to search through the data entries of the data plugin.
/plugin/charpicker/
H A Dplugin.info.txt6 desc Adds characters to special chars picker
/plugin/randompage2/
H A Dplugin.info.txt6 desc Select dokuwiki page at random using special link
/plugin/bootswrapper/exe/help/
H A Dmacro.txt3 This plugin provide a special macro to control the flow of the page.
/plugin/googlefonts/
H A Dplugin.info.txt6 desc Embed multiple special font for headlines with Google Font.
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dmacro.rst40 special ``varargs`` variable as a list of values.
47 You can pass the whole context as an argument by using the special
73 special ``_self`` variable to import them:
/plugin/dwspecialist/
H A Dsyntax.php146 $special= array_reverse(breadcrumbs()); // array([plf:plf] => 'Projektleitfaden', ...)
147 foreach ($special as $id => $name) {
/plugin/authgoogle/google/contrib/
H A DGoogle_CivicInfoService.php347 public $special; variable in Google_Contest
435 public function setSpecial( $special) { argument
436 $this->special = $special;
439 return $this->special;
/plugin/farm/install/animaltemplate/conf/
H A Dacl.auth.php.dist10 # If your auth backend allows special char like spaces in groups

12345678910>>...28