Home
last modified time | relevance | path

Searched refs:custom (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1SchemaSchemaProperty.php29 public $custom; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1SchemaSchemaProperty
52 public function setCustom($custom) argument
54 $this->custom = $custom;
61 return $this->custom;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GoogleAnalyticsAdmin/
H A DGoogleAnalyticsAdminV1alphaConversionEvent.php29 public $custom; variable in Google\\Service\\GoogleAnalyticsAdmin\\GoogleAnalyticsAdminV1alphaConversionEvent
60 public function setCustom($custom) argument
62 $this->custom = $custom;
69 return $this->custom;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DGoogleIdentityAccesscontextmanagerV1AccessLevel.php56 public function setCustom(GoogleIdentityAccesscontextmanagerV1CustomLevel $custom) argument
58 $this->custom = $custom;
65 return $this->custom;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessContextManager/
H A DAccessLevel.php56 public function setCustom(CustomLevel $custom) argument
58 $this->custom = $custom;
65 return $this->custom;
/plugin/structcombolookup/
H A Dstyle.less1 .custom-structcombolookup {
5 .custom-structcombolookup-toggle {
12 .custom-structcombolookup-input {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DHttpRule.php91 public function setCustom(CustomHttpPattern $custom) argument
93 $this->custom = $custom;
100 return $this->custom;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DHttpRule.php91 public function setCustom(CustomHttpPattern $custom) argument
93 $this->custom = $custom;
100 return $this->custom;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DHttpRule.php91 public function setCustom(CustomHttpPattern $custom) argument
93 $this->custom = $custom;
100 return $this->custom;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DHttpRule.php91 public function setCustom(CustomHttpPattern $custom) argument
93 $this->custom = $custom;
100 return $this->custom;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Monitoring/
H A DService.php94 public function setCustom(Custom $custom) argument
96 $this->custom = $custom;
103 return $this->custom;
/plugin/adhoctags/
H A Dhelper.php65 function getAttributes($data, $custom, $useNoPrefix=true) { argument
127 if (in_array('datetime', $custom) && preg_match('/\&([A-Za-z0-9\-\+\:\.]+)/', $token)) {
175 function buildAttributes($data, $custom, $addClass='', $mode='xhtml') { argument
177 $attr = $this->getAttributes($data, $custom);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dcustom-printer-verbose.phpt2 phpunit -c ../_files/configuration.custom-printer.xml --verbose IncompleteTest ../_files/Incomplete…
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/configuration.custom-printer.xml';
17 Configuration: %sconfiguration.custom-printer.xml
H A Dcustom-printer-debug.phpt2 phpunit -c ../_files/configuration.custom-printer.xml --debug BankAccountTest ../_files/BankAccount…
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/configuration.custom-printer.xml';
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dindex.rst4 Doctrine Annotations offers to implement custom annotation
55 :ref:`Read more about custom annotations. <custom>`
93 .. _Read more about custom annotations.: custom
H A Dsidebar.rst6 custom
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.DefinitionID.txt8 Unique identifier for a custom-built URI definition. If you want
9 to add custom URIFilters, you must specify this value.
H A DHTML.DefinitionRev.txt8 Revision identifier for your custom definition specified in
10 your custom definition, but this one does so in a chronological
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DAbstractPDOTest.php93 $custom = new Href('/foo/bar/');
95 $propPatch = new PropPatch(['{DAV:}custom' => $custom]);
102 $this->assertEquals($custom, $propFind->get('{DAV:}custom'));
/plugin/confmanager/configTypes/
H A DConfigManagerSingleLineConfigCascade.php41 $custom = $this->getCustomEntries($lines, $config['default']);
43 $this->saveToFile($custom);
H A DConfigManagerTwoLineConfigCascade.php46 $custom = $this->getCustomEntries($lines, $config['default']);
48 $this->saveToFile($custom);
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dhtml-block.md36 <custom />
40 <custom multi="line" something="hi" />
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/
H A Dspecial_chars.test2 "§" custom tag
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DAccessorOrder.php26 public $custom = []; variable in JMS\\Serializer\\Annotation\\AccessorOrder
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/filters/
H A Dspecial_chars.test2 "§" custom filter
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/functions/
H A Dspecial_chars.test2 "§" custom function

12345678910>>...13