Home
last modified time | relevance | path

Searched refs:this (Results 23726 – 23750 of 27090) sorted by relevance

1...<<941942943944945946947948949950>>...1084

/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample04.afp61 <select id="cmbSkins" onchange="ChangeSkin(this.value);" style="VISIBILITY: hidden">
73 sBasePath="../../../fckeditor/" && <-- Change this to your local path
82 …oFCKeditor.aconfig[1,2]="/fckeditor/editor/skins/"+lcSkin+"/" && <-- Change this to your local path
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLlk.pp14 // notice, this list of conditions and the following disclaimer.
16 // notice, this list of conditions and the following disclaimer in the
19 // used to endorse or promote products derived from this software without
/plugin/googleads/
H A DREADME.md24 …emplate "Google AdSense Ready", even if your users do not use Google AdSense (or have this plugin.)
32 All further documentation for this plugin can be found at:
38 The official repository for this plugin is available on GitHub:
/plugin/findologicxmlexport/
H A DREADME.md24 1. Download this repository
26 …3. Create a folder in this directory named `findologicxmlexport` and copy the downloaded files in …
36 …- **It is recommend to also include a `.htaccess` file, so strangers that know this link cannot ac…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DACLMethodTest.php62 $this->assertFalse($acl->httpACL($server->httpRequest, $server->httpResponse));
308 $this->assertFalse($acl->httpAcl($server->httpRequest, $server->httpResponse));
310 $this->assertEquals(array(
/plugin/docimporter/
H A D.action.php.swp16 …{�� }� $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, '_importer', array…
26this->getConf('parserPostDisplay');�� }� }� }�� closedir($handle);…
/plugin/bugzillaint/docs/
H A Dbugzillaint.txt46 in order to use this plugin. This plugin is tested with Bugzilla version 4.4.7. Available languages…
63 You can use this syntax for Bug links anywhere. For example, create your own
109 …* ''dependencies'' - shows the count of open bugs depending on or blocking this bug - links to bug…
118 …ows the classification the Bug belongs to - links to a list of all open bugs in this classification
120 …ent'' - shows the component the Bug belongs to - links to a list of all open bugs in this component
126 In order to use this plugin, you must provide your bugzilla endpoint
/plugin/combo/syntax/
H A Dlink.php76 * Get the content until one of this character is found:
230 if (!$this->getConf(self::CONF_DISABLE_LINK, false)
236 $this->Lexer->addEntryPattern($pattern, $mode, PluginUtility::getModeFromTag($this->getPluginComponent()));
244 if (!$this->getConf(self::CONF_DISABLE_LINK, false)) {
245 $this->Lexer->addExitPattern(self::EXIT_PATTERN, PluginUtility::getModeFromTag($this->getPluginComponent()));
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DREADME.md55 With [Composer](https://getcomposer.org/), to include this library into
87 most important part of this library. Then, how to define a stream,
128 must extend this interface.
153 return fclose($this->getStream());
174 return fread($this->getStream(), max(1, $length));
212 context ID, like this:
245 Consequently, this event can be used in very different manner for
316 You might see something like this:
418 possible to cut this pipe in two pieces, and insert a small part: A
501 by extending this filter, you can override the `compute` method and
[all …]
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt32 Q: What is the GPL? Can I use this for commercial sites?
36 then there is no problem, you're free to do this no matter
71 However, you can do something like this:
83 Q: I'm getting is this error message:
85 !is_resource($this->gdimg_output)
114 If your images are outside DOCUMENT_ROOT (this includes if
144 v1.7.9 that contributed to this behavior. If you notice
145 this happening in v1.7.9 or newer please email me at
191 (in phpThumb.config.php) like this:
245 $this->GenerateThumbnail() then $this->RenderOutput() and then
[all …]
/plugin/authsplit/
H A DREADME17 authentication source behind this plugin is most probably shared with other
53 - checkPass(): this is DokuWiki's method that validates login names and
61 - trustExternal(): this is the method DokuWiki calls if the PRIMARY auth
77 information from the PRIMARY auth plugin as basis. As this information will
86 - logOff(): DokuWiki documentation says this method is run "in addition to the
93 - getUserData(): this is the method DokuWiki uses eg. to retrieve the user's
102 - createUser(): this is the method that gets called if users register themselves
119 too. If not (and this is the case eg. for authhttp), this also means that in
123 eg. comes with an action plugin that takes care of this
[all...]
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_quick_info.js.map1this","_quick_info_box_id","utils","dom","isChildOf","document","body","pos","_get_event_counter_p…
H A Ddhtmlxgantt_smart_rendering.js.map1this","getTaskPosition","isLinkDisplayed","link","getLinkPosition","getTaskTop","from_pos","source…
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md33 With [Composer](https://getcomposer.org/), to include this library into
106 `Exception` directory. In this case, `Foo\Bar\Exception` should move as
107 `Foo\Bar\Exception\Exception`. If this latter is declared as a flexible entity,
117 possible because this is a flexible entity.
123 might want to use this interface in some cases. Hopefully, the `Throwable`
204 Finally, this is possible to get a reflection instance of the current callable
237 xcallable. In this particular case, the method to call is unknown, we only have
238 an object (of kind `Hoa\File\Write`). However, because this is a stream, the
246 contains detailed information about how to use this library and how it works.
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst35 In this example, the :doc:`block<block>` tags define four blocks that child
44 A child template might look like this:
64 The ``extends`` tag is the key here. It tells the template engine that this
65 template "extends" another template. When the template system evaluates this
189 In this example, the template will extend the "minimum.html" layout template
213 If you render this template, the result would be exactly the same with or
255 Contrary to what you might think, this template does not define a block
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dexclusion_strategies.rst12 do this with the annotations ``@ExclusionPolicy``, ``@Exclude``, and ``@Expose``.
76 versions like this::
148 $this->name = $name;
149 $this->manager = $manager;
150 $this->friends = $friends;
256 In this example, serializing a user, because the max depth of the ``$friends``
297 To enable this feature you have to set the Expression Evaluator when initializing the serializer.
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md572 family: this.setup.chart.fontFamily,
573 size: this.setup.chart.fontSize * 2
575 this.setup.fabric.add(text);
587 family: this.setup.chart.fontFamily,
588 size: this.setup.chart.fontSize * 2
590 this.setup.fabric.add(text);
762 this.capture({},function() {
763 this.toJPG( {}, function( data ) {
847 ## Extending this plugin
852 You can modify files, included in this archive or, better yet, fork this project
[all …]
/plugin/revealjs/lib/font/source-sans-pro/
H A DLICENSE15 …nder any other type of license. The requirement for fonts to remain under this license does not ap…
18 “Font Software” refers to the set of files released by the Copyright Holder(s) under this license a…
33 …software, provided that each copy contains the above copyright notice and this license. These can …
39 …uted entirely under this license, and must not be distributed under any other license. The require…
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DTharlonOFL.txt25 requirement for fonts to remain under this license does not apply
30 Holder(s) under this license and clearly marked as such. This may
58 contains the above copyright notice and this license. These can be
75 must be distributed entirely under this license, and must not be
77 remain under this license does not apply to any document created
H A DDhyanaOFL.txt26 requirement for fonts to remain under this license does not apply
31 Holder(s) under this license and clearly marked as such. This may
59 contains the above copyright notice and this license. These can be
76 must be distributed entirely under this license, and must not be
78 remain under this license does not apply to any document created
H A DKhmerOFL.txt25 requirement for fonts to remain under this license does not apply
30 Holder(s) under this license and clearly marked as such. This may
58 contains the above copyright notice and this license. These can be
75 must be distributed entirely under this license, and must not be
77 remain under this license does not apply to any document created
H A DLateef font OFL.txt25 requirement for fonts to remain under this license does not apply
30 Holder(s) under this license and clearly marked as such. This may
58 contains the above copyright notice and this license. These can be
75 must be distributed entirely under this license, and must not be
77 remain under this license does not apply to any document created
H A DLohitKannadaOFL.txt26 requirement for fonts to remain under this license does not apply
31 Holder(s) under this license and clearly marked as such. This may
59 contains the above copyright notice and this license. These can be
76 must be distributed entirely under this license, and must not be
78 remain under this license does not apply to any document created
H A DXW Zar Font Info.txt24 requirement for fonts to remain under this license does not apply
29 Holder(s) under this license and clearly marked as such. This may
57 contains the above copyright notice and this license. These can be
74 must be distributed entirely under this license, and must not be
76 remain under this license does not apply to any document created
/plugin/timer/
H A Dsyntax.php38 $this->Lexer->addEntryPattern('<timer.*?>(?=.*?\x3C/timer\x3E)',$mode,'plugin_timer');
41 $this->Lexer->addExitPattern('</timer>','plugin_timer');

1...<<941942943944945946947948949950>>...1084