Home
last modified time | relevance | path

Searched refs:_name (Results 1 – 25 of 59) sorted by relevance

123

/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestCase.php119 var $_name = ''; variable in PHPUnit_TestCase
158 return $this->_name;
196 $this->_name
208 $this->_name = $name;
H A DTestSuite.php92 var $_name = ''; variable in PHPUnit_TestSuite
173 return $this->_name;
206 $this->_name = $name;
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DNode.php32 protected $_name; variable in Elastica\\Node
75 if (null === $this->_name) {
76 $this->_name = $this->getInfo()->getName();
79 return $this->_name;
H A DIndexTemplate.php24 protected $_name;
45 $this->_name = (string) $name;
103 return $this->_name;
21 protected $_name; global() variable in Elastica\\IndexTemplate
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.counter.php4 var $_name; variable in CSSCounter
17 return $this->_name;
29 $this->_name = $value;
H A Dbox.form.php8 var $_name; variable in FormBox
13 $driver->new_form($this->_name);
36 $this->_name = $name;
H A Dbox.checkbutton.php38 var $_name; variable in CheckBox
86 $this->_name = trim($name);
202 if ($g_config['renderforms'] && $this->_name != "" && $this->_value != "") {
207 $this->_name,
H A Dvalue.content.item.php100 var $_name; variable in ValueContentItemCounter
113 return $this->_name;
141 $this->_name = $value;
H A Dbox.select.php5 var $_name; variable in SelectBox
13 $this->_name = $name;
73 $this->_name,
H A Dcss.rules.page.inc.php28 var $_name; variable in CSSPageSelectorNamed
36 return $this->_name;
40 $this->_name = $name;
H A Doutput.pdflib.1.6.class.php7 var $_name; variable in PDFLIBForm
10 $this->_name = $name;
14 return $this->_name;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DSampler.php179 foreach ($this->_tokens[$this->_currentNamespace] as $_name => $regex) {
180 if (false === strpos($_name, ':')) {
184 list($_name, $toNamespace) = explode(':', $_name, 2);
186 if ($_name === $name) {
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/Health/
H A DIndex.php17 protected $_name; variable in Elastica\\Cluster\\Health\\Index
30 $this->_name = $name;
39 return $this->_name;
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Rule/
H A DRule.php56 protected $_name = null; variable in Hoa\\Compiler\\Llk\\Rule\\Rule
134 $old = $this->_name;
135 $this->_name = $name;
147 return $this->_name;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DAbstractSuggest.php17 protected $_name; variable in Elastica\\Suggest\\AbstractSuggest
112 $this->_name = $name;
122 return $this->_name;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Aggregation/
H A DAbstractAggregation.php17 protected $_name; variable in Elastica\\Aggregation\\AbstractAggregation
39 $this->_name = $name;
49 return $this->_name;
/plugin/strata/helper/
H A Dtriples.php396 function _name($term) {
479 $list[] = 'subject AS '.$this->_name($tp['subject']);
483 $list[] = 'predicate AS '.$this->_name($tp['predicate']);
488 $list[] = 'object AS '.$this->_name($tp['object']);
503 $terms[] = $this->_name($tp['subject']);
508 $terms[] = $this->_name($tp['predicate']);
513 $terms[] = $this->_name($tp['object']);
586 $lhs = $this->_name($f['lhs']);
595 $rhs = $this->_name($f['rhs']);
768 $name = $this->_name(arra
378 function _name($term) { global() function in strata_sql_generator
[all...]
/plugin/survey/
H A Dscript.js55 if (surveyConfig.lastSurvey._name !== "root") {
74 surveyQuestion.innerHTML = surveyConfig._name;
/plugin/ifauthex/lib/
H A Dtokenizer.php63 private $_name = null; variable in AST\\TokenDefinition
71 $this->_name = $name;
81 public function name() { return $this->_name; }
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DNode.php57 protected $_name = null; variable in Hoa\\Protocol\\Node\\Node
88 $this->_name = $name;
350 return $this->_name;
/plugin/subconfhelper/helper/
H A Dconfig.php16 …var $_name = 'conf'; // name of the config variable found in the files (overridden by $c… variable in helper_plugin_subconfhelper_config
50 if (isset($config['varname'])) $this->_name = $config['varname'];
/plugin/pubmed2020/classes/
H A Dcache.php32 public function __construct($_name='plugin_cache',$_prefix='noname',$_ext='nbib'){ argument
34 $this->namespace = strtolower($_name);
35 $this->pdfDoiNS = strtolower($_name."/doi_pdf");
36 $this->pdfPmidNS = strtolower($_name."/pmid_pdf");
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D6a1702dd50690cae833572e48a0ddf25.asciidoc12 '*_name',
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DParser.php335 foreach ($this->_tokens[$namespace] as $_name => $regex) {
336 if (false === $pos = strpos($_name, ':')) {
340 $_name = substr($_name, 0, $pos);
342 if ($_name === $name) {
/plugin/txtconf/
H A Dconfig0.class.php12 …var $_name = 'conf'; // name of the config variable found in the files (overridden by $c… variable in configuration0
37 if (isset($config['varname'])) $this->_name = $config['varname'];
105 $out .= $setting->out($this->_name, $this->_format);
128 $pattern = '/\$'.$this->_name.'\[[\'"]([^=]+)[\'"]\] ?= ?(.*?);/';

123