Home
last modified time | relevance | path

Searched refs:hlp (Results 101 – 112 of 112) sorted by relevance

12345

/plugin/top/
H A Dsyntax.php77 $hlp = plugin_load('helper', 'top');
78 $list = $hlp->best($data[1]['lang'],$data[1]['month'], 20);
/plugin/elasticsearch/action/
H A Dindexing.php131 /** @var helper_plugin_elasticsearch_client $hlp */
132 $hlp = plugin_load('helper', 'elasticsearch_client');
135 $client = $hlp->connect();
185 /** @var helper_plugin_elasticsearch_client $hlp */
186 $hlp = plugin_load('helper', 'elasticsearch_client');
188 $client = $hlp->connect();
H A Dsearch.php85 /** @var helper_plugin_elasticsearch_client $hlp */
86 $hlp = plugin_load('helper', 'elasticsearch_client');
88 $client = $hlp->connect();
/plugin/struct/types/
H A DAbstractBaseType.php62 protected $hlp;
544 if (is_null($this->hlp)) $this->hlp = plugin_load('helper', 'struct');
545 return $this->hlp->getLang($string);
61 protected $hlp = null; global() variable in dokuwiki\\plugin\\struct\\types\\AbstractBaseType
H A DTag.php61 /** @var \helper_plugin_struct_db $hlp */
62 $hlp = plugin_load('helper', 'struct_db');
63 $sqlite = $hlp->getDB();
/plugin/bookcreator/action/
H A Dhandleselection.php13 protected $hlp; variable in action_plugin_bookcreator_handleselection
19 $this->hlp = plugin_load('helper', 'bookcreator');
195 $response['item'] = $this->hlp->createListitem($item, true);
/plugin/adfs/
H A Dauth.php28 $hlp = plugin_load('helper', 'adfs');
29 $this->saml = $hlp->getSamlLib();
/plugin/struct/action/
H A Dmove.php47 /** @var helper_plugin_struct_db $hlp */
48 $hlp = plugin_load('helper', 'struct_db');
49 $this->db = $hlp->getDB(false);
/plugin/bookcreator/syntax/
H A Dbookmanager.php19 protected $hlp; variable in syntax_plugin_bookcreator_bookmanager
25 $this->hlp = plugin_load('helper', 'bookcreator');
403 $output .= $this->hlp->createListitem($item, $isbookmanager);
/plugin/sfauth/
H A Dauth.php5 protected $hlp = null; variable in auth_plugin_sfauth
/plugin/oauth/
H A DAdapter.php58 /** @var \helper_plugin_oauth $hlp */
59 $hlp = plugin_load('helper', 'oauth');
64 $hlp->redirectURI()
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js1075 var dx1,dx2,hl,shhd,hlp,stafflines=p_staff.stafflines,top=stafflines.length-1,yu=top,bot=p_staff.botline/6,yl=bot,dx=s.grace?4:hw_tb[s.head]*1.3
1078 for(i=0;i<hla.length;i++){hlp=hla[i][0]
1081 if(hlp<bot*2){if(hlp<yl*2)
1082 yl=++hlp>>1
1083 n--}else if(hlp>top*2){yu=hlp>>1
1085 set_hl(p_staff,hlp>>1,s.x,dx1,dx2)}

12345