/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Zend/Sniffs/NamingConventions/ |
H A D | ValidVariableNameSniff.php | 117 $originalVarName = $varName; 118 if (substr($varName, 0, 1) === '_') { 129 $varName = substr($varName, 1); 163 if (substr($varName, 0, 1) === '_') { 165 $data = array($varName); 175 $varName, 184 $data = array($varName); 188 $data = array($varName); 224 foreach ($matches[1] as $varName) { 232 $data = array($varName); [all …]
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/NamingConventions/ |
H A D | ValidVariableNameSniff.php | 60 $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); 149 $varName = ltrim($tokens[$stackPtr]['content'], '$'); 160 $errorData = array($varName); 163 if (substr($varName, 0, 1) === '_') { 173 if (substr($varName, 0, 1) !== '_') { 217 foreach ($matches[1] as $varName) { [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/NodeVisitor/ |
H A D | ProfilerNodeVisitor.php | 47 $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/ |
H A D | GetRequestDataSniff.php | 55 $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);
|
H A D | EvalObjectFactorySniff.php | 79 foreach ($vars as $varPtr => $varName) { 89 if ($tokens[$prev]['content'] !== $varName) {
|
/plugin/authshibboleth/plugin/authshibboleth/ |
H A D | auth.php | 434 * @param string $varName 440 return $this->globalConf[$varName]; 450 * @param string $varName 456 $value = $this->getEnvVar($varName); 468 * @param string $varName 471 protected function getEnvVar($varName) argument 822 * @param string $varName 827 $this->userInfo[$varName] = $varValue; 834 * @param string $varName 837 protected function getUserVar($varName) argument [all …]
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/ |
H A D | DeprecatedNode.php | 40 $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/ |
H A D | DeprecatedTest.php | 69 $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/ |
H A D | LeaveProfileNode.php | 24 public function __construct($varName) argument 26 parent::__construct([], ['var_name' => $varName]);
|
H A D | EnterProfileNode.php | 24 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/ |
H A D | GlobalKeywordSniff.php | 60 $varName = str_replace('$', '', $nextVar['content']); 62 $data = array($varName);
|
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/ |
H A D | Plugin.php | 196 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/ |
H A D | Plugin.php | 196 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/ |
H A D | TestCase.php | 998 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/ |
H A D | tasks.coffee | 45 varName = path.basename(file, path.extname(file)) 46 result[varName] = readFile file
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/ |
H A D | FunctionCallSignatureSniff.php | 359 $varName = $checkToken.'Indent'; 360 $$varName = $functionIndent;
|
/plugin/codemirror/dist/modes/ |
H A D | sql.min.js.map | 1 …nction hookVar(stream) {\n // variables\n // @@prefix.varName @varName\n // varName can b…
|
/plugin/processing/ |
H A D | script.js | 1700 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/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 3960 …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/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 14785 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/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 3971 FBL.DomplateLoop.prototype=copyObject(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/ |
H A D | commons-lang3-3.5.jar | META-INF/MANIFEST.MF
META-INF/
org/
org/apache/
org/ ... |
/plugin/jmol2/jmol/ |
H A D | CHANGES.txt | 767 # new feature: inline FOR(varName;{atom expression};math expression) 5635 # RESET varName 5637 # reset varName # clears that variable definition
|
/plugin/openlayersmap/ol7/ |
H A D | ol.js.map |
|