Home
last modified time | relevance | path

Searched refs:instance (Results 176 – 200 of 405) sorted by relevance

12345678910>>...17

/plugin/strata/
H A DREADME.md12 3. Optionally, configure your DokuWiki instance's [`useheading`](https://www.dokuwiki.org/config:useheading) setting to have nicer-looking links.
/plugin/swiftmail/Swift/
H A DMessage.php112 if (Swift_Message_Encoder::instance()->isUTF8($body)) $this->setCharset("utf-8");
773 if (is_string($data) && Swift_Message_Encoder::instance()->isUTF8($data))
777 elseif(is_string($data) && Swift_Message_Encoder::instance()->is7BitAscii($data))
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md131 you call backend code from your CLI that expects a Logger instance to produce any sensible status output while running.
138 The resulting object then can be passed as the logger instance. The difference between the two is in adjusted method signatures (with appropriate type hinting) only. Be sure you have the suggested `psr/log` composer package installed when using these classes.
140 Note: if your backend code calls for a PSR-3 logger but does not actually type check for the interface (AKA being LoggerAware only) you can also just pass an instance of `splitbrain\phpcli\CLI`.
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md103 backward compatibility. For instance, it often happens that you create a
146 For instance, to map the `Foo\Bar` namespace to the `Source/` directory:
204 Finally, this is possible to get a reflection instance of the current callable
229 instance, the following example will work seamlessly:
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dobjects.js201 var instance = new Obj();
202 assert.deepEqual(_.pick(instance, 'a', 'c'), {a: 1, c: 3}, 'include prototype props');
205 return this[key] === 3 && this === instance;
206 }, instance), {c: 3}, 'function is given context');
240 var instance = new Obj();
241 assert.deepEqual(_.omit(instance, 'b'), {a: 1, c: 3}, 'include prototype props');
244 return this[key] === 3 && this === instance;
245 }, instance), {a: 1, b: 2}, 'function is given context');
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/webcode/_test/data/pages/
H A Dacross_section.txt4 A webcode may be used across several header in order to create a How to for instance.
/plugin/socialshareprivacy2/JC/
H A DREADME.md12 in Internet Explorer on Windows 7 for instance (because of the wrong MIME type). Bottom line: GitHu…
77 …ated (standard browser behavior).* If you want to make it available for instance across the entire…
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfc1 <cfcomponent output="false" displayname="FCKeditor" hint="Create an instance of the FCKeditor.">
37 * fckEditor.create(); // create instance now.
178 hint="Create the html editor instance for compatible browsers."
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Ddeprecated.rst18 anymore (via an ``include`` call for instance). You need to import macros
188 current ``\Twig\Template`` instance is deprecated; most usages only need the
191 ``\Twig\Template`` instance. If you are using ``{{ _self.templateName }}``,
H A Dapi.rst50 returns a ``\Twig\TemplateWrapper`` instance::
57 ``\Twig\Template`` instance.
84 When creating a new ``\Twig\Environment`` instance, you can pass an array of
214 directory (for instance, it allows warming the cache from a build server where
465 expressions after evaluation. For instance, when working with
475 by a policy instance. By default, Twig comes with one policy class:
585 does not exist for instance).
/plugin/findologicxmlexport/vendor/doctrine/instantiator/
H A DREADME.md29 $instance = $instantiator->instantiate(\My\ClassName\Here::class);
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dspaceless.rst53 (think of ``textarea`` or ``pre`` tags for instance). Using a third-party
/plugin/findologicxmlexport/vendor/sebastian/environment/
H A DREADME.md14 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.2.md26 * Added `AssetFactory` instance as second argument for `WorkerInterface::process()`
/plugin/popupviewer/
H A Dscript.js7 var instance = null; variable
9 return instance || (instance = new popupviewer());
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DREADME.md30 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/usecounter/
H A Ddokuwiki_plugin_page.wiki36 The helper is implemented as a Singleton instance, so a particular identifier could be used accross…
/plugin/minimap/
H A DREADME.md73 There is a configuration where you can change it to make it as small as a `M` for instance.
86 For instance, for the namespace `wiki`, a start page would be:
/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A DREADME.md169 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DREADME.md3 PHPUnit is a programmer-oriented testing framework for PHP. It is an instance of the xUnit architec…
/plugin/bpmnio/vendor/dmn-js/
H A DREADME.md17 To get started, create a [dmn-js](https://github.com/bpmn-io/dmn-js) instance
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js.unc194 var instance = ++oDokuWiki_FCKEditorInstance.oinsertHtmlCodeObj.count;
195 var fn_id = 'fckgL'+ instance;
/plugin/findologicxmlexport/vendor/hoa/event/
H A DREADME.md76 `hoa://Event/LibraryName/AnId:pseudo-class#anAnchor`. For instance, the
114 register a listener to a listener ID. For instance, the following example
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js.unc194 var instance = ++oDokuWiki_FCKEditorInstance.oinsertHtmlCodeObj.count;
195 var fn_id = 'fckgL'+ instance;

12345678910>>...17