Home
last modified time | relevance | path

Searched refs:attribute (Results 26 – 50 of 449) sorted by relevance

12345678910>>...18

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Eventarc/
H A DEventFilter.php25 public $attribute; variable in Google\\Service\\Eventarc\\EventFilter
38 public function setAttribute($attribute) argument
40 $this->attribute = $attribute;
47 return $this->attribute;
H A DFilteringAttribute.php25 public $attribute; variable in Google\\Service\\Eventarc\\FilteringAttribute
42 public function setAttribute($attribute) argument
44 $this->attribute = $attribute;
51 return $this->attribute;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/Filter/
H A DPresentFilter.php23 * Checks for the presence of an attribute (ie. whether or not it contains a value). RFC 4511, 4.5.1.7.5
34 * @param string $attribute argument
36 public function __construct(string $attribute)
38 $this->attribute = $attribute;
46 return Asn1::context(self::APP_TAG, Asn1::octetString($this->attribute));
54 return self::PAREN_LEFT . $this->attribute . self::FILTER_EQUAL . '*' . self::PAREN_RIGHT;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D48.48.js1attribute.value"],[/'([^']*)'/,"attribute.value"],[/[\w\-]+/,"attribute.name"],[/=/,"delimiter"],[…
H A D45.45.js1attribute.name","delimiter",{token:"attribute.value",next:"@value.$3"}]],[/\w+/,"attribute.name"],…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js105 …new lib.element("link").attribute.set("rel","stylesheet").attribute.set("type","text/css").attribu…
116 …lib.element("div").attribute.set('firebugIgnore',true).attribute.set("id","firebugIconDiv").attrib…
139attribute.set("title","Firebug Lite").attribute.set("target","_blank").attribute.set("href","http:…
174 …el.bgInspector = new lib.element("DIV").attribute.set("id","FirebugBGInspector").attribute.set('fi…
370 buttons[i].attribute.set("href","#");
1346 link.attribute.addClass("Selected");
1389 nodeLink.attribute.addClass("Selected");
1438 link.attribute.addClass("Selected");
1439 link.attribute.addClass("Parent");
1462 link.attribute.addClass("Parent");
[all …]
H A Dfirebug-lite-1.2-compressed.js8 …].appendChild(new lib.element("link").attribute.set("rel","stylesheet").attribute.set("type","text…
10attribute.set('firebugIgnore',true).attribute.set("id","firebugIconDiv").attribute.set("title",ico…
11attribute.addClass("Header").insert(el.main);el.left={};el.left.container=new lib.element("DIV").a…
13attribute.addClass("Nav").insert(el.left.container);el.nav.console=new lib.element("A").attribute.…
14attribute.addClass("Tab").update("DOM").event.addListener("click",lib.util.Curry(d.navigate,intern…
15 buttons[i].attribute.set("href","#");win.refreshSize();}
36attribute.addClass("Opened");parentElement.opened=true;for(var key in obj){try{if(env.hideDOMFunct…
58 if(d.html.current){d.html.current[1].attribute.removeClass("Selected");}
62attribute.addClass("Selected");d.html.current=[_element,nodeLink];d.html.openProperties();};if(ele…
63attribute.addClass("Block").insert(parent),link=new lib.element("A").attribute.addClass("Link").in…
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js19 if(!cssLoaded){document.getElementsByTagName("head")[0].appendChild(new lib.element("link").attribute.set("rel","stylesheet").attribute.set("type","text/css").attribute.set("href",env.css).element);}
21 el.firebugIcon=new lib.element("div").attribute.set('firebugIgnore',true).attribute.set("id","firebugIconDiv").attribute.set("title",iconTitle).attribute.set("alt",iconTitle).event.addListener("mousedown",win.iconClicked).insert(document.body);el.content={};el.mainiframe=new lib.element("IFRAME").attribute.set("id","FirebugIFrame").attribute.set('firebugIgnore',true).environment.addStyle({"display":"none","width":lib.util.GetViewport().width+"px"}).insert(document.body);el.main=new lib.element("DIV").attribute
127 if(pi.util.IsHash(_object[name])){_branch[name]={};this.movePrivateMembers(_object[name],_branch[name]);}};};};pi.element=new pi.base;pi.element.init=function(_val){this.environmen global() class in pi.element.body
[all...]
H A Dfirebug-lite-1.2.js116 new lib.element("link").attribute.set("rel","stylesheet").attribute.set("type","text/css").attribute.set("href",env.css).element
127 el.firebugIcon = new lib.element("div").attribute.set('firebugIgnore',true).attribute.set("id","firebugIconDiv").attribute.set("title",iconTitle).attribute.set("alt",iconTitle).event.addListener("mousedown",win.iconClicked).insert(document.body);
133 el.mainiframe = new lib.element("IFRAME").attribute.set("id","FirebugIFrame").attribute.set('firebugIgnore',true).environment.addStyle({ "display":"none", "width":lib.util.GetViewport().width+"px" }).insert(document.body);
134 el.main = new lib.element("DIV").attribute
2336 "attribute":{ global() class in pi.element.body
[all...]
/plugin/attribute/
H A Dhelper.php294 * @param string $attribute
318 $data[$attribute] = $value;
369 * @param string $attribute
374 public function exists($namespace, $attribute, $user = null) argument
396 return array_key_exists($attribute, $data);
405 * @param string $attribute
410 public function del($namespace, $attribute, $user = null) argument
428 if (array_key_exists($attribute, $data)) {
429 unset($data[$attribute]);
489 * @param string $attribute
[all …]
H A DREADME.md1 # attribute chapter
2 Arbitrary attribute definition and storage for user associated data.
4 See detail on: https://www.dokuwiki.org/plugin:attribute
/plugin/projects/lib/
H A Dfile_definition.php27 public function attribute($name) { function in FileDefinition
32 public function name() { return $this->attribute('name'); }
33 public function type() { return $this->attribute('type'); }
44 foreach ($xml->firstChild->attributes as $attribute)
45 $attributes[$attribute->name] = $attribute->value;
99 return trim($this->attribute('linkto'));
/plugin/columns/
H A Daction.php324 foreach ($attribute as $a) {
343 foreach ($attribute as $a) {
352 private function parseAttribute($attribute) { argument
490 private $attribute; variable in columns_attributes_bag
496 $this->attribute = array();
503 $this->attribute[$name] = $value;
509 public function addAttributes($attribute) { argument
510 if (is_array($attribute) && (count($attribute) > 0)) {
511 $this->attribute = array_merge($this->attribute, $attribute);
521 $result = $this->attribute[$name];
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Ddefined_for_attribute.test2 "defined" support for attribute
4 {{ attribute(nested, "definedVar") is defined ? 'ok' : 'ko' }}
5 {{ attribute(nested, "undefinedVar") is not defined ? 'ok' : 'ko' }}
6 {{ attribute(nested, definedVarName) is defined ? 'ok' : 'ko' }}
7 {{ attribute(nested, undefinedVarName) is not defined ? 'ok' : 'ko' }}
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1Attributes.php29 public function setAttribute($attribute) argument
31 $this->attribute = $attribute;
38 return $this->attribute;
/plugin/orgapp/
H A Dsyntax.php48 foreach ($matches as $attribute) {
49 if ($attribute[2][0] == '"') {
50 $out[$attribute[1]] = substr($attribute[2], 1, -1);
53 $out[$attribute[1]] = $attribute[2];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ManufacturerCenter/
H A DIssue.php25 public $attribute; variable in Google\\Service\\ManufacturerCenter\\Issue
58 public function setAttribute($attribute) argument
60 $this->attribute = $attribute;
67 return $this->attribute;
/plugin/commonmark/vendor/league/commonmark/src/Extension/Attributes/Util/
H A DAttributesHelper.php44 // Attempt to match the entire attribute list expression
62 while ($attribute = \trim((string) $attributeCursor->match('/^' . self::SINGLE_ATTRIBUTE . '/i'))) {
63 if ($attribute[0] === '#') {
64 $attributes['id'] = \substr($attribute, 1);
69 if ($attribute[0] === '.') {
70 $attributes['class'][] = \substr($attribute, 1);
76 [$name, $value] = \explode('=', $attribute, 2);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Parser/
H A DAttribute.php3 * The attribute parser parses a simple attribute selector.
16 * The attribute parser parses a simple attribute selector.
18 * The attribute value can be an string if a string start is found it delegates to a string
38 $attribute = new Ast\Selector\Simple\Attribute($token->content);
46 $attribute->match = $this->_operators[$token->content];
58 $attribute->literal = new Ast\Value\Literal($token->content);
62 $attribute->literal = $this->delegate(Text::CLASS);
67 return $attribute;
[all...]
/plugin/bootswrapper/syntax/
H A Dbutton.php81 foreach (array_keys($this->tag_attributes) as $attribute) {
82 if (isset($attributes[$attribute])) {
83 $html_attributes["data-btn-$attribute"] = $attributes[$attribute];
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/
H A DSimpleTokenParser.php54 …protected function getAttribute($node, $attribute, $arguments = array(), $type = Twig_Node_Express… argument
58 …$attribute instanceof Twig_Node ? $attribute : new Twig_Node_Expression_Constant($attribute, $line…
65 protected function call($node, $attribute, $arguments = array(), $line = -1) argument
67 …return $this->getAttribute($node, $attribute, $arguments, Twig_Node_Expression_GetAttr::TYPE_METHO…
/plugin/combo/ComboStrap/
H A DTagAttributes.php43 * * declare component attribute after parsing
44 * * declare Html attribute during parsing
54 * @var string the alt attribute value (known as the title for dokuwiki)
74 self::SCRIPT_KEY, // no script attribute for security reason
101 * We could pass the plugin object into tag attribute in place of the logical tag
135 * to advertise that it will add attribute and close it
140 * If an attribute has this value,
142 * Child element can unset attribute this way
146 * to advertise that the title attribute should not be set
193 * TODO: This is because the request object and the response object are the same. We should add the request attribute i
1052 removeComponentAttribute($attribute) global() argument
1192 getValueAndRemoveIfPresent($attribute, $default = null) global() argument
1250 addEmptyComponentAttributeValue($attribute) global() argument
1261 getBooleanValueAndRemoveIfPresent($attribute, $default = null) global() argument
1269 getBooleanValue($attribute, $default = null) global() argument
1278 hasAttribute($attribute) global() argument
1288 hasHtmlAttribute($attribute) global() argument
1296 getOutputAttribute($attribute) global() argument
1455 getComponentAttributeValueAndRemoveIfPresent(string $attribute, $default = null) global() argument
[all...]
/plugin/bureaucracyau/helper/
H A Dfieldusers.php52 $attribute = isset($matches['attribute']) ? $matches['attribute'] : '';
57 switch($attribute) {
62 return implode($delimiter, array_map(function ($user) use ($auth, $attribute) {
63 return $auth->getUserData($user)[$attribute];
/plugin/bureaucracy-au/helper/
H A Dfieldusers.php52 $attribute = isset($matches['attribute']) ? $matches['attribute'] : '';
57 switch($attribute) {
62 return implode($delimiter, array_map(function ($user) use ($auth, $attribute) {
63 return $auth->getUserData($user)[$attribute];
/plugin/bureaucracy/helper/
H A Dfieldusers.php52 $attribute = isset($matches['attribute']) ? $matches['attribute'] : '';
57 switch($attribute) {
62 return implode($delimiter, array_map(function ($user) use ($auth, $attribute) {
63 return $auth->getUserData($user)[$attribute];

12345678910>>...18