Home
last modified time | relevance | path

Searched refs:helper (Results 376 – 400 of 493) sorted by relevance

1...<<11121314151617181920

/plugin/interwiki/
H A DREADME3 Interwiki link insert helper button on toolbar
/plugin/relativetimehelper/
H A DREADME3 Pure helper plugin to format timestamps into relative strings
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconfiguration.asciidoc9 the ClientBuilder helper object. You can find all the configuration options and
H A Dhttp-handler.asciidoc17 You can configure the HTTP handler with one of several helper functions, or
/plugin/prosemirror/action/
H A Deditor.php84 /** @var \helper_plugin_prosemirror $helper */
85 $helper = plugin_load('helper', 'prosemirror');
86 if ($helper->tryToLogErrorToSentry($e, ['text' => $TEXT])) {
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php378 $helper = sprintf('$this->lambdaHelper->withDelimiters(%s)', $delimTag);
381 $helper = '$this->lambdaHelper';
388 …key] = sprintf($this->prepare(self::SECTION), $key, $callable, $source, $helper, $delims, $this->w…
/plugin/jplayer/vendor/james-heinrich/getid3/helperapps/
H A Dreadme.helperapps.txt15 This directory should contain binaries of various helper applications
/plugin/dokumicrobugtracker/
H A DCHANGELOG11 …on a report), Implement #64 (No report without information), Use captcha helper plugin for consist…
/plugin/issuetracker/
H A Dsyntax.php87 $helper = null;
90 { $helper = plugin_load('helper','captcha'); }
92 if(!is_null($helper) && $helper->isEnabled())
93 { return $helper->check(); }
1445 $helper = null;
1447 $helper = plugin_load('helper','captcha');
1449 if(!is_null($helper) && $helper->isEnabled())
1451 $ret .= '<p>'.$helper->getHTML().'</p>';
/plugin/fksnewsfeed/syntax/
H A Dcarousel.php36 $stream = $this->helper->serviceStream->findByName($param['stream']);
/plugin/simplemysqlclient/
H A Ddescr.txt19 This is a very simple SQL-Client for MySQL. Some helper and template buttons are available in plugi…
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dimport.rst10 Imagine we have a helper module that renders forms (called ``forms.html``):
/plugin/solr/
H A DREADME.md28 $solr =& plugin_load("helper", "solr");
38 $solr =& plugin_load("helper", "solr");
/plugin/accscounter/syntax/
H A Dcounter.php159 if ($helper = plugin_load('helper','stopforumspam2')) {
161 … if ($helper->quickipcheck(null, $this->getConf('sfsExFreq'), $this->getConf('sfsExConf'))) {
/plugin/struct/meta/
H A DAccessTable.php126 /** @var \helper_plugin_struct_db $helper */
127 $helper = plugin_load('helper', 'struct_db');
128 $this->sqlite = $helper->getDB();
/plugin/wikistats/
H A DREADME.md41 ($wikistats =& plugin_load('helper', 'wikistats'))) {
52 ($wikistats =& plugin_load('helper', 'wikistats')))
75 if (!plugin_isdisabled('wikistats') && ($wikistats = plugin_load('helper', 'wikistats')))
/plugin/crossdbsqlclient/
H A Ddescr.txt18 This is a very simple SQL-Client for MySQL. Some helper and template buttons are available in plugi…
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.print.less45 .fc-helper-skeleton,
49 .fc-helper-container {
/plugin/sqlite/
H A DREADME3 A helper plugin to easily access a SQLite database.
/plugin/data-au/
H A Dhelper.php538 $trans = plugin_load('helper', 'translation');
/plugin/data/
H A Dhelper.php64 $trans = plugin_load('helper', 'translation');
84 * load the sqlite helper
574 $trans = plugin_load('helper', 'translation');
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md39 Use the LdapClient class and the helper classes:
59 # Build up a LDAP filter using the helper methods
/plugin/overlay/
H A Dstyle.css86 .ui-resizable-helper { border: 2px dotted #00F; }
H A Dscript.js26 helper: "ui-resizable-helper",
/plugin/jorgchart/
H A Djquery.jOrgChart.js36 helper : 'clone',

1...<<11121314151617181920