Home
last modified time | relevance | path

Searched refs:instance (Results 251 – 275 of 405) sorted by path

1...<<11121314151617

/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfor.rst109 will probably not be doing what you expect it to. For instance, adding a
H A Dinclude.rst78 ``\Twig\TemplateWrapper`` instance, Twig will use it directly::
H A Dspaceless.rst34 (think of ``textarea`` or ``pre`` tags for instance). Using a third-party
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dtemplates.rst187 For instance, the ``range`` function returns a list containing an arithmetic
318 The name of the template depends on the template loader. For instance, the
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php91 $instance = new \stdClass();
92 …$this->assertSame($instance, twig_random(new Environment($this->getMockBuilder('\Twig\Loader\Loade…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/include/
H A Dtemplate_instance.test2 "include" function accepts Twig_Template instance
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/include/
H A Dtemplate_instance.test2 "include" tag accepts \Twig\TemplateWrapper instance
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/inheritance/
H A Dparent_as_template_wrapper.test2 "extends" tag with a parent as a Twig_TemplateWrapper instance
H A Dtemplate_instance.test2 "extends" tag accepts Twig_Template instance
/plugin/flowplay2/flowplayer/
H A DREADME.txt113 player instance. Done with the linkURL and linkWindow clip specific fields.
/plugin/foldablelist/
H A DREADME.md37 you can pass the config to every single instance:
/plugin/geonav/js/
H A Dearth_a.js45 function initCallback(instance) { argument
46 ge = instance;
/plugin/gitlabapi/
H A DREADME.md31 For instance, if your project is available at `http://gitlab.domain.com/ns/dir1/dir2/project`, then…
46 For instance, if you want to see the latest 3 milestones, 10 commits, 5 issues, and 10 pipelines, t…
56 For instance; you have a GitLab server namely `gitlab.home` and following JSON file:
/plugin/googleanalytics/
H A DREADME.md30 …dokuwiki.org/wiki:syntax#embedding_html_and_php) in your local DokuWiki instance (Look for `htmlok…
/plugin/googleanalytics/lang/en/
H A Dintro.txt24 …* [[:wiki:syntax#embedding_html_and_php|Enabling embedded HTML]] in your local DokuWiki instance (…
/plugin/googlesearch/
H A Dnusoap.php3606 $instance = new $class ();
3607 $call_arg = array(&$instance, $method);
/plugin/gtime/gtlib/util/
H A DGTBase16.php34 private static $instance; variable in GTBase16
95 if (self::$instance == null) {
96 self::$instance = new GTBaseX("0123456789ABCDEF", false, ' ');
99 return self::$instance;
H A DGTBase32.php34 private static $instance; variable in GTBase32
81 if (self::$instance == null) {
82 self::$instance = new GTBaseX("ABCDEFGHIJKLMNOPQRSTUVWXYZ234567", false, '=');
85 return self::$instance;
H A DGTBase64.php34 private static $instance; variable in GTBase64
68 if (self::$instance == null) {
69 …self::$instance = new GTBaseX("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", …
72 return self::$instance;
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …1,insertJointCtx:1,insertKeyCtx:1,insertKnotCurve:1,insertKnotSurface:1,instance:1,instanceable:1,… property in hljs.LANGUAGES.mel.dM.k
H A Dreadme.eng.txt133 instancevar instance variable
/plugin/html2pdf/html2pdf/html2ps/features/
H A D_factory.php11 $instance =& FeatureFactory::get_instance();
12 return $instance->_get($name);
38 static $instance = null;
39 if (is_null($instance)) {
40 $instance =& new FeatureFactory();
43 return $instance;
/plugin/html2pdf/html2pdf/html2ps/
H A Dlogger.php4 static $instance = null; variable in Logger
14 if (is_null(Logger::$instance)) {
15 Logger::$instance = new Logger();
18 return Logger::$instance;
21 /* static */ function set_instance($instance) { argument
22 Logger::$instance = $instance;
/plugin/html5video2/script/
H A Dvideo.min.js20instance:null},!0);var e=i.apply(this,arguments);return Jn(this,t),Wn(this,{name:t,plugin:i,instan…
/plugin/icalevents/vendor/sabre/vobject/
H A DCHANGELOG.md39 * #306: iTip REPLYs to the first instance of a recurring event was not handled
181 * #306: iTip REPLYs to the first instance of a recurring event was not handled
284 don't have a valid recurrence instance.
343 * #131: RRULE that doesn't provide a single valid instance now throws an

1...<<11121314151617