Home
last modified time | relevance | path

Searched refs:identifier (Results 151 – 175 of 199) sorted by last modified time

12345678

/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js21identifier==c.el._drag.id||c.el.node.contains(j.target)){d=j.clientX,e=j.clientY,(a.originalEvent?…
H A Dsnap.svg.js7368 … if (touch.identifier == dragi.el._drag.id || dragi.el.node.contains(touch.target)) {
7703 el._drag.id = e.identifier;
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js210 function browserName(identifier) { argument
211 return browserNameMap[identifier] || _.startCase(identifier);
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.min.js1identifier==r.el._drag.id){i=h.clientX,n=h.clientY,(e.originalEvent?e.originalEvent:e).preventDefa…
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A 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);
H A DAnnotationException.php91 * @param string $identifier
96 public static function semanticalErrorConstants($identifier, $context = null) argument
100 $identifier,
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
H A DConsistency.php229 foreach ($this->sampleMany($_identifier, 1000) as $identifier) {
231 ->boolean(SUT::isIdentifier($identifier))
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js1 …entY-a.top-n.clientTop]}function G(){return ao.event.changedTouches[0].identifier}function K(n){re…
3identifier===e)return J(n,r)},ao.behavior.drag=function(){function n(){this.on("mousedown.drag",u)…
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dinternals.rst47 $stream = $twig->tokenize(new \Twig\Source($source, $identifier));
51 identifier directly on previous versions.
H A Dadvanced_legacy.rst607 The ``getName()`` method must return a unique identifier for your extension.
H A Drecipes.rst331 identifier directly on previous versions.
H A Dadvanced.rst678 return a unique identifier for the extension.
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DUstring.php540 * @param string $identifier Identifier.
546 public function transliterate($identifier, $start = 0, $end = null) argument
548 if (null === $transliterator = static::getTransliterator($identifier)) {
565 * @param string $identifier Identifier.
568 public static function getTransliterator($identifier) argument
574 return \Transliterator::create($identifier);
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DREADME.md91 `Hoa\Consistency\Consistency::isIdentifier` method to check an identifier is
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md764 - DoctrineObjectConstructor should skip empty identifier field [\#193](https://github.com/schmittjo…
/plugin/chordsheets/js/
H A Draphael.js1identifier==r.el._drag.id){i=h.clientX,n=h.clientY,(e.originalEvent?e.originalEvent:e).preventDefa…
/plugin/redissue/
H A DREADME.md65 * project: the **right** identifier of the project (Available in the settings of redmine project): …
66 * tracker: the identifier number of your tracker. (You can found this number if you look at the num…
/plugin/dwcommits/conf/
H A Ddefault.local.ini.dist7 ; identifier[]="value"
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A Dspecs.md590 * Square brackets containing the link identifier (optionally
/plugin/fckg/fckeditor/editor/lang/
H A Dlang-template.txt194 …+ '1. Clicking on the language identifier or the down arrow to its right opens a drop-down menu of…
/plugin/callflow/
H A Draphael.js3169 if (touch.identifier == dragi.el._drag.id) {
3591 this._drag.id = e.identifier;
3596 this._drag.id = touch.identifier;
3597 if (touch.identifier == this._drag.id) {
/plugin/redproject/
H A DREADME.md54 Where **proj** value is the project identifier (Available in the settings of redmine project).
/plugin/authgoogle/google/contrib/
H A DGoogle_BooksService.php3268 public $identifier; variable in Google_VolumeVolumeInfoIndustryIdentifiers
3270 public function setIdentifier( $identifier) { argument
3271 $this->identifier = $identifier;
3274 return $this->identifier;
H A 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/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCSS.DefinitionRev.txt

12345678