Home
last modified time | relevance | path

Searched refs:code (Results 526 – 550 of 2534) sorted by relevance

1...<<21222324252627282930>>...102

/plugin/syntaxhighlighter/Uncompressed/
H A DshCore.js81 window.clipboardData.setData('text', code);
258 while((match = regex.exec(this.code)) != null)
339 var lines = code.split('\n');
438 dp.sh.Highlighter.prototype.Highlight = function(code) argument
485 if(code == null)
486 code = '';
488 this.originalCode = code;
489 this.code = Chop(Unindent(code));
514 this.code = this.ProcessSmartTabs(this.code);
521 this.AddBit(this.code, null);
[all …]
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js12 {window.clipboardData.setData('text',code);}
49 {var index=0;var match=null;while((match=regex.exec(this.code))!=null)
72 dp.sh.Highlighter.prototype.ProcessSmartTabs=function(code) argument
73 {var lines=code.split('\n');var result='';var tabSize=4;var tab='\t';function InsertSpaces(line,pos…
95 dp.sh.Highlighter.prototype.Highlight=function(code) argument
110 var pos=0;if(code==null)
111 code='';this.originalCode=code;this.code=Chop(Unindent(code));this.div=this.CreateElement('DIV');th…
115 this.code=this.ProcessSmartTabs(this.code);this.ProcessRegexList();if(this.matches.length==0)
116 {this.AddBit(this.code,null);this.SwitchToList();this.div.appendChild(this.bar);this.div.appendChil…
121 continue;this.AddBit(Copy(this.code,pos,match.index),null);this.AddBit(match.value,match.css);pos=m…
[all …]
/plugin/userhomepage/lang/en/
H A Duserhomepage_private.default4 <code>[[example page 1]]
5 [[example 2|My example page 2]]</code>
7 <code>[[@TARGETPRIVATENS@:<sub-namespace_to_create>:example 3]]</code>
/plugin/confmanager/lang/ko/
H A Dinterwiki.txt6 <code>
11 </code>
20 <code> [[this>feed.php]] </code>
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php9 * file that was distributed with this source code.
18 * - mb_chr - Returns a specific character from its Unicode code point
20 * - mb_convert_variables - Convert character code in variable(s)
32 * - mb_ord - Returns the Unicode code point of a character
757 public static function mb_chr($code, $encoding = null) argument
759 if (0x80 > $code %= 0x200000) {
760 $s = \chr($code);
761 } elseif (0x800 > $code) {
762 $s = \chr(0xC0 | $code >> 6).\chr(0x80 | $code
[all...]
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.layout.plain.js5code,container){var toolbar=jQuery('<div class="toolbar">');var scrollContainer=jQuery('<div class… argument
/plugin/twofactor/
H A DProvider.php163 * Generate an auth code
166 * @throws \Exception when no code can be created
178 * Check the given code
180 * @param string $code
181 * @param bool $usermessage should a message about the failed code be shown to the user?
183 * @throws \RuntimeException when no code can be created
185 public function checkCode($code, $usermessage = true) argument
191 $ok = $ga->verifyCode($secret, $code, $this->getTolerance());
212 * Transmits the code to the user
217 * @param string $code Th
221 transmitMessage($code) global() argument
[all...]
/plugin/orphanmedia/
H A Dconfig.ini1 code = "/\<code\>.*^\<\/code\>/smU" key
/plugin/orphanmedia2/
H A Dconfig.ini1 code = "/\<code\>.*^\<\/code\>/smU" key
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DOutput.FixInnerHTML.txt
H A DOutput.SortAttr.txt
H A DCore.HiddenElements.txt
H A DFilter.ExtractStyleBlocks.TidyImpl.txt
H A DURI.MungeResources.txt
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlazy-list.md13 2. Item two with some code:
14 code one
23 3. Item three with code:
25 code two
H A Dreferences.md1 In the following example we will im[ple]ment support for [fenced code blocks][] which are part
4 [fenced code blocks]: https://help.github.com/articles/github-flavored-markdown#fenced-code-blocks
5 "Fenced code block feature of github flavored markdown"
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DEvalBarrett.php65 $code = 'return bcmod($x, $n);';
66 eval('$func = function ($n) { ' . $code . '};');
81 $code = '
106 eval('$func = function ($n) { ' . $code . '};');
/plugin/googleverify/
H A Daction.php43 $code = $this->getConf('verify');
44 if (empty($code)) return;
48 "content" => $code,
/plugin/issuelinks/helper/
H A Dutil.php82 * @param int $code
85 public function sendResponse($code, $msg) argument
88 if ((int)$code === 204) {
91 http_status($code);
/plugin/userhomepage/lang/de-informal/
H A Duserhomepage_private.default4 <code>[[beispielseite 1]]
5 [[beispiel 2|Meine Beispielseite 2]]</code>
7 <code>[[@TARGETPRIVATENS@:<zu-erstellender-unter-namespace>:beispiel 3]]</code>
/plugin/geophp/vendor/funiq/geophp/src/Exception/
H A DUnsupportedMethodException.php15 * @param int $code
18 public function __construct($method, $code = 0, $message = null) argument
21 parent::__construct($message, $code);
/plugin/pycode/
H A Dstyle.css23 .dokuwiki dl.code.nums_pycode dt {
28 .dokuwiki dl.code.nums_pycode dd {
32 .dokuwiki pre.code.nums_pycode {
41 /*____________ code ____________*/
53 .dokuwiki dl.code.code_pycode dt {
59 .dokuwiki pre.code.code_pycode {
/plugin/bootswrapper/exe/help/
H A Dalert.txt23 <code html5>
28 </code>
36 <code html5><alert type="warning" dismiss="true">**Warning!** Better check yourself, you're not loo…
42 <code html5><alert type="warning" dismiss="true" icon="fa fa-warning">**Warning!** Better check you…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DError.php20 * @param int $code
25 public function __construct($message, $code, $file, $line, Exception $previous = null) argument
27 parent::__construct($message, $code, $previous);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DUnsolicitedNotificationException.php9 * file that was distributed with this source code.
17 * Thrown when an unsolicited notification is received. Holds the error, code, and OID of the notification type.
30 * @param int $code
34 public function __construct($message = "", $code = 0, Throwable $previous = null, $oid = "")
37 parent::__construct($message, $code, $previous);
31 __construct($message = '', $code = 0, \\Throwable $previous = null, $oid = '') global() argument

1...<<21222324252627282930>>...102