Home
last modified time | relevance | path

Searched refs:attribute (Results 101 – 125 of 449) sorted by relevance

12345678910>>...18

/plugin/bootswrapper/syntax/
H A Dcarousel.php62 foreach ($attributes as $attribute => $value) {
63 $html5_attributes[] = 'data-' . $attribute . '="' . $value . '"';
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAddRequest.php33 * AttributeList ::= SEQUENCE OF attribute Attribute
138 /** @var Attribute $attribute */
139 foreach ($this->entry->getAttributes() as $attribute) {
140 $attr = Asn1::sequence(Asn1::octetString($attribute->getDescription()));
144 }, $attribute->getValues()));
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdownExtra.php159 foreach($attributes as $attribute) {
160 if ($attribute[0] === '#') {
161 $html['id'] = substr($attribute, 1);
163 $html['class'][] = substr($attribute, 1);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D41.41.js.map1attribute.value'],\n [/'([^']*)'/, 'attribute.value'],\n [/[\\w\\-]+/, 'attr…
H A D45.45.js.map1attribute.name', 'delimiter', { token: 'attribute.value', next: '@value.$3' }]\n ],\n …
H A D32.32.js1attribute.name.html","delimiter.html","string.html",{token:"string.html",switchTo:"@tag.$S2.$4"},"…
/plugin/tcycle/
H A Dsyntax.php101 function _getAttribute($attributeString, $attribute, $default){ argument
103 $pos = strpos($attributeString, $attribute."=");
105 $pos = strpos($attributeString, $attribute." ");
108 $pos = $pos + strlen($attribute);
/plugin/groupmatrix/syntax/
H A Dtable.php135 foreach ($attributes as $attribute) {
136 $row[$attribute] = $user[$attribute] ?: '';
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAttr.DefaultImageAlt.txt
H A DHTML.ForbiddenAttributes.txt
/plugin/odt/ODT/css/
H A Dcssimportnew.php20 protected $attribute = NULL; variable in css_attribute_selector
46 $this->attribute = $attribute_string;
49 $this->attribute = substr($attribute_string, 0, $found);
53 $this->attribute = substr($attribute_string, 0, $found - 1);
71 return isset($attributes) && array_key_exists($this->attribute, $attributes);
76 if ($attributes [$this->attribute] == $this->value) {
85 $words = preg_split ('/\s/', $attributes [$this->attribute]);
98 if ($attributes [$this->attribute] == $this->value ||
117 if (substr($attributes [$this->attribute], $length) == $this->value) {
124 if (strpos($attributes [$this->attribute], $this->value) !== false) {
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dconstant.rst13 the status attribute is exactly the same as Post::PUBLISHED
21 the status attribute is exactly the same as Post::PUBLISHED
/plugin/findologicxmlexport/vendor/twig/extensions/lib/Twig/Extensions/Extension/
H A DDate.php72 foreach (self::$units as $attribute => $unit) {
73 $count = $diff->$attribute;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php226 foreach ($attributes as $attribute) {
227 $attr[] = $attribute instanceof Attribute ? $attribute : new Attribute($attribute);
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DGetAttrExpression.php20 …public function __construct(AbstractExpression $node, AbstractExpression $attribute, AbstractExpre… argument
22 $nodes = ['node' => $node, 'attribute' => $attribute];
/plugin/tline/
H A DCHANGES.txt10 * Fixed issues caused when events don't have title attribute.
74 * Fixed issue 33: added event attribute durationEvent.
79 * Added event attribute trackNum for developers to specify a track number.
95 * Fixed issue 31, added event's classname attribute to div for icons too.
126 Now uses color attribute if present, else css. -- LarryK rev 1677
127 * Span point decorator: Now uses color attribute if present, else css.
161 Fixed overview painter to use event's classname attribute if present.
206 * Event attribute classname is added to the classnames for the event's label
219 * New event attribute eventID is a 'cookie' attribute that is stored, not used
221 filler, the attribute can be obtained using the getEventID() method on the
[all …]
/plugin/code3/styles/schemes/
H A Didea_alloy.css10 /** sgml attribute name. */
29 /** sgml attribute value. */
/plugin/highlight2wiki/
H A Daction.php195 foreach($node->attributes as $attribute)
197 if(is_iterable($attribute->name)){
198 foreach($attribute->name as $AName){
202 $node->removeAttributeNode($attribute);
207 //if (in_array($attribute->name, $allowed_attributes)) {continue;}
208 //$node->removeAttributeNode($attribute);
/plugin/combo/ComboStrap/
H A DDatabasePageRow.php577 throw new ExceptionBadState("The page database attribute passed should not be empty");
584 throw new ExceptionRuntime("The attribute ($key) has value that is an array (" . implode(", ", $value) . ")");
615 throw new ExceptionBadState("There was a problem during the page attribute updates. : {$e->getMessage()}");
1042 function getDatabaseRowFromAttribute(string $attribute, string $attributeValue)
1044 $query = $this->getParametrizedLookupQuery($attribute);
1073 LogUtility::error("The page ($this->markupPath) and the page ($attributeValue) have the same $attribute ($attributeValue)");
1081 LogUtility::warning("Error: More than 1 rows ($rowCount) found for attribute ($attribute) with the value ($attributeValue)");
1115 throw new ExceptionNotFound("The existing pages ($existingPages) have all the same attribute $attribute wit
1026 getDatabaseRowFromAttribute(string $attribute, string $value) global() argument
1183 getFromRow(string $attribute) global() argument
1253 checkCollision($wikiIdInDatabase, $attribute, $value) global() argument
[all...]
/plugin/highlightjs/highlight/styles/
H A Dgithub.css27 .string, .attribute .value, .phpdoc {
50 .attribute, .variable, .instancevar, .lisp .body {
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DNode.php98 $node->appendChild($attribute = $dom->createElement('attribute'));
99 $attribute->setAttribute('name', $name);
100 $attribute->appendChild($dom->createTextNode($value));
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DGPX.php293 foreach ($node->attributes as $attribute) {
294 if ($attribute->name !== 'lat' && $attribute->name !== 'lon' && trim($attribute->value) !== '') {
295 $attributes[$attribute->name] = trim($attribute->value);
/plugin/sphinxsearch-was/
H A Dsphinxapi.php772 function SetFilter($attribute, $values, $exclude = false) argument
774 assert(is_string($attribute));
788 function SetFilterRange($attribute, $min, $max, $exclude = false) argument
790 assert(is_string($attribute));
802 assert(is_string($attribute));
824 function SetGroupBy($attribute, $func, $groupsort = "@group desc") argument
826 assert(is_string($attribute));
835 $this->_groupby = $attribute;
841 function SetGroupDistinct($attribute) argument
843 assert(is_string($attribute));
[all …]
/plugin/sphinxsearch/
H A Dsphinxapi.php807 function SetFilter ( $attribute, $values, $exclude=false ) argument
809 assert ( is_string($attribute) );
824 function SetFilterRange ( $attribute, $min, $max, $exclude=false ) argument
826 assert ( is_string($attribute) );
838 assert ( is_string($attribute) );
860 function SetGroupBy ( $attribute, $func, $groupsort="@group desc" ) argument
862 assert ( is_string($attribute) );
871 $this->_groupby = $attribute;
877 function SetGroupDistinct ( $attribute ) argument
879 assert ( is_string($attribute) );
[all …]
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/CSV/
H A DCSVItem.php83 foreach ($this->attributes as $attribute) {
84 $attributes .= sprintf('%s&', $attribute->getCsvFragment());

12345678910>>...18