Home
last modified time | relevance | path

Searched +full:name -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 276 – 300 of 391) sorted by path

1...<<111213141516

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dwinbatch.php26 * Subroutine's name, but it's not a perfect fix. I should use a RegEx in
H A Dxpp.php5 * Author: Simon Butcher (simon@butcher.name)
6 * Copyright: (c) 2007 Simon Butcher (http://simon.butcher.name/)
H A Dyaml.php27 * I have ever associated my name with. Points of interest follow:
/dokuwiki/vendor/kissifrot/php-ixr/
H A DLICENSE.txt14 - Neither the name of Incutio Ltd. nor the names of its contributors
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/
H A DValue.php89 foreach ($this->data as $name => $value) {
90 $name = htmlspecialchars($name);
91 $return .= " <member><name>$name</name><value>";
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DError.php29 <name>faultCode</name>
33 <name>faultString</name>
H A DMessage.php185 case 'name':
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A Dlessc.inc.php
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DAtomCreator03.php52 $feed .= " <name>".$this->editor."</name>\n";
77 $feed .= " <name>".htmlspecialchars($this->items[$i]->author)."</name>\n";
H A DAtomCreator10.php52 $feed .= " <name>".$this->editor."</name>\n";
93 $feed .= " <name>".htmlspecialchars($this->items[$i]->author)."</name>\n";
H A DGPXCreator.php39 <name>".substr(htmlspecialchars(strip_tags($this->items[$i]->title)), 0, 6)."</name>
H A DHTMLCreator.php68 //if no stylePrefix is set, generate it yourself depending on the script name
H A DKMLCreator.php59 $feed .= " <name>".FeedCreator::iTrunc(htmlspecialchars($this->title), 100)."</name>
72 <name>".FeedCreator::iTrunc(htmlspecialchars(strip_tags($this->items[$i]->title)), 100)."</name>
H A DPIECreator01.php45 $feed .= " <name>".htmlspecialchars($this->items[$i]->author)."</name>\n";
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DBase.php
H A DBlowfish.php138 * The mcrypt specific name of the cipher
H A DDES.php85 * The mcrypt specific name of the cipher
H A DRC2.php82 * The mcrypt specific name of the cipher
H A DRC4.php73 * The mcrypt specific name of the cipher
H A DRSA.php72 * Algorithm Name
231 * OpenSSL configuration file name.
1653 _start_element_handler($parser, $name, $attribs) global() argument
1693 _stop_element_handler($parser, $name) global() argument
H A DRijndael.php70 * The mcrypt specific name of the cipher
H A DTripleDES.php67 * The mcrypt specific name of the cipher
H A DTwofish.php50 * The mcrypt specific name of the cipher
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php512 * "Special" mappings may be applied on a per tag-name basis via $special.
1455 * subject=/O=organization/OU=org unit/CN=common name
1456 * issuer=/O=organization/CN=common name
1492 * Returns the OID corresponding to a name
1494 * What's returned in the associative array returned by loadX509() (or load*()) is either a name or an OID if
1495 * no OID to name mapping is available. The problem with this is that what may be an unmapped OID in one version
1499 * This method will return the OID if a name is passed to it and if no mapping is avialable it'll assume that
1506 * @param string $name
1509 public static function getOID($name)
1511 return isset(self::$reverseOIDs[$name])
[all...]
H A DX509.php70 * Return ASN.1 name string
88 * Return name hash for file indexing
142 * Distinguished Name
297 'id-at-name' => '2.5.4.41',
416 'pkcs-9-at-unstructuredName' => '1.2.840.113549.1.9.2', // PKCS #9 unstructured name
1022 * the certificate (e.g., more than one dNSName name, a match in any one
1024 * character * which is considered to match any single domain name
1043 foreach ($names as $name) {
1044 foreach ($name as $key => $value) {
1052 be used as the identity. Otherwise, the (most specific) Common Name
163 var $Name; global() variable in phpseclib\\File\\X509
5094 getOID($name) global() argument
[all...]

1...<<111213141516