Searched refs:_cmod (Results 1 – 5 of 5) sorted by relevance
/dports/irc/znc/znc-1.8.2/modules/modpython/ |
H A D | znc.py | 130 self._cmod = cmod 143 self._cmod = cmod 146 self._cmod.SetNV(key, value) 151 return self._cmod.GetNV(key) 157 self._cmod.DelNV(key) 821 cmod = module._cmod 829 del module._cmod 962 self._cmod = cmod 965 if self._cmod.is_end(): 968 module = self._cmod.get() [all …]
|
/dports/irc/znc/znc-1.8.2/modules/modperl/ |
H A D | startup.pl | 71 my $cmod = $pmod->{_cmod}; 85 delete $pmod->{_cmod}; 151 $pmod->{_cmod} = $cmod; 611 $self->{_cmod}->$name(@_) 641 $self->{_cmod}, 662 my $csock = ZNC::CreatePerlSocket($self->{_cmod}, $psock);
|
/dports/textproc/py-xmlschema/xmlschema-1.8.2/xmlschema/ |
H A D | etree.py | 38 _cmod = sys.modules.pop('_elementtree') variable 46 sys.modules['_elementtree'] = _cmod
|
/dports/games/xonotic/Xonotic/source/qcsrc/common/turrets/ |
H A D | cl_turrets.qc | 252 entity turret_gibtoss(string _model, vector _from, vector _to, vector _cmod, float _explode); 285 entity turret_gibtoss(string _model, vector _from, vector _to, vector _cmod, float _explode) 296 gib.colormod = _cmod;
|
/dports/devel/py-pyinstaller/PyInstaller-3.5/doc/ |
H A D | feature-notes.rst | 112 use two SWIG modules with the same basename (e.g. ``pkg1._cmod`` and 113 ``pkg2._cmod``), as one would overwrite the other.
|