Home
last modified time | relevance | path

Searched defs:tag (Results 26 – 50 of 451) sorted by relevance

12345678910>>...19

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
DAsseticTokenParser.php20 private $tag; variable in Assetic\\Extension\\Twig\\AsseticTokenParser
37 …public function __construct(AssetFactory $factory, $tag, $output, $single = false, array $extensio…
161 …$body, array $inputs, array $filters, $name, array $attributes = array(), $lineno = 0, $tag = null)
188 …$body, array $inputs, array $filters, $name, array $attributes = array(), $lineno = 0, $tag = null)
/plugin/datatables/assets/datatables.net-buttons/js/
Dbuttons.jqueryui.js74 tag: '', property
80 tag: 'button', property
84 tag: 'button', property
89 tag: 'div', property
Dbuttons.jqueryui.min.js4 …i-corner-all",disabled:"ui-state-disabled",active:"ui-state-active",liner:{tag:"",className:""}},s… property
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTag.php106 private function getTagInstance($tag)
131 public static function getTagClassName($tag)
173 public function OpenTag($tag, $attr, &$ahtml, &$ihtml)
244 public function CloseTag($tag, &$ahtml, &$ihtml)
/plugin/findologicxmlexport/vendor/symfony/yaml/Tag/
DTaggedValue.php20 private $tag; variable in Symfony\\Component\\Yaml\\Tag\\TaggedValue
23 public function __construct(string $tag, $value)
/plugin/combo/vendor/symfony/yaml/Tag/
H A DTaggedValue.php20 private $tag; variable in Symfony\\Component\\Yaml\\Tag\\TaggedValue
23 public function __construct(string $tag, $value)
/plugin/creole/helper/
Deventhandler.php13 protected $tag = NULL; variable in creole_syntax_event
18 public function __construct($state, $clazz , $tag) {
75 public function __construct($state, $clazz, $tag, $ownState, $ownClazz, $ownTag, $callback) {
139 public function addOnNotify ($state, $clazz, $tag, $ownState, $ownClazz, $ownTag, $callback) {
144 public function notifyEvent ($state, $clazz, $tag, $pos, $match, $handler) {
180 public function queuedEventExists ($state, $clazz, $tag) {
/plugin/exttab3/
Dsyntax.php90 protected function writeCall($tag, $attr, $state, $pos, $match, $handler)
96 protected function open($tag, $attr, $pos, $match, $handler)
103 protected function close($tag, $pos, $match, $handler)
335 protected function tag_open($tag, $attr = null)
349 protected function tag_close($tag)
/plugin/html2pdf/html2pdf/html2ps/
Dxhtml.utils.inc.php4 function close_tag($tag, $sample_html) {
13 function mk_open_tag_regexp($tag) { return "<\s*{$tag}(\s+[^>]*)?>"; };
14 function mk_close_tag_regexp($tag) { return "<\s*/\s*{$tag}\s*>"; };
235 function fix_attrs_tag($tag) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
DStreamingSideInputLocation.php29 public $tag; variable in Google\\Service\\Dataflow\\StreamingSideInputLocation
48 public function setTag($tag)
DSeqMapTaskOutputInfo.php27 public $tag; variable in Google\\Service\\Dataflow\\SeqMapTaskOutputInfo
46 public function setTag($tag)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDeploy/
DBuildArtifact.php29 public $tag; variable in Google\\Service\\CloudDeploy\\BuildArtifact
48 public function setTag($tag)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/
DContainerImage.php29 public $tag; variable in Google\\Service\\AIPlatformNotebooks\\ContainerImage
48 public function setTag($tag)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
DApplyTenantProjectConfigRequest.php27 public $tag; variable in Google\\Service\\ServiceConsumerManagement\\ApplyTenantProjectConfigRequest
46 public function setTag($tag)
DAddTenantProjectRequest.php27 public $tag; variable in Google\\Service\\ServiceConsumerManagement\\AddTenantProjectRequest
46 public function setTag($tag)
DTenantResource.php33 public $tag; variable in Google\\Service\\ServiceConsumerManagement\\TenantResource
66 public function setTag($tag)
/plugin/findologicxmlexport/vendor/twig/extensions/test/Twig/Tests/
DSimpleTokenParser.php14 protected $tag; variable in SimpleTokenParser
17 public function __construct($tag, $grammar)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
DVideoSuggestionsTagSuggestion.php30 public $tag; variable in Google\\Service\\YouTube\\VideoSuggestionsTagSuggestion
49 public function setTag($tag)
/plugin/tagging/db/
H A Dupdate0002.sql5 CREATE TABLE taggings_tmp (pid, tag, tagger, PRIMARY KEY(pid, tag, tagger)); field
10 CREATE TABLE taggings (pid, tag, tagger, lang, PRIMARY KEY(pid, tag, tagger)); field
/plugin/tagging/script/
H A Dsearch.js101 return tags.sort().reduce(function (allTags, tag) { argument
132 return filters.map(function (tag) { argument
142 function toggleTag(tag) { argument
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/
DSwitch.php12 protected $tag; variable in HTMLPurifier_AttrDef_Switch
29 public function __construct($tag, $with_tag, $without_tag)
/plugin/publish/action/
H A Drecent.php54 function isParentTag($tag) {
66 function getPageId($tag) {
/plugin/diagramsnet/lib/math/config/
DAM_HTMLorMML.js51 …childNodes=[]},appendChild:function(ab){if(ab.parent){ab.parent.removeChild(ab)}if(this.lastChild)…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DLogglyHandler.php44 protected $tag = []; variable in Monolog\\Handler\\LogglyHandler
101 public function setTag($tag): self
112 public function addTag($tag): self
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DNetworkEndpointGroupCloudRun.php29 public $tag; variable in Google\\Service\\Compute\\NetworkEndpointGroupCloudRun
52 public function setTag($tag)

12345678910>>...19