Home
last modified time | relevance | path

Searched refs:classname (Results 26 – 50 of 59) sorted by last modified time

123

/plugin/bureaucracyau/
H A Dsyntax.php447 * @param string $classname
450 private function _sanitizeClassName($classname) { argument
451 return preg_replace('/[^\w\x7f-\xff]/', '', strtolower($classname));
/plugin/bureaucracy-au/
H A Dsyntax.php447 * @param string $classname
450 private function _sanitizeClassName($classname) { argument
451 return preg_replace('/[^\w\x7f-\xff]/', '', strtolower($classname));
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php18 private $classname; variable in Twig_Tests_Cache_FilesystemTest
25 $this->classname = '__Twig_Tests_Cache_FilesystemTest_Template_'.$nonce;
44 $this->assertFalse(class_exists($this->classname, false));
51 $this->assertTrue(class_exists($this->classname, false));
58 $this->assertFalse(class_exists($this->classname, false));
62 $this->assertFalse(class_exists($this->classname, false));
192 '{{classname}}' => $this->classname,
/plugin/findologicxmlexport/vendor/phpspec/prophecy/
H A DREADME.md242 classname
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCodeGenerator.php35 * @param string $classname
40 public function generate($classname, Node\ClassNode $class) argument
42 $parts = explode('\\', $classname);
43 $classname = array_pop($parts);
47 $classname, $class->getParentClass(), implode(', ',
H A DClassCreator.php39 * @param string $classname
46 public function create($classname, Node\ClassNode $class) argument
48 $code = $this->generator->generate($classname, $class);
51 if (!class_exists($classname, false)) {
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DReturnByReferenceException.php16 private $classname; variable in Prophecy\\Exception\\Doubler\\ReturnByReferenceException
21 * @param string $classname
24 public function __construct($message, $classname, $methodName) argument
28 $this->classname = $classname;
34 return $this->classname;
H A DClassNotFoundException.php16 private $classname; variable in Prophecy\\Exception\\Doubler\\ClassNotFoundException
20 * @param string $classname
22 public function __construct($message, $classname) argument
26 $this->classname = $classname;
31 return $this->classname;
H A DMethodNotFoundException.php19 private $classname; variable in Prophecy\\Exception\\Doubler\\MethodNotFoundException
33 * @param string|object $classname
37 public function __construct($message, $classname, $methodName, $arguments = null) argument
41 $this->classname = $classname;
48 return $this->classname;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php277 * @param string $classname
281 public static function assertContainsOnlyInstancesOf($classname, $haystack, $message = '') argument
294 $classname,
2415 * @param string $classname
2419 public static function containsOnlyInstancesOf($classname) argument
2421 return new PHPUnit_Framework_Constraint_TraversableContainsOnly($classname, false);
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DAutoloader.php233 * @param bool $classname Classname.
237 public static function dnew($classname, array $arguments = []) argument
239 $classname = ltrim($classname, '\\');
241 if (false === Consistency::entityExists($classname, false)) {
242 spl_autoload_call($classname);
245 $class = new \ReflectionClass($classname);
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
H A DArithmetic.php197 $classname = get_class($element);
198 $group = new $classname(
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DAutoloader.php277 ->given($classname = 'Hoa\Consistency\Autoloader')
278 ->when($result = SUT::dnew($classname))
281 ->isInstanceOf($classname);
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php72 $classname = $this->exception;
73 $reflection = new ReflectionClass($classname);
84 throw $this->instantiator->instantiate($classname);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php541 * @param string $classname
545 function assertContainsOnlyInstancesOf($classname, $haystack, $message = '') argument
1663 * @param string $classname
1667 function containsOnlyInstancesOf($classname) argument
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCallCenter.php153 $classname = get_class($prophecy->reveal());
190 $classname, $methodName, $argstring, implode("\n", $expected)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DDoubler.php105 $classname = $this->createDoubleClass($class, $interfaces);
106 $reflection = new ReflectionClass($classname);
120 return $this->instantiator->instantiate($classname);
/plugin/publist/bib2tpl/lib/
H A DPEAR.php155 $classname = strtolower(get_class($this));
157 print "PEAR constructor called, class=$classname\n";
164 while ($classname && strcasecmp($classname, "pear")) {
165 $destructor = "_$classname";
175 $classname = get_parent_class($classname);
755 $classname = get_class($objref);
756 while ($classname) {
757 $destructor = "_$classname";
762 $classname = get_parent_class($classname);
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/markdownextra/lib/meltdown/js/lib/
H A Djs-markdown-extra.js2769 var classname = self.fn_link_class;
2770 classname = self.encodeAttribute(classname);
2771 attr += " class=\"" + classname + "\"";
2800 var classname = this.fn_backlink_class;
2801 classname = this.encodeAttribute(classname);
2802 attr += " class=\"" + classname + "\"";
/plugin/markdownextra/
H A Dmarkdown.php2961 $classname =& $matches[2];
2968 if ($classname != "") {
2969 if ($classname{0} == '.')
2970 $classname = substr($classname, 1);
2971 $attr_str = ' class="'.$this->code_class_prefix.$classname.'"';
/plugin/topbarsyntax/
H A Dcsshover3.htc107 …// that pseudo is needed for a classname, and defines the type of interaction (focus, hover, activ…
111 // the new selector is going to use that classname in a new css rule,
112 // since IE6 doesn't support multiple classnames, this is merged into one classname
116 // the classname is needed for the events that are going to be set on affected nodes
120 … // no need to set the same callback more than once when the same selector uses the same classname
124 // affected elements are given an expression under a fake css property, the classname is used
158 // and check for it to prevent duplicate events with the same classname from being set
/plugin/xref/
H A Dphpxref-0.7-javascriptfix.patch
/plugin/explorertree/
H A Dscript.js4 … $(this), tree_selected = opts.current||':', selected_class = tree_opts.classname+"_selecter", dbc…
75 if (!$elem.has('>ul.'+tree_opts.classname).length){
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php155 $classname = strtolower(get_class($this));
157 print "PEAR constructor called, class=$classname\n";
164 while ($classname && strcasecmp($classname, "pear")) {
165 $destructor = "_$classname";
175 $classname = get_parent_class($classname);
755 $classname = get_class($objref);
756 while ($classname) {
757 $destructor = "_$classname";
762 $classname = get_parent_class($classname);

123