Home
last modified time | relevance | path

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

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/NamingConventions/
DValidVariableNameSniff.php60 $varName = ltrim($tokens[$stackPtr]['content'], '$');
78 if (in_array($varName, $phpReservedVars) === true) {
117 $originalVarName = $varName;
118 if (substr($varName, 0, 1) === '_') {
129 $varName = substr($varName, 1);
133 if (PHP_CodeSniffer::isCamelCaps($varName, false, true, false) === false) {
137 } else if (preg_match('|\d|', $varName) === 1) {
158 $varName = ltrim($tokens[$stackPtr]['content'], '$');
163 if (substr($varName, 0, 1) === '_') {
165 $data = array($varName);
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/
DValidVariableNameSniff.php60 $varName = ltrim($tokens[$stackPtr]['content'], '$');
78 if (in_array($varName, $phpReservedVars) === true) {
111 $originalVarName = $varName;
112 if (substr($varName, 0, 1) === '_') {
123 $varName = substr($varName, 1);
127 if (PHP_CodeSniffer::isCamelCaps($varName, false, true, false) === false) {
149 $varName = ltrim($tokens[$stackPtr]['content'], '$');
160 $errorData = array($varName);
163 if (substr($varName, 0, 1) === '_') {
173 if (substr($varName, 0, 1) !== '_') {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/NodeVisitor/
DProfilerNodeVisitor.php47 $varName = $this->getVarName();
48 …Node($this->extensionName, Profile::TEMPLATE, $node->getTemplateName(), $varName), $node->getNode(…
49 …$node->setNode('display_end', new Node([new LeaveProfileNode($varName), $node->getNode('display_en…
51 $varName = $this->getVarName();
53 … new EnterProfileNode($this->extensionName, Profile::BLOCK, $node->getAttribute('name'), $varName),
55 new LeaveProfileNode($varName),
58 $varName = $this->getVarName();
60 … new EnterProfileNode($this->extensionName, Profile::MACRO, $node->getAttribute('name'), $varName),
62 new LeaveProfileNode($varName),
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/PHP/
DGetRequestDataSniff.php55 $varName = $tokens[$stackPtr]['content'];
56 if ($varName !== '$_REQUEST'
57 && $varName !== '$_GET'
58 && $varName !== '$_POST'
59 && $varName !== '$_FILES'
92 $globalName = strtolower(substr($varName, 2));
103 $data = array($varName);
DEvalObjectFactorySniff.php79 foreach ($vars as $varPtr => $varName) {
89 if ($tokens[$prev]['content'] !== $varName) {
/plugin/authshibboleth/plugin/authshibboleth/
Dauth.php434 * @param string $varName
437 protected function getGlobalConfVar($varName) argument
439 if (isset($this->globalConf[$varName])) {
440 return $this->globalConf[$varName];
450 * @param string $varName
454 protected function getShibVar($varName, $multivalue = false) argument
456 $value = $this->getEnvVar($varName);
468 * @param string $varName
471 protected function getEnvVar($varName) argument
473 if (isset($this->environment[$varName])) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
DDeprecatedNode.php40 $varName = $compiler->getVarName();
41 $compiler->write(sprintf('$%s = ', $varName))
44 ->write(sprintf('@trigger_error($%s', $varName));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/
DDeprecatedTest.php69 $varName = $compiler->getVarName();
73 \$$varName = foo();
74 @trigger_error(\$$varName." (\"foo.twig\" at line 1).", E_USER_DEPRECATED);
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/Node/
DLeaveProfileNode.php24 public function __construct($varName) argument
26 parent::__construct([], ['var_name' => $varName]);
DEnterProfileNode.php24 public function __construct($extensionName, $type, $name, $varName) argument
26 …], ['extension_name' => $extensionName, 'name' => $name, 'type' => $type, 'var_name' => $varName]);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/
DGlobalKeywordSniff.php60 $varName = str_replace('$', '', $nextVar['content']);
62 $data = array($varName);
/plugin/authserversso/
Dauth.php352 private function getServerVar($varName) { argument
353 if(is_null($varName)) return null;
354 if(!array_key_exists($varName, $_SERVER)) return null;
355 $varVal = $_SERVER[$varName];
356 Logger::debug("authserversso: getServerVar {$varName}:{$varVal}");
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php196 foreach ($postVars as $varName => $varValue) {
199 if ($varName[0] === '{') {
206 $varName = str_replace('*DOT*', '.', $varName);
207 $properties[$varName] = $varValue;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
DPlugin.php196 foreach ($postVars as $varName => $varValue) {
199 if ($varName[0] === '{') {
206 $varName = str_replace('*DOT*', '.', $varName);
207 $properties[$varName] = $varValue;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DTestCase.php998 foreach ($this->iniSettings as $varName => $oldValue) {
999 ini_set($varName, $oldValue);
1363 * @param string $varName
1368 protected function iniSet($varName, $newValue) argument
1370 if (!is_string($varName)) {
1374 $currentValue = ini_set($varName, $newValue);
1377 $this->iniSettings[$varName] = $currentValue;
1382 $varName,
/plugin/syntaxhighlighter3/sxh3/build/
Dtasks.coffee45 varName = path.basename(file, path.extname(file))
46 result[varName] = readFile file
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
DFunctionCallSignatureSniff.php359 $varName = $checkToken.'Indent';
360 $$varName = $functionIndent;
/plugin/codemirror/dist/modes/
Dsql.min.js.map1 …nction hookVar(stream) {\n // variables\n // @@prefix.varName @varName\n // varName can b…
/plugin/processing/
Dscript.js1700 function uniformf(programObj, varName, varValue) { argument
1701 var varLocation = curContext.getUniformLocation(programObj, varName);
1716 function uniformi(programObj, varName, varValue) { argument
1717 var varLocation = curContext.getUniformLocation(programObj, varName);
1732 function vertexAttribPointer(programObj, varName, size, VBO) { argument
1733 var varLocation = curContext.getAttribLocation(programObj, varName);
1741 function disableVertexAttribPointer(programObj, varName){ argument
1742 var varLocation = curContext.getAttribLocation(programObj, varName);
1748 function uniformMatrix(programObj, varName, transpose, matrix) { argument
1749 var varLocation = curContext.getUniformLocation(programObj, varName);
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js14785 this.varName = oldTag ? oldTag.varName : args[0];
14824 …blocks.push('__loop__.apply(this, [', iterName, ', __out__, function(', this.varName, ', __out__) …
14956 var varName = 'd'+path.renderIndex++;
14960 varName = part.format[j] + '(' + varName + ')';
14963 vals.push(varName);
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js3960 …t(FBL.DomplateTag.prototype,{merge:function(args,oldTag){this.varName=oldTag?oldTag.varName:args[0…
3977 }blocks.push("__loop__.apply(this, [",iterName,", __out__, function(",this.varName,", __out__) {");
4038 if(part instanceof Variable){var varName="d"+path.renderIndex++;
4041 ++j){varName=part.format[j]+"("+varName+")"
4042 }}vals.push(varName)
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js3971 …t(FBL.DomplateTag.prototype,{merge:function(args,oldTag){this.varName=oldTag?oldTag.varName:args[0…
3988 }blocks.push("__loop__.apply(this, [",iterName,", __out__, function(",this.varName,", __out__) {");
4049 if(part instanceof Variable){var varName="d"+path.renderIndex++;
4052 ++j){varName=part.format[j]+"("+varName+")"
4053 }}vals.push(varName)
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/jmol2/jmol/
DCHANGES.txt767 # new feature: inline FOR(varName;{atom expression};math expression)
5635 # RESET varName
5637 # reset varName # clears that variable definition
/plugin/openlayersmap/ol/
Dol.js.map1varName']` fetches a value from the style variables; will throw an error if that variable is undef…