Home
last modified time | relevance | path

Searched refs:identifier (Results 1 – 25 of 230) sorted by relevance

12345678910

/plugin/qna/syntax/
Dblock.php60 $identifier = $this->questionToIdentifier($question);
62 $data = array('open_question', $question, $identifier);
121 $identifier = str_replace(':', '', cleanID($title));
122 $identifier = ltrim($identifier, '0123456789._-');
124 if (\dokuwiki\Utf8\PhpString::strlen($identifier) > $this->maxIdLength) {
125 $identifier = \dokuwiki\Utf8\PhpString::substr($identifier, 0, $this->maxIdLength);
128 $identifier = rtrim($identifier, '_');
130 if (isset($this->questionId[$identifier])) {
131 $identifier .= '_' . ++$this->questionId[$identifier];
134 $this->questionId[$identifier] = 1;
[all …]
/plugin/scrape/vendor/symfony/css-selector/Node/
DPseudoNode.php27 private $identifier; variable in Symfony\\Component\\CssSelector\\Node\\PseudoNode
29 public function __construct(NodeInterface $selector, string $identifier) argument
32 $this->identifier = strtolower($identifier);
42 return $this->identifier;
55 return sprintf('%s[%s:%s]', $this->getNodeName(), $this->selector, $this->identifier);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SiteVerification/
DSiteVerificationWebResourceResourceSite.php25 public $identifier; variable in Google\\Service\\SiteVerification\\SiteVerificationWebResourceResourceSite
34 public function setIdentifier($identifier) argument
36 $this->identifier = $identifier;
43 return $this->identifier;
DSiteVerificationWebResourceGettokenRequestSite.php25 public $identifier; variable in Google\\Service\\SiteVerification\\SiteVerificationWebResourceGettokenRequestSite
34 public function setIdentifier($identifier) argument
36 $this->identifier = $identifier;
43 return $this->identifier;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Books/
DVolumeVolumeInfoIndustryIdentifiers.php25 public $identifier; variable in Google\\Service\\Books\\VolumeVolumeInfoIndustryIdentifiers
34 public function setIdentifier($identifier) argument
36 $this->identifier = $identifier;
43 return $this->identifier;
/plugin/authgoogle/google/contrib/
DGoogle_SiteVerificationService.php200 public $identifier; variable in Google_SiteVerificationWebResourceGettokenRequestSite
202 public function setIdentifier( $identifier) { argument
203 $this->identifier = $identifier;
206 return $this->identifier;
274 public $identifier; variable in Google_SiteVerificationWebResourceResourceSite
276 public function setIdentifier( $identifier) { argument
277 $this->identifier = $identifier;
280 return $this->identifier;
/plugin/doi/Resolver/
H A DIsbnGoogleBooksResolver.php21 foreach ($data['industryIdentifiers'] as $identifier) {
22 if ($identifier['type'] === 'ISBN_13') {
23 $result['id'] = $identifier['identifier'];
26 if ($identifier['type'] === 'ISBN_10') {
27 $result['id'] = $identifier['identifier'];
/plugin/dirtylittlehelper/mermaid/editor/docs/
D64.64.js1identifier",next:"@nestedVariable"}],[/@variables/,"type.identifier"],[/[^\\$\[\]"]+/,"string"],[/…
D30.30.js1identifier.quote",bracket:"@open",next:"@quoted_identifier"}],["LEX$",{token:"keyword",bracket:"@o…
D54.54.js1identifier:/[a-zA-Z_][\w]*/,symbols:/[=><:+\-*\/%\.,]+/,escapes:/\\(?:[abfnrtv\\"']|x[0-9A-Fa-f]{1… property
D63.63.js5identifier:/[a-zA-Z_][\w$]*/,attributes:["@autoclosure","@noescape","@noreturn","@NSApplicationMai… property
D9.9.js.map1identifier', next: '@popall' },\n '@default': { token: 'key.identifier', ne…
D57.57.js.map1identifier: '-?-?([a-zA-Z]|(\\\\\\\\(([0-9a-fA-F]{1,6}\\\\s?)|[^[0-9a-fA-F])))([\\\\w\\\\-]|(\\\\\…
D1.1.js1identifier:/(?:[a-zA-Z_][a-zA-Z0-9_$\.]*|\\\S+ )/,systemcall:/[$][a-zA-Z0-9_]+/,timeunits:/s|ms|us… property
D55.55.js1identifier"]],[/@name(?=[ \t]*:(?!:))/,"variable"],[/(\.)(@name|@symbols)/,["operator",{token:"@re…
/plugin/combo/ComboStrap/
H A DRouter.php92 $identifier = $ID;
111 $pageId = PageUrlPath::decodePageId($identifier);
146 if ($identifier != $page->getUrlId()) {
176 $canonicalDatabasePage = DatabasePageRow::createFromCanonical($identifier);
185 if ($canonicalPage->getUrlId() === $identifier) {
197 $aliasRequestedPage = DatabasePageRow::createFromAlias($identifier)->getMarkupPath();
214 …buildAlias->getType()}) is unknown. A permanent redirect was performed for the alias $identifier");
307 $startPage = getNS($identifier) . ':' . $conf['start'];
314 $startPage = getNS($identifier) . ':' . curNS($identifier);
326 $bestPage = $this->getBestPage($identifier);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
DIdentitytoolkitRelyingpartyCreateAuthUriRequest.php53 public $identifier; variable in Google\\Service\\IdentityToolkit\\IdentitytoolkitRelyingpartyCreateAuthUriRequest
188 public function setIdentifier($identifier) argument
190 $this->identifier = $identifier;
197 return $this->identifier;
/plugin/usecounter/
Ddokuwiki_plugin_page.wiki4 …at can be used in other plugins to count the occurences of any object with an arbitrary identifier.
33 … the object with the given identifier is used (once more). The helper internally counts the amount…
36 …n instance, so a particular identifier could be used accross multiple plugins. Keep this in mind w…
/plugin/jcapture/src/com/hammurapi/jcapture/
DButtonManager.java36 int identifier = 0; in maxIdentifier() local
40 if (object.getIdentifier() > identifier) { in maxIdentifier()
41 identifier = object.getIdentifier(); in maxIdentifier()
44 return identifier; in maxIdentifier()
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
DAnnotationException.php91 * @param string $identifier
96 public static function semanticalErrorConstants($identifier, $context = null) argument
100 $identifier,
DDocParser.php928 $identifier = $this->Identifier();
930 … if ( ! defined($identifier) && false !== strpos($identifier, '::') && '\\' !== $identifier[0]) {
931 list($className, $const) = explode('::', $identifier);
969 $identifier = $className . '::' . $const;
974 $classPos = stripos($identifier, '::class');
975 if ($classPos === strlen($identifier) - 7) {
976 return substr($identifier, 0, $classPos);
979 if (!defined($identifier)) {
980 throw AnnotationException::semanticalErrorConstants($identifier, $this->context);
983 return constant($identifier);
/plugin/diagrams/script/
H A DButtonFunctions.js14 static getDownloadButton(ext, identifier, media = '') { argument
29 '&pngcache=' + encodeURIComponent(identifier);
39 link.href = identifier;
/plugin/scrape/vendor/symfony/css-selector/Parser/
DParser.php189 $identifier = $stream->getNextIdentifier();
190 … if (\in_array(strtolower($identifier), ['first-line', 'first-letter', 'before', 'after'])) {
193 $pseudoElement = $identifier;
199 $result = new Node\PseudoNode($result, $identifier);
207 if ('not' === strtolower($identifier)) {
249 $result = new Node\FunctionNode($result, $identifier, $arguments);
/plugin/asciidocjs/node_modules/babel-types/lib/
Dflow.js100 return t.genericTypeAnnotation(t.identifier("Function"));
102 return t.genericTypeAnnotation(t.identifier("Object"));
104 return t.genericTypeAnnotation(t.identifier("Symbol"));
/plugin/imapmarkers/
DREADME.md56 **Area with identifier**: ```[[LINK|IDENTIFIER|TITLE@COORDINATES]]```
58 **Area without identifier**: ```[[LINK|TITLE@COORDINATES]]```
63 If the identifier is blank or omited and you click the area, the area is shown until you click it a…
65 ```IDENTIFIER``` is a page-unique identifier for this area.
66 This identifier is later used in a clickable element, say **reference**, to show the marker.
67 If the identifier is blank or omited you can't refer to it.
144 … click a reference, the marker is shown in the middle of the **area** with the same **identifier**.
150 ```IDENTIFIER``` refers to the **areas** identifier.
151 You may define multiple references for one identifier.
155 Example: ```{{imapmloc>CON1|Asia}}``` -- Refers to the area with ```CON1``` as identifier.

12345678910