Home
last modified time | relevance | path

Searched refs:tag (Results 326 – 350 of 1150) sorted by last modified time

1...<<11121314151617181920>>...46

/plugin/dokucrypt2/
H A DREADME.md42 * 2021-03-03: Add wrapping for the pre tag. Contributed by dustin-something.
H A Dscript.js290 var tag=tag_enc;
293 while((cur=x.indexOf("<" + tag,pos))!=-1) {
295 alert("unable to close to open tag"); return(false);
297 if((closetag=x.indexOf("</" + tag + ">",opentag_end))==-1) {
298 alert("unable to find close of " + tag + " tag"); return(false);
300 if(!(ctext=decryptBlock(x.substring(cur,closetag+tag.length+3),false))) {
304 pos=closetag+tag.length+3;
311 var tag=tag_pt;
314 while((cur=x.indexOf("<" + tag,po
[all...]
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.print.less13 * When including this stylesheet, use the media='print' attribute of the <link> tag.
H A Dfullcalendar.less335 /* make the <a> tag block */
1265 /* every event title cell has an <a> tag */
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css460 .oi[data-glyph=tag]:before { content:'\e0c5'; }
/plugin/davcal/vendor/sabre/dav/
H A DCONTRIBUTING.md58 8. Files must omit the closing php tag (`?>`).
/plugin/indexmenu/
H A Dadmin.php
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunV2TrafficTarget.php33 public $tag; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2TrafficTarget
70 public function setTag($tag) argument
72 $this->tag = $tag;
79 return $this->tag;
H A DTrafficTarget.php41 public $tag; variable in Google\\Service\\CloudRun\\TrafficTarget
106 public function setTag($tag) argument
108 $this->tag = $tag;
115 return $this->tag;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DSideInputInfo.php32 public $tag; variable in Google\\Service\\Dataflow\\SideInputInfo
65 public function setTag($tag) argument
67 $this->tag = $tag;
74 return $this->tag;
H A DStreamingSideInputLocation.php29 public $tag; variable in Google\\Service\\Dataflow\\StreamingSideInputLocation
48 public function setTag($tag) argument
50 $this->tag = $tag;
57 return $this->tag;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DLogglyHandler.php44 protected $tag = []; variable in Monolog\\Handler\\LogglyHandler
99 * @param string[]|string $tag
101 public function setTag($tag): self argument
103 $tag = !empty($tag) ? $tag : [];
104 $this->tag = is_array($tag) ? $tag : [$tag];
110 * @param string[]|string $tag
112 public function addTag($tag): self argument
114 if (!empty($tag)) {
115 $tag = is_array($tag) ? $tag : [$tag];
116 $this->tag = array_unique(array_merge($this->tag, $tag));
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DApplyTenantProjectConfigRequest.php27 public $tag; variable in Google\\Service\\ServiceConsumerManagement\\ApplyTenantProjectConfigRequest
46 public function setTag($tag) argument
48 $this->tag = $tag;
55 return $this->tag;
H A DUndeleteTenantProjectRequest.php25 public $tag; variable in Google\\Service\\ServiceConsumerManagement\\UndeleteTenantProjectRequest
30 public function setTag($tag) argument
32 $this->tag = $tag;
39 return $this->tag;
H A DAddTenantProjectRequest.php27 public $tag; variable in Google\\Service\\ServiceConsumerManagement\\AddTenantProjectRequest
46 public function setTag($tag) argument
48 $this->tag = $tag;
55 return $this->tag;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php1925 * @param string $tag
1930 public function setTag($tag) argument
1940 $length = strlen($tag);
1944 $this->oldtag = $tag;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3Fulfillment.php36 public $tag; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3Fulfillment
101 public function setTag($tag) argument
103 $this->tag = $tag;
110 return $this->tag;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DContainerVersion.php263 public function setTag($tag) argument
265 $this->tag = $tag;
272 return $this->tag;
H A DEntity.php82 public function setTag(Tag $tag) argument
84 $this->tag = $tag;
91 return $this->tag;
H A DFolderEntities.php51 public function setTag($tag) argument
53 $this->tag = $tag;
60 return $this->tag;
H A DListTagsResponse.php47 public function setTag($tag) argument
49 $this->tag = $tag;
56 return $this->tag;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DPushFilter.php33 public $tag; variable in Google\\Service\\CloudBuild\\PushFilter
66 public function setTag($tag) argument
68 $this->tag = $tag;
75 return $this->tag;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
H A DBuildArtifact.php29 public $tag; variable in Google\\Service\\CloudDeploy\\BuildArtifact
48 public function setTag($tag) argument
50 $this->tag = $tag;
57 return $this->tag;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DNetworkEndpointGroupCloudRun.php29 public $tag; variable in Google\\Service\\Compute\\NetworkEndpointGroupCloudRun
52 public function setTag($tag) argument
54 $this->tag = $tag;
61 return $this->tag;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
H A DContainerImage.php29 public $tag; variable in Google\\Service\\AIPlatformNotebooks\\ContainerImage
48 public function setTag($tag) argument
50 $this->tag = $tag;
57 return $this->tag;

1...<<11121314151617181920>>...46