Home
last modified time | relevance | path

Searched refs:getName (Results 126 – 150 of 2279) sorted by relevance

12345678910>>...92

/plugin/ckgdoku/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.orig5getName()&&(b=c.getChild(0).getHtml()))c.removeClass("cke_light_background"),e.hide(),c=i.document…
6 …=b}},d=function(c,b){b=b||c.data.getTarget();"span"==b.getName()&&(b=b.getParent());"a"==b.getName
/plugin/ckgedit/ckeditor/plugins/specialchar/dialogs/
H A Dspecialchar.js.orig5getName()&&(b=c.getChild(0).getHtml()))c.removeClass("cke_light_background"),e.hide(),c=i.document…
6 …=b}},d=function(c,b){b=b||c.data.getTarget();"span"==b.getName()&&(b=b.getParent());"a"==b.getName
/plugin/fedauth/classes/
H A Dfa_provider.class.php113 …s="'.$class.'" width="'.$params['w'].'" height="'.$params['h'].'" title="'.$this->getName().'" />';
116 public function getName() { function in fa_provider
/plugin/gtime/gtlib/tsp/
H A DGTDataHash.php106 $this->hashContext = hash_init($this->hashAlgorithm->getName());
109 …row new GTException("Unable to init GTDataHash with algorithm: {$this->hashAlgorithm->getName()}");
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/
H A DDocBlock.php177 if ($tag->getName() !== $name) {
200 if ($tag->getName() === $name) {
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-common/src/
H A DProject.php24 public function getName(); function
H A DElement.php31 public function getName(); function
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php201 $this->cache[$basePath . $child->getName()] = $child;
273 $fullPath = $parent . '/' . $childNode->getName();
302 $destinationName = $source->getName();
H A DINode.php28 function getName(); function
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DTree.php199 $this->cache[$basePath . $child->getName()] = $child;
271 $fullPath = $parent . '/' . $childNode->getName();
299 if (!$destinationName) $destinationName = $source->getName();
H A DINode.php28 function getName(); function
/plugin/combo/ComboStrap/
H A DBrandTag.php143 if ($brandButton->getBrand()->getName() === Brand::CURRENT_BRAND) {
168 $brandButton->getBrand()->getName() === Brand::CURRENT_BRAND
172 $htmlOutput .= Site::getName();
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DNameableInterface.php17 public function getName(); function
/plugin/confmanager/configTypes/
H A DConfigManagerConfigType.php14 function getName(); function
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/
H A DGrammarInterface.php21 public function getName(); function
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DI18n.php35 public function getName() function in Twig_Extensions_Extension_I18n
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DTicketListener.php111 $name = $test->getName(false);
147 $name = $test->getName(false);
/plugin/bugzillaint/helper/
H A Dbugzillaclient.php420 if ( $node->getName() == 'int' ) {
423 else if ( $node->getName() == 'string' ) {
426 else if ( $node->getName() == 'array' ) {
433 else if ( $node->getName() == 'struct' ) {
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php255 $this->assertEquals('UTC', $dt->getTimeZone()->getName());
268 $this->assertEquals('Europe/Amsterdam', $dt->getTimeZone()->getName());
302 $this->assertEquals('Europe/Amsterdam', $dt->getTimeZone()->getName());
330 $this->assertEquals('Canada/Eastern', $dt->getTimeZone()->getName());
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php243 $this->assertEquals('UTC', $dt->getTimeZone()->getName());
256 $this->assertEquals('Europe/Amsterdam', $dt->getTimeZone()->getName());
290 $this->assertEquals('Europe/Amsterdam', $dt->getTimeZone()->getName());
318 $this->assertEquals('Canada/Eastern', $dt->getTimeZone()->getName());
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php243 $this->assertEquals('UTC', $dt->getTimeZone()->getName());
256 $this->assertEquals('Europe/Amsterdam', $dt->getTimeZone()->getName());
290 $this->assertEquals('Europe/Amsterdam', $dt->getTimeZone()->getName());
318 $this->assertEquals('Canada/Eastern', $dt->getTimeZone()->getName());
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php243 $this->assertEquals('UTC', $dt->getTimeZone()->getName());
256 $this->assertEquals('Europe/Amsterdam', $dt->getTimeZone()->getName());
290 $this->assertEquals('Europe/Amsterdam', $dt->getTimeZone()->getName());
318 $this->assertEquals('Canada/Eastern', $dt->getTimeZone()->getName());
/plugin/findologicxmlexport/vendor/jms/serializer/src/Twig/
H A DSerializerRuntimeExtension.php17 public function getName() function in JMS\\Serializer\\Twig\\SerializerRuntimeExtension
/plugin/webdavclient/
H A Dhelper.php1271 $ret[$object->getName()] = $this->recursiveXmlToArray($object->children());
1278 if(!is_array($ret[$object->getName()]))
1279 $ret[$object->getName()] = array();
1284 if(isset($ret[$object->getName()][(string)$key]) &&
1285 !is_array($ret[$object->getName()][(string)$key]))
1287 $ret[$object->getName()][(string)$key] =
1291 elseif(isset($ret[$object->getName()][(string)$key]) &&
1292 is_array($ret[$object->getName()][(string)$key]))
1294 $ret[$object->getName()][(string)$key][] = trim((string)$val, '"');
1300 $ret[$object->getName()][(string)$key] = trim((string)$val, '"');
[all …]
/plugin/ipban/ip-lib/src/Address/
H A DType.php31 public static function getName($type) function in IPLib\\Address\\Type

12345678910>>...92