/plugin/combo/ComboStrap/ |
H A D | ColorRgb.php | 251 private $nameType = self::VALUE_TYPE_UNKNOWN_NAME; variable in ComboStrap\\ColorRgb 525 switch ($this->nameType) { 572 switch ($this->nameType) { 640 return $this->nameType; 797 $this->nameType = self::VALUE_TYPE_RGB_HEX; 822 $this->nameType = self::VALUE_TYPE_RGB_ARRAY; 829 $this->nameType = $type;
|
/plugin/bibtex/OSBib/format/ |
H A D | BIBSTYLE.php | 226 function grabNames($nameType) argument 231 $this->db->tidyInput($this->row[$nameType]) . ")"); 235 $ids = explode(",", $this->row[$nameType]); 242 $this->bibformat->formatNames($rowTemp, $nameType);
|
H A D | BIBFORMAT.php | 665 function formatNames($creators, $nameType, $citation = FALSE) argument 672 $pluralKey = $nameType . "_plural"; 679 if($nameType == 'citation') 700 else if($nameType == 'creator1') 810 $pluralKey = $nameType . "_plural"; 823 if($nameType == 'creator1') 833 else if($nameType == 'citation') 835 $this->item[$this->styleMap->{$type}[$nameType]] = $pString;
|
H A D | README.txt | 157 $bibformat->formatNames(ASSOC_ARRAY: $creators, STRING: $nameType); 164 $nameType -- One of 'creator1', 'creator2', 'creator3', 'creator4' or 'creator5'. This is mapped a…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/ |
H A D | CounterStructuredNameAndMetadata.php | 24 protected $nameType = CounterStructuredName::class; variable in Google\\Service\\Dataflow\\CounterStructuredNameAndMetadata
|
H A D | MetricUpdate.php | 50 protected $nameType = MetricStructuredName::class; variable in Google\\Service\\Dataflow\\MetricUpdate
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/ |
H A D | StorePage.php | 31 protected $nameType = LocalizedText::class; variable in Google\\Service\\AndroidEnterprise\\StorePage
|
H A D | StoreCluster.php | 27 protected $nameType = LocalizedText::class; variable in Google\\Service\\AndroidEnterprise\\StoreCluster
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/ |
H A D | LeaderboardConfigurationDetail.php | 30 protected $nameType = LocalizedStringBundle::class; variable in Google\\Service\\GamesConfiguration\\LeaderboardConfigurationDetail
|
H A D | AchievementConfigurationDetail.php | 32 protected $nameType = LocalizedStringBundle::class; variable in Google\\Service\\GamesConfiguration\\AchievementConfigurationDetail
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/ |
H A D | UserProfile.php | 31 protected $nameType = Name::class; variable in Google\\Service\\Classroom\\UserProfile
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesManagement/ |
H A D | Player.php | 44 protected $nameType = PlayerName::class; variable in Google\\Service\\GamesManagement\\Player
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/HomeGraphService/ |
H A D | Device.php | 37 protected $nameType = DeviceNames::class; variable in Google\\Service\\HomeGraphService\\Device
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/ |
H A D | Player.php | 52 protected $nameType = PlayerName::class; variable in Google\\Service\\Games\\Player
|
/plugin/bibtex/OSBib/create/ |
H A D | PREVIEWSTYLE.php | 102 $nameType = 'creator' . $index; 103 if(array_key_exists($nameType, $this->bibformat->styleMap->$type)) 104 $this->bibformat->formatNames($this->$nameType, 'creator' . $index);
|
/plugin/diagramsnet/lib/WEB-INF/lib/ |
H A D | commons-codec-1.10.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/apache/
org/ ... |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Directory/ |
H A D | User.php | 135 protected $nameType = UserName::class; variable in Google\\Service\\Directory\\User
|