Home
last modified time | relevance | path

Searched refs:symbols (Results 1 – 25 of 208) sorted by relevance

123456789

/plugin/asciidocjs/node_modules/has-symbols/
DCHANGELOG.md8 ## [v1.0.3](https://github.com/inspect-js/has-symbols/compare/v1.0.2...v1.0.3) - 2022-03-01
12 …run`; use `codecov` action [`518b28f`](https://github.com/inspect-js/has-symbols/commit/518b28f6c5…
13 …elds; reorder package.json [`c480b13`](https://github.com/inspect-js/has-symbols/commit/c480b13fd6…
14 - [actions] reuse common workflows [`01d0ee0`](https://github.com/inspect-js/has-symbols/commit/01d…
15 - [actions] update codecov uploader [`6424ebe`](https://github.com/inspect-js/has-symbols/commit/64…
16 …, `auto-changelog`, `tape` [`dfa7e7f`](https://github.com/inspect-js/has-symbols/commit/dfa7e7ff38…
17 …fe-publish-latest`, `tape` [`0c8d436`](https://github.com/inspect-js/has-symbols/commit/0c8d43685c…
18 …int-config`, `aud`, `tape` [`9026554`](https://github.com/inspect-js/has-symbols/commit/902655442a…
19 - [readme] add actions and codecov badges [`eaa9682`](https://github.com/inspect-js/has-symbols/com…
20 - [Dev Deps] update `eslint`, `tape` [`bc7a3ba`](https://github.com/inspect-js/has-symbols/commit/b…
[all …]
DREADME.md1 # has-symbols <sup>[![Version Badge][2]][1]</sup>
17 var hasSymbols = require('has-symbols');
21 var hasSymbolsKinda = require('has-symbols/shams');
26 …operty-symbols [npm](https://www.npmjs.com/package/get-own-property-symbols) | [github](https://gi…
32 [1]: https://npmjs.org/package/has-symbols
33 [2]: https://versionbadg.es/inspect-js/has-symbols.svg
34 [5]: https://david-dm.org/inspect-js/has-symbols.svg
35 [6]: https://david-dm.org/inspect-js/has-symbols
36 [7]: https://david-dm.org/inspect-js/has-symbols/dev-status.svg
37 [8]: https://david-dm.org/inspect-js/has-symbols#info=devDependencies
[all …]
/plugin/ckgedit/ckeditor/plugins/footnote/
Dplugin.js.unc2 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.resourceManager.html#add
6 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.pluginDefinition.html#init
10 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.command.html
11 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialogCommand.html
33 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.html#addButton
45 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html#.add
46 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.dialogDefinition.html
53 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.dialogDefinition.html
66 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.definition.content.html
71 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.contentDefinition.html
[all …]
/plugin/ckgdoku/ckeditor/plugins/footnote/
Dplugin.js.unc2 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.resourceManager.html#add
6 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.pluginDefinition.html#init
10 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.command.html
11 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialogCommand.html
33 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.html#addButton
45 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.html#.add
46 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.dialogDefinition.html
53 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.dialogDefinition.html
66 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.definition.content.html
71 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.dialog.contentDefinition.html
[all …]
/plugin/asciidocjs/node_modules/object-assign/
Dindex.js68 var symbols; variable
80 symbols = getOwnPropertySymbols(from);
81 for (var i = 0; i < symbols.length; i++) {
82 if (propIsEnumerable.call(from, symbols[i])) {
83 to[symbols[i]] = from[symbols[i]];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Vision/
DGoogleCloudVisionV1p4beta1Word.php79 public function setSymbols($symbols) argument
81 $this->symbols = $symbols;
88 return $this->symbols;
DGoogleCloudVisionV1p2beta1Word.php79 public function setSymbols($symbols) argument
81 $this->symbols = $symbols;
88 return $this->symbols;
DWord.php79 public function setSymbols($symbols) argument
81 $this->symbols = $symbols;
88 return $this->symbols;
DGoogleCloudVisionV1p3beta1Word.php79 public function setSymbols($symbols) argument
81 $this->symbols = $symbols;
88 return $this->symbols;
DGoogleCloudVisionV1p1beta1Word.php79 public function setSymbols($symbols) argument
81 $this->symbols = $symbols;
88 return $this->symbols;
/plugin/ckgdoku/ckeditor/plugins/signature/
Dplugin.js.unc6 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.plugins.html
10 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.pluginDefinition.html#init
17 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#addCommand
26 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.commandDefinition.html#exec
41 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#insertHtml
46 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.html#addButton
/plugin/ckgedit/ckeditor/plugins/signature/
Dplugin.js.unc6 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.plugins.html
10 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.pluginDefinition.html#init
17 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#addCommand
26 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.commandDefinition.html#exec
41 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#insertHtml
46 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.ui.html#addButton
/plugin/asciidocjs/node_modules/core-js/modules/
D_enum-keys.js9 var symbols = getSymbols(it);
13 while (symbols.length > i) if (isEnum.call(it, key = symbols[i++])) result.push(key);
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_enum-keys.js9 var symbols = getSymbols(it);
13 while (symbols.length > i) if (isEnum.call(it, key = symbols[i++])) result.push(key);
/plugin/ckgdoku/ckeditor/plugins/shortcuts/
Dplugin.js.unc6 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.plugins.html
11 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.pluginDefinition.html#init
15 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#addCommand
19 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.commandDefinition.html#exec
25 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#insertHtml
35 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.commandDefinition.html#exec
/plugin/ckgedit/ckeditor/plugins/shortcuts/
Dplugin.js.unc6 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.plugins.html
11 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.pluginDefinition.html#init
15 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#addCommand
19 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.commandDefinition.html#exec
25 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.editor.html#insertHtml
35 // http://docs.cksource.com/ckeditor_api/symbols/CKEDITOR.commandDefinition.html#exec
/plugin/mathpublish/phpmathpublisher/
DHelper.php65 public $symbols; variable in RL\\PhpMathPublisher\\Helper
85 $this->symbols = array(
427 $symbols = $this->getSymbols();
460 $text = $symbols[$text];
506 $text = $symbols[$text];
560 if (isset($symbols[$text])) {
561 $text = $symbols[$text];
633 if (isset($symbols[$text])) {
634 $text = $symbols[$text];
739 $symbols = $this->getSymbols();
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
D37.37.js1symbols:/[=><:@\^&|+\-*\/\^%]+/,tokenizer:{root:[[/[a-zA-Z_][\w]*/,{cases:{"@keywords":{token:"key… property
D38.38.js1symbols:/[=><:@\^&|+\-*\/\^%]+/,tokenizer:{root:[[/[a-zA-Z_][\w]*/,{cases:{"@keywords":{token:"key… property
D11.11.js1symbols:/[=><:@\^&|+\-*\/\^%]+/,tokenizer:{root:[[/[a-zA-Z_][\w]*/,{cases:{"@keywords":{token:"key… property
/plugin/pgn4web/pgn4web/fonts/
Dpgn4web-font-ChessInformantReader.css8 * allows using the following chess symbols font-family setting for the chess NAGs:
12 * dont try using this font-family directly, instead add the chess informant symbols
13 * support by including fonts/chess-informant-NAG-symbols.js immediately after pgn4web.js
Dpgn4web-font-ChessOleFigurin.css8 * allows using the following chess symbols font-family setting for the chess NAGs:
12 * dont try using this font-family directly, instead add the chess informant symbols
13 * support by including fonts/chess-informant-NAG-symbols.js immediately after pgn4web.js
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
DGoogleCloudDocumentaiV1DocumentPage.php199 public function setSymbols($symbols) argument
201 $this->symbols = $symbols;
208 return $this->symbols;
DGoogleCloudDocumentaiV1beta1DocumentPage.php199 public function setSymbols($symbols) argument
201 $this->symbols = $symbols;
208 return $this->symbols;
DGoogleCloudDocumentaiV1beta2DocumentPage.php199 public function setSymbols($symbols) argument
201 $this->symbols = $symbols;
208 return $this->symbols;

123456789