Home
last modified time | relevance | path

Searched +full:attributes -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 26 – 50 of 83) sorted by relevance

1234

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php108 private static $attributes;
432 self::$attributes = [
509 self::$attributes,
1133 $attributes = $this->parseAttributes($response);
1134 if (!isset($attributes['type']) && $this->version < 4) {
1137 $attributes['type'] = $fileType;
1140 $contents[$shortname] = $attributes + ['filename' => $shortname];
1142 if (isset($attributes['type']) && $attributes['type'] == NET_SFTP_TYPE_DIRECTORY && ($shortname != '.' && $shortname != '..')) {
1150 $this->update_stat_cache($temp, (object) ['lstat' => $attributes]);
328 var $attributes = array(); global() variable in phpseclib\\Net\\SFTP
[all...]
/dokuwiki/lib/plugins/authldap/
H A Dauth.php206 $sr = $this->ldapSearch($this->con, $base, $filter, $this->getConf('userscope'), $this->getConf('attributes'));
642 * @param null|array $attributes
653 $attributes = null,
657 if (is_null($attributes)) $attributes = [];
664 $attributes,
673 $attributes,
682 $attributes,
651 ldapSearch($link_identifier, $base_dn, $filter, $scope = 'sub', $attributes = null, $attrsonly = 0, $sizelimit = 0) global() argument
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php2459 $attributes = ' style="' . $this->language_data['STYLES']['SCRIPT'][$script_key] . '"';
2461 $attributes = ' class="sc' . $script_key . '"';
2463 $result .= "<span$attributes>";
2464 $STRICTATTRS = $attributes;
2861 $attributes = ' style="' . $this->language_data['STYLES']['COMMENTS'][$comment['key']] . '"';
2863 $attributes = ' class="co' . $comment['key'] . '"';
2866 $test_str = "<span$attributes>" . $test_str . "</span>";
2872 "\n", "</span>\n<span$attributes>",
2928 $attributes = ' style="' . $this->language_data['STYLES']['COMMENTS']['MULTI'] . '"';
2930 $attributes
[all...]
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dllvm.php118 //Parameter Attributes
123 //Function Attributes
324 12 => 'http://llvm.org/docs/LangRef.html#parameter-attributes',
325 13 => 'http://llvm.org/docs/LangRef.html#function-attributes',
H A Dper.php200 "ATTRIBUTES",
H A Dcfm.php113 /* HTML attributes */
175 /* CFM Attributes */
H A Dmysql.php134 // Table, Column & Index Attributes
338 6 => 'color: #FF9900; font-weight: bold;', // attributes
339 7 => 'color: #FF9900; font-weight: bold;', // attributes
H A Dxojo.php61 'Attributes',
H A Dgenero.php60 "ATTRIBUTES",
H A Dsmarty.php115 6 => 'color: #6A0A0A;', //Attributes
H A Dhtml4strict.php28 * * Check that only HTML4 strict attributes are highlighted
H A Dtwig.php191 '=' //HTML (attributes)
H A Dhtml5.php28 * * Check that only HTML4 strict attributes are highlighted
H A Dvhdl.php173 //Attributes
/dokuwiki/inc/Form/
H A DOptGroup.php95 if ($this->attributes['label'] === null) {
H A DDropdownElement.php113 if (isset($this->attributes['multiple'])) {
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DFeedCreator.php14 * Mandatory attributes of a feed.
20 * Optional attributes of a feed.
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DANSI.php57 * History Attributes
120 * The current screen attributes
289 case preg_match('#\x1B\[(\d*(?:;\d*)*)m#', $this->ansi, $match): // character attributes
295 case '0': // Turn off character attributes
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPComputers.php60 * @param array $fields Attributes to return
/dokuwiki/vendor/simplepie/simplepie/library/
H A DSimplePie.php316 * PCRE for HTML attributes
322 * PCRE for XML attributes
/dokuwiki/vendor/simplepie/simplepie/src/
H A DParser.php205 $attributes = [];
212 $attributes[$attrName] = $xml->value;
214 $this->tag_open(null, $tagName, $attributes);
267 public function tag_open($parser, $tag, $attributes) argument
272 foreach ($attributes as $name => $value) {
/dokuwiki/inc/Ui/
H A DEditor.php200 // set textarea attributes
/dokuwiki/lib/scripts/
H A Dpage.js138 * attributes are assigned correctly, it's recommended to make sure that the content
/dokuwiki/inc/
H A Dhtml.php937 * @param array $atts - additional attributes for the <object> tag
947 // prepare the object attributes
954 // add object attributes for standard compliant browsers
959 // add object attributes for IE
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php129 * Convenience method to get the attributes for constructing an <a> element

1234