Home
last modified time | relevance | path

Searched refs:getProperty (Results 51 – 75 of 142) sorted by relevance

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
H A DPage.php92 public function getProperty() function in Google\\Service\\Vision\\Page
H A DGoogleCloudVisionV1p2beta1Page.php92 public function getProperty() function in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1Page
H A DGoogleCloudVisionV1p4beta1Page.php92 public function getProperty() function in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1Page
H A DGoogleCloudVisionV1p1beta1Page.php92 public function getProperty() function in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1Page
H A DGoogleCloudVisionV1p3beta1Block.php104 public function getProperty() function in Google\\Service\\Vision\\GoogleCloudVisionV1p3beta1Block
H A DGoogleCloudVisionV1p2beta1Block.php104 public function getProperty() function in Google\\Service\\Vision\\GoogleCloudVisionV1p2beta1Block
H A DGoogleCloudVisionV1p4beta1Block.php104 public function getProperty() function in Google\\Service\\Vision\\GoogleCloudVisionV1p4beta1Block
H A DBlock.php104 public function getProperty() function in Google\\Service\\Vision\\Block
H A DGoogleCloudVisionV1p1beta1Block.php104 public function getProperty() function in Google\\Service\\Vision\\GoogleCloudVisionV1p1beta1Block
/plugin/jmol2/jmol/
H A DJmolAppletSigned0_ShapeSpecial.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0_ShapeSpecial.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientExtendedOperationHandler.php71 $prop = (new ReflectionClass(LdapMessageResponse::class))->getProperty('response');
/plugin/eventline/timeline_js/scripts/
H A Dsources.js70 evt.getProperty = function(name) { function
142 evt.getProperty = function(name) {
236 evt.getProperty = function(name) {
463 getProperty: function(name) { return null; }, method in Timeline.DefaultEventSource.Event
489 var wikiID = this.getProperty("wikiID");
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest.php150 public function getProperty() function in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaSearchChangeHistoryEventsRequest
/plugin/odt/helper/
H A Dcssimport.php54 public function getProperty () { function in css_declaration
992 $returnString .= ' '.$declaration->getProperty ().':'.$declaration->getValue ().";\n";
1053 public function getProperty ($name) { function in css_rule
1055 if ( $name == $declaration->getProperty () ) {
1068 $property = $declaration->getProperty ();
1371 $current = $rule->getProperty ($name);
1386 public function getProperty ($classString, $name) { function in helper_plugin_odt_cssimport
/plugin/displayfile/
H A Dsyntax.php212 $property = $reflection->getProperty('_codeblock');
220 $property = $reflection->getProperty('_codeblock');
/plugin/odt/ODT/elements/
H A DODTElementFrame.php178 $leftMargin = $frameStyle->getProperty('margin-left');
186 $rightMargin = $frameStyle->getProperty('margin-right');
/plugin/odt/ODT/styles/
H A DODTUnknownStyle.php130 return $this->getProperty('style-family');
H A DODTStyle.php77 public function getProperty($property) { function in ODTStyle
/plugin/authfacebook/lib/GraphNodes/
H A DCollection.php86 public function getProperty($name, $default = null) function in Facebook\\GraphNodes\\Collection
/plugin/authgoogle/google/contrib/
H A DGoogle_FreebaseService.php147 public function getProperty() { function in Google_TopicLookup
343 public function getProperty() { function in Google_TopicValue
/plugin/gtime/gtlib/http/
H A DGTHttpClient.php91 …$request->setHistoryIdentifier(new GTBigInteger($timestamp->getProperty(GTTimestamp::HISTORY_ID)));
170 …$request->setHistoryIdentifier(new GTBigInteger($timestamp->getProperty(GTTimestamp::HISTORY_ID)));
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AnalyticsData/
H A DRunPivotReportRequest.php190 public function getProperty() function in Google\\Service\\AnalyticsData\\RunPivotReportRequest
H A DRunReportRequest.php244 public function getProperty() function in Google\\Service\\AnalyticsData\\RunReportRequest
/plugin/odt/ODT/css/
H A Dcssimportnew.php767 $returnString .= $declaration->getProperty ().':'.$declaration->getValue ().";\n";
804 public function getProperty ($name) { function in css_rule_new
806 if ( $name == $declaration->getProperty () ) {
822 $property = $declaration->getProperty ();
1065 $current = $rule->getProperty ($name);

123456