Home
last modified time | relevance | path

Searched refs:extension (Results 276 – 300 of 369) sorted by last modified time

1...<<1112131415

/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG148 * fixed C89 compat for the C extension
342 * fixed memory leaks in the C extension
428 * fixed the C extension compilation on Windows
432 * fixed a crash of the C extension on an edge case
437 * fixed crashes of the C extension on some edge cases
522 * fixed C extension compilation on Windows
618 * fixed Twig C extension
849 * made the Escaper extension enabled by default
935 * added a sandbox tag in the sandbox extension
957 * added support for gettext via the `i18n` extension
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst18 share them with others, you should then create an extension as described
26 extension (see the next section of this chapter).
29 different possible extension points and when to use them.
37 To understand why Twig exposes so many extension points, let's see how to
59 the most complex extension point of Twig.
590 An extension is a class that implements the following interface::
655 * Returns the name of the extension.
657 * @return string The extension name
678 return a unique identifier for the extension.
751 Adding a tag in an extension can be done by overriding the
[all …]
H A Dapi.rst140 the template filename extension (this strategy does not incur any overhead at
330 extension is as simple as using the ``addExtension()`` method::
365 The ``core`` extension defines all the core features of Twig:
375 The ``escaper`` extension adds automatic output escaping to Twig. It defines a
378 When creating the escaper extension, you can switch on or off the global
473 The ``sandbox`` extension can be used to evaluate untrusted code. Access to
511 the extension constructor::
519 The Profile extension was added in Twig 1.18.
521 The ``profiler`` extension enables a profiler for Twig templates; it should
549 The ``optimizer`` extension optimizes the node tree before compilation::
H A Ddeprecated.rst38 * As of Twig 1.x, the ability to remove an extension is deprecated and the
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dconvert_encoding.rst17 This filter relies on the `iconv`_ or `mbstring`_ extension, so one of
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md203 …ensions` commandline option to suppress loading of extensions (from configured extension directory)
/plugin/gdpr/helper/
H A Dutils.php26 list($extension, $basename) = explode('.', strrev($entry), 2);
27 $extension = strrev($extension);
29 if ($extension !== 'changes') {
/plugin/editonlink/
H A DREADME.md13 …utomatic install by [Extension Manager](https://www.dokuwiki.org/plugin:extension); or manual inst…
/plugin/pdb/classes/
H A Dcache.php9 var $extension =''; variable in plugin_cache
15 $this->extension = strtolower($_ext);
23 $this->mediaFormat = $this->mediaDir.'/'.$this->prefix.'%s.'.$this->extension;
24 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
28 … $this->tmpFormat = $this->tmpDir.'/'.$this->namespace.'_'.$this->prefix.'%s.'.$this->extension;
54 $patten = array($this->prefix,'.'.$this->extension);
57 if (strpos($name,$this->extension)!==false){
/plugin/pubchem/classes/
H A Dcache.php9 var $extension =''; variable in plugin_cache
15 $this->extension = strtolower($_ext);
23 $this->mediaFormat = $this->mediaDir.'/'.$this->prefix.'%s.'.$this->extension;
24 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
28 $this->tmpFormat = $this->tmpDir.'/'.$this->namespace.'_'.$this->prefix.'%s.'.$this->extension;
54 $patten = array($this->prefix,'.'.$this->extension);
57 if (strpos($name,$this->extension)!==false){
77 * Uses gzip if extension is .gz
78 * and bz2 if extension is .bz2
91 * Uses gzip if extension i
[all...]
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php184 * @param string $extension file extension
188 function IsImageValid( $filePath, $extension ) argument
216 if ( !in_array( $extension, $imageCheckExtensions ) ) {
/plugin/ckgdoku/ckeditor/
H A Dconfig.js.unc355 FileBrowserError_308: "PHP does not provide a way to ascertain which extension caused the file uplo…
H A DCHANGES.md968 * [#10855](http://dev.ckeditor.com/ticket/10855): Change the extension of emoticons in the [BBCode]…
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.beautified695 …FileBrowserError_308: "PHP does not provide a way to ascertain which extension caused the file upl…
H A Den.js.ckgedit34 FileBrowserError_308: "PHP does not provide a way to ascertain which extension caused the file uplo…
H A Den.js.unc39 FileBrowserError_308: "PHP does not provide a way to ascertain which extension caused the file uplo…
H A Dfr.js.unc704 …FileBrowserError_308: "PHP ne fournit aucun moyen de savoir quelle extension a stoppé l'envoi. ; E…
778 …'Cet outil fonctionne avec l\'extension Font et est utilisé pour mettre à jour la syntaxe ou voir …
780 …'<br /><br />Vous pouvez mettre à jour la syntaxe de l\'extension. Sélectionnez les deux éléments …
H A Dlang_array.txt699 …FileBrowserError_308: "PHP does not provide a way to ascertain which extension caused the file upl…
/plugin/pubmed/classes/
H A Dcache.php9 var $extension =''; variable in plugin_cache
15 $this->extension = strtolower($_ext);
23 $this->mediaFormat = $this->mediaDir.'/'.$this->prefix.'%s.'.$this->extension;
24 $this->linkFormat = $this->namespace.$delimiter.$this->prefix.'%s.'.$this->extension;
28 $this->tmpFormat = $this->tmpDir.'/'.$this->namespace.'_'.$this->prefix.'%s.'.$this->extension;
54 $patten = array($this->prefix,'.'.$this->extension);
57 if (strpos($name,$this->extension)!==false){
77 * Uses gzip if extension is .gz
78 * and bz2 if extension is .bz2
91 * Uses gzip if extension i
[all...]
/plugin/gtime/gtlib/asn1/tsp/
H A DTSPTSTInfo.php180 $extension = new X509Extension();
181 $extension->decode($set->getObjectAt($i));
183 array_push($this->extensions, $extension);
186 foreach ($this->extensions as $extension) {
187 if ($extension->isCritical()) {
188 … throw new GTException("Unknown critical extension present: {$extension->getId()}");
251 foreach ($this->extensions as $extension) {
252 $set->add($extension);
/plugin/authfacebook/lib/FileUpload/
H A DMimetypes.php966 * @param string $extension File extension
970 public function fromExtension($extension) argument
972 $extension = strtolower($extension);
974 return isset($this->mimetypes[$extension]) ? $this->mimetypes[$extension] : null;
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dlist_items_with_undefined_ref.md1 * [[\yii\caching\ApcCache]]: uses PHP [APC](http://php.net/manual/en/book.apc.php) extension. This …
/plugin/swiftmail/Swift/Connection/
H A DMulti.php143 public function setExtension($extension, $attributes=array()) argument
145 $this->connections[$this->active]->setExtension($extension, $attributes);
H A DRotator.php176 public function setExtension($extension, $attributes=array()) argument
178 $this->connections[$this->active]->setExtension($extension, $attributes);
/plugin/swiftmail/Swift/
H A DConnectionBase.php68 public function getAttributes($extension) argument
70 if ($this->hasExtension($extension))
72 return $this->extensions[$extension];
77 …"Unable to locate any attributes for the extension '" . $extension . "' since the extension cannot…

1...<<1112131415