Home
last modified time | relevance | path

Searched refs:Next (Results 1 – 25 of 77) sorted by relevance

1234

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/ !
H A DLzw.php30 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;
H A DGif.php38 unset($this->m_img->m_lzw->Next);
/plugin/countdown/ !
Dsyntax.php71 $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/ !
Dcommands.asp45 Next
74 Next
88 Next
108 On Error Resume Next
Dutil.asp51 Next
Dclass_upload.asp326 Next
344 Next
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Selector/Combinator/ !
H A DNext.php6 class Next extends Combinator { class
/plugin/photogallery/phpThumb/ !
Dphpthumb.gif.php168 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/ !
Darray.rst11 First, :ref:`install the Extensions library<extensions-install>`. Next, add
Dtext.rst12 First, :ref:`install the Extensions library<extensions-install>`. Next, add
/plugin/blogtng/ !
Dplugin.info.txt6 name Next Generation Blog Plugin
/plugin/mdimport/ !
H A D.gitignore77 # Next.js build output
87 # Comment in the public line in if your project uses Gatsby and not Next.js
/plugin/pdfjs/pdfjs/web/locale/en-ZA/ !
Dviewer.properties18 next.title=Next Page
19 next_label=Next
116 find_next_label=Next
/plugin/wysiwyg/fckeditor/_samples/asp/ !
Dsampleposteddata.asp50 <% Next %>
/plugin/grensladawritezor/fckeditor/_samples/asp/ !
Dsampleposteddata.asp50 <% Next %>
/plugin/codeprettify/code-prettify/src/ !
Dlang-vb.js51 …|Loop|Me|Mod|Module|MustInherit|MustOverride|MyBase|MyClass|Namespace|New|Next|Not|NotInheritable|…
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/ !
H A DSequence.php125 return new Ast\Selector\Combinator\Next($sequence);
/plugin/pdfjs/pdfjs/web/locale/en-CA/ !
Dviewer.properties18 next.title=Next Page
19 next_label=Next
165 find_next_label=Next
/plugin/pdfjs/pdfjs/web/locale/en-US/ !
Dviewer.properties18 next.title=Next Page
19 next_label=Next
165 find_next_label=Next
/plugin/imagecarousel/vendor/slick/ !
DREADME.markdown79 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/ !
Dviewer.properties18 next.title=Next Page
19 next_label=Next
165 find_next_label=Next
/plugin/prettyphoto/css/ !
DprettyPhoto.css26 …/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/ !
DREADME.md56 Next, run the Composer command to install the latest stable version of Guzzle:
/plugin/infobox/ !
DREADME.md120 ::: → Next :::
/plugin/dirtylittlehelper/mermaid/editor/docs/ !
D67.67.js.map1Next',\n 'Not',\n 'Nothing',\n 'NotInheritable',\n 'NotOverridable',\n…

1234