Home
last modified time | relevance | path

Searched refs:scope (Results 376 – 400 of 675) sorted by last modified time

1...<<11121314151617181920>>...27

/plugin/latexport/_test/
H A Dcommand.php137 public $scope; variable in CommandAppendCommand
140 function __construct($command, $scope, $argument = '') { argument
143 $this->scope = $scope;
H A Ddecorator_mock.php142 function appendCommand($command, $scope, $argument = '') { argument
143 $this->listOfCommands->enqueue(new CommandAppendCommand($command, $scope, $argument));
/plugin/latexport/implementation/
H A Ddecorator_persister.php59 * @param scope The name of the scope, or the mandatory argument,
65 function appendCommand($command, $scope = null, $argument = '') { argument
66 $this->appendInlineCommand($command, $scope, $argument);
73 * @param scope The name of the scope, or the mandatory argument,
79 function appendInlineCommand($command, $scope = null, $argument = '') { argument
85 switch($scope) {
87 $text = '\\'.$command.'{'.$scope.'}{'.$argument.'}';
91 $text = '\\'.$command.'{'.$scope.'}['.$argument.']';
98 $text = '\\'.$command.'['.$argument.']{'.$scope.'}';
104 if ($scope) {
[all …]
/plugin/clearfloat/
H A DCOPYING73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/overlay/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/flowcharts/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/dataplot/
H A DCOPYING522 the scope of its coverage, prohibits the exercise of, or is
/plugin/dropfiles/
H A Dyarn.lock837 eslint-scope@^3.7.1:
839 …resolved "https://registry.yarnpkg.com/eslint-scope/-/eslint-scope-3.7.1.tgz#3d63c3edfda02e06e01a4…
859 eslint-scope "^3.7.1"
/plugin/hubspot/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/structat/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/abortlogin/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/sentry/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js16831 on: function on(actionName, handler, scope) {
16838 ah[actionName] = [handler, scope];
H A Dpdf.js.map1scope, which allows this module to be\n // injected easily by `bin/regenerator --include-runtime …
H A Dpdf.worker.js55605 on: function on(actionName, handler, scope) {
55612 ah[actionName] = [handler, scope];
H A Dpdf.worker.js.map1scope, which allows this module to be\n // injected easily by `bin/regenerator --include-runtime …
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js.map1 …so that we can declare the variable\n // regeneratorRuntime in the outer scope, which allows this…
/plugin/note/
H A DCOPYING74 covered by this License; they are outside its scope. The act of
134 the scope of this License.
/plugin/formatplus2/
H A DCOPYING73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/datatables/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/datatables/assets/datatables.net-plugins/features/alphabetSearch/
H A DdataTables.alphabetSearch.min.js
/plugin/datatables/assets/datatables.net-plugins/integration/bootstrap/2/
H A DdataTables.bootstrap.min.js
/plugin/datatables/assets/datatables.net-plugins/features/searchPane/
H A DdataTables.searchPane.min.js
/plugin/datatables/assets/datatables.net-plugins/integration/bootstrap/3/
H A DdataTables.bootstrap.min.js

1...<<11121314151617181920>>...27