/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/ |
H A D | Lzw.php | 123 if ($Code == $this->ClearCode) { 144 if ($Code == $this->EndCode) { 148 $InCode = $Code; 149 if ($Code >= $this->MaxCode) { 151 $Code = $this->OldCode; 154 while ($Code >= $this->ClearCode) { 157 if ($Code == $this->Next[$Code]) { // Circular table entry, big GIF Error! 161 $Code = $this->Next[$Code]; 164 $this->FirstCode = $this->Vals[$Code]; 168 $this->Next[$Code] = $this->OldCode; [all …]
|
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/Extension/Renderer/Inline/ |
H A D | CodeRenderer.php | 20 use League\CommonMark\Inline\Element\Code; alias 27 * @param Code $inline 34 if (!($inline instanceof Code)) {
|
/plugin/commonmark/vendor/league/commonmark/src/Inline/Renderer/ |
H A D | CodeRenderer.php | 20 use League\CommonMark\Inline\Element\Code; alias 26 * @param Code $inline 33 if (!($inline instanceof Code)) {
|
/plugin/qrcode2/ |
H A D | plugin.info.txt | 5 name QR Code 6 desc Display QR Code
|
/plugin/codeprettify/ |
H A D | README.md | 1 DokuWiki plugin Code Prettifier 11 <Code:php linenums:1 |Example #1 Our first PHP script: //hello.php//> 20 </Code>
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckplugin.js | 44 if ( this.AvailableLangs.IndexOf( FCKLanguageManager.ActiveLanguage.Code ) >= 0 ) 45 sLang = FCKLanguageManager.ActiveLanguage.Code ;
|
/plugin/codebuttonmod2/ |
H A D | README.MD | 1 # CodeButtonMod 2 Plugin - Toolbar Code Button 42 - The overlay of the Mod 1 additional button is changed to **Insert Code (Download)**. 43 - An additional button **Insert Code (Copy)** is added to the toolbar. 44 - An additional button **Insert Inline Code** is added to the toolbar.
|
H A D | plugin.info.txt | 5 name Toolbar Code Button - Mod 2 13 name Toolbar Code Button - Mod 1
|
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/ |
H A D | BacktickParser.php | 17 use League\CommonMark\Inline\Element\Code; alias 52 $inlineContext->getContainer()->appendChild(new Code($c));
|
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/ |
H A D | md1_inline_html_simple.md | 38 Code block: 46 Code:
|
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.gif.php | 259 if ($Code == $this->ClearCode) { 280 if ($Code == $this->EndCode) { 284 $InCode = $Code; 285 if ($Code >= $this->MaxCode) { 288 $Code = $this->OldCode; 291 while ($Code >= $this->ClearCode) { 295 if ($Code == $this->Next[$Code]) // Circular table entry, big GIF Error! 298 $Code = $this->Next[$Code]; 301 $this->FirstCode = $this->Vals[$Code]; 306 $this->Next[$Code] = $this->OldCode; [all …]
|
/plugin/jplayer/vendor/james-heinrich/getid3/licenses/ |
H A D | license.mpl-20.txt | 19 means Source Code Form to which the initial Contributor has attached 20 the notice in Exhibit A, the Executable Form of such Source Code 21 Form, and Modifications of such Source Code Form, in each case 35 means any form of the work other than Source Code Form. 52 (a) any file in Source Code Form that results from an addition to, 56 (b) any new file in Source Code Form that contains any Covered 73 1.13. "Source Code Form" 165 Code Form of the Covered Software is governed by the terms of this 174 (a) such Covered Software must also be made available in Source Code 202 or limitations of liability) contained within the Source Code Form of [all …]
|
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/ |
H A D | README.md | 4 [ ; 160 this.ActiveLanguage.Name = this.AvailableLanguages[ this.ActiveLanguage.Code ] ;
|
/plugin/ckgdoku/ckeditor/ |
H A D | LICENSE.md | 827 Covered Code available to a third party. 836 1.3. "Covered Code" means the Original Code or Modifications or the 845 Code. 870 1.10. "Original Code" means Source Code of computer software code 879 1.11. "Source Code" means the preferred form of the Covered Code for 900 2. Source Code License. 949 the Covered Code. 966 Section 2.2. The Source Code version of Covered Code may be 976 3.2. Availability of Source Code. 1285 the notices in the Source Code files of the Original Code. You should [all …]
|
/plugin/ckgedit/ckeditor/ |
H A D | LICENSE.md | 827 Covered Code available to a third party. 836 1.3. "Covered Code" means the Original Code or Modifications or the 845 Code. 870 1.10. "Original Code" means Source Code of computer software code 879 1.11. "Source Code" means the preferred form of the Covered Code for 900 2. Source Code License. 949 the Covered Code. 966 Section 2.2. The Source Code version of Covered Code may be 976 3.2. Availability of Source Code. 1285 the notices in the Source Code files of the Original Code. You should [all …]
|
/plugin/mdpage/vendor/cebe/markdown/tests/extra-data/ |
H A D | tables.md | 47 `Code | Pipe` | Broken | Blank 48 `Escaped Code \| Pipe` | Broken | Blank
|
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/ |
H A D | tables.md | 47 `Code | Pipe` | Broken | Blank 48 `Escaped Code \| Pipe` | Broken | Blank
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/_files/ |
H A D | BankAccount-text.txt | 3 Code Coverage Report:
|
H A D | class-with-anonymous-function-text.txt | 3 Code Coverage Report:
|
H A D | ignored-lines-text.txt | 3 Code Coverage Report:%w
|