Searched refs:varname (Results 1 – 10 of 10) sorted by relevance
/plugin/fedauth/classes/ |
H A D | fa_provider.class.php | 131 * @param string $varname name of the variable used for the serialization 134 public function getSerialized($varname='fa_providers') { argument 138 $str .= sprintf("\$%s['%s']['%s'] = %s;\n", $varname, $this->id,
|
/plugin/xref/ |
H A D | phpxref-0.7-javascriptfix.patch |
|
/plugin/txt2tags/ |
H A D | toolbar.php | 16 * @param string $varname Name of the JS variable to fill 19 function toolbar_JSdefines($varname){ argument 230 print "var $varname = ".$json->encode($menu).";\n";
|
/plugin/database2/ |
H A D | database2.php | 571 protected function varname( $name, $rowid = null ) function in Database2 826 $resetCmd = $this->varname( 'cmdreset' ); 827 $viewCmd = $this->varname( 'view' ); 1311 $this->varname( 'cmd' . $cmdName ) => '1', 1312 $this->varname( '____single' ) => md5( $rowid ), 2537 $this->varname( 'cmd' . $name ) . 2596 $idName = $this->varname( 'cmd' . $name, $rowid ); 3119 $opname = $this->varname( 'searchop' . $index ); 5745 $this->varname( '____save' ) . 5770 $this->varname( '____cancel' ) . [all …]
|
/plugin/code3/styles/schemes/ |
H A D | default.css | 28 div.PSyHi_Container span.varname {
|
/plugin/codemirror/dist/modes/ |
H A D | haxe.min.js.map | 1 …varname","v","localVars","name","parseHaxe","cc","cx","marked","lexical","hasOwnProperty","combina…
|
H A D | javascript.min.js.map | 1 …varname","v","localVars","name","cx","context","vars","parseJS","cc","marked","hasOwnProperty","co…
|
H A D | sas.min.js.map | 1 …r', ['inDataStep']);\n define('def', 'varfmt varinfmt varlabel varlen varname varnum varray var…
|
/plugin/photogallery/phpThumb/ |
H A D | phpthumb.class.php | 4255 foreach ($ConfigVariableNames as $varname) { 4256 $varname = 'config_'.$varname; 4257 $value = $this->$varname; 4258 …$DebugOutput[] = '$this->'.str_pad($varname, 37, ' ', STR_PAD_RIGHT).' = '.$this->phpThumbDebugVar… 4261 foreach ($OtherVariableNames as $varname) { 4262 $value = $this->$varname; 4263 …$DebugOutput[] = '$this->'.str_pad($varname, 27, ' ', STR_PAD_RIGHT).' = '.$this->phpThumbDebugVar… 4269 foreach ($ParameterNames as $varname) { 4270 $value = $this->$varname; 4271 …$DebugOutput[] = '$this->'.str_pad($varname, 4, ' ', STR_PAD_RIGHT).' = '.$this->phpThumbDebugVarD…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 2.2.js.map | 1 …NameExpected: new CSSIssueType('css-varnameexpected', localize('expected.varname', \"variable name…
|