Searched refs:Next (Results 1 – 25 of 79) sorted by relevance
1234
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/ |
| D | Lzw.php | 30 var $Next; variable in Mpdf\\Gif\\Lzw 44 unset($this->Next); 49 $this->Next = range(0, (1 << $this->MAX_LZW_BITS) - 1); 92 $this->Next[$i] = 0; 97 $this->Next[$i] = 0; 125 $this->Next[$i] = 0; 130 $this->Next[$i] = 0; 157 if ($Code == $this->Next[$Code]) { // Circular table entry, big GIF Error! 161 $Code = $this->Next[$Code]; 168 $this->Next[$Code] = $this->OldCode;
|
| D | Gif.php | 38 unset($this->m_img->m_lzw->Next);
|
| /plugin/countdown/ |
| D | syntax.php | 71 $Next= new DateTimeImmutable($dest); 72 $dt_diff= date_diff($Hoy,$Next); 124 … $renderer->doc .= " (" . strftime($this->getLang('outputformat'), $Next->getTimestamp()) . ")";
|
| /plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/ |
| D | commands.asp | 45 Next 74 Next 88 Next 108 On Error Resume Next
|
| D | util.asp | 51 Next
|
| D | class_upload.asp | 326 Next 344 Next
|
| /plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/Combinator/ |
| H A D | Next.php | 6 class Next extends Combinator { class
|
| /plugin/photogallery/phpThumb/ |
| D | phpthumb.gif.php | 168 public $ClearCode, $EndCode, $Next, $Vals, $Stack, $sp, $Buf, $CurBit, $LastBit, $Done, $LastByte; 176 unSet($this->Next); 181 $this->Next = range(0, (1 << $this->MAX_LZW_BITS) - 1); 229 $this->Next[$i] = 0; 234 $this->Next[$i] = 0; 261 $this->Next[$i] = 0; 266 $this->Next[$i] = 0; 295 if ($Code == $this->Next[$Code]) // Circular table entry, big GIF Error! 298 $Code = $this->Next[$Code]; 306 $this->Next[$Code] = $this->OldCode;
|
| /plugin/findologicxmlexport/vendor/twig/extensions/doc/ |
| D | array.rst | 11 First, :ref:`install the Extensions library<extensions-install>`. Next, add
|
| D | text.rst | 12 First, :ref:`install the Extensions library<extensions-install>`. Next, add
|
| /plugin/blogtng/ |
| D | plugin.info.txt | 6 name Next Generation Blog Plugin
|
| /plugin/pdfjs/pdfjs/web/locale/en-ZA/ |
| D | viewer.properties | 18 next.title=Next Page 19 next_label=Next 116 find_next_label=Next
|
| /plugin/calendar/ |
| D | EVENTLIST_RANGE.txt | 21 * Shows: Next 7 days (today + 6 days)
|
| D | EVENTLIST_COMPACT.md | 72 ### Upcoming Events (Next 7 Days) 185 Next 7 days of personal events.
|
| D | QUICK_REFERENCE.md | 30 - `range=week` - Next 7 days
|
| /plugin/wysiwyg/fckeditor/_samples/asp/ |
| D | sampleposteddata.asp | 50 <% Next %>
|
| /plugin/grensladawritezor/fckeditor/_samples/asp/ |
| D | sampleposteddata.asp | 50 <% Next %>
|
| /plugin/codeprettify/code-prettify/src/ |
| D | lang-vb.js | 51 …|Loop|Me|Mod|Module|MustInherit|MustOverride|MyBase|MyClass|Namespace|New|Next|Not|NotInheritable|…
|
| /plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/ |
| H A D | Sequence.php | 125 return new Ast\Selector\Combinator\Next($sequence);
|
| /plugin/pdfjs/pdfjs/web/locale/en-CA/ |
| D | viewer.properties | 18 next.title=Next Page 19 next_label=Next 165 find_next_label=Next
|
| /plugin/pdfjs/pdfjs/web/locale/en-US/ |
| D | viewer.properties | 18 next.title=Next Page 19 next_label=Next 165 find_next_label=Next
|
| /plugin/imagecarousel/vendor/slick/ |
| D | README.markdown | 79 arrows | boolean | true | Enable Next/Prev arrows 84 …ton type="button" class="slick-next">Next</button> | Allows you to select a node or customize the …
|
| /plugin/pdfjs/pdfjs/web/locale/en-GB/ |
| D | viewer.properties | 18 next.title=Next Page 19 next_label=Next 165 find_next_label=Next
|
| /plugin/prettyphoto/css/ |
| D | prettyPhoto.css | 26 …/prettyPhoto/default/sprite_next.png) center right no-repeat; cursor: pointer; } /* Next button */ 76 …rettyPhoto/light_rounded/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */ 113 …prettyPhoto/dark_rounded/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */ 174 …/prettyPhoto/dark_square/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */ 206 …prettyPhoto/light_square/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */ 243 …ages/prettyPhoto/facebook/btnNext.png) center right no-repeat; cursor: pointer; } /* Next button */
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
| D | README.md | 56 Next, run the Composer command to install the latest stable version of Guzzle:
|
1234